Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.websocket.server Classes and Interfaces - 8 results found.
NameDescriptionTypePackageFramework
HandshakeRequestThe handshake request represents the web socket defined Http GET request for the opening handshake of a web socket session.Interfacejavax.websocket.serverJava EE
PathParamThis annotation may be used to annotate method parameters on server endpoints where a URI-template has been used in the path-mapping of the ServerEndpointClassjavax.websocket.serverJava EE
ServerApplicationConfigDevelopers 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 Interfacejavax.websocket.serverJava EE
ServerContainerThe ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.Interfacejavax.websocket.serverJava EE
ServerEndpointThis class level annotation declares that the class it decorates is a web socket endpoint that will be deployed and made available in the URI-spaceClassjavax.websocket.serverJava EE
ServerEndpointConfigThe ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.Interfacejavax.websocket.serverJava EE
ServerEndpointConfig .BuilderThe ServerEndpointConfig.Classjavax.websocket.server.ServerEndpointConfigJava EE
ServerEndpointConfig .ConfiguratorThe ServerEndpointConfig.Classjavax.websocket.server.ServerEndpointConfigJava EE