Uses of Class
io.undertow.websockets.core.BufferedTextMessage
-
Packages that use BufferedTextMessage Package Description io.undertow.websockets.core -
-
Uses of BufferedTextMessage in io.undertow.websockets.core
Methods in io.undertow.websockets.core with parameters of type BufferedTextMessage Modifier and Type Method Description protected voidAbstractReceiveListener. onFullTextMessage(WebSocketChannel channel, BufferedTextMessage message)Method parameters in io.undertow.websockets.core with type arguments of type BufferedTextMessage Modifier and Type Method Description voidBufferedTextMessage. read(StreamSourceFrameChannel channel, WebSocketCallback<BufferedTextMessage> callback)
-