Package javax.websocket.server

Interface Summary
HandshakeRequest The handshake request represents the web socket defined Http request that for the opening handshake of a web socket session.
ServerApplicationConfiguration Developers include implementations of ServerApplicationConfiguration in an archive containing websocket endpoints (WAR file, or JAR file within the WAR file) in order to specify the websocket endpoints within the archive the implementation must deploy.
ServerEndpointConfiguration The ServerEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.
 

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

Annotation Types Summary
PathParam This annotation may be used to annotate method parameters on server side web socket POJOs where a URI-template has been used in the path-mapping of the ServerEndpoint annotation.
ServerEndpoint This class level annotation declares that the class it decorates is a web socket endpoint that will be deployed and made available in the URI-space of a web socket server.
 



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