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.
 

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.
 



Copyright © 2012-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : users@websocket-spec.java.net