Interface WebSocketHandler<T extends RequestContext>

All Known Subinterfaces:
WebSocketServiceHandler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@UnstableApi @FunctionalInterface public interface WebSocketHandler<T extends RequestContext>
Implement this interface to handle incoming WebSocketFrames from the peer and send WebSocketFrames to the peer.
See Also: