Uses of Class
org.springframework.core.io.buffer.NettyDataBufferFactory
Packages that use 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
Methods in org.springframework.core.io.buffer that return NettyDataBufferFactory -
Uses of NettyDataBufferFactory in org.springframework.web.reactive.socket.adapter
Methods in org.springframework.web.reactive.socket.adapter that return NettyDataBufferFactoryConstructors in org.springframework.web.reactive.socket.adapter with parameters of type NettyDataBufferFactoryModifierConstructorDescriptionprotectedNettyWebSocketSessionSupport(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_SIZEvalue.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.