Uses of Interface
io.netty.channel.MessageSizeEstimator
-
Packages that use MessageSizeEstimator Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport.io.netty.channel.rxtx A serial and parallel port communication transport based on RXTX.io.netty.channel.sctp Abstract SCTP socket interfaces which extend the core channel API.io.netty.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API.io.netty.channel.socket.oio Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).io.netty.channel.udt UDT Transport.io.netty.channel.unix Unix specific transport.io.netty.handler.codec.quic QUIC implementation -
-
Uses of MessageSizeEstimator in io.netty.channel
Classes in io.netty.channel that implement MessageSizeEstimator Modifier and Type Class Description classDefaultMessageSizeEstimatorDefaultMessageSizeEstimatorimplementation which supports the estimation of the size ofByteBuf,ByteBufHolderandFileRegion.Fields in io.netty.channel declared as MessageSizeEstimator Modifier and Type Field Description static MessageSizeEstimatorDefaultMessageSizeEstimator. DEFAULTReturn the default implementation which returns8for unknown messages.Fields in io.netty.channel with type parameters of type MessageSizeEstimator Modifier and Type Field Description static ChannelOption<MessageSizeEstimator>ChannelOption. MESSAGE_SIZE_ESTIMATORMethods in io.netty.channel that return MessageSizeEstimator Modifier and Type Method Description MessageSizeEstimatorChannelConfig. getMessageSizeEstimator()ReturnsMessageSizeEstimatorwhich is used for the channel to detect the size of a message.MessageSizeEstimatorDefaultChannelConfig. getMessageSizeEstimator()Methods in io.netty.channel with parameters of type MessageSizeEstimator Modifier and Type Method Description ChannelConfigChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)Set theMessageSizeEstimatorwhich is used for the channel to detect the size of a message.ChannelConfigDefaultChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.channel.epoll
Methods in io.netty.channel.epoll with parameters of type MessageSizeEstimator Modifier and Type Method Description EpollChannelConfigEpollChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)EpollDatagramChannelConfigEpollDatagramChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)EpollDomainDatagramChannelConfigEpollDomainDatagramChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)EpollDomainSocketChannelConfigEpollDomainSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)EpollServerChannelConfigEpollServerChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)EpollServerSocketChannelConfigEpollServerSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)EpollSocketChannelConfigEpollSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.channel.kqueue
Methods in io.netty.channel.kqueue with parameters of type MessageSizeEstimator Modifier and Type Method Description KQueueChannelConfigKQueueChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)KQueueDatagramChannelConfigKQueueDatagramChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)KQueueDomainDatagramChannelConfigKQueueDomainDatagramChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)KQueueDomainSocketChannelConfigKQueueDomainSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)KQueueServerChannelConfigKQueueServerChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)KQueueServerSocketChannelConfigKQueueServerSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)KQueueSocketChannelConfigKQueueSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.channel.rxtx
Methods in io.netty.channel.rxtx with parameters of type MessageSizeEstimator Modifier and Type Method Description RxtxChannelConfigRxtxChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)Deprecated. -
Uses of MessageSizeEstimator in io.netty.channel.sctp
Methods in io.netty.channel.sctp with parameters of type MessageSizeEstimator Modifier and Type Method Description SctpChannelConfigDefaultSctpChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)SctpServerChannelConfigDefaultSctpServerChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)SctpChannelConfigSctpChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)SctpServerChannelConfigSctpServerChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.channel.socket
Methods in io.netty.channel.socket with parameters of type MessageSizeEstimator Modifier and Type Method Description DatagramChannelConfigDatagramChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)DatagramChannelConfigDefaultDatagramChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)ServerSocketChannelConfigDefaultServerSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)SocketChannelConfigDefaultSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)DuplexChannelConfigDuplexChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)ServerSocketChannelConfigServerSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)SocketChannelConfigSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.channel.socket.oio
Methods in io.netty.channel.socket.oio with parameters of type MessageSizeEstimator Modifier and Type Method Description OioServerSocketChannelConfigDefaultOioServerSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)Deprecated.OioSocketChannelConfigDefaultOioSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)Deprecated.OioDatagramChannelConfigOioDatagramChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)Deprecated.OioServerSocketChannelConfigOioServerSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)Deprecated.OioSocketChannelConfigOioSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)Deprecated. -
Uses of MessageSizeEstimator in io.netty.channel.udt
Methods in io.netty.channel.udt with parameters of type MessageSizeEstimator Modifier and Type Method Description UdtChannelConfigDefaultUdtChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)Deprecated.UdtServerChannelConfigDefaultUdtServerChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)Deprecated.UdtChannelConfigUdtChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)Deprecated.UdtServerChannelConfigUdtServerChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)Deprecated. -
Uses of MessageSizeEstimator in io.netty.channel.unix
Methods in io.netty.channel.unix with parameters of type MessageSizeEstimator Modifier and Type Method Description DomainDatagramChannelConfigDomainDatagramChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)DomainSocketChannelConfigDomainSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator) -
Uses of MessageSizeEstimator in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic with parameters of type MessageSizeEstimator Modifier and Type Method Description QuicChannelConfigQuicChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)QuicStreamChannelConfigQuicStreamChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)
-