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