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