Uses of Interface
javax.websocket.EndpointConfiguration

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.
 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 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.
 

Methods in javax.websocket that return EndpointConfiguration
abstract  EndpointConfiguration Endpoint.getEndpointConfiguration()
          Developers must provide an EndpointConfiguration so that the container it is deployed in can configure it.
 




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