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 may include implementations of ServerApplicationConfiguration in an archive containing websocket endpoints (WAR file, or JAR file within the WAR file) in order to specify precisely which of 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
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.
 

Annotation Types Summary
WebSocketEndpoint 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.
WebSocketPathParam 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 WebSocketEndpoint annotation.
 




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