Uses of Class
org.springframework.core.io.buffer.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
ModifierConstructorDescriptionprotected
Netty5WebSocketSessionSupport
(T delegate, HandshakeInfo info, Netty5DataBufferFactory factory) ReactorNetty2WebSocketSession
(reactor.netty5.http.websocket.WebsocketInbound inbound, reactor.netty5.http.websocket.WebsocketOutbound outbound, HandshakeInfo info, Netty5DataBufferFactory bufferFactory) Constructor for the session, using theNetty5WebSocketSessionSupport.DEFAULT_FRAME_MAX_SIZE
value.ReactorNetty2WebSocketSession
(reactor.netty5.http.websocket.WebsocketInbound inbound, reactor.netty5.http.websocket.WebsocketOutbound outbound, HandshakeInfo info, Netty5DataBufferFactory bufferFactory, int maxFramePayloadLength) Constructor with an additional maxFramePayloadLength argument.