Class NettyWebSocketSession

java.lang.Object
io.micronaut.http.netty.websocket.NettyWebSocketSession
All Implemented Interfaces:
ConversionServiceProvider, ConvertibleValues<Object>, MutableConvertibleValues<Object>, ValueResolver<CharSequence>, WebSocketSession, AutoCloseable, Iterable<Map.Entry<String,Object>>

@Internal public class NettyWebSocketSession extends Object implements WebSocketSession
Implementation of the WebSocketSession interface for Netty.
Since:
1.0
Author:
graemerocher