Class ReactorNetty2WebSocketSession.WebSocketConnection
java.lang.Object
org.springframework.web.reactive.socket.adapter.ReactorNetty2WebSocketSession.WebSocketConnection
- Enclosing class:
- ReactorNetty2WebSocketSession
Simple container for 
NettyInbound and NettyOutbound.- 
Constructor SummaryConstructorsConstructorDescriptionWebSocketConnection(reactor.netty5.http.websocket.WebsocketInbound inbound, reactor.netty5.http.websocket.WebsocketOutbound outbound) 
- 
Method SummaryModifier and TypeMethodDescriptionreactor.netty5.http.websocket.WebsocketInboundreactor.netty5.http.websocket.WebsocketOutbound
- 
Constructor Details- 
WebSocketConnectionpublic WebSocketConnection(reactor.netty5.http.websocket.WebsocketInbound inbound, reactor.netty5.http.websocket.WebsocketOutbound outbound) 
 
- 
- 
Method Details- 
getInboundpublic reactor.netty5.http.websocket.WebsocketInbound getInbound()
- 
getOutboundpublic reactor.netty5.http.websocket.WebsocketOutbound getOutbound()
 
-