public class UndertowWebSocketHandlerAdapter
extends io.undertow.websockets.core.AbstractReceiveListenerWebSocketHandler に適応し、委譲する Undertow WebSocketConnectionCallback 実装。ChannelListener.Setter<T extends ChannelSE>, ChannelListener.SimpleSetter<T extends ChannelSE>| コンストラクターと説明 |
|---|
UndertowWebSocketHandlerAdapter(UndertowWebSocketSession session) |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected void | onError(io.undertow.websockets.core.WebSocketChannel channel, ThrowableSE error) |
protected void | onFullBinaryMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) |
protected void | onFullCloseMessage(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) |
bufferFullMessage, getMaxBinaryBufferSize, getMaxCloseBufferSize, getMaxPingBufferSize, getMaxPongBufferSize, getMaxTextBufferSize, handleEvent, onBinary, onClose, onCloseMessage, onFullPingMessage, onPing, onPong, onTextcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic UndertowWebSocketHandlerAdapter(UndertowWebSocketSession session)
protected void onFullTextMessage(io.undertow.websockets.core.WebSocketChannel channel,
io.undertow.websockets.core.BufferedTextMessage message)io.undertow.websockets.core.AbstractReceiveListener の onFullTextMessage protected void onFullBinaryMessage(io.undertow.websockets.core.WebSocketChannel channel,
io.undertow.websockets.core.BufferedBinaryMessage message)io.undertow.websockets.core.AbstractReceiveListener の onFullBinaryMessage protected void onFullPongMessage(io.undertow.websockets.core.WebSocketChannel channel,
io.undertow.websockets.core.BufferedBinaryMessage message)io.undertow.websockets.core.AbstractReceiveListener の onFullPongMessage protected void onFullCloseMessage(io.undertow.websockets.core.WebSocketChannel channel,
io.undertow.websockets.core.BufferedBinaryMessage message)io.undertow.websockets.core.AbstractReceiveListener の onFullCloseMessage protected void onError(io.undertow.websockets.core.WebSocketChannel channel,
ThrowableSE error)io.undertow.websockets.core.AbstractReceiveListener の onError