| Modifier and Type | Method and Description |
|---|---|
void |
ClientHandshakeFuture.notifyError(Throwable throwable,
HttpCarbonResponse response)
Notify any error occurred during the handshake.
|
void |
ClientHandshakeFuture.notifySuccess(WebSocketConnection webSocketConnection,
HttpCarbonResponse response)
Notify the success of the WebSocket handshake.
|
void |
ClientHandshakeListener.onError(Throwable t,
HttpCarbonResponse response)
Notify error on handshake.
|
void |
ClientHandshakeListener.onSuccess(WebSocketConnection webSocketConnection,
HttpCarbonResponse response)
Notify the success of the handshake.
|
| Modifier and Type | Method and Description |
|---|---|
HttpCarbonResponse |
OutboundMsgHolder.getPushResponse(int steamId)
Gets a push response received over a particular stream.
|
HttpCarbonResponse |
OutboundMsgHolder.getResponse()
Gets the response
HttpCarbonResponse message. |
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundMsgHolder.addPushResponse(int streamId,
HttpCarbonResponse pushResponse)
Adds a push response message.
|
void |
OutboundMsgHolder.setResponse(HttpCarbonResponse response)
Sets the response
HttpCarbonResponse message. |
| Modifier and Type | Method and Description |
|---|---|
HttpCarbonResponse |
WebSocketClientHandshakeHandler.getHttpCarbonResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultClientHandshakeFuture.notifyError(Throwable throwable,
HttpCarbonResponse response) |
void |
DefaultClientHandshakeFuture.notifySuccess(WebSocketConnection webSocketConnection,
HttpCarbonResponse response) |
Copyright © 2023 WSO2. All rights reserved.