Class PeachServerWebSocketHandshakeRequest
java.lang.Object
cool.scx.http.peach.PeachServerWebSocketHandshakeRequest
- All Implemented Interfaces:
ScxHttpServerRequest,ScxServerWebSocketHandshakeRequest
public class PeachServerWebSocketHandshakeRequest
extends Object
implements ScxServerWebSocketHandshakeRequest
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPeachServerWebSocketHandshakeRequest(cool.scx.io.DataReader reader, OutputStream writer) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.http.ScxHttpServerRequest
body, contentType, cookies, getCookie, getHeader, getHeader, headers, localPeer, method, path, query, remotePeer, response, uri, versionMethods inherited from interface cool.scx.http.ScxServerWebSocketHandshakeRequest
acceptHandshake, secWebSocketKey, secWebSocketVersion
-
Field Details
-
webSocket
-
-
Constructor Details
-
PeachServerWebSocketHandshakeRequest
-
-
Method Details
-
webSocket
- Specified by:
webSocketin interfaceScxServerWebSocketHandshakeRequest
-
method
- Specified by:
methodin interfaceScxHttpServerRequest
-
uri
- Specified by:
uriin interfaceScxHttpServerRequest
-
version
- Specified by:
versionin interfaceScxHttpServerRequest
-
headers
- Specified by:
headersin interfaceScxHttpServerRequest
-
body
- Specified by:
bodyin interfaceScxHttpServerRequest
-
response
- Specified by:
responsein interfaceScxHttpServerRequest
-
remotePeer
- Specified by:
remotePeerin interfaceScxHttpServerRequest
-
localPeer
- Specified by:
localPeerin interfaceScxHttpServerRequest
-