Interface ScxClientWebSocketHandshakeResponse

All Superinterfaces:
cool.scx.http.ScxHttpClientResponse, cool.scx.http.headers.ScxHttpHeadersReadHelper

public interface ScxClientWebSocketHandshakeResponse extends cool.scx.http.ScxHttpClientResponse
ScxClientWebSocketHandshakeResponse
Version:
0.0.1
Author:
scx567888
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     

    Methods inherited from interface cool.scx.http.ScxHttpClientResponse

    body, headers, status

    Methods inherited from interface cool.scx.http.headers.ScxHttpHeadersReadHelper

    contentEncoding, contentLength, contentType, cookies, getCookie, getHeader, getHeader, getSetCookie, setCookies
  • Method Details

    • handshakeSucceeded

      boolean handshakeSucceeded()
    • webSocket

      ScxWebSocket webSocket()