Package org.apache.tomcat.websocket.server
package org.apache.tomcat.websocket.server
Server-side specific implementation classes. These are in a separate package to make packaging a pure client JAR
simpler.
-
ClassDescriptionInternal implementation constants.Extracts path parameters from URIs used to create web socket connections using the URI template defined for the associated Endpoint.In normal usage, this
ServletContextListener
does not need to be explicitly configured as theWsSci
performs all the necessary bootstrap and installs this listener in theServletContext
.Handles the initial HTTP connection for WebSocket connections.Represents the request that this session was opened under.Servlet 3.1 HTTP upgrade handler for WebSocket connections.This is the server sideRemoteEndpoint
implementation - i.e. what the server uses to send data to the client.Registers an interest in any class that is annotated withServerEndpoint
so that Endpoint can be published via the WebSocket server.Provides a per class loader (i.e. per web application) instance of a ServerContainer.Provides timeouts for asynchronous web socket writes.