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.
A serial and parallel port communication transport based on RXTX.
Abstract SCTP socket interfaces which extend the core channel API.
Abstract TCP and UDP socket interfaces which extend the core channel API.
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
UDT Transport.
Unix specific transport.
QUIC implementation
-
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.Fields 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.rxtx
Methods in io.netty.channel.rxtx with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionRxtxChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) Deprecated. -
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.oio
Methods in io.netty.channel.socket.oio with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionDefaultOioServerSocketChannelConfig.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.udt
Methods in io.netty.channel.udt with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionDefaultUdtChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) Deprecated.DefaultUdtServerChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) Deprecated.UdtChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) Deprecated.UdtServerChannelConfig.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.quic
Methods in io.netty.handler.codec.quic with parameters of type MessageSizeEstimatorModifier and TypeMethodDescriptionQuicChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) QuicStreamChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator)