Interface WebSocketServiceHandler

All Superinterfaces:
WebSocketHandler<ServiceRequestContext>
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 WebSocketServiceHandler extends WebSocketHandler<ServiceRequestContext>
Implement this interface to handle incoming WebSocketFrames from the peer and send WebSocketFrames to the peer.
See Also:
  • Method Summary

    Methods inherited from interface com.linecorp.armeria.common.websocket.WebSocketHandler

    handle