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 for NettyInbound and NettyOutbound.
  • 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()