Uses of Package
javax.websocket.server

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

Classes in javax.websocket.server used by javax.websocket.server
HandshakeRequest
          The handshake request represents the web socket defined Http request that for the opening handshake of a web socket session.
ServerEndpointConfiguration
          The ServerEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.
ServerEndpointConfigurationBuilder
          The ServerEndpointConfigurationBuilder is a class used for creating ServerEndpointConfigurationBuilder objects for the purposes of deploying a client endpoint.
ServerEndpointConfigurator
          The ServerEndpointConfigurator interface may be implemented by developers who want to provide custom configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each endpoint instance configured with this configurator.
 



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