クラス UndertowWebSocketHandlerAdapter
java.lang.ObjectSE
io.undertow.websockets.core.AbstractReceiveListener
org.springframework.web.reactive.socket.adapter.UndertowWebSocketHandlerAdapter
- 実装されているすべてのインターフェース:
EventListenerSE,org.xnio.ChannelListener<io.undertow.websockets.core.WebSocketChannel>
public class UndertowWebSocketHandlerAdapter
extends io.undertow.websockets.core.AbstractReceiveListener
Spring
WebSocketHandler に適応し、委譲する Undertow WebSocketConnectionCallback 実装。- 導入:
- 5.0
- 作成者:
- Violeta Georgieva, Rossen Stoyanchev
ネストされたクラスの要約
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected voidonError(io.undertow.websockets.core.WebSocketChannel channel, ThrowableSE error) protected voidonFullBinaryMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) protected voidonFullCloseMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) protected voidonFullPongMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) protected voidonFullTextMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedTextMessage message) クラス io.undertow.websockets.core.AbstractReceiveListener から継承されたメソッド
bufferFullMessage, getMaxBinaryBufferSize, getMaxCloseBufferSize, getMaxPingBufferSize, getMaxPongBufferSize, getMaxTextBufferSize, handleEvent, onBinary, onClose, onCloseMessage, onFullPingMessage, onPing, onPong, onText
コンストラクターの詳細
UndertowWebSocketHandlerAdapter
メソッドの詳細
onFullTextMessage
protected void onFullTextMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedTextMessage message) - オーバーライド:
- クラス
io.undertow.websockets.core.AbstractReceiveListenerのonFullTextMessage
onFullBinaryMessage
protected void onFullBinaryMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) - オーバーライド:
- クラス
io.undertow.websockets.core.AbstractReceiveListenerのonFullBinaryMessage
onFullPongMessage
protected void onFullPongMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) - オーバーライド:
- クラス
io.undertow.websockets.core.AbstractReceiveListenerのonFullPongMessage
onFullCloseMessage
protected void onFullCloseMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) - オーバーライド:
- クラス
io.undertow.websockets.core.AbstractReceiveListenerのonFullCloseMessage
onError
- オーバーライド:
- クラス
io.undertow.websockets.core.AbstractReceiveListenerのonError