Class WsListenerBase

java.lang.Object
io.helidon.websocket.WsListenerBase
All Implemented Interfaces:
WsListener

public abstract class WsListenerBase extends Object implements WsListener
A base class for WebSocket listeners to support readers and input streams.

IMPORTANT: use this class only for listeners that are registered as suppliers (i.e. you get a new instance for each web socket session), otherwise the thread guarantees will be broken and this will not work.