Uses of Interface
javax.net.websocket.EndpointConfiguration

Packages that use EndpointConfiguration
javax.net.websocket   
 

Uses of EndpointConfiguration in javax.net.websocket
 

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

Classes in javax.net.websocket that implement EndpointConfiguration
 class DefaultClientConfiguration
          The DefaultClientConfiguration is a concrete implementation of a client configuration.
 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. All Rights Reserved.