|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Channel implementation.ChannelSink implementation.Channel implementation.ChannelHandler after an existing handler of this
pipeline.
ChannelHandler before an existing handler of this
pipeline.
ChannelHandler at the first position of this pipeline.
ChannelHandler at the last position of this pipeline.
"all"
Channel and
ChannelSink.
"localAddress" option.
"bind" request to the last
ChannelDownstreamHandler in the ChannelPipeline of
the specified Channel.
"bind" request to the previous
ChannelDownstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
Channel.bind(SocketAddress) was called.
Channel.ChannelFactory set.
ChannelFactory.
capacity.
endianness
and capacity.
ByteBuffer based buffer.true if and only if the ChannelHandler is an
instance of ChannelDownstreamHandler.
true if and only if the ChannelHandler is an
instance of ChannelUpstreamHandler.
Channel is open and bound to a local address,
but not connected.
ChannelBuffer.InputStream which reads data from a ChannelBuffer.buffer
starting at the current readerIndex and ending at the current
writerIndex.
buffer
starting at the current readerIndex and ending at
readerIndex + length.
OutputStream which writes data to a ChannelBuffer.buffer.
ChannelBuffer by allocating new space or by wrapping
or copying existing byte arrays, byte buffers and a string.Channel was closed and all its related resources
were released.
Channel.Channel is open, bound to a local address, and
connected to a remote address.
Channel was disconnected from its remote peer.
ChannelEvent, and sends a
ChannelEvent to the previous or next handler in a
ChannelPipeline.Channel.Runnable which sends the specified ChannelEvent upstream.Runnable which sends the specified ChannelEvent
upstream via the specified ChannelHandlerContext.
RuntimeException which is thrown when an I/O operation fails.Channel associated
with a certain communication entity such as a network socket.Channel I/O operation.ChannelFuture.ChannelEvent, and sends a
ChannelEvent to the next or previous handler in a
ChannelPipeline.ChannelHandler and the ChannelPipeline it belongs to.Channel's interestOps
was changed.
Channel is open, but not bound nor connected.
ChannelHandlers which handles or intercepts
ChannelEvents of a Channel.ChannelHandler type
can be added to more than one ChannelPipeline.ChannelException which is thrown when a ChannelPipeline
failed to process a ChannelEvent or when a ChannelPipelineFactory
failed to initialize a ChannelPipeline.ChannelPipeline for a new Channel.Channel, ChannelHandler, and ChannelPipeline.ChannelEvents.Channel.ChannelEvent which represents the change of the Channel
state.Channel was unbound from the current local address.
ChannelEvent, and sends a
ChannelEvent to the next or previous handler in a
ChannelPipeline.IndexOutOfBoundsException if the current
readable bytes of this buffer is less
than the specified value.
Channel was closed.
Channel was open.
ChannelEvent which represents the notification of the state of
a child Channel.readerIndex and writerIndex of this buffer to
0.
Channel and makes a
connection attempt.ChannelFactory set.
ChannelFactory.
ChannelFactory which creates a client-side SocketChannel.ChannelFutureListener that closes the Channel which is
associated with the specified ChannelFuture.
"close" request to the last
ChannelDownstreamHandler in the ChannelPipeline of
the specified Channel.
"close" request to the previous
ChannelDownstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
close_notify message to the specified channel and
destroys the underlying SSLEngine.
Channel.close() was called.
ChannelBuffer.compareTo(ChannelBuffer).
ChannelBuffers into Java
objects (interoperability version).ChannelBuffer
(interoperability version).16.
ChannelFuture implementation which represents a
ChannelFuture which has been completed already."remoteAddress" and
"localAddress" option.
remoteAddress and
the current "localAddress" option.
remoteAddress and
the specified localAddress.
"connect" request to the last
ChannelDownstreamHandler in the ChannelPipeline of
the specified Channel.
"connect" request to the previous
ChannelDownstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
Channel.connect(SocketAddress) was called.
array.
endianness whose
content is a copy of the specified array.
array's sub-region.
endianness whose
content is a copy of the specified array's sub-region.
buffer's current slice.
buffer's readable bytes.
arrays.
endianness whose
content is a merged copy of the specified arrays.
buffers' readable bytes.
buffers' slices.
string encoded by the specified charsetName.
endianness whose
content is the specified string encoded by the specified
charsetName.
CR ('\r') byte.
CR ('\r') or LF ('\n').
ChannelEvent implementation.ChannelFuture implementation.ChannelPipeline implementation.ChannelStateEvent implementation.ChildChannelStateEvent implementation.ExceptionEvent implementation.MessageEvent implementation.ObjectSizeEstimator implementation for general purpose.ReceiveBufferSizePredictor implementation.ServerSocketChannelConfig implementation.SocketChannelConfig implementation.FrameDecoder which decodes the received ChannelBuffers
into the ChannelBuffers split by one or more delimiters.DelimiterBasedFrameDecoder for common use.capacity.
endianness and
capacity.
readerIndex.
"disconnect" request to the last
ChannelDownstreamHandler in the ChannelPipeline of
the specified Channel.
"disconnect" request to the previous
ChannelDownstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
Channel.disconnect() was called.
256 bytes.
0.
true if and only if the two specified buffers are
identical to each other as described in ChannelBuffer#equals(Object).
true if and only if the specified object is identical
with this channel (i.e: this == o).
ChannelPipeline when a downstream ChannelEvent
has reached its terminal (the head of the pipeline).
ExceptionEvent upstream with the specified
cause.
ChannelPipeline when an exception was raised while
one of its ChannelHandlers process a ChannelEvent.
ChannelHandler.
ChannelEvent which represents the notification of an exception
raised by a ChannelHandler or an I/O thread.ChannelEvent to an Executor.Executor.
CompleteChannelFuture which is failed already.ChannelFuture which has failed already for the
specified Channel.
true if and only if the data is found at the specified
guessedIndex of the specified buffer.
"channelBound" event to the first
ChannelUpstreamHandler in the ChannelPipeline of
the specified Channel.
"channelBound" event to the next
ChannelUpstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
"channelClosed" event to the first
ChannelUpstreamHandler in the ChannelPipeline of
the specified Channel.
"channelClosed" event to the next
ChannelUpstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
"channelConnected" event to the first
ChannelUpstreamHandler in the ChannelPipeline of
the specified Channel.
"channelConnected" event to the next
ChannelUpstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
"channelDisconnected" event to the first
ChannelUpstreamHandler in the ChannelPipeline of
the specified Channel.
"channelDisconnected" event to the next
ChannelUpstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
"channelInterestChanged" event to the first
ChannelUpstreamHandler in the ChannelPipeline of
the specified Channel.
"channelInterestChanged" event to the next
ChannelUpstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
"channelOpen" event to the first
ChannelUpstreamHandler in the ChannelPipeline of
the specified Channel.
"channelOpen" event to the next
ChannelUpstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
"channelUnbound" event to the first
ChannelUpstreamHandler in the ChannelPipeline of
the specified Channel.
"channelUnbound" event to the next
ChannelUpstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
"exceptionCaught" event to the first
ChannelUpstreamHandler in the ChannelPipeline of
the specified Channel.
"exceptionCaught" event to the next
ChannelUpstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
"messageReceived" event to the first
ChannelUpstreamHandler in the ChannelPipeline of
the specified Channel.
"messageReceived" event to the first
ChannelUpstreamHandler in the ChannelPipeline of
the specified Channel belongs.
"messageReceived" event to the next
ChannelUpstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
"messageReceived" event to the next
ChannelUpstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
FrameDecoder which decodes the received ChannelBuffers
into the ChannelBuffers of the fixed length.ChannelBuffers into a meaningful frame object.ChannelFuture for the specified
Channel.
ChannelFuture for the specified Channel.
ChannelHandler with the specified name in this
pipeline.
ChannelHandler of the specified type in this
pipeline.
index in this buffer.
index until the destination becomes
non-writable.
index.
index.
index.
index.
index until the destination's position
reaches its limit.
index.
index.
Channel which is associated with this event.
Channel that this pipeline is attached to.
Channel whose state has been changed.
ChannelHandler in
this pipeline.
ChannelHandler with the
specified name in this pipeline.
ChannelHandler of the
specified type in this pipeline.
ChannelHandlerContext which will be used to
send the ChannelEvent upstream.
SslBufferPool used when no pool is
specified in the constructor.
SSLEngine which is used by this handler.
ChannelEvent which will be sent upstream.
Executor which was specified with the constructor.
ChannelFactory that will be used to perform an
I/O operation.
ChannelFactory which created this channel.
ChannelHandler in this pipeline.
ChannelFuture which is associated with this event.
ChannelHandler that this context object is
serving.
UUID of this channel.
index in
this buffer.
interestOps of this channel.
ChannelHandler in this pipeline.
index in
this buffer.
index in
this buffer.
ChannelHandler in the
ChannelPipeline.
ObjectSizeEstimator of this pool.
Channel.
ChannelHandler which intercepts an event
of a new bound server-side channel which accepts incoming connections.
ChannelPipeline which is cloned when a new
Channel is created.
ChannelPipeline which handles ChannelEvents
associated with this channel.
ChannelPipeline that the ChannelHandler
belongs to.
ChannelPipeline.
Bootstrap.getPipeline() which returns the default
pipeline of this bootstrap as an ordered map.
ChannelPipelineFactory which creates a new
ChannelPipeline for a new Channel.
ChannelPipelineFactory which will be used when
a child channel is created.
SO_RCVBUF option.
SO_RCVBUF option.
ReceiveBufferSizePredictor which predicts the
number of readable bytes in the socket receive buffer.
SO_SNDBUF option.
index in
this buffer.
ChannelSink that this pipeline is attached to.
SO_LINGER option.
Channel.
SucceededChannelFuture instance.
index in this
buffer.
index
in this buffer.
index in this buffer.
index in this buffer.
FailedChannelFuture whose cause is an
UnsupportedOperationException.
Channel.
WritableByteChannel.write(ByteBuffer) returns a non-zero value.
value in this
buffer.
indexFinder
returns true.
ChannelBuffer.indexOf(int, int, byte).
ChannelBuffer.indexOf(int, int, ChannelBufferIndexFinder).
InternalLogger or changes the default factory
implementation.true if and only if this channel is bound to a
local address.
true if and only if this future was
canceled by a ChannelFuture.cancel() method.
true if and only if this channel is connected to a
remote address.
true if a DEBUG level message is logged.
true if and only if this future is
complete, regardless of whether the operation was successful, failed,
or canceled.
true if an ERROR level message is logged.
true if an INFO level message is logged.
SO_KEEPALIVE option.
true if and only if this channel is open.
true if and only if the I/O thread will read a message
from this channel.
true if and only if an I/O thread should do its effort
to balance the ratio of read and write operations.
SO_REUSEADDR option.
SO_REUSEADDR option.
true if and only if the I/O operation was completed
successfully.
SO_TCPNODELAY option.
true if a WARN level message is logged.
true if and only if the I/O thread will perform the
requested write operation immediately.
LF ('\n') byte.
' ' and '\t').
CR ('\r') and LF ('\n') delimiters, which could
be used for text-based line protocols.
readerIndex in this buffer.
writerIndex in this buffer.
ThreadPoolExecutor which blocks the task submission when there's
too many tasks in the queue.MessageEvent
MessageEvent
ChannelEvent which represents the transmission or reception of a
message.ChannelBuffer) was received
from a remote peer.
Channel and attaches the specified
ChannelPipeline to the new Channel.
ObjectInputStream which wraps the specified
InputStream.
ObjectOutputStream which wraps the specified
OutputStream.
ChannelBuffer for the next
read operation depending on the actual number of read bytes in the
previous read operation.
ClientSocketChannelFactory which creates a client-side NIO-based
SocketChannel.ServerSocketChannelFactory which creates a server-side NIO-based
ServerSocketChannel.SocketChannelConfig for a NIO TCP/IP SocketChannel.CR ('\r') byte.
CR ('\r')
nor a LF ('\n').
LF ('\n') byte.
' ' nor '\t').
NUL (0x00) byte.
NUL (0x00) byte.
NUL (0x00) delimiter, which could be used for
Flash XML socket or any similar protocols.
ChannelBuffers into Java
objects.1048576
bytes.
ObjectInput which is interoperable with ObjectEncoder
and ObjectEncoderOutputStream.ObjectInput.
ObjectInput.
ObjectInput.
ObjectInput.
ChannelBuffer.ObjectOutput which is interoperable with ObjectDecoder
and ObjectDecoderInputStream.ObjectOutput with the estimated length of 512
bytes.
ObjectOutput.
ClientSocketChannelFactory which creates a client-side blocking
I/O based SocketChannel.ServerSocketChannelFactory which creates a server-side blocking
I/O based ServerSocketChannel."one"
interestOps value which tells that the
I/O thread will not read a message from the channel but will perform
the requested write operation immediately.
interestOps value which tells that the
I/O thread will read a message from the channel and will perform the
requested write operation immediately.
interestOps value which tells that the
I/O thread will read a message from the channel but will not perform
the requested write operation immediately.
interestOps value which tells that the
I/O thread will not read a message from the channel and will not perform
the requested write operation immediately.
ChannelFuture
has been completed.
MemoryAwareThreadPoolExecutor which maintains the
ChannelEvent order for the same Channel.FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm.Serializable object into a byte buffer and
vice versa.String into a
ChannelBuffer and vice versa.Executor-based implementation of various
thread models and memory overload prevention mechanisms.SSLEngineChannelPipeline.
ChannelPipeline which contains the same entries
with the specified pipeline.
ChannelPipelineFactory which creates a new
ChannelPipeline which contains the same entries with the
specified pipeline.
true
if and only if (this.writerIndex - this.readerIndex) is greater
than 0.
(this.writerIndex - this.readerIndex).
readerIndex and increases
the readerIndex by 1 in this buffer.
readerIndex and increases the readerIndex
by the number of the transferred bytes (= length).
readerIndex until the specified indexFinder
returns true and increases the readerIndex
by the number of the transferred bytes.
readerIndex until the destination becomes
non-writable, and increases the readerIndex by the number of the
transferred bytes.
readerIndex and increases the readerIndex
by the number of the transferred bytes (= length).
readerIndex and increases the readerIndex
by the number of the transferred bytes (= length).
readerIndex and increases the readerIndex
by the number of the transferred bytes (= dst.length).
readerIndex and increases the readerIndex
by the number of the transferred bytes (= length).
readerIndex until the destination's position
reaches its limit, and increases the readerIndex by the
number of the transferred bytes.
readerIndex.
readerIndex.
readerIndex of this buffer.
readerIndex of this buffer.
readerIndex
and increases the readerIndex by 4 in this buffer.
readerIndex
and increases the readerIndex by 8 in this buffer.
readerIndex
and increases the readerIndex by 3 in this buffer.
readerIndex
and increases the readerIndex by 2 in this buffer.
readerIndex and increases the readerIndex by the size
of the new slice (= length).
readerIndex and increases the readerIndex by the size
of the new slice (determined by indexFinder).
readerIndex and increases
the readerIndex by 1 in this buffer.
readerIndex
and increases the readerIndex by 4 in this buffer.
readerIndex
and increases the readerIndex by 3 in this buffer.
readerIndex
and increases the readerIndex by 2 in this buffer.
ChannelHandler from this pipeline.
ChannelHandler with the specified name from this
pipeline.
ChannelHandler of the specified type from this
pipeline
ChannelHandler in this pipeline.
ChannelHandler in this pipeline.
ChannelHandler with a new handler in
this pipeline.
ChannelHandler of the specified name with a new
handler in this pipeline.
ChannelHandler of the specified type with a new
handler in this pipeline.
FrameDecoder which enables implementation
of a non-blocking decoder in the blocking I/O paradigm.null).
readerIndex to the marked
readerIndex in this buffer.
writerIndex to the marked
writerIndex in this buffer.
ChannelEvent to the previous
ChannelDownstreamHandler in the ChannelPipeline.
ChannelEvent to the last
ChannelDownstreamHandler in this pipeline.
ChannelEvent to the next
ChannelUpstreamHandler in the ChannelPipeline.
ChannelEvent to the first
ChannelUpstreamHandler in this pipeline.
Channel and accepts
incoming connections.ChannelFactory set.
ChannelFactory.
Channel which accepts incoming TCP/IP
connections.ChannelConfig for a ServerSocketChannel.ChannelFactory which creates a ServerSocketChannel.index in this
buffer.
index until the destination becomes
unreadable.
index.
index.
index.
index.
index until the source buffer's position
reaches its limit.
index.
index.
ChannelFactory that will be used to perform an I/O
operation.
readerIndex and writerIndex of this buffer
in one shot.
index in this buffer.
interestOps of this channel asynchronously.
"setInterestOps" request to the last
ChannelDownstreamHandler in the ChannelPipeline of
the specified Channel.
"setInterestOps" request to the previous
ChannelDownstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
interestOps property of this channel
immediately.
Channel.setInterestOps(int) was called.
SO_KEEPALIVE option.
index in this buffer.
index in this buffer.
Channel.
Map.
ChannelHandler which intercepts an event of
a new bound server-side channel which accepts incoming connections.
ServerSocket.setPerformancePreferences(int, int, int).
Socket.setPerformancePreferences(int, int, int).
ChannelPipeline which is cloned when a new
Channel is created.
Bootstrap.setPipeline(org.jboss.netty.channel.ChannelPipeline) which sets the default
pipeline of this bootstrap from an ordered map.
ChannelPipelineFactory which creates a new
ChannelPipeline for a new Channel.
ChannelPipelineFactory which will be used when
a child channel is created.
SO_RCVBUF option.
SO_RCVBUF option.
ReceiveBufferSizePredictor which predicts the
number of readable bytes in the socket receive buffer.
SO_REUSEADDR option.
SO_REUSEADDR option.
SO_SNDBUF option.
index in this buffer.
SO_LINGER option.
SO_TCPNODELAY option.
Socket.setTrafficClass(int).
WritableByteChannel.write(ByteBuffer) returns a non-zero value.
index.
true if and only if the specified task should
be counted to limit the global and per-channel memory consumption.
ChannelHandler which provides an individual handler method
for each event type.readerIndex by the specified
length in this buffer.
readerIndex until the specified
indexFinder returns true in this buffer.
Channel which was either accepted by
ServerSocketChannel or created by ClientSocketChannelFactory.ChannelConfig for a SocketChannel.ByteBuffer pool dedicated for SslHandler performance
improvement.18113536, which can
hold 1024 buffers.
Channel.ChannelBuffer into a String.String into a ChannelBuffer.CompleteChannelFuture which is succeeded already.ChannelFuture which is already succeeded for the
specified Channel.
Map whose keys are
handler names and whose values are handlers.
Exception which is thrown when the length of the frame
decoded by DelimiterBasedFrameDecoder is greater than the maximum.terminatorFinder returns true with the specified
character set name.
terminatorFinder returns true with the specified
character set name.
String representation of this channel.
String representation of this event.
String representation of this pipeline.
"unbind" request to the previous
ChannelDownstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
"unbind" request to the last
ChannelDownstreamHandler in the ChannelPipeline of
the specified Channel.
Channel.unbind() was called.
buffer.
Enum which could be specified as a type parameter of
ReplayingDecoder when a user wants to manage the decoder state or
there's no state to manage.array.
array with the
specified endianness.
array.
array with the specified endianness.
true
if and only if (this.capacity - this.writerIndex) is greater
than 0.
(this.capacity - this.writerIndex).
"write" request to the last
ChannelDownstreamHandler in the ChannelPipeline of
the specified Channel.
"write" request to the previous
ChannelDownstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
"write" request to the last
ChannelDownstreamHandler in the ChannelPipeline of
the specified Channel.
"write" request to the previous
ChannelDownstreamHandler in the ChannelPipeline where
the specified ChannelHandlerContext belongs.
writerIndex
and increases the writerIndex by 1 in this buffer.
writerIndex until the source buffer becomes
unreadable, and increases the writerIndex by the number of
the transferred bytes.
writerIndex and increases the writerIndex
by the number of the transferred bytes (= length).
writerIndex and increases the writerIndex
by the number of the transferred bytes (= length).
writerIndex and increases the writerIndex
by the number of the transferred bytes (= src.length).
writerIndex and increases the writerIndex
by the number of the transferred bytes (= length).
writerIndex until the source buffer's position
reaches its limit, and increases the writerIndex by the
number of the transferred bytes.
writerIndex and increases the
writerIndex by the number of the transferred bytes.
writerIndex and increases the
writerIndex by the number of the transferred bytes.
writerIndex
and increases the writerIndex by 4 in this buffer.
writerIndex and increases the writerIndex by 8
in this buffer.
writerIndex and increases the writerIndex by 3
in this buffer.
Channel.write(Object) is called.
writerIndex of this buffer.
writerIndex of this buffer.
writerIndex and increases the writerIndex by 2
in this buffer.
writerIndex and increases the writerIndex by the
specified length.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||