Class WebSocketUpgradeHandler
java.lang.Object
cool.scx.websocket.x.WebSocketUpgradeHandler
- All Implemented Interfaces:
Http1UpgradeHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandle(ScxUpgrade scxUpgrade) cool.scx.http.ScxHttpServerRequestcreateScxHttpServerRequest(Http1ServerConnection connection, Http1RequestLine requestLine, Http1Headers headers, InputStream bodyInputStream)
-
Constructor Details
-
WebSocketUpgradeHandler
-
WebSocketUpgradeHandler
public WebSocketUpgradeHandler()
-
-
Method Details
-
canHandle
- Specified by:
canHandlein interfaceHttp1UpgradeHandler
-
createScxHttpServerRequest
public cool.scx.http.ScxHttpServerRequest createScxHttpServerRequest(Http1ServerConnection connection, Http1RequestLine requestLine, Http1Headers headers, InputStream bodyInputStream) - Specified by:
createScxHttpServerRequestin interfaceHttp1UpgradeHandler
-