Package javax. websocket. server
See: Description
-
Interface Summary Interface Description HandshakeRequest The handshake request represents the web socket defined Http GET request for the opening handshake of a web socket session.ServerApplicationConfig Developers include implementations of ServerApplicationConfig 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.ServerContainer The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.ServerEndpointConfig The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints. -
Class Summary Class Description ServerEndpointConfig.Builder The ServerEndpointConfig.Builder is a class used for creatingServerEndpointConfig.Builder
objects for the purposes of deploying a server endpoint.ServerEndpointConfig.Configurator The ServerEndpointConfig.Configurator class may be extended 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 Annotation Type Description PathParam This annotation may be used to annotate method parameters on server endpoints where a URI-template has been used in the path-mapping of theServerEndpoint
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.
Package javax.websocket.server Description
Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/websocket/server/package-summary.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.