Package io.micronaut.http.netty.websocket
Netty specific classes for WebSocket.
- Since:
- 1.0
-
Interface Summary Interface Description WebSocketSessionRepository Defines a ChannelGroup repository to handle WebSockets. -
Class Summary Class Description AbstractNettyWebSocketHandler Abstract implementation that handles WebSocket frames.NettyServerWebSocketBroadcaster Netty implementation ofWebSocketBroadcaster.NettyWebSocketSession Implementation of theWebSocketSessioninterface for Netty.WebSocketMessageEncoder Encapsulate functionality to encode WebSocket messages.