Uses of Interface
javax.websocket.EndpointConfiguration

Packages that use EndpointConfiguration
javax.websocket   
javax.websocket.server   
 

Uses of EndpointConfiguration in javax.websocket
 

Subinterfaces of EndpointConfiguration in javax.websocket
 interface ClientEndpointConfiguration
          The ClientEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints.
 

Classes in javax.websocket that implement EndpointConfiguration
 class DefaultClientConfiguration
          The DefaultClientConfiguration is a concrete implementation of a client configuration.
 

Methods in javax.websocket with parameters of type EndpointConfiguration
abstract  void Endpoint.onOpen(Session session, EndpointConfiguration config)
          Developers must implement this method to be notified when a new conversation has just begun.
 

Uses of EndpointConfiguration in javax.websocket.server
 

Subinterfaces of EndpointConfiguration in javax.websocket.server
 interface ServerEndpointConfiguration
          The ServerEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.
 

Classes in javax.websocket.server that implement EndpointConfiguration
 class DefaultServerConfiguration
          The DefaultServerConfiguration is a concrete class that embodies all the configuration parameters for an endpoint that is to be published as a server endpoint.
 




Copyright © 2012-2013 Oracle and/or its affiliates. All rights reserved.