Uses of Class
org.springframework.core.io.buffer.NettyDataBufferFactory
Package
Description
Generic abstraction for working with byte buffer implementations.
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
-
Uses of NettyDataBufferFactory in org.springframework.core.io.buffer
-
Uses of NettyDataBufferFactory in org.springframework.web.reactive.socket.adapter
ModifierConstructorDescriptionprotected
NettyWebSocketSessionSupport
(T delegate, HandshakeInfo info, NettyDataBufferFactory factory) ReactorNettyWebSocketSession
(reactor.netty.http.websocket.WebsocketInbound inbound, reactor.netty.http.websocket.WebsocketOutbound outbound, HandshakeInfo info, NettyDataBufferFactory bufferFactory) Constructor for the session, using theNettyWebSocketSessionSupport.DEFAULT_FRAME_MAX_SIZE
value.ReactorNettyWebSocketSession
(reactor.netty.http.websocket.WebsocketInbound inbound, reactor.netty.http.websocket.WebsocketOutbound outbound, HandshakeInfo info, NettyDataBufferFactory bufferFactory, int maxFramePayloadLength) Constructor with an additional maxFramePayloadLength argument.