Uses of Class
org.springframework.core.io.buffer.Netty5DataBufferFactory
Packages that use Netty5DataBufferFactory
Package
Description
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
-
Uses of Netty5DataBufferFactory in org.springframework.web.reactive.socket.adapter
Methods in org.springframework.web.reactive.socket.adapter that return Netty5DataBufferFactoryModifier and TypeMethodDescriptionNetty5WebSocketSessionSupport.bufferFactory()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.springframework.web.reactive.socket.adapter with parameters of type Netty5DataBufferFactoryModifierConstructorDescriptionprotectedNetty5WebSocketSessionSupport(T delegate, HandshakeInfo info, Netty5DataBufferFactory factory) Deprecated, for removal: This API element is subject to removal in a future version.ReactorNetty2WebSocketSession(reactor.netty5.http.websocket.WebsocketInbound inbound, reactor.netty5.http.websocket.WebsocketOutbound outbound, HandshakeInfo info, Netty5DataBufferFactory bufferFactory) Deprecated, for removal: This API element is subject to removal in a future version.Constructor for the session, using theNetty5WebSocketSessionSupport.DEFAULT_FRAME_MAX_SIZEvalue.ReactorNetty2WebSocketSession(reactor.netty5.http.websocket.WebsocketInbound inbound, reactor.netty5.http.websocket.WebsocketOutbound outbound, HandshakeInfo info, Netty5DataBufferFactory bufferFactory, int maxFramePayloadLength) Deprecated, for removal: This API element is subject to removal in a future version.Constructor with an additional maxFramePayloadLength argument.