Class ReactorNetty2WebSocketSession.WebSocketConnection

java.lang.Object
org.springframework.web.reactive.socket.adapter.ReactorNetty2WebSocketSession.WebSocketConnection
Enclosing class:
ReactorNetty2WebSocketSession

public static class ReactorNetty2WebSocketSession.WebSocketConnection extends Object
Simple container for NettyInbound and NettyOutbound.
  • 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()