Class ReactorNetty2WebSocketSession.WebSocketConnection

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

@Deprecated(since="6.2.18", forRemoval=true) public static class ReactorNetty2WebSocketSession.WebSocketConnection extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
as of 6.2.18 with no replacement
Simple container for NettyInbound and NettyOutbound.
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebSocketConnection(reactor.netty5.http.websocket.WebsocketInbound inbound, reactor.netty5.http.websocket.WebsocketOutbound outbound)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.netty5.http.websocket.WebsocketInbound
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    reactor.netty5.http.websocket.WebsocketOutbound
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebSocketConnection

      public WebSocketConnection(reactor.netty5.http.websocket.WebsocketInbound inbound, reactor.netty5.http.websocket.WebsocketOutbound outbound)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getInbound

      public reactor.netty5.http.websocket.WebsocketInbound getInbound()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOutbound

      public reactor.netty5.http.websocket.WebsocketOutbound getOutbound()
      Deprecated, for removal: This API element is subject to removal in a future version.