Interface ScxClientWebSocketHandshakeResponse
- All Superinterfaces:
ScxHttpClientResponse
-
Method Summary
Modifier and TypeMethodDescriptionbooleandefault voidonWebSocket(Consumer<ScxClientWebSocket> consumer) Methods inherited from interface cool.scx.http.ScxHttpClientResponse
body, contentType, cookies, getCookie, getHeader, getHeader, headers, status
-
Method Details
-
handshakeSucceeded
boolean handshakeSucceeded() -
webSocket
ScxClientWebSocket webSocket() -
onWebSocket
-