Uses of Class
io.fabric8.kubernetes.client.http.WebSocketUpgradeResponse
-
Packages that use WebSocketUpgradeResponse Package Description io.fabric8.kubernetes.client.http -
-
Uses of WebSocketUpgradeResponse in io.fabric8.kubernetes.client.http
Methods in io.fabric8.kubernetes.client.http that return WebSocketUpgradeResponse Modifier and Type Method Description WebSocketUpgradeResponseWebSocketHandshakeException. getResponse()Get the response, which includes the code of failure.Constructors in io.fabric8.kubernetes.client.http with parameters of type WebSocketUpgradeResponse Constructor Description WebSocketHandshakeException(WebSocketUpgradeResponse response)WebSocketResponse(WebSocketUpgradeResponse webSocketUpgradeResponse, WebSocket webSocket)WebSocketResponse(WebSocketUpgradeResponse webSocketUpgradeResponse, Throwable throwable)
-