Class NativeWebSocketConfiguration.PersistedWebSocketCreator
java.lang.Object
org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration.PersistedWebSocketCreator
- All Implemented Interfaces:
WebSocketCreator
- Enclosing class:
NativeWebSocketConfiguration
private class NativeWebSocketConfiguration.PersistedWebSocketCreator
extends Object
implements WebSocketCreator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
delegate
-
-
Constructor Details
-
PersistedWebSocketCreator
-
-
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.
-
toString
-