Package de.quantummaid.httpmaid.undertow
Class ReceiveListener
- java.lang.Object
-
- io.undertow.websockets.core.AbstractReceiveListener
-
- de.quantummaid.httpmaid.undertow.ReceiveListener
-
- All Implemented Interfaces:
EventListener,org.xnio.ChannelListener<io.undertow.websockets.core.WebSocketChannel>
public final class ReceiveListener extends io.undertow.websockets.core.AbstractReceiveListener
-
-
Constructor Summary
Constructors Constructor Description ReceiveListener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonFullTextMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedTextMessage message)static ReceiveListenerreceiveListener(NonSerializableConnectionInformation connectionInformation, HttpMaid httpMaid)-
Methods inherited from class io.undertow.websockets.core.AbstractReceiveListener
bufferFullMessage, getMaxBinaryBufferSize, getMaxCloseBufferSize, getMaxPingBufferSize, getMaxPongBufferSize, getMaxTextBufferSize, handleEvent, onBinary, onClose, onCloseMessage, onError, onFullBinaryMessage, onFullCloseMessage, onFullPingMessage, onFullPongMessage, onPing, onPong, onText
-
-
-
-
Method Detail
-
receiveListener
public static ReceiveListener receiveListener(NonSerializableConnectionInformation connectionInformation, HttpMaid httpMaid)
-
onFullTextMessage
protected void onFullTextMessage(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.BufferedTextMessage message)- Overrides:
onFullTextMessagein classio.undertow.websockets.core.AbstractReceiveListener
-
-