Class UndertowWebSocketHandlerAdapter
java.lang.Object
io.undertow.websockets.core.AbstractReceiveListener
org.springframework.web.reactive.socket.adapter.UndertowWebSocketHandlerAdapter
- All Implemented Interfaces:
EventListener,org.xnio.ChannelListener<io.undertow.websockets.core.WebSocketChannel>
@Deprecated(since="6.2.18",
forRemoval=true)
public class UndertowWebSocketHandlerAdapter
extends io.undertow.websockets.core.AbstractReceiveListener
Deprecated, for removal: This API element is subject to removal in a future version.
as of 6.2.18 with no replacement
Undertow
WebSocketConnectionCallback implementation that adapts and
delegates to a Spring WebSocketHandler.- Since:
- 5.0
- Author:
- Violeta Georgieva, Rossen Stoyanchev
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated, for removal: This API element is subject to removal in a future version.protected voidonFullBinaryMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) Deprecated, for removal: This API element is subject to removal in a future version.protected voidonFullCloseMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) Deprecated, for removal: This API element is subject to removal in a future version.protected voidonFullPongMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) Deprecated, for removal: This API element is subject to removal in a future version.protected voidonFullTextMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedTextMessage message) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.undertow.websockets.core.AbstractReceiveListener
bufferFullMessage, getMaxBinaryBufferSize, getMaxCloseBufferSize, getMaxPingBufferSize, getMaxPongBufferSize, getMaxTextBufferSize, handleEvent, onBinary, onClose, onCloseMessage, onFullPingMessage, onPing, onPong, onText
-
Constructor Details
-
UndertowWebSocketHandlerAdapter
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
onFullTextMessage
protected void onFullTextMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedTextMessage message) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
onFullTextMessagein classio.undertow.websockets.core.AbstractReceiveListener
-
onFullBinaryMessage
protected void onFullBinaryMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
onFullBinaryMessagein classio.undertow.websockets.core.AbstractReceiveListener
-
onFullPongMessage
protected void onFullPongMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
onFullPongMessagein classio.undertow.websockets.core.AbstractReceiveListener
-
onFullCloseMessage
protected void onFullCloseMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedBinaryMessage message) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
onFullCloseMessagein classio.undertow.websockets.core.AbstractReceiveListener
-
onError
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
onErrorin classio.undertow.websockets.core.AbstractReceiveListener
-