Class ReactorNettyWebSocketSession.WebSocketConnection
- java.lang.Object
- org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSession.WebSocketConnection
- Enclosing class:
- ReactorNettyWebSocketSession
public static class ReactorNettyWebSocketSession.WebSocketConnection extends Object
Simple container forNettyInboundandNettyOutbound.
Constructor Summary
Constructors Constructor Description WebSocketConnection(reactor.netty.http.websocket.WebsocketInbound inbound, reactor.netty.http.websocket.WebsocketOutbound outbound)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.netty.http.websocket.WebsocketInboundgetInbound()reactor.netty.http.websocket.WebsocketOutboundgetOutbound()
Constructor Detail
WebSocketConnection
public WebSocketConnection(reactor.netty.http.websocket.WebsocketInbound inbound, reactor.netty.http.websocket.WebsocketOutbound outbound)
Method Detail
getInbound
public reactor.netty.http.websocket.WebsocketInbound getInbound()
getOutbound
public reactor.netty.http.websocket.WebsocketOutbound getOutbound()