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
ConstructorsConstructorDescriptionWebSocketConnection(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 TypeMethodDescriptionreactor.netty5.http.websocket.WebsocketInboundDeprecated, for removal: This API element is subject to removal in a future version.reactor.netty5.http.websocket.WebsocketOutboundDeprecated, for removal: This API element is subject to removal in a future version.
-
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.
-