Uses of Interface
io.netty.channel.MessageSizeEstimator
Packages that use MessageSizeEstimator
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
Abstract SCTP socket interfaces which extend the core channel API.
Abstract TCP and UDP socket interfaces which extend the core channel API.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
Unix specific transport.
Handlers for sending and receiving HTTP/2 frames.
-
Uses of MessageSizeEstimator in io.netty.channel
Classes in io.netty.channel that implement MessageSizeEstimatorModifier and TypeClassDescriptionfinal classDefaultMessageSizeEstimatorimplementation which supports the estimation of the size ofByteBuf,ByteBufHolderandFileRegion.Fields in io.netty.channel declared as MessageSizeEstimatorModifier and TypeFieldDescriptionstatic final MessageSizeEstimatorDefaultMessageSizeEstimator.DEFAULTReturn the default implementation which returns8for unknown messages.private static final MessageSizeEstimatorDefaultChannelConfig.DEFAULT_MSG_SIZE_ESTIMATORprivate MessageSizeEstimatorDefaultChannelConfig.msgSizeEstimatorFields in io.netty.channel with type parameters of type MessageSizeEstimatorModifier and TypeFieldDescriptionstatic final ChannelOption<MessageSizeEstimator> ChannelOption.MESSAGE_SIZE_ESTIMATORMethods in io.netty.channel that return MessageSizeEstimatorModifier and TypeMethodDescriptionChannelConfig.getMessageSizeEstimator()ReturnsMessageSizeEstimatorwhich is used for the channel to detect the size of a message.DefaultChannelConfig.getMessageSizeEstimator()Methods in io.netty.channel with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) Set theMessageSizeEstimatorwhich is used for the channel to detect the size of a message.DefaultChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.channel.epoll
Methods in io.netty.channel.epoll with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionEpollChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) EpollDatagramChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) EpollDomainDatagramChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) EpollDomainSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) EpollServerChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) EpollServerSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) EpollSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.channel.kqueue
Methods in io.netty.channel.kqueue with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionKQueueChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) KQueueDatagramChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) KQueueDomainDatagramChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) KQueueDomainSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) KQueueServerChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) KQueueServerSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) KQueueSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.channel.sctp
Methods in io.netty.channel.sctp with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionDefaultSctpChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) DefaultSctpServerChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) SctpChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) SctpServerChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.channel.socket
Methods in io.netty.channel.socket with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionDatagramChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) DefaultDatagramChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) DefaultServerSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) DefaultSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) DuplexChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) ServerSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) SocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.channel.socket.nio
Methods in io.netty.channel.socket.nio with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionNioDomainSocketChannel.NioDomainSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.channel.socket.oio
Methods in io.netty.channel.socket.oio with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionDefaultOioDatagramChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) DefaultOioServerSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) Deprecated.DefaultOioSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) Deprecated.OioDatagramChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) Deprecated.OioServerSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) Deprecated.OioSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) Deprecated. -
Uses of MessageSizeEstimator in io.netty.channel.unix
Methods in io.netty.channel.unix with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionDomainDatagramChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) DomainSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement MessageSizeEstimatorModifier and TypeClassDescriptionprivate static final classReturns the flow-control size for DATA frames, and 9 for all other frames.Methods in io.netty.handler.codec.http2 that return MessageSizeEstimatorModifier and TypeMethodDescriptionAbstractHttp2StreamChannel.Http2StreamChannelConfig.getMessageSizeEstimator()Methods in io.netty.handler.codec.http2 with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionAbstractHttp2StreamChannel.Http2StreamChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator)