Class JavaxWebSocketCreator
java.lang.Object
org.eclipse.jetty.websocket.javax.server.internal.JavaxWebSocketCreator
- All Implemented Interfaces:
WebSocketCreator
-
Field Summary
-
Constructor Summary
ConstructorDescriptionJavaxWebSocketCreator
(JavaxWebSocketContainer containerScope, javax.websocket.server.ServerEndpointConfig config, WebSocketExtensionRegistry extensionRegistry) -
Method Summary
-
Field Details
-
PROP_REMOTE_ADDRESS
- See Also:
-
PROP_LOCAL_ADDRESS
- See Also:
-
PROP_LOCALES
- See Also:
-
-
Constructor Details
-
JavaxWebSocketCreator
public JavaxWebSocketCreator(JavaxWebSocketContainer containerScope, javax.websocket.server.ServerEndpointConfig config, WebSocketExtensionRegistry extensionRegistry)
-
-
Method Details
-
createWebSocket
Description copied from interface:WebSocketCreator
Create a websocket from the incoming request.- Specified by:
createWebSocket
in interfaceWebSocketCreator
- Parameters:
req
- the request detailsresp
- the response details- Returns:
- a websocket object to use, or null if no websocket should be created from this request.
-
equals
-
hashCode
public int hashCode() -
toString
-