Interface ScxServerWebSocketHandshakeResponse
- All Superinterfaces:
cool.scx.http.headers.ScxHttpHeadersReadHelper, cool.scx.http.headers.ScxHttpHeadersWriteHelper<cool.scx.http.ScxHttpServerResponse>, cool.scx.http.sender.ScxHttpSender<Void>, cool.scx.http.ScxHttpServerResponse
public interface ScxServerWebSocketHandshakeResponse
extends cool.scx.http.ScxHttpServerResponse
ScxServerWebSocketHandshakeResponse
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Methods inherited from interface cool.scx.http.headers.ScxHttpHeadersReadHelper
contentEncoding, contentLength, contentType, cookies, getCookie, getHeader, getHeader, getSetCookie, setCookiesMethods inherited from interface cool.scx.http.headers.ScxHttpHeadersWriteHelper
addCookie, addHeader, addHeader, addSetCookie, contentEncoding, contentLength, contentType, removeCookie, removeHeader, removeHeader, removeSetCookie, setHeader, setHeaderMethods inherited from interface cool.scx.http.sender.ScxHttpSender
send, send, send, send, send, send, send, send, send, send, send, sendEventStream, sendGzipMethods inherited from interface cool.scx.http.ScxHttpServerResponse
headers, headers, isSent, send, status, status, status
-
Method Details
-
request
ScxServerWebSocketHandshakeRequest request()- Specified by:
requestin interfacecool.scx.http.ScxHttpServerResponse
-
webSocket
ScxWebSocket webSocket()
-