Uses of Class
io.netty.channel.ChannelOutboundBuffer
-
Packages that use ChannelOutboundBuffer Package Description io.netty.bootstrap The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization.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.embedded A virtualChannelthat helps wrapping a series of handlers to unit test the handlers or use them in non-I/O context.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.local A virtual transport that enables the communication between the two parties in the same virtual machine.io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.oio Old blocking I/O based channel API implementation - recommended for a small number of connections (< 1000).io.netty.channel.sctp.nio NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.sctp.oio Old blocking I/O based SCTP channel API implementation - recommended for a small number of connections (< 1000).io.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.socket.oio Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of ChannelOutboundBuffer in io.netty.bootstrap
Methods in io.netty.bootstrap with parameters of type ChannelOutboundBuffer Modifier and Type Method Description protected voidFailedChannel. doWrite(ChannelOutboundBuffer in) -
Uses of ChannelOutboundBuffer in io.netty.channel
Fields in io.netty.channel declared as ChannelOutboundBuffer Modifier and Type Field Description private ChannelOutboundBufferPendingBytesTracker.ChannelOutboundBufferPendingBytesTracker. bufferprivate ChannelOutboundBufferAbstractChannel.AbstractUnsafe. outboundBufferFields in io.netty.channel with type parameters of type ChannelOutboundBuffer Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicLongFieldUpdater<ChannelOutboundBuffer>ChannelOutboundBuffer. TOTAL_PENDING_SIZE_UPDATERprivate static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ChannelOutboundBuffer>ChannelOutboundBuffer. UNWRITABLE_UPDATERMethods in io.netty.channel that return ChannelOutboundBuffer Modifier and Type Method Description ChannelOutboundBufferAbstractChannel.AbstractUnsafe. outboundBuffer()ChannelOutboundBufferChannel.Unsafe. outboundBuffer()Returns theChannelOutboundBufferof theChannelwhere the pending write requests are stored.Methods in io.netty.channel with parameters of type ChannelOutboundBuffer Modifier and Type Method Description private voidAbstractChannel.AbstractUnsafe. closeOutboundBufferForShutdown(ChannelPipeline pipeline, ChannelOutboundBuffer buffer, java.lang.Throwable cause)protected abstract voidAbstractChannel. doWrite(ChannelOutboundBuffer in)Flush the content of the given buffer to the remote peer.protected voidAbstractServerChannel. doWrite(ChannelOutboundBuffer in)Constructors in io.netty.channel with parameters of type ChannelOutboundBuffer Constructor Description ChannelOutboundBufferPendingBytesTracker(ChannelOutboundBuffer buffer, MessageSizeEstimator.Handle estimatorHandle) -
Uses of ChannelOutboundBuffer in io.netty.channel.embedded
Methods in io.netty.channel.embedded with parameters of type ChannelOutboundBuffer Modifier and Type Method Description protected voidEmbeddedChannel. doWrite(ChannelOutboundBuffer in) -
Uses of ChannelOutboundBuffer in io.netty.channel.epoll
Methods in io.netty.channel.epoll with parameters of type ChannelOutboundBuffer Modifier and Type Method Description (package private) voidNativeDatagramPacketArray. add(ChannelOutboundBuffer buffer, boolean connected, int maxMessagesPerWrite)protected voidAbstractEpollServerChannel. doWrite(ChannelOutboundBuffer in)protected voidAbstractEpollStreamChannel. doWrite(ChannelOutboundBuffer in)protected voidEpollDatagramChannel. doWrite(ChannelOutboundBuffer in)protected voidEpollDomainDatagramChannel. doWrite(ChannelOutboundBuffer in)protected intAbstractEpollChannel. doWriteBytes(ChannelOutboundBuffer in, ByteBuf buf)private intAbstractEpollStreamChannel. doWriteMultiple(ChannelOutboundBuffer in)Attempt to write multipleByteBufobjects.protected intAbstractEpollStreamChannel. doWriteSingle(ChannelOutboundBuffer in)Attempt to write a single object.protected intEpollDomainSocketChannel. doWriteSingle(ChannelOutboundBuffer in)private intAbstractEpollStreamChannel. writeBytes(ChannelOutboundBuffer in, ByteBuf buf)Write bytes form the givenByteBufto the underlyingChannel.private intAbstractEpollStreamChannel. writeBytesMultiple(ChannelOutboundBuffer in, IovArray array)Write multiple bytes viaIovArray.private intAbstractEpollStreamChannel. writeBytesMultiple(ChannelOutboundBuffer in, java.nio.ByteBuffer[] nioBuffers, int nioBufferCnt, long expectedWrittenBytes, long maxBytesPerGatheringWrite)Write multiple bytes viaByteBufferarray.private intAbstractEpollStreamChannel. writeDefaultFileRegion(ChannelOutboundBuffer in, DefaultFileRegion region)Write aDefaultFileRegionprivate intAbstractEpollStreamChannel. writeFileRegion(ChannelOutboundBuffer in, FileRegion region)Write aFileRegion -
Uses of ChannelOutboundBuffer in io.netty.channel.kqueue
Methods in io.netty.channel.kqueue with parameters of type ChannelOutboundBuffer Modifier and Type Method Description protected voidAbstractKQueueDatagramChannel. doWrite(ChannelOutboundBuffer in)protected voidAbstractKQueueServerChannel. doWrite(ChannelOutboundBuffer in)protected voidAbstractKQueueStreamChannel. doWrite(ChannelOutboundBuffer in)protected intAbstractKQueueChannel. doWriteBytes(ChannelOutboundBuffer in, ByteBuf buf)private intAbstractKQueueStreamChannel. doWriteMultiple(ChannelOutboundBuffer in)Attempt to write multipleByteBufobjects.protected intAbstractKQueueStreamChannel. doWriteSingle(ChannelOutboundBuffer in)Attempt to write a single object.protected intKQueueDomainSocketChannel. doWriteSingle(ChannelOutboundBuffer in)private intAbstractKQueueStreamChannel. writeBytes(ChannelOutboundBuffer in, ByteBuf buf)Write bytes form the givenByteBufto the underlyingChannel.private intAbstractKQueueStreamChannel. writeBytesMultiple(ChannelOutboundBuffer in, IovArray array)Write multiple bytes viaIovArray.private intAbstractKQueueStreamChannel. writeBytesMultiple(ChannelOutboundBuffer in, java.nio.ByteBuffer[] nioBuffers, int nioBufferCnt, long expectedWrittenBytes, long maxBytesPerGatheringWrite)Write multiple bytes viaByteBufferarray.private intAbstractKQueueStreamChannel. writeDefaultFileRegion(ChannelOutboundBuffer in, DefaultFileRegion region)Write aDefaultFileRegionprivate intAbstractKQueueStreamChannel. writeFileRegion(ChannelOutboundBuffer in, FileRegion region)Write aFileRegion -
Uses of ChannelOutboundBuffer in io.netty.channel.local
Methods in io.netty.channel.local with parameters of type ChannelOutboundBuffer Modifier and Type Method Description protected voidLocalChannel. doWrite(ChannelOutboundBuffer in) -
Uses of ChannelOutboundBuffer in io.netty.channel.nio
Methods in io.netty.channel.nio with parameters of type ChannelOutboundBuffer Modifier and Type Method Description protected voidAbstractNioByteChannel. doWrite(ChannelOutboundBuffer in)protected voidAbstractNioMessageChannel. doWrite(ChannelOutboundBuffer in)protected intAbstractNioByteChannel. doWrite0(ChannelOutboundBuffer in)Write objects to the OS.private intAbstractNioByteChannel. doWriteInternal(ChannelOutboundBuffer in, java.lang.Object msg)protected abstract booleanAbstractNioMessageChannel. doWriteMessage(java.lang.Object msg, ChannelOutboundBuffer in)Write a message to the underlyingChannel. -
Uses of ChannelOutboundBuffer in io.netty.channel.oio
Methods in io.netty.channel.oio with parameters of type ChannelOutboundBuffer Modifier and Type Method Description protected voidAbstractOioByteChannel. doWrite(ChannelOutboundBuffer in)Deprecated. -
Uses of ChannelOutboundBuffer in io.netty.channel.sctp.nio
Methods in io.netty.channel.sctp.nio with parameters of type ChannelOutboundBuffer Modifier and Type Method Description protected booleanNioSctpChannel. doWriteMessage(java.lang.Object msg, ChannelOutboundBuffer in)protected booleanNioSctpServerChannel. doWriteMessage(java.lang.Object msg, ChannelOutboundBuffer in) -
Uses of ChannelOutboundBuffer in io.netty.channel.sctp.oio
Methods in io.netty.channel.sctp.oio with parameters of type ChannelOutboundBuffer Modifier and Type Method Description protected voidOioSctpChannel. doWrite(ChannelOutboundBuffer in)Deprecated.protected voidOioSctpServerChannel. doWrite(ChannelOutboundBuffer in)Deprecated. -
Uses of ChannelOutboundBuffer in io.netty.channel.socket.nio
Methods in io.netty.channel.socket.nio with parameters of type ChannelOutboundBuffer Modifier and Type Method Description protected voidNioDomainSocketChannel. doWrite(ChannelOutboundBuffer in)protected voidNioSocketChannel. doWrite(ChannelOutboundBuffer in)protected booleanNioDatagramChannel. doWriteMessage(java.lang.Object msg, ChannelOutboundBuffer in)protected booleanNioServerDomainSocketChannel. doWriteMessage(java.lang.Object msg, ChannelOutboundBuffer in)protected booleanNioServerSocketChannel. doWriteMessage(java.lang.Object msg, ChannelOutboundBuffer in) -
Uses of ChannelOutboundBuffer in io.netty.channel.socket.oio
Methods in io.netty.channel.socket.oio with parameters of type ChannelOutboundBuffer Modifier and Type Method Description protected voidOioDatagramChannel. doWrite(ChannelOutboundBuffer in)Deprecated.protected voidOioServerSocketChannel. doWrite(ChannelOutboundBuffer in)Deprecated. -
Uses of ChannelOutboundBuffer in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return ChannelOutboundBuffer Modifier and Type Method Description ChannelOutboundBufferAbstractHttp2StreamChannel.Http2ChannelUnsafe. outboundBuffer()
-