public class ProxyClientEndpoint
extends io.undertow.websockets.core.AbstractReceiveListener
| Constructor and Description |
|---|
ProxyClientEndpoint(WebSocketClientEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onCloseMessage(io.undertow.websockets.core.CloseMessage cm,
io.undertow.websockets.core.WebSocketChannel channel) |
void |
onConnect(io.undertow.websockets.core.WebSocketChannel channel) |
protected void |
onError(io.undertow.websockets.core.WebSocketChannel channel,
Throwable error) |
protected void |
onFullBinaryMessage(io.undertow.websockets.core.WebSocketChannel channel,
io.undertow.websockets.core.BufferedBinaryMessage message) |
protected void |
onFullPingMessage(io.undertow.websockets.core.WebSocketChannel channel,
io.undertow.websockets.core.BufferedBinaryMessage message) |
protected void |
onFullPongMessage(io.undertow.websockets.core.WebSocketChannel channel,
io.undertow.websockets.core.BufferedBinaryMessage message) |
protected void |
onFullTextMessage(io.undertow.websockets.core.WebSocketChannel channel,
io.undertow.websockets.core.BufferedTextMessage message) |
public ProxyClientEndpoint(WebSocketClientEndpoint endpoint)
public void onConnect(io.undertow.websockets.core.WebSocketChannel channel)
protected void onFullTextMessage(io.undertow.websockets.core.WebSocketChannel channel,
io.undertow.websockets.core.BufferedTextMessage message)
throws IOException
onFullTextMessage in class io.undertow.websockets.core.AbstractReceiveListenerIOExceptionprotected void onFullBinaryMessage(io.undertow.websockets.core.WebSocketChannel channel,
io.undertow.websockets.core.BufferedBinaryMessage message)
throws IOException
onFullBinaryMessage in class io.undertow.websockets.core.AbstractReceiveListenerIOExceptionprotected void onFullPingMessage(io.undertow.websockets.core.WebSocketChannel channel,
io.undertow.websockets.core.BufferedBinaryMessage message)
throws IOException
onFullPingMessage in class io.undertow.websockets.core.AbstractReceiveListenerIOExceptionprotected void onFullPongMessage(io.undertow.websockets.core.WebSocketChannel channel,
io.undertow.websockets.core.BufferedBinaryMessage message)
throws IOException
onFullPongMessage in class io.undertow.websockets.core.AbstractReceiveListenerIOExceptionprotected void onCloseMessage(io.undertow.websockets.core.CloseMessage cm,
io.undertow.websockets.core.WebSocketChannel channel)
onCloseMessage in class io.undertow.websockets.core.AbstractReceiveListenerprotected void onError(io.undertow.websockets.core.WebSocketChannel channel,
Throwable error)
onError in class io.undertow.websockets.core.AbstractReceiveListenerCopyright © 2017. All rights reserved.