Uses of Interface
javax.websocket.ClientEndpointConfiguration

Packages that use ClientEndpointConfiguration
javax.websocket   
 

Uses of ClientEndpointConfiguration in javax.websocket
 

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

Methods in javax.websocket with parameters of type ClientEndpointConfiguration
 Session WebSocketContainer.connectToServer(Class<? extends Endpoint> endpointClass, ClientEndpointConfiguration cec, URI path)
          Connect the supplied programmatic endpoint to its server with the given configuration.
 




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