A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractChannel - Class in org.jboss.netty.channel
A skeletal Channel implementation.
AbstractChannel(Channel, ChannelFactory, ChannelPipeline, ChannelSink) - Constructor for class org.jboss.netty.channel.AbstractChannel
Creates a new instance.
AbstractChannelBuffer - Class in org.jboss.netty.buffer
A skeletal implementation of a buffer.
AbstractChannelBuffer() - Constructor for class org.jboss.netty.buffer.AbstractChannelBuffer
 
AbstractChannelBufferFactory - Class in org.jboss.netty.buffer
A skeletal implementation of ChannelBufferFactory.
AbstractChannelBufferFactory() - Constructor for class org.jboss.netty.buffer.AbstractChannelBufferFactory
Creates a new factory whose default ByteOrder is ByteOrder.BIG_ENDIAN.
AbstractChannelBufferFactory(ByteOrder) - Constructor for class org.jboss.netty.buffer.AbstractChannelBufferFactory
Creates a new factory with the specified default ByteOrder.
AbstractChannelFactoryProvider<T extends ChannelFactory> - Class in org.jboss.netty.container.guice
A skeletal Provider implementation for a ChannelFactory.
AbstractChannelFactoryProvider(Executor) - Constructor for class org.jboss.netty.container.guice.AbstractChannelFactoryProvider
 
AbstractChannelSink - Class in org.jboss.netty.channel
A skeletal ChannelSink implementation.
AbstractChannelSink() - Constructor for class org.jboss.netty.channel.AbstractChannelSink
Creates a new instance.
AbstractInternalLogger - Class in org.jboss.netty.logging
A skeletal implementation of InternalLogger.
AbstractInternalLogger() - Constructor for class org.jboss.netty.logging.AbstractInternalLogger
Creates a new instance.
AbstractServerChannel - Class in org.jboss.netty.channel
A skeletal server-side Channel implementation.
AbstractServerChannel(ChannelFactory, ChannelPipeline, ChannelSink) - Constructor for class org.jboss.netty.channel.AbstractServerChannel
Creates a new instance.
ACCEPT - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept"
ACCEPT_CHARSET - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept-Charset"
ACCEPT_ENCODING - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept-Encoding"
ACCEPT_LANGUAGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept-Language"
ACCEPT_RANGES - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept-Ranges"
ACCEPTED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
202 Accepted
actualReadableBytes() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
Returns the actual number of readable bytes in the cumulative buffer of this decoder.
AdaptiveReceiveBufferSizePredictor - Class in org.jboss.netty.channel
The ReceiveBufferSizePredictor that automatically increases and decreases the predicted buffer size on feed back.
AdaptiveReceiveBufferSizePredictor() - Constructor for class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
Creates a new predictor with the default parameters.
AdaptiveReceiveBufferSizePredictor(int, int, int) - Constructor for class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
Creates a new predictor with the specified parameters.
add(Channel) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
addAfter(String, String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Inserts a ChannelHandler after an existing handler of this pipeline.
addAfter(String, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
addBefore(String, String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Inserts a ChannelHandler before an existing handler of this pipeline.
addBefore(String, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
addCookie(String, String) - Method in class org.jboss.netty.handler.codec.http.CookieEncoder
Adds a new Cookie created with the specified name and value to this encoder.
addCookie(Cookie) - Method in class org.jboss.netty.handler.codec.http.CookieEncoder
Adds the specified Cookie to this encoder.
addFirst(String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Inserts a ChannelHandler at the first position of this pipeline.
addFirst(String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
addHeader(String, String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
addHeader(String, String) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Adds a new header with the specified name and value.
addLast(String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Appends a ChannelHandler at the last position of this pipeline.
addLast(String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
addListener(ChannelFutureListener) - Method in interface org.jboss.netty.channel.ChannelFuture
Adds the specified listener to this future.
addListener(ChannelFutureListener) - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
addListener(ChannelFutureListener) - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
addListener(ChannelGroupFutureListener) - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Adds the specified listener to this future.
addListener(ChannelGroupFutureListener) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
addParam(String, String) - Method in class org.jboss.netty.handler.codec.http.QueryStringEncoder
Adds a parameter with the specified name and value to this encoder.
afterAdd(ChannelHandlerContext) - Method in interface org.jboss.netty.channel.LifeCycleAwareChannelHandler
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
afterPropertiesSet() - Method in class org.jboss.netty.container.spring.NettyResourceFactory
 
afterRemove(ChannelHandlerContext) - Method in interface org.jboss.netty.channel.LifeCycleAwareChannelHandler
 
afterRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
afterRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
AGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Age"
ALL - Static variable in annotation type org.jboss.netty.channel.ChannelPipelineCoverage
"all"
ALLOW - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Allow"
array - Variable in class org.jboss.netty.buffer.HeapChannelBuffer
The underlying heap byte array that this buffer is wrapping.
attach(Channel, ChannelSink) - Method in interface org.jboss.netty.channel.ChannelPipeline
Attaches this pipeline to the specified Channel and ChannelSink.
attach(Channel, ChannelSink) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
AUTHORIZATION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Authorization"
available() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
available() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
await() - Method in interface org.jboss.netty.channel.ChannelFuture
Waits for this future to be completed.
await(long, TimeUnit) - Method in interface org.jboss.netty.channel.ChannelFuture
Waits for this future to be completed within the specified time limit.
await(long) - Method in interface org.jboss.netty.channel.ChannelFuture
Waits for this future to be completed within the specified time limit.
await() - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
await(long, TimeUnit) - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
await(long) - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
await() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
await(long, TimeUnit) - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
await(long) - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
await() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed.
await(long, TimeUnit) - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed within the specified time limit.
await(long) - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed within the specified time limit.
await() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
await(long, TimeUnit) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
await(long) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
awaitTermination(long, TimeUnit) - Method in class org.jboss.netty.util.VirtualExecutorService
 
awaitUninterruptibly() - Method in interface org.jboss.netty.channel.ChannelFuture
Waits for this future to be completed without interruption.
awaitUninterruptibly(long, TimeUnit) - Method in interface org.jboss.netty.channel.ChannelFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly(long) - Method in interface org.jboss.netty.channel.ChannelFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly() - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
awaitUninterruptibly(long, TimeUnit) - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
awaitUninterruptibly(long) - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
awaitUninterruptibly() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
awaitUninterruptibly(long, TimeUnit) - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
awaitUninterruptibly(long) - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
awaitUninterruptibly() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed without interruption.
awaitUninterruptibly(long, TimeUnit) - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly(long) - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
awaitUninterruptibly(long, TimeUnit) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
awaitUninterruptibly(long) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 

B

BAD_GATEWAY - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
502 Bad Gateway
BAD_REQUEST - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
400 Bad Request
Base64 - Class in org.jboss.netty.handler.codec.base64
Utility class for ChannelBuffer that encodes and decodes to and from Base64 notation.
BASE64 - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"base64"
Base64Decoder - Class in org.jboss.netty.handler.codec.base64
Decodes a Base64-encoded ChannelBuffer or US-ASCII String into a ChannelBuffer.
Base64Decoder() - Constructor for class org.jboss.netty.handler.codec.base64.Base64Decoder
 
Base64Decoder(Base64Dialect) - Constructor for class org.jboss.netty.handler.codec.base64.Base64Decoder
 
Base64Dialect - Enum in org.jboss.netty.handler.codec.base64
Enumeration of supported Base64 dialects.
Base64Encoder - Class in org.jboss.netty.handler.codec.base64
Encodes a ChannelBuffer into a Base64-encoded ChannelBuffer.
Base64Encoder() - Constructor for class org.jboss.netty.handler.codec.base64.Base64Encoder
 
Base64Encoder(boolean) - Constructor for class org.jboss.netty.handler.codec.base64.Base64Encoder
 
Base64Encoder(boolean, Base64Dialect) - Constructor for class org.jboss.netty.handler.codec.base64.Base64Encoder
 
beforeAdd(ChannelHandlerContext) - Method in interface org.jboss.netty.channel.LifeCycleAwareChannelHandler
 
beforeAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
beforeAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
beforeExecute(Thread, Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
beforeRemove(ChannelHandlerContext) - Method in interface org.jboss.netty.channel.LifeCycleAwareChannelHandler
 
beforeRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
beforeRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
BIG_ENDIAN - Static variable in class org.jboss.netty.buffer.ChannelBuffers
Big endian byte order.
BigEndianHeapChannelBuffer - Class in org.jboss.netty.buffer
A big-endian Java heap buffer.
BigEndianHeapChannelBuffer(int) - Constructor for class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
Creates a new big-endian heap buffer with a newly allocated byte array.
BigEndianHeapChannelBuffer(byte[]) - Constructor for class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
Creates a new big-endian heap buffer with an existing byte array.
BINARY - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"binary"
bind() - Method in class org.jboss.netty.bootstrap.ConnectionlessBootstrap
Creates a new channel which is bound to the local address which was specified in the current "localAddress" option.
bind(SocketAddress) - Method in class org.jboss.netty.bootstrap.ConnectionlessBootstrap
Creates a new channel which is bound to the specified local address.
bind() - Method in class org.jboss.netty.bootstrap.ServerBootstrap
Creates a new channel which is bound to the local address which was specified in the current "localAddress" option.
bind(SocketAddress) - Method in class org.jboss.netty.bootstrap.ServerBootstrap
Creates a new channel which is bound to the specified local address.
bind(SocketAddress) - Method in class org.jboss.netty.channel.AbstractChannel
 
bind(SocketAddress) - Method in interface org.jboss.netty.channel.Channel
Binds this channel to the specified local address asynchronously.
bind(Channel, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "bind" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
bind(ChannelHandlerContext, ChannelFuture, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "bind" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
bind(ChannelHandlerContext, Channel, ChannelFuture, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.bind(ChannelHandlerContext, ChannelFuture, SocketAddress) instead. Sends a "bind" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
bindRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
Invoked when Channel.bind(SocketAddress) was called.
bindRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when Channel.bind(SocketAddress) was called.
Bootstrap - Class in org.jboss.netty.bootstrap
A helper class which initializes a Channel.
Bootstrap() - Constructor for class org.jboss.netty.bootstrap.Bootstrap
Creates a new instance with no ChannelFactory set.
Bootstrap(ChannelFactory) - Constructor for class org.jboss.netty.bootstrap.Bootstrap
Creates a new instance with the specified initial ChannelFactory.
buffer() - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
Returns the buffer where this stream is writing data.
buffer(int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian Java heap buffer with the specified capacity.
buffer(ByteOrder, int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new Java heap buffer with the specified endianness and capacity.
ByteBufferBackedChannelBuffer - Class in org.jboss.netty.buffer
A NIO ByteBuffer based buffer.
ByteBufferBackedChannelBuffer(ByteBuffer) - Constructor for class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
Creates a new buffer which wraps the specified buffer's slice.
BYTES - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"bytes"

C

CACHE_CONTROL - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Cache-Control"
cancel() - Method in interface org.jboss.netty.channel.ChannelFuture
Cancels the I/O operation associated with this future and notifies all listeners if canceled successfully.
cancel() - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
cancel() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
cancel() - Method in interface org.jboss.netty.util.Timeout
Cancels the TimerTask associated with this handle.
canHandleDownstream() - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Returns true if and only if the ChannelHandler is an instance of ChannelDownstreamHandler.
canHandleUpstream() - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Returns true if and only if the ChannelHandler is an instance of ChannelUpstreamHandler.
capacity() - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
capacity() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the number of bytes (octets) this buffer can contain.
capacity() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
capacity() - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
capacity() - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
capacity() - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
capacity() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
capacity() - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
capacity() - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
Channel - Interface in org.jboss.netty.channel
A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.
channelBound(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when a Channel is open and bound to a local address, but not connected.
channelBound(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when a Channel is open and bound to a local address, but not connected.
ChannelBuffer - Interface in org.jboss.netty.buffer
A random and sequential accessible sequence of zero or more bytes (octets).
ChannelBufferFactory - Interface in org.jboss.netty.buffer
A factory that creates or pools ChannelBuffers.
ChannelBufferIndexFinder - Interface in org.jboss.netty.buffer
Locates an index of data in a ChannelBuffer.
ChannelBufferInputStream - Class in org.jboss.netty.buffer
An InputStream which reads data from a ChannelBuffer.
ChannelBufferInputStream(ChannelBuffer) - Constructor for class org.jboss.netty.buffer.ChannelBufferInputStream
Creates a new stream which reads data from the specified buffer starting at the current readerIndex and ending at the current writerIndex.
ChannelBufferInputStream(ChannelBuffer, int) - Constructor for class org.jboss.netty.buffer.ChannelBufferInputStream
Creates a new stream which reads data from the specified buffer starting at the current readerIndex and ending at readerIndex + length.
ChannelBufferOutputStream - Class in org.jboss.netty.buffer
An OutputStream which writes data to a ChannelBuffer.
ChannelBufferOutputStream(ChannelBuffer) - Constructor for class org.jboss.netty.buffer.ChannelBufferOutputStream
Creates a new stream which writes data to the specified buffer.
ChannelBuffers - Class in org.jboss.netty.buffer
Creates a new ChannelBuffer by allocating new space or by wrapping or copying existing byte arrays, byte buffers and a string.
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when a Channel was closed and all its related resources were released.
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when a Channel was closed and all its related resources were released.
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
ChannelConfig - Interface in org.jboss.netty.channel
A set of configuration properties of a Channel.
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when a Channel is open, bound to a local address, and connected to a remote address.
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when a Channel is open, bound to a local address, and connected to a remote address.
channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when a Channel was disconnected from its remote peer.
channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when a Channel was disconnected from its remote peer.
channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.ssl.SslHandler
 
ChannelDownstreamHandler - Interface in org.jboss.netty.channel
Handles or intercepts a downstream ChannelEvent, and sends a ChannelEvent to the next handler in a ChannelPipeline.
ChannelEvent - Interface in org.jboss.netty.channel
An I/O event or I/O request associated with a Channel.
ChannelEventRunnable - Class in org.jboss.netty.handler.execution
a Runnable which sends the specified ChannelEvent upstream.
ChannelEventRunnable(ChannelHandlerContext, ChannelEvent) - Constructor for class org.jboss.netty.handler.execution.ChannelEventRunnable
Creates a Runnable which sends the specified ChannelEvent upstream via the specified ChannelHandlerContext.
ChannelException - Exception in org.jboss.netty.channel
A RuntimeException which is thrown when an I/O operation fails.
ChannelException() - Constructor for exception org.jboss.netty.channel.ChannelException
Creates a new exception.
ChannelException(String, Throwable) - Constructor for exception org.jboss.netty.channel.ChannelException
Creates a new exception.
ChannelException(String) - Constructor for exception org.jboss.netty.channel.ChannelException
Creates a new exception.
ChannelException(Throwable) - Constructor for exception org.jboss.netty.channel.ChannelException
Creates a new exception.
ChannelFactory - Interface in org.jboss.netty.channel
The main interface to a transport that creates a Channel associated with a certain communication entity such as a network socket.
ChannelFactoryResource - Annotation Type in org.jboss.netty.container.guice
A parameter or a field annotated with this annotation will be injected with the resource required to run a ChannelFactory.
ChannelFuture - Interface in org.jboss.netty.channel
The result of an asynchronous Channel I/O operation.
ChannelFutureListener - Interface in org.jboss.netty.channel
Listens to the result of a ChannelFuture.
ChannelGroup - Interface in org.jboss.netty.channel.group
A thread-safe Set that contains open Channels and provides various bulk operations on them.
ChannelGroupFuture - Interface in org.jboss.netty.channel.group
The result of an asynchronous ChannelGroup operation.
ChannelGroupFutureListener - Interface in org.jboss.netty.channel.group
Listens to the result of a ChannelGroupFuture.
ChannelHandler - Interface in org.jboss.netty.channel
Handles or intercepts a ChannelEvent, and sends a ChannelEvent to the next handler in a ChannelPipeline.
ChannelHandlerContext - Interface in org.jboss.netty.channel
Provides the properties and operations which are specific to a ChannelHandler and the ChannelPipeline it belongs to.
ChannelHandlerLifeCycleException - Exception in org.jboss.netty.channel
A RuntimeException which is thrown when a LifeCycleAwareChannelHandler throws an Exception in its handler methods.
ChannelHandlerLifeCycleException() - Constructor for exception org.jboss.netty.channel.ChannelHandlerLifeCycleException
Creates a new exception.
ChannelHandlerLifeCycleException(String, Throwable) - Constructor for exception org.jboss.netty.channel.ChannelHandlerLifeCycleException
Creates a new exception.
ChannelHandlerLifeCycleException(String) - Constructor for exception org.jboss.netty.channel.ChannelHandlerLifeCycleException
Creates a new exception.
ChannelHandlerLifeCycleException(Throwable) - Constructor for exception org.jboss.netty.channel.ChannelHandlerLifeCycleException
Creates a new exception.
channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler
Invoked when a Channel has been idle for a while.
channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class org.jboss.netty.handler.timeout.IdleStateAwareChannelUpstreamHandler
Invoked when a Channel has been idle for a while.
channelIdle(ChannelHandlerContext, IdleState, long) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when a Channel's interestOps was changed.
channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when a Channel's interestOps was changed.
ChannelLocal<T> - Class in org.jboss.netty.channel
A global variable that is local to a Channel.
ChannelLocal() - Constructor for class org.jboss.netty.channel.ChannelLocal
Creates a Channel local variable.
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when a Channel is open, but not bound nor connected.
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when a Channel is open, but not bound nor connected.
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
ChannelPipeline - Interface in org.jboss.netty.channel
A list of ChannelHandlers which handles or intercepts ChannelEvents of a Channel.
ChannelPipelineCoverage - Annotation Type in org.jboss.netty.channel
Specifies if the same instance of the annotated ChannelHandler type can be added to more than one ChannelPipeline.
ChannelPipelineException - Exception in org.jboss.netty.channel
A ChannelException which is thrown when a ChannelPipeline failed to process a ChannelEvent or when a ChannelPipelineFactory failed to initialize a ChannelPipeline.
ChannelPipelineException() - Constructor for exception org.jboss.netty.channel.ChannelPipelineException
Creates a new instance.
ChannelPipelineException(String, Throwable) - Constructor for exception org.jboss.netty.channel.ChannelPipelineException
Creates a new instance.
ChannelPipelineException(String) - Constructor for exception org.jboss.netty.channel.ChannelPipelineException
Creates a new instance.
ChannelPipelineException(Throwable) - Constructor for exception org.jboss.netty.channel.ChannelPipelineException
Creates a new instance.
ChannelPipelineFactory - Interface in org.jboss.netty.channel
Creates a new ChannelPipeline for a new Channel.
Channels - Class in org.jboss.netty.channel
A helper class which provides various convenience methods related with Channel, ChannelHandler, and ChannelPipeline.
ChannelSink - Interface in org.jboss.netty.channel
Receives and processes the terminal downstream ChannelEvents.
ChannelState - Enum in org.jboss.netty.channel
The current or future state of a Channel.
ChannelStateEvent - Interface in org.jboss.netty.channel
A ChannelEvent which represents the change of the Channel state.
channelUnbound(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when a Channel was unbound from the current local address.
channelUnbound(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when a Channel was unbound from the current local address.
ChannelUpstreamHandler - Interface in org.jboss.netty.channel
Handles or intercepts an upstream ChannelEvent, and sends a ChannelEvent to the next handler in a ChannelPipeline.
CHARSET - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"charset"
checkpoint() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
Stores the internal cumulative buffer's reader position.
checkpoint(T) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
Stores the internal cumulative buffer's reader position and updates the current decoder state.
checkReadableBytes(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
Throws an IndexOutOfBoundsException if the current readable bytes of this buffer is less than the specified value.
childChannelClosed(ChannelHandlerContext, ChildChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when a child Channel was closed.
childChannelClosed(ChannelHandlerContext, ChildChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when a child Channel was closed.
childChannelOpen(ChannelHandlerContext, ChildChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when a child Channel was open.
childChannelOpen(ChannelHandlerContext, ChildChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when a child Channel was open.
ChildChannelStateEvent - Interface in org.jboss.netty.channel
A ChannelEvent which represents the notification of the state of a child Channel.
CHUNKED - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"chunked"
ChunkedFile - Class in org.jboss.netty.handler.stream
A ChunkedInput that fetches data from a file chunk by chunk.
ChunkedFile(File) - Constructor for class org.jboss.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedFile(File, int) - Constructor for class org.jboss.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedFile(RandomAccessFile) - Constructor for class org.jboss.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedFile(RandomAccessFile, int) - Constructor for class org.jboss.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedFile(RandomAccessFile, long, long, int) - Constructor for class org.jboss.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedInput - Interface in org.jboss.netty.handler.stream
A large data stream which is consumed by ChunkedWriteHandler.
ChunkedNioFile - Class in org.jboss.netty.handler.stream
A ChunkedInput that fetches data from a file chunk by chunk using NIO FileChannel.
ChunkedNioFile(File) - Constructor for class org.jboss.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioFile(File, int) - Constructor for class org.jboss.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioFile(FileChannel) - Constructor for class org.jboss.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioFile(FileChannel, int) - Constructor for class org.jboss.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioFile(FileChannel, long, long, int) - Constructor for class org.jboss.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioStream - Class in org.jboss.netty.handler.stream
A ChunkedInput that fetches data from a ReadableByteChannel chunk by chunk.
ChunkedNioStream(ReadableByteChannel) - Constructor for class org.jboss.netty.handler.stream.ChunkedNioStream
Creates a new instance that fetches data from the specified channel.
ChunkedNioStream(ReadableByteChannel, int) - Constructor for class org.jboss.netty.handler.stream.ChunkedNioStream
Creates a new instance that fetches data from the specified channel.
ChunkedStream - Class in org.jboss.netty.handler.stream
A ChunkedInput that fetches data from an InputStream chunk by chunk.
ChunkedStream(InputStream) - Constructor for class org.jboss.netty.handler.stream.ChunkedStream
Creates a new instance that fetches data from the specified stream.
ChunkedStream(InputStream, int) - Constructor for class org.jboss.netty.handler.stream.ChunkedStream
Creates a new instance that fetches data from the specified stream.
ChunkedWriteHandler - Class in org.jboss.netty.handler.stream
A ChannelHandler that adds support for writing a large data stream asynchronously neither spending a lot of memory nor getting OutOfMemoryError.
ChunkedWriteHandler() - Constructor for class org.jboss.netty.handler.stream.ChunkedWriteHandler
Creates a new instance.
clear() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
clear() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the readerIndex and writerIndex of this buffer to 0.
clear() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
clearHeaders() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
clearHeaders() - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Removes all headers from this message.
ClientBootstrap - Class in org.jboss.netty.bootstrap
A helper class which creates a new client-side Channel and makes a connection attempt.
ClientBootstrap() - Constructor for class org.jboss.netty.bootstrap.ClientBootstrap
Creates a new instance with no ChannelFactory set.
ClientBootstrap(ChannelFactory) - Constructor for class org.jboss.netty.bootstrap.ClientBootstrap
Creates a new instance with the specified initial ChannelFactory.
ClientSocketChannelFactory - Interface in org.jboss.netty.channel.socket
A ChannelFactory which creates a client-side SocketChannel.
close() - Method in class org.jboss.netty.channel.AbstractChannel
 
close() - Method in interface org.jboss.netty.channel.Channel
Closes this channel asynchronously.
CLOSE - Static variable in interface org.jboss.netty.channel.ChannelFutureListener
A ChannelFutureListener that closes the Channel which is associated with the specified ChannelFuture.
close(Channel) - Static method in class org.jboss.netty.channel.Channels
Sends a "close" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
close(ChannelHandlerContext, ChannelFuture) - Static method in class org.jboss.netty.channel.Channels
Sends a "close" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
close(ChannelHandlerContext, Channel, ChannelFuture) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.close(ChannelHandlerContext, ChannelFuture) instead. Sends a "close" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
close() - Method in interface org.jboss.netty.channel.group.ChannelGroup
Closes all Channels in this group.
close() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
CLOSE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"close"
close() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
close() - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
close(Channel) - Method in class org.jboss.netty.handler.ssl.SslHandler
Sends an SSL close_notify message to the specified channel and destroys the underlying SSLEngine.
close() - Method in class org.jboss.netty.handler.stream.ChunkedFile
 
close() - Method in interface org.jboss.netty.handler.stream.ChunkedInput
Releases the resources associated with the stream.
close() - Method in class org.jboss.netty.handler.stream.ChunkedNioFile
 
close() - Method in class org.jboss.netty.handler.stream.ChunkedNioStream
 
close() - Method in class org.jboss.netty.handler.stream.ChunkedStream
 
CLOSE_ON_FAILURE - Static variable in interface org.jboss.netty.channel.ChannelFutureListener
A ChannelFutureListener that closes the Channel when the operation ended up with a failure or cancellation rather than a success.
closeRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
Invoked when Channel.close() was called.
closeRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when Channel.close() was called.
CodecEmbedder<T> - Interface in org.jboss.netty.handler.codec.embedder
A helper that wraps an encoder or a decoder (codec) so that they can be used without doing actual I/O in unit tests or higher level codecs.
CodecEmbedderException - Exception in org.jboss.netty.handler.codec.embedder
A RuntimeException which is thrown when a CodecEmbedder failed to encode or decode the specified input.
CodecEmbedderException() - Constructor for exception org.jboss.netty.handler.codec.embedder.CodecEmbedderException
Creates a new instance.
CodecEmbedderException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.embedder.CodecEmbedderException
Creates a new instance.
CodecEmbedderException(String) - Constructor for exception org.jboss.netty.handler.codec.embedder.CodecEmbedderException
Creates a new instance.
CodecEmbedderException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.embedder.CodecEmbedderException
Creates a new instance.
CommonsLoggerFactory - Class in org.jboss.netty.logging
Logger factory which creates an Apache Commons Logging logger.
CommonsLoggerFactory() - Constructor for class org.jboss.netty.logging.CommonsLoggerFactory
 
compare(ChannelBuffer, ChannelBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Compares the two specified buffers as described in ChannelBuffer.compareTo(ChannelBuffer).
compareTo(ChannelBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
compareTo(ChannelBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Compares the content of the specified buffer to the content of this buffer.
compareTo(Channel) - Method in class org.jboss.netty.channel.AbstractChannel
Compares the ID of the two channels.
compareTo(ChannelGroup) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
compareTo(LocalAddress) - Method in class org.jboss.netty.channel.local.LocalAddress
 
compareTo(Cookie) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
compareTo(HttpMethod) - Method in class org.jboss.netty.handler.codec.http.HttpMethod
 
compareTo(HttpResponseStatus) - Method in class org.jboss.netty.handler.codec.http.HttpResponseStatus
 
compareTo(HttpVersion) - Method in class org.jboss.netty.handler.codec.http.HttpVersion
 
CompatibleObjectDecoder - Class in org.jboss.netty.handler.codec.serialization
Deprecated. This decoder has a known critical bug which fails to decode and raises a random exception in some circumstances. Avoid to use it whenever you can. The only workaround is to replace CompatibleObjectEncoder, CompatibleObjectDecoder, ObjectInputStream, and ObjectOutputStream with ObjectEncoder, ObjectDecoder, ObjectEncoderOutputStream, and ObjectDecoderInputStream respectively. This workaround requires both a client and a server to be modified.
CompatibleObjectDecoder() - Constructor for class org.jboss.netty.handler.codec.serialization.CompatibleObjectDecoder
Deprecated. Creates a new decoder.
CompatibleObjectEncoder - Class in org.jboss.netty.handler.codec.serialization
An encoder which serializes a Java object into a ChannelBuffer (interoperability version).
CompatibleObjectEncoder() - Constructor for class org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new instance with the reset interval of 16.
CompatibleObjectEncoder(int) - Constructor for class org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new instance.
CompleteChannelFuture - Class in org.jboss.netty.channel
A skeletal ChannelFuture implementation which represents a ChannelFuture which has been completed already.
CompleteChannelFuture(Channel) - Constructor for class org.jboss.netty.channel.CompleteChannelFuture
Creates a new instance.
CompositeChannelBuffer - Class in org.jboss.netty.buffer
A virtual buffer which shows multiple buffers as a single merged buffer.
CompositeChannelBuffer(ChannelBuffer...) - Constructor for class org.jboss.netty.buffer.CompositeChannelBuffer
 
COMPRESS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"compress"
configure() - Method in class org.jboss.netty.container.guice.NettyModule
 
CONFLICT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
409 Conflict
connect() - Method in class org.jboss.netty.bootstrap.ClientBootstrap
Attempts a new connection with the current "remoteAddress" and "localAddress" option.
connect(SocketAddress) - Method in class org.jboss.netty.bootstrap.ClientBootstrap
Attempts a new connection with the specified remoteAddress and the current "localAddress" option.
connect(SocketAddress, SocketAddress) - Method in class org.jboss.netty.bootstrap.ClientBootstrap
Attempts a new connection with the specified remoteAddress and the specified localAddress.
connect() - Method in class org.jboss.netty.bootstrap.ConnectionlessBootstrap
Creates a new connected channel with the current "remoteAddress" and "localAddress" option.
connect(SocketAddress) - Method in class org.jboss.netty.bootstrap.ConnectionlessBootstrap
Creates a new connected channel with the specified "remoteAddress" and the current "localAddress" option.
connect(SocketAddress, SocketAddress) - Method in class org.jboss.netty.bootstrap.ConnectionlessBootstrap
Creates a new connected channel with the specified "remoteAddress" and the specified "localAddress".
connect(SocketAddress) - Method in class org.jboss.netty.channel.AbstractChannel
 
connect(SocketAddress) - Method in class org.jboss.netty.channel.AbstractServerChannel
 
connect(SocketAddress) - Method in interface org.jboss.netty.channel.Channel
Connects this channel to the specified remote address asynchronously.
connect(Channel, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "connect" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
connect(ChannelHandlerContext, ChannelFuture, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "connect" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
connect(ChannelHandlerContext, Channel, ChannelFuture, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.connect(ChannelHandlerContext, ChannelFuture, SocketAddress) instead. Sends a "connect" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
CONNECT - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
This specification reserves the method name CONNECT for use with a proxy that can dynamically switch to being a tunnel
CONNECTION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Connection"
ConnectionlessBootstrap - Class in org.jboss.netty.bootstrap
A helper class which creates a new server-side Channel for a connectionless transport.
ConnectionlessBootstrap() - Constructor for class org.jboss.netty.bootstrap.ConnectionlessBootstrap
Creates a new instance with no ChannelFactory set.
ConnectionlessBootstrap(ChannelFactory) - Constructor for class org.jboss.netty.bootstrap.ConnectionlessBootstrap
Creates a new instance with the specified initial ChannelFactory.
connectRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
Invoked when Channel.connect(SocketAddress) was called.
connectRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when Channel.connect(SocketAddress) was called.
contains(Object) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
containsHeader(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
containsHeader(String) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns true if and only if there is a header with the specified header name.
CONTENT_ENCODING - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-Encoding"
CONTENT_LANGUAGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-Language"
CONTENT_LENGTH - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-Length"
CONTENT_LOCATION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-Location"
CONTENT_MD5 - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-MD5"
CONTENT_RANGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-Range"
CONTENT_TRANSFER_ENCODING - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-Transfer-Encoding"
CONTENT_TYPE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-Type"
CONTINUE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"100-continue"
CONTINUE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
100 Continue
Cookie - Interface in org.jboss.netty.handler.codec.http
An HTTP Cookie.
COOKIE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Cookie"
CookieDecoder - Class in org.jboss.netty.handler.codec.http
Decodes an HTTP header value into Cookies.
CookieDecoder() - Constructor for class org.jboss.netty.handler.codec.http.CookieDecoder
Creates a new decoder.
CookieEncoder - Class in org.jboss.netty.handler.codec.http
Encodes Cookies into an HTTP header value.
CookieEncoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.CookieEncoder
Creates a new encoder.
copiedBuffer(byte[]) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian buffer whose content is a copy of the specified array.
copiedBuffer(ByteOrder, byte[]) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer with the specified endianness whose content is a copy of the specified array.
copiedBuffer(byte[], int, int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian buffer whose content is a copy of the specified array's sub-region.
copiedBuffer(ByteOrder, byte[], int, int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer with the specified endianness whose content is a copy of the specified array's sub-region.
copiedBuffer(ByteBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer whose content is a copy of the specified buffer's current slice.
copiedBuffer(ChannelBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer whose content is a copy of the specified buffer's readable bytes.
copiedBuffer(byte[]...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian buffer whose content is a merged copy of the specified arrays.
copiedBuffer(ByteOrder, byte[]...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer with the specified endianness whose content is a merged copy of the specified arrays.
copiedBuffer(ChannelBuffer...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer whose content is a merged copy of the specified buffers' readable bytes.
copiedBuffer(ByteBuffer...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer whose content is a merged copy of the specified buffers' slices.
copiedBuffer(String, String) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian buffer whose content is the specified string encoded by the specified charsetName.
copiedBuffer(ByteOrder, String, String) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer with the specified endianness whose content is the specified string encoded by the specified charsetName.
copy() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
copy(int, int) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
copy(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
copy() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns a copy of this buffer's readable bytes.
copy(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns a copy of this buffer's sub-region.
copy(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
copy(int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
copy(int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
copy(int, int) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
copy(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
copy(int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
copy(int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
CorruptedFrameException - Exception in org.jboss.netty.handler.codec.frame
An Exception which is thrown when the received frame data can not be decoded by a FrameDecoder implementation.
CorruptedFrameException() - Constructor for exception org.jboss.netty.handler.codec.frame.CorruptedFrameException
Creates a new instance.
CorruptedFrameException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.frame.CorruptedFrameException
Creates a new instance.
CorruptedFrameException(String) - Constructor for exception org.jboss.netty.handler.codec.frame.CorruptedFrameException
Creates a new instance.
CorruptedFrameException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.frame.CorruptedFrameException
Creates a new instance.
CR - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a CR ('\r') byte.
create() - Method in class org.jboss.netty.container.microcontainer.NettyResourceFactory
 
createChannelFactory(SocketAddress) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
CREATED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
201 Created
createHandler() - Method in class org.jboss.netty.channel.xnio.XnioAcceptedChannelHandlerFactory
 
createMessage(String[]) - Method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
 
createMessage(String[]) - Method in class org.jboss.netty.handler.codec.http.HttpRequestDecoder
 
createMessage(String[]) - Method in class org.jboss.netty.handler.codec.http.HttpResponseDecoder
 
CRLF - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a CR ('\r') or LF ('\n').
CURRENT - Static variable in interface org.jboss.netty.util.ThreadNameDeterminer
ThreadNameDeterminer that rejects the proposed thread name and retains the current one.

D

DatagramChannel - Interface in org.jboss.netty.channel.socket
A UDP/IP Channel which is created by DatagramChannelFactory.
DatagramChannelConfig - Interface in org.jboss.netty.channel.socket
A ChannelConfig for a DatagramChannel.
DatagramChannelFactory - Interface in org.jboss.netty.channel.socket
A ChannelFactory which creates a DatagramChannel.
DATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Date"
debug(String) - Method in interface org.jboss.netty.logging.InternalLogger
Logs a DEBUG level message.
debug(String, Throwable) - Method in interface org.jboss.netty.logging.InternalLogger
Logs a DEBUG level message.
DebugUtil - Class in org.jboss.netty.util
Determines if Netty is running in a debug mode or not.
decode(ChannelBuffer) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, Base64Dialect) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, Base64Dialect, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, int, int) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, int, int, Base64Dialect) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, int, int, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, int, int, Base64Dialect, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.base64.Base64Decoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.frame.FixedLengthFrameDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
Decodes the received packets so far into a frame.
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
 
decode(String) - Method in class org.jboss.netty.handler.codec.http.CookieDecoder
Decodes the specified HTTP header value into Cookies.
decode(ChannelHandlerContext, Channel, ChannelBuffer, HttpMessageDecoder.State) - Method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
 
decode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.oneone.OneToOneDecoder
 
decode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.protobuf.ProtobufDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, T) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
Decodes the received packets so far into a frame.
decode(ChannelHandlerContext, Channel, ChannelBuffer, CompatibleObjectDecoderState) - Method in class org.jboss.netty.handler.codec.serialization.CompatibleObjectDecoder
Deprecated.  
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoder
 
decode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.string.StringDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.ssl.SslHandler
 
decodeLast(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
Decodes the received data so far into a frame when the channel is disconnected.
decodeLast(ChannelHandlerContext, Channel, ChannelBuffer, T) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
Decodes the received data so far into a frame when the channel is disconnected.
decodeLast(ChannelHandlerContext, Channel, ChannelBuffer, CompatibleObjectDecoderState) - Method in class org.jboss.netty.handler.codec.serialization.CompatibleObjectDecoder
Deprecated.  
DecoderEmbedder<T> - Class in org.jboss.netty.handler.codec.embedder
A helper that wraps a decoder so that it can be used without doing actual I/O in unit tests or higher level codecs.
DecoderEmbedder(ChannelUpstreamHandler...) - Constructor for class org.jboss.netty.handler.codec.embedder.DecoderEmbedder
Creates a new embedder whose pipeline is composed of the specified handlers.
DecoderEmbedder(ChannelBufferFactory, ChannelUpstreamHandler...) - Constructor for class org.jboss.netty.handler.codec.embedder.DecoderEmbedder
Creates a new embedder whose pipeline is composed of the specified handlers.
decreaseCounter(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
DefaultChannelConfig - Class in org.jboss.netty.channel
The default SocketChannelConfig implementation.
DefaultChannelConfig() - Constructor for class org.jboss.netty.channel.DefaultChannelConfig
Creates a new instance.
DefaultChannelFuture - Class in org.jboss.netty.channel
The default ChannelFuture implementation.
DefaultChannelFuture(Channel, boolean) - Constructor for class org.jboss.netty.channel.DefaultChannelFuture
Creates a new instance.
DefaultChannelGroup - Class in org.jboss.netty.channel.group
The default ChannelGroup implementation.
DefaultChannelGroup() - Constructor for class org.jboss.netty.channel.group.DefaultChannelGroup
Creates a new group with a generated name.
DefaultChannelGroup(String) - Constructor for class org.jboss.netty.channel.group.DefaultChannelGroup
Creates a new group with the specified name.
DefaultChannelGroupFuture - Class in org.jboss.netty.channel.group
The default ChannelGroupFuture implementation.
DefaultChannelGroupFuture(ChannelGroup, Collection<ChannelFuture>) - Constructor for class org.jboss.netty.channel.group.DefaultChannelGroupFuture
Creates a new instance.
DefaultChannelPipeline - Class in org.jboss.netty.channel
The default ChannelPipeline implementation.
DefaultChannelPipeline() - Constructor for class org.jboss.netty.channel.DefaultChannelPipeline
Creates a new empty pipeline.
DefaultChildChannelStateEvent - Class in org.jboss.netty.channel
The default ChildChannelStateEvent implementation.
DefaultChildChannelStateEvent(Channel, Channel) - Constructor for class org.jboss.netty.channel.DefaultChildChannelStateEvent
Creates a new instance.
DefaultCookie - Class in org.jboss.netty.handler.codec.http
The default Cookie implementation.
DefaultCookie(String, String) - Constructor for class org.jboss.netty.handler.codec.http.DefaultCookie
Creates a new cookie with the specified name and value.
DefaultDatagramChannelConfig - Class in org.jboss.netty.channel.socket
The default DatagramChannelConfig implementation.
DefaultDatagramChannelConfig(DatagramSocket) - Constructor for class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
Creates a new instance.
DefaultExceptionEvent - Class in org.jboss.netty.channel
The default ExceptionEvent implementation.
DefaultExceptionEvent(Channel, Throwable) - Constructor for class org.jboss.netty.channel.DefaultExceptionEvent
Creates a new instance.
DefaultHttpChunk - Class in org.jboss.netty.handler.codec.http
The default HttpChunk implementation.
DefaultHttpChunk(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.DefaultHttpChunk
Creates a new instance with the specified chunk content.
DefaultHttpMessage - Class in org.jboss.netty.handler.codec.http
The default HttpMessage implementation.
DefaultHttpMessage(HttpVersion) - Constructor for class org.jboss.netty.handler.codec.http.DefaultHttpMessage
Creates a new instance.
DefaultHttpRequest - Class in org.jboss.netty.handler.codec.http
The default HttpRequest implementation.
DefaultHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class org.jboss.netty.handler.codec.http.DefaultHttpRequest
Creates a new instance.
DefaultHttpResponse - Class in org.jboss.netty.handler.codec.http
The default HttpResponse implementation.
DefaultHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class org.jboss.netty.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultIdleStateEvent - Class in org.jboss.netty.handler.timeout
The default IdleStateEvent implementation.
DefaultIdleStateEvent(Channel, IdleState, long) - Constructor for class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
Creates a new instance.
DefaultLocalClientChannelFactory - Class in org.jboss.netty.channel.local
The default LocalClientChannelFactory implementation.
DefaultLocalClientChannelFactory() - Constructor for class org.jboss.netty.channel.local.DefaultLocalClientChannelFactory
Creates a new instance.
DefaultLocalServerChannelFactory - Class in org.jboss.netty.channel.local
The default LocalServerChannelFactory implementation.
DefaultLocalServerChannelFactory() - Constructor for class org.jboss.netty.channel.local.DefaultLocalServerChannelFactory
Creates a new instance.
DefaultObjectSizeEstimator - Class in org.jboss.netty.util
The default ObjectSizeEstimator implementation for general purpose.
DefaultObjectSizeEstimator() - Constructor for class org.jboss.netty.util.DefaultObjectSizeEstimator
Creates a new instance.
DefaultServerChannelConfig - Class in org.jboss.netty.channel
The default ServerSocketChannelConfig implementation.
DefaultServerChannelConfig() - Constructor for class org.jboss.netty.channel.DefaultServerChannelConfig
Creates a new instance.
DefaultServerSocketChannelConfig - Class in org.jboss.netty.channel.socket
The default ServerSocketChannelConfig implementation.
DefaultServerSocketChannelConfig(ServerSocket) - Constructor for class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
Creates a new instance.
DefaultSocketChannelConfig - Class in org.jboss.netty.channel.socket
The default SocketChannelConfig implementation.
DefaultSocketChannelConfig(Socket) - Constructor for class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
Creates a new instance.
DefaultWriteCompletionEvent - Class in org.jboss.netty.channel
The default WriteCompletionEvent implementation.
DefaultWriteCompletionEvent(Channel, int) - Constructor for class org.jboss.netty.channel.DefaultWriteCompletionEvent
Creates a new instance.
DEFLATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"deflate"
DELETE - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
The DELETE method requests that the origin server delete the resource identified by the Request-URI.
DelimiterBasedFrameDecoder - Class in org.jboss.netty.handler.codec.frame
A decoder that splits the received ChannelBuffers by one or more delimiters.
DelimiterBasedFrameDecoder(int, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, ChannelBuffer...) - Constructor for class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, ChannelBuffer...) - Constructor for class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
Creates a new instance.
Delimiters - Class in org.jboss.netty.handler.codec.frame
A set of commonly used delimiters for DelimiterBasedFrameDecoder.
destroy() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
destroy() - Method in class org.jboss.netty.container.guice.NettyModule
Releases all resources created by this module.
destroy() - Method in class org.jboss.netty.container.microcontainer.NettyResourceFactory
 
destroy() - Method in class org.jboss.netty.container.spring.NettyResourceFactory
 
destroy() - Method in class org.jboss.netty.logging.OsgiLoggerFactory
 
destroyChannelFactory(ChannelFactory) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
determineThreadName(String, String) - Method in interface org.jboss.netty.util.ThreadNameDeterminer
Overrides the thread name proposed by ThreadRenamingRunnable.
directBuffer(int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian direct buffer with the specified capacity.
directBuffer(ByteOrder, int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new direct buffer with the specified endianness and capacity.
DirectChannelBufferFactory - Class in org.jboss.netty.buffer
A ChannelBufferFactory which pre-allocates a large chunk of direct buffer and returns its slice on demand.
DirectChannelBufferFactory() - Constructor for class org.jboss.netty.buffer.DirectChannelBufferFactory
Creates a new factory whose default ByteOrder is ByteOrder.BIG_ENDIAN.
DirectChannelBufferFactory(int) - Constructor for class org.jboss.netty.buffer.DirectChannelBufferFactory
Creates a new factory whose default ByteOrder is ByteOrder.BIG_ENDIAN.
DirectChannelBufferFactory(ByteOrder) - Constructor for class org.jboss.netty.buffer.DirectChannelBufferFactory
Creates a new factory with the specified default ByteOrder.
DirectChannelBufferFactory(ByteOrder, int) - Constructor for class org.jboss.netty.buffer.DirectChannelBufferFactory
Creates a new factory with the specified default ByteOrder.
discardReadBytes() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
discardReadBytes() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Discards the bytes between the 0th index and readerIndex.
discardReadBytes() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
disconnect() - Method in class org.jboss.netty.channel.AbstractChannel
 
disconnect() - Method in class org.jboss.netty.channel.AbstractServerChannel
 
disconnect() - Method in interface org.jboss.netty.channel.Channel
Disconnects this channel from the current remote address asynchronously.
disconnect(Channel) - Static method in class org.jboss.netty.channel.Channels
Sends a "disconnect" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
disconnect(ChannelHandlerContext, ChannelFuture) - Static method in class org.jboss.netty.channel.Channels
Sends a "disconnect" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
disconnect(ChannelHandlerContext, Channel, ChannelFuture) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.disconnect(ChannelHandlerContext, ChannelFuture) instead. Sends a "disconnect" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
disconnect() - Method in interface org.jboss.netty.channel.group.ChannelGroup
Disconnects all Channels in this group from their remote peers.
disconnect() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
disconnectRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
Invoked when Channel.disconnect() was called.
disconnectRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when Channel.disconnect() was called.
doExecute(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Put the actual execution logic here.
doExecute(Runnable) - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
Executes the specified task concurrently while maintaining the event order.
doUnorderedExecute(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Executes the specified task without maintaining the event order.
DownstreamChannelStateEvent - Class in org.jboss.netty.channel
The default downstream ChannelStateEvent implementation.
DownstreamChannelStateEvent(Channel, ChannelFuture, ChannelState, Object) - Constructor for class org.jboss.netty.channel.DownstreamChannelStateEvent
Creates a new instance.
DownstreamMessageEvent - Class in org.jboss.netty.channel
The default downstream MessageEvent implementation.
DownstreamMessageEvent(Channel, ChannelFuture, Object, SocketAddress) - Constructor for class org.jboss.netty.channel.DownstreamMessageEvent
Creates a new instance.
duplicate() - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
duplicate() - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
duplicate() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns a buffer which shares the whole region of this buffer.
duplicate() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
duplicate() - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
duplicate() - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
duplicate() - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
duplicate() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
duplicate() - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
duplicate() - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
DuplicatedChannelBuffer - Class in org.jboss.netty.buffer
A derived buffer which simply forwards all data access requests to its parent.
DuplicatedChannelBuffer(ChannelBuffer) - Constructor for class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
dynamicBuffer() - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian dynamic buffer whose estimated data length is 256 bytes.
dynamicBuffer(ChannelBufferFactory) - Static method in class org.jboss.netty.buffer.ChannelBuffers
 
dynamicBuffer(int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian dynamic buffer with the specified estimated data length.
dynamicBuffer(ByteOrder, int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new dynamic buffer with the specified endianness and the specified estimated data length.
dynamicBuffer(int, ChannelBufferFactory) - Static method in class org.jboss.netty.buffer.ChannelBuffers
 
dynamicBuffer(ByteOrder, int, ChannelBufferFactory) - Static method in class org.jboss.netty.buffer.ChannelBuffers
 
DynamicChannelBuffer - Class in org.jboss.netty.buffer
A dynamic capacity buffer which increases its capacity as needed.
DynamicChannelBuffer(int) - Constructor for class org.jboss.netty.buffer.DynamicChannelBuffer
 
DynamicChannelBuffer(ByteOrder, int) - Constructor for class org.jboss.netty.buffer.DynamicChannelBuffer
 
DynamicChannelBuffer(ByteOrder, int, ChannelBufferFactory) - Constructor for class org.jboss.netty.buffer.DynamicChannelBuffer
 

E

EMPTY_BUFFER - Static variable in class org.jboss.netty.buffer.ChannelBuffers
A buffer whose capacity is 0.
encode(ChannelBuffer) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, Base64Dialect) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, Base64Dialect, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, boolean) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, boolean, Base64Dialect) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, boolean, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, boolean, Base64Dialect, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, int, int) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, int, int, Base64Dialect) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, int, int, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, int, int, Base64Dialect, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, int, int, boolean) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, int, int, boolean, Base64Dialect) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, int, int, boolean, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelBuffer, int, int, boolean, Base64Dialect, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.base64.Base64Encoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.frame.LengthFieldPrepender
 
encode() - Method in class org.jboss.netty.handler.codec.http.CookieEncoder
Encodes the Cookies which were added by CookieEncoder.addCookie(Cookie) so far into an HTTP header value.
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.http.HttpMessageEncoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.oneone.OneToOneEncoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.protobuf.ProtobufEncoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.string.StringEncoder
 
encodeInitialLine(ChannelBuffer, HttpMessage) - Method in class org.jboss.netty.handler.codec.http.HttpMessageEncoder
 
encodeInitialLine(ChannelBuffer, HttpMessage) - Method in class org.jboss.netty.handler.codec.http.HttpRequestEncoder
 
encodeInitialLine(ChannelBuffer, HttpMessage) - Method in class org.jboss.netty.handler.codec.http.HttpResponseEncoder
 
EncoderEmbedder<T> - Class in org.jboss.netty.handler.codec.embedder
A helper that wraps an encoder so that it can be used without doing actual I/O in unit tests or higher level codecs.
EncoderEmbedder(ChannelDownstreamHandler...) - Constructor for class org.jboss.netty.handler.codec.embedder.EncoderEmbedder
Creates a new embedder whose pipeline is composed of the specified handlers.
EncoderEmbedder(ChannelBufferFactory, ChannelDownstreamHandler...) - Constructor for class org.jboss.netty.handler.codec.embedder.EncoderEmbedder
Creates a new embedder whose pipeline is composed of the specified handlers.
EPHEMERAL - Static variable in class org.jboss.netty.channel.local.LocalAddress
 
equals(Object) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
equals(Object) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Determines if the content of the specified buffer is identical to the content of this array.
equals(ChannelBuffer, ChannelBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Returns true if and only if the two specified buffers are identical to each other as described in ChannelBuffer#equals(Object).
equals(Object) - Method in class org.jboss.netty.channel.AbstractChannel
Returns true if and only if the specified object is identical with this channel (i.e: this == o).
equals(Object) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
equals(Object) - Method in class org.jboss.netty.channel.local.LocalAddress
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http.HttpMethod
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http.HttpResponseStatus
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http.HttpVersion
 
error(String) - Method in interface org.jboss.netty.logging.InternalLogger
Logs an ERROR level message.
error(String, Throwable) - Method in interface org.jboss.netty.logging.InternalLogger
Logs an ERROR level message.
EstimatableObjectWrapper - Interface in org.jboss.netty.util
Represents an object which contains another object that needs to be taken into account by ObjectSizeEstimator for more accurate object size estimation.
estimateSize(Object) - Method in class org.jboss.netty.util.DefaultObjectSizeEstimator
 
estimateSize(Object) - Method in interface org.jboss.netty.util.ObjectSizeEstimator
Returns the estimated size of the specified object in bytes.
ETAG - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"ETag"
eventSunk(ChannelPipeline, ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelSink
Invoked by ChannelPipeline when a downstream ChannelEvent has reached its terminal (the head of the pipeline).
exceptionCaught(ChannelPipeline, ChannelEvent, ChannelPipelineException) - Method in class org.jboss.netty.channel.AbstractChannelSink
Sends an ExceptionEvent upstream with the specified cause.
exceptionCaught(ChannelPipeline, ChannelEvent, ChannelPipelineException) - Method in interface org.jboss.netty.channel.ChannelSink
Invoked by ChannelPipeline when an exception was raised while one of its ChannelHandlers process a ChannelEvent.
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when an exception was raised by an I/O thread or a ChannelHandler.
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when an exception was raised by an I/O thread or a ChannelHandler.
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.handler.ssl.SslHandler
 
ExceptionEvent - Interface in org.jboss.netty.channel
A ChannelEvent which represents the notification of an exception raised by a ChannelHandler or an I/O thread.
execute(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
execute(Runnable) - Method in class org.jboss.netty.util.VirtualExecutorService
 
ExecutionHandler - Class in org.jboss.netty.handler.execution
Forwards an upstream ChannelEvent to an Executor.
ExecutionHandler(Executor) - Constructor for class org.jboss.netty.handler.execution.ExecutionHandler
Creates a new instance with the specified Executor.
executor - Variable in class org.jboss.netty.container.guice.AbstractChannelFactoryProvider
 
EXPECT - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Expect"
EXPECTATION_FAILED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
417 Expectation Failed
EXPIRES - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Expires"
ExternalResourceReleasable - Interface in org.jboss.netty.util
A common interface for a class which depends on external resources that need explicit release or shutdown.
ExternalResourceUtil - Class in org.jboss.netty.util
A utility class that provides the convenient shutdown of ExternalResourceReleasables.

F

factory() - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
factory() - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
factory() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the factory which creates a ChannelBuffer whose type and default ByteOrder are same with this buffer.
factory() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
factory() - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
factory() - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
factory() - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
factory() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
factory() - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
factory() - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
FailedChannelFuture - Class in org.jboss.netty.channel
The CompleteChannelFuture which is failed already.
FailedChannelFuture(Channel, Throwable) - Constructor for class org.jboss.netty.channel.FailedChannelFuture
Creates a new instance.
failedFuture(Channel, Throwable) - Static method in class org.jboss.netty.channel.Channels
Creates a new ChannelFuture which has failed already for the specified Channel.
find(ChannelBuffer, int) - Method in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Returns true if and only if the data is found at the specified guessedIndex of the specified buffer.
find(Integer) - Method in interface org.jboss.netty.channel.group.ChannelGroup
Returns the Channel whose ID matches the specified integer.
find(Integer) - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Returns the ChannelFuture of the individual I/O operation which is associated with the Channel whose ID matches the specified integer.
find(Channel) - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Returns the ChannelFuture of the individual I/O operation which is associated with the specified Channel.
find(Integer) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
find(Integer) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
find(Channel) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
finish() - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
Signals the pipeline that the encoding or decoding has been finished and no more data will be offered.
fireChannelBound(Channel, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelBound" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelBound(ChannelHandlerContext, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelBound" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelBound(ChannelHandlerContext, Channel, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.fireChannelBound(ChannelHandlerContext, SocketAddress) instead. Sends a "channelBound" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelClosed(Channel) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelClosed" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelClosed(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelClosed" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelClosed(ChannelHandlerContext, Channel) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.fireChannelClosed(ChannelHandlerContext). Sends a "channelClosed" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelConnected(Channel, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelConnected" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelConnected(ChannelHandlerContext, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelConnected" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelConnected(ChannelHandlerContext, Channel, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.fireChannelConnected(ChannelHandlerContext, SocketAddress) instead. Sends a "channelConnected" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelDisconnected(Channel) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelDisconnected" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelDisconnected(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelDisconnected" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelDisconnected(ChannelHandlerContext, Channel) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.fireChannelDisconnected(ChannelHandlerContext) instead. Sends a "channelDisconnected" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelInterestChanged(Channel) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelInterestChanged" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelInterestChanged(Channel, int) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.fireChannelInterestChanged(Channel) instead. Sends a "channelInterestChanged" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelInterestChanged(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelInterestChanged" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelInterestChanged(ChannelHandlerContext, Channel, int) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.fireChannelInterestChanged(ChannelHandlerContext) instead. Sends a "channelInterestChanged" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelOpen(Channel) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelOpen" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelOpen(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelOpen" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelOpen(ChannelHandlerContext, Channel) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.fireChannelOpen(ChannelHandlerContext) instead. Sends a "channelOpen" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.

Please note that this method does not trigger a "childChannelOpen" event unlike Channels.fireChannelOpen(Channel) method.

fireChannelUnbound(Channel) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelUnbound" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelUnbound(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.Channels
Sends a "channelUnbound" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelUnbound(ChannelHandlerContext, Channel) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.fireChannelUnbound(ChannelHandlerContext) instead. Sends a "channelUnbound" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireExceptionCaught(Channel, Throwable) - Static method in class org.jboss.netty.channel.Channels
Sends a "exceptionCaught" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireExceptionCaught(ChannelHandlerContext, Throwable) - Static method in class org.jboss.netty.channel.Channels
Sends a "exceptionCaught" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireExceptionCaught(ChannelHandlerContext, Channel, Throwable) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.fireExceptionCaught(ChannelHandlerContext, Throwable) instead. Sends a "exceptionCaught" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireMessageReceived(Channel, Object) - Static method in class org.jboss.netty.channel.Channels
Sends a "messageReceived" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireMessageReceived(Channel, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "messageReceived" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel belongs.
fireMessageReceived(ChannelHandlerContext, Object) - Static method in class org.jboss.netty.channel.Channels
Sends a "messageReceived" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireMessageReceived(ChannelHandlerContext, Channel, Object) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.fireMessageReceived(ChannelHandlerContext, Object) instead. Sends a "messageReceived" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireMessageReceived(ChannelHandlerContext, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "messageReceived" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireMessageReceived(ChannelHandlerContext, Channel, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.fireMessageReceived(ChannelHandlerContext, Object, SocketAddress) instead. Sends a "messageReceived" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireWriteComplete(Channel, int) - Static method in class org.jboss.netty.channel.Channels
Sends a "writeComplete" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireWriteComplete(ChannelHandlerContext, int) - Static method in class org.jboss.netty.channel.Channels
Sends a "writeComplete" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
FixedLengthFrameDecoder - Class in org.jboss.netty.handler.codec.frame
A decoder that splits the received ChannelBuffers by the fixed number of bytes.
FixedLengthFrameDecoder(int) - Constructor for class org.jboss.netty.handler.codec.frame.FixedLengthFrameDecoder
Creates a new instance.
FixedReceiveBufferSizePredictor - Class in org.jboss.netty.channel
The ReceiveBufferSizePredictor that always yields the same buffer size prediction.
FixedReceiveBufferSizePredictor(int) - Constructor for class org.jboss.netty.channel.FixedReceiveBufferSizePredictor
Creates a new predictor that always returns the same prediction of the specified buffer size.
flush() - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
FORBIDDEN - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
403 Forbidden
FOUND - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
302 Found
FrameDecoder - Class in org.jboss.netty.handler.codec.frame
Decodes the received ChannelBuffers into a meaningful frame object.
FrameDecoder() - Constructor for class org.jboss.netty.handler.codec.frame.FrameDecoder
 
FrameDecoder(boolean) - Constructor for class org.jboss.netty.handler.codec.frame.FrameDecoder
 
FROM - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"From"
future(Channel) - Static method in class org.jboss.netty.channel.Channels
Creates a new non-cancellable ChannelFuture for the specified Channel.
future(Channel, boolean) - Static method in class org.jboss.netty.channel.Channels
Creates a new ChannelFuture for the specified Channel.

G

GATEWAY_TIMEOUT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
504 Gateway Timeout
get(Channel) - Method in class org.jboss.netty.channel.ChannelLocal
Returns the value of this variable.
get(String) - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns the ChannelHandler with the specified name in this pipeline.
get(Class<T>) - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns the ChannelHandler of the specified type in this pipeline.
get(String) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
get(Class<T>) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
get() - Method in class org.jboss.netty.container.guice.NioClientSocketChannelFactoryProvider
 
get() - Method in class org.jboss.netty.container.guice.NioDatagramChannelFactoryProvider
 
get() - Method in class org.jboss.netty.container.guice.NioServerSocketChannelFactoryProvider
 
get() - Method in class org.jboss.netty.container.guice.OioClientSocketChannelFactoryProvider
 
get() - Method in class org.jboss.netty.container.guice.OioDatagramChannelFactoryProvider
 
get() - Method in class org.jboss.netty.container.guice.OioServerSocketChannelFactoryProvider
 
GET - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
getAttachment() - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Retrieves an object which is attached to this context.
getBacklog() - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
getBacklog() - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
Gets the backlog value to specify when the channel binds to a local address.
getBuffer(int) - Method in class org.jboss.netty.buffer.AbstractChannelBufferFactory
 
getBuffer(int) - Method in interface org.jboss.netty.buffer.ChannelBufferFactory
Returns a ChannelBuffer with the specified capacity.
getBuffer(ByteOrder, int) - Method in interface org.jboss.netty.buffer.ChannelBufferFactory
Returns a ChannelBuffer with the specified endianness and capacity.
getBuffer(ByteOrder, int) - Method in class org.jboss.netty.buffer.DirectChannelBufferFactory
 
getBuffer(ByteOrder, int) - Method in class org.jboss.netty.buffer.HeapChannelBufferFactory
 
getBufferFactory() - Method in interface org.jboss.netty.channel.ChannelConfig
Returns the default ChannelBufferFactory used to create a new ChannelBuffer.
getBufferFactory() - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
getBufferFactory() - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
 
getBufferFactory() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
getByte(int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
getByte(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a byte at the specified absolute index in this buffer.
getByte(int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
getByte(int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
getByte(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
getByte(int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
getByte(int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
getByte(int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
getByte(int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
getBytes(int, byte[]) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
getBytes(int, ChannelBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
getBytes(int, ChannelBuffer, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, ChannelBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination becomes non-writable.
getBytes(int, ChannelBuffer, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ChannelBuffer, int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[]) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[], int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ByteBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination's position reaches its limit.
getBytes(int, OutputStream, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified stream starting at the specified absolute index.
getBytes(int, GatheringByteChannel, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified channel starting at the specified absolute index.
getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
getCause() - Method in interface org.jboss.netty.channel.ChannelFuture
Returns the cause of the failed I/O operation if the I/O operation has failed.
getCause() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
getCause() - Method in class org.jboss.netty.channel.DefaultExceptionEvent
 
getCause() - Method in interface org.jboss.netty.channel.ExceptionEvent
Returns the raised exception.
getCause() - Method in class org.jboss.netty.channel.FailedChannelFuture
 
getCause() - Method in class org.jboss.netty.channel.SucceededChannelFuture
 
getChannel() - Method in interface org.jboss.netty.channel.ChannelEvent
Returns the Channel which is associated with this event.
getChannel() - Method in interface org.jboss.netty.channel.ChannelFuture
Returns a channel where the I/O operation associated with this future takes place.
getChannel() - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Returns the Channel that the ChannelPipeline belongs to.
getChannel() - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns the Channel that this pipeline is attached to.
getChannel() - Method in interface org.jboss.netty.channel.ChildChannelStateEvent
Returns the parent Channel which is associated with this event.
getChannel() - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
getChannel() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
getChannel() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
getChannel() - Method in class org.jboss.netty.channel.DefaultChildChannelStateEvent
 
getChannel() - Method in class org.jboss.netty.channel.DefaultExceptionEvent
 
getChannel() - Method in class org.jboss.netty.channel.DefaultWriteCompletionEvent
 
getChannel() - Method in class org.jboss.netty.channel.DownstreamChannelStateEvent
 
getChannel() - Method in class org.jboss.netty.channel.DownstreamMessageEvent
 
getChannel() - Method in class org.jboss.netty.channel.UpstreamChannelStateEvent
 
getChannel() - Method in class org.jboss.netty.channel.UpstreamMessageEvent
 
getChannel() - Method in class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
 
getChannelFactoryExecutor() - Method in class org.jboss.netty.container.microcontainer.NettyResourceFactory
 
getChannelFactoryExecutor() - Method in class org.jboss.netty.container.spring.NettyResourceFactory
 
getChildChannel() - Method in interface org.jboss.netty.channel.ChildChannelStateEvent
Returns the child Channel whose state has been changed.
getChildChannel() - Method in class org.jboss.netty.channel.DefaultChildChannelStateEvent
 
getChildExecutorKey(ChannelEvent) - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
getChildExecutorKeySet() - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
getCloseFuture() - Method in class org.jboss.netty.channel.AbstractChannel
 
getCloseFuture() - Method in interface org.jboss.netty.channel.Channel
Returns the ChannelFuture which will be notified when this channel is closed.
getCode() - Method in class org.jboss.netty.handler.codec.http.HttpResponseStatus
Returns the code of this status.
getComment() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Returns the comment of this cookie.
getComment() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
getCommentUrl() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Returns the comment URL of this cookie.
getCommentUrl() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
getConfig() - Method in interface org.jboss.netty.channel.Channel
Returns the configuration of this channel.
getConfig() - Method in interface org.jboss.netty.channel.socket.DatagramChannel
 
getConfig() - Method in interface org.jboss.netty.channel.socket.ServerSocketChannel
 
getConfig() - Method in interface org.jboss.netty.channel.socket.SocketChannel
 
getConfig() - Method in interface org.jboss.netty.channel.xnio.XnioChannel
 
getConnectTimeoutMillis() - Method in interface org.jboss.netty.channel.ChannelConfig
Returns the connect timeout of the channel in milliseconds.
getConnectTimeoutMillis() - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
getConnectTimeoutMillis() - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
 
getConnectTimeoutMillis() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
getContent() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunk
 
getContent() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
getContent() - Method in interface org.jboss.netty.handler.codec.http.HttpChunk
Returns the content of this chunk.
getContent() - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns the content of this message.
getContentLength() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
getContentLength(long) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
getContentLength() - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns the length of the content.
getContentLength(long) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns the length of the content.
getContext(ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns the context object of the specified ChannelHandler in this pipeline.
getContext(String) - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns the context object of the ChannelHandler with the specified name in this pipeline.
getContext(Class<? extends ChannelHandler>) - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns the context object of the ChannelHandler of the specified type in this pipeline.
getContext(String) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
getContext(ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
getContext(Class<? extends ChannelHandler>) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
getContext() - Method in class org.jboss.netty.handler.execution.ChannelEventRunnable
Returns the ChannelHandlerContext which will be used to send the ChannelEvent upstream.
getCurrentOffset() - Method in class org.jboss.netty.handler.stream.ChunkedFile
Returns the offset in the file where the transfer is happening currently.
getCurrentOffset() - Method in class org.jboss.netty.handler.stream.ChunkedNioFile
Returns the offset in the file where the transfer is happening currently.
getDefaultBufferPool() - Static method in class org.jboss.netty.handler.ssl.SslHandler
Returns the default SslBufferPool used when no pool is specified in the constructor.
getDefaultFactory() - Static method in class org.jboss.netty.logging.InternalLoggerFactory
Returns the default factory.
getDefaultOrder() - Method in class org.jboss.netty.buffer.AbstractChannelBufferFactory
 
getDefaultOrder() - Method in interface org.jboss.netty.buffer.ChannelBufferFactory
Returns the default endianness of the ChannelBuffer which is returned by ChannelBufferFactory.getBuffer(int).
getDomain() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Returns the domain of this cookie.
getDomain() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
getEnabledSslCipherSuites() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Returns the cipher suites enabled for use on an SSLEngine.
getEnabledSslProtocols() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Returns the protocol versions enabled for use on an SSLEngine.
getEndOffset() - Method in class org.jboss.netty.handler.stream.ChunkedFile
Returns the offset in the file where the transfer will end.
getEndOffset() - Method in class org.jboss.netty.handler.stream.ChunkedNioFile
Returns the offset in the file where the transfer will end.
getEngine() - Method in class org.jboss.netty.handler.ssl.SslHandler
Returns the SSLEngine which is used by this handler.
getEvent() - Method in class org.jboss.netty.handler.execution.ChannelEventRunnable
Returns the ChannelEvent which will be sent upstream.
getExecutor() - Method in class org.jboss.netty.handler.execution.ExecutionHandler
Returns the Executor which was specified with the constructor.
getFactory() - Method in class org.jboss.netty.bootstrap.Bootstrap
Returns the ChannelFactory that will be used to perform an I/O operation.
getFactory() - Method in class org.jboss.netty.channel.AbstractChannel
 
getFactory() - Method in interface org.jboss.netty.channel.Channel
Returns the ChannelFactory which created this channel.
getFactory() - Method in interface org.jboss.netty.channel.xnio.XnioServerChannel
 
getFallback() - Method in class org.jboss.netty.logging.OsgiLoggerFactory
 
getFirst() - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns the first ChannelHandler in this pipeline.
getFirst() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
getFuture() - Method in interface org.jboss.netty.channel.ChannelEvent
Returns the ChannelFuture which is associated with this event.
getFuture() - Method in class org.jboss.netty.channel.DefaultChildChannelStateEvent
 
getFuture() - Method in class org.jboss.netty.channel.DefaultExceptionEvent
 
getFuture() - Method in class org.jboss.netty.channel.DefaultWriteCompletionEvent
 
getFuture() - Method in class org.jboss.netty.channel.DownstreamChannelStateEvent
 
getFuture() - Method in class org.jboss.netty.channel.DownstreamMessageEvent
 
getFuture() - Method in class org.jboss.netty.channel.UpstreamChannelStateEvent
 
getFuture() - Method in class org.jboss.netty.channel.UpstreamMessageEvent
 
getFuture() - Method in class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
 
getGroup() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Returns the ChannelGroup which is associated with this future.
getGroup() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
getHandler() - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Returns the ChannelHandler that this context object is serving.
getHeader(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
getHeader(String) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns the header value with the specified header name.
getHeaderNames() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
getHeaderNames() - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns the Set of all header names that this message contains.
getHeaders(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
getHeaders(String) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns the header values with the specified header name.
getId() - Method in class org.jboss.netty.channel.AbstractChannel
 
getId() - Method in interface org.jboss.netty.channel.Channel
Returns the unique integer ID of this channel.
getId() - Method in class org.jboss.netty.channel.local.LocalAddress
Returns the ID of this address.
getInstance() - Static method in class org.jboss.netty.buffer.DirectChannelBufferFactory
 
getInstance(ByteOrder) - Static method in class org.jboss.netty.buffer.DirectChannelBufferFactory
 
getInstance() - Static method in class org.jboss.netty.buffer.HeapChannelBufferFactory
 
getInstance(ByteOrder) - Static method in class org.jboss.netty.buffer.HeapChannelBufferFactory
 
getInstance(Class<?>) - Static method in class org.jboss.netty.logging.InternalLoggerFactory
Creates a new logger instance with the name of the specified class.
getInstance(String) - Static method in class org.jboss.netty.logging.InternalLoggerFactory
Creates a new logger instance with the specified name.
getInt(int) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
getInt(int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
getInt(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 32-bit integer at the specified absolute index in this buffer.
getInt(int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
getInt(int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
getInt(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
getInt(int) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
getInt(int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
getInt(int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
getInt(int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
getInterestOps() - Method in class org.jboss.netty.channel.AbstractChannel
 
getInterestOps() - Method in class org.jboss.netty.channel.AbstractServerChannel
 
getInterestOps() - Method in interface org.jboss.netty.channel.Channel
Returns the current interestOps of this channel.
getInterface() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the address of the network interface used for multicast packets.
getInterface() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
getLast() - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns the last ChannelHandler in this pipeline.
getLast() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
getLastActivityTimeMillis() - Method in class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
 
getLastActivityTimeMillis() - Method in interface org.jboss.netty.handler.timeout.IdleStateEvent
Returns the last time when I/O occurred in milliseconds.
getLevel() - Method in class org.jboss.netty.handler.logging.LoggingHandler
Returns the InternalLogLevel that this handler uses to log a ChannelEvent.
getLocalAddress() - Method in interface org.jboss.netty.channel.Channel
Returns the local address where this channel is bound to.
getLocalAddress() - Method in interface org.jboss.netty.channel.local.LocalChannel
 
getLocalAddress() - Method in interface org.jboss.netty.channel.local.LocalServerChannel
 
getLocalAddress() - Method in interface org.jboss.netty.channel.socket.DatagramChannel
 
getLocalAddress() - Method in interface org.jboss.netty.channel.socket.ServerSocketChannel
 
getLocalAddress() - Method in interface org.jboss.netty.channel.socket.SocketChannel
 
getLogger() - Method in class org.jboss.netty.handler.logging.LoggingHandler
Returns the InternalLogger that this handler uses to log a ChannelEvent.
getLogService() - Method in class org.jboss.netty.logging.OsgiLoggerFactory
 
getLong(int) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
getLong(int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
getLong(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 64-bit long integer at the specified absolute index in this buffer.
getLong(int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
getLong(int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
getLong(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
getLong(int) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
getLong(int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
getLong(int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
getLong(int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
getMajorVersion() - Method in class org.jboss.netty.handler.codec.http.HttpVersion
Returns the name of the protocol such as 1 in "HTTP/1.0".
getMaxAge() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Returns the max age of this cookie in seconds.
getMaxAge() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
getMaxChannelMemorySize() - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Returns the maximum total size of the queued events per channel.
getMaxPoolSize() - Method in class org.jboss.netty.handler.ssl.SslBufferPool
Returns the maximum size of this pool in byte unit.
getMaxTotalMemorySize() - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Returns the maximum total size of the queued events for this pool.
getMedium(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
getMedium(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 24-bit medium integer at the specified absolute index in this buffer.
getMessage() - Method in class org.jboss.netty.channel.DownstreamMessageEvent
 
getMessage() - Method in interface org.jboss.netty.channel.MessageEvent
Returns the message.
getMessage() - Method in class org.jboss.netty.channel.UpstreamMessageEvent
 
getMethod() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpRequest
 
getMethod() - Method in interface org.jboss.netty.handler.codec.http.HttpRequest
Returns the method of this request.
getMinorVersion() - Method in class org.jboss.netty.handler.codec.http.HttpVersion
Returns the name of the protocol such as 0 in "HTTP/1.0".
getName() - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Returns the name of the ChannelHandler in the ChannelPipeline.
getName() - Method in interface org.jboss.netty.channel.group.ChannelGroup
Returns the name of this group.
getName() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
getName() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Returns the name of this cookie.
getName() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
getName() - Method in class org.jboss.netty.handler.codec.http.HttpMethod
Returns the name of this method.
getNetworkInterface() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the network interface for outgoing multicast datagrams sent on the DatagramChannel.
getNetworkInterface() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
getObjectSizeEstimator() - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Returns the ObjectSizeEstimator of this pool.
getOption(String) - Method in class org.jboss.netty.bootstrap.Bootstrap
Returns the value of the option with the specified key.
getOptions() - Method in class org.jboss.netty.bootstrap.Bootstrap
Returns the options which configures a new Channel and its child Channels.
getParameters() - Method in class org.jboss.netty.handler.codec.http.QueryStringDecoder
Returns the decoded key-value parameter pairs of the URI.
getParent() - Method in class org.jboss.netty.channel.AbstractChannel
 
getParent() - Method in interface org.jboss.netty.channel.Channel
Returns the parent of this channel.
getParentHandler() - Method in class org.jboss.netty.bootstrap.ServerBootstrap
Returns an optional ChannelHandler which intercepts an event of a newly bound server-side channel which accepts incoming connections.
getPath() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Returns the path of this cookie.
getPath() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
getPath() - Method in class org.jboss.netty.handler.codec.http.QueryStringDecoder
Returns the decoded path string of the URI.
getPipeline() - Method in class org.jboss.netty.bootstrap.Bootstrap
Returns the default ChannelPipeline which is cloned when a new Channel is created.
getPipeline() - Method in class org.jboss.netty.channel.AbstractChannel
 
getPipeline() - Method in interface org.jboss.netty.channel.Channel
Returns the ChannelPipeline which handles ChannelEvents associated with this channel.
getPipeline() - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Returns the ChannelPipeline that the ChannelHandler belongs to.
getPipeline() - Method in interface org.jboss.netty.channel.ChannelPipelineFactory
Returns a newly created ChannelPipeline.
getPipelineAsMap() - Method in class org.jboss.netty.bootstrap.Bootstrap
Dependency injection friendly convenience method for Bootstrap.getPipeline() which returns the default pipeline of this bootstrap as an ordered map.
getPipelineFactory() - Method in class org.jboss.netty.bootstrap.Bootstrap
Returns the ChannelPipelineFactory which creates a new ChannelPipeline for a new Channel.
getPipelineFactory() - Method in interface org.jboss.netty.channel.ChannelConfig
Returns the ChannelPipelineFactory which will be used when a child channel is created.
getPipelineFactory() - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
getPipelineFactory() - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
 
getPipelineFactory() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
getPorts() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Returns the ports of this cookie.
getPorts() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
getProtocolName() - Method in class org.jboss.netty.handler.codec.http.HttpVersion
Returns the name of the protocol such as "HTTP" in "HTTP/1.0".
getProtocolVersion() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
getProtocolVersion() - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns the protocol version of this message.
getReasonPhrase() - Method in class org.jboss.netty.handler.codec.http.HttpResponseStatus
Returns the reason phrase of this status.
getReceiveBufferSize() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the SO_RCVBUF option.
getReceiveBufferSize() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
getReceiveBufferSize() - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
getReceiveBufferSize() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
getReceiveBufferSize() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
getReceiveBufferSize() - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
Gets the SO_RCVBUF option.
getReceiveBufferSize() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Gets the SO_RCVBUF option.
getReceiveBufferSizePredictor() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Returns the ReceiveBufferSizePredictor which predicts the number of readable bytes in the socket receive buffer.
getReceiveBufferSizePredictor() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
getReceiveBufferSizePredictor() - Method in interface org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig
Returns the ReceiveBufferSizePredictor which predicts the number of readable bytes in the socket receive buffer.
getReceiveBufferSizePredictor() - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Returns the ReceiveBufferSizePredictor which predicts the number of readable bytes in the socket receive buffer.
getReceiveBufferSizePredictor() - Method in interface org.jboss.netty.channel.xnio.XnioChannelConfig
Returns the ReceiveBufferSizePredictor which predicts the number of readable bytes in the socket receive buffer.
getRemoteAddress() - Method in interface org.jboss.netty.channel.Channel
Returns the remote address where this channel is connected to.
getRemoteAddress() - Method in class org.jboss.netty.channel.DownstreamMessageEvent
 
getRemoteAddress() - Method in interface org.jboss.netty.channel.local.LocalChannel
 
getRemoteAddress() - Method in interface org.jboss.netty.channel.local.LocalServerChannel
 
getRemoteAddress() - Method in interface org.jboss.netty.channel.MessageEvent
Returns the remote address of the message.
getRemoteAddress() - Method in interface org.jboss.netty.channel.socket.DatagramChannel
 
getRemoteAddress() - Method in interface org.jboss.netty.channel.socket.ServerSocketChannel
 
getRemoteAddress() - Method in interface org.jboss.netty.channel.socket.SocketChannel
 
getRemoteAddress() - Method in class org.jboss.netty.channel.UpstreamMessageEvent
 
getSendBufferSize() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the SO_SNDBUF option.
getSendBufferSize() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
getSendBufferSize() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
getSendBufferSize() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
getSendBufferSize() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Gets the SO_SNDBUF option.
getServerName() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Returns the host name of the HTTP server.
getServerPath() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Returns the path where the HttpTunnelingServlet is mapped to.
getShort(int) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
getShort(int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
getShort(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 16-bit short integer at the specified absolute index in this buffer.
getShort(int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
getShort(int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
getShort(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
getShort(int) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
getShort(int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
getShort(int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
getShort(int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
getSink() - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns the ChannelSink that this pipeline is attached to.
getSink() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
getSoLinger() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
getSoLinger() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
getSoLinger() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Gets the SO_LINGER option.
getSslContext() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Returns the SSLContext which is used to establish an HTTPS connection.
getStartOffset() - Method in class org.jboss.netty.handler.stream.ChunkedFile
Returns the offset in the file where the transfer began.
getStartOffset() - Method in class org.jboss.netty.handler.stream.ChunkedNioFile
Returns the offset in the file where the transfer began.
getState() - Method in interface org.jboss.netty.channel.ChannelStateEvent
Returns the changed property of the Channel.
getState() - Method in class org.jboss.netty.channel.DownstreamChannelStateEvent
 
getState() - Method in class org.jboss.netty.channel.UpstreamChannelStateEvent
 
getState() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
Returns the current state of this decoder.
getState() - Method in class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
 
getState() - Method in interface org.jboss.netty.handler.timeout.IdleStateEvent
Returns the detailed idle state.
getStatus() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpResponse
 
getStatus() - Method in interface org.jboss.netty.handler.codec.http.HttpResponse
Returns the status of this response.
getSucceededFuture() - Method in class org.jboss.netty.channel.AbstractChannel
Returns the cached SucceededChannelFuture instance.
getTask() - Method in interface org.jboss.netty.util.Timeout
Returns the TimerTask which is associated with this handle.
getText() - Method in class org.jboss.netty.handler.codec.http.HttpVersion
Returns the full protocol version text such as "HTTP/1.0".
getThreadNameDeterminer() - Static method in class org.jboss.netty.util.ThreadRenamingRunnable
Returns the ThreadNameDeterminer which overrides the proposed new thread name.
getTimeoutMillis(MessageEvent) - Method in class org.jboss.netty.handler.timeout.WriteTimeoutHandler
 
getTimer() - Method in interface org.jboss.netty.util.Timeout
Returns the Timer that created this handle.
getTimeToLive() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the default time-to-live for multicast packets sent out on the socket.
getTimeToLive() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
getTrafficClass() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the traffic class.
getTrafficClass() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
getTrafficClass() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
getTrafficClass() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
getTrafficClass() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Gets the traffic class.
getTransferredBytes() - Method in class org.jboss.netty.handler.stream.ChunkedNioStream
Returns the number of transferred bytes.
getTransferredBytes() - Method in class org.jboss.netty.handler.stream.ChunkedStream
Returns the number of transferred bytes.
getUnacquiredPoolSize() - Method in class org.jboss.netty.handler.ssl.SslBufferPool
Returns the number of bytes which were allocated but have not been acquired yet.
getUnsignedByte(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
getUnsignedByte(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned byte at the specified absolute index in this buffer.
getUnsignedInt(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
getUnsignedInt(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned 32-bit integer at the specified absolute index in this buffer.
getUnsignedMedium(int) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
getUnsignedMedium(int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
getUnsignedMedium(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMedium(int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
getUnsignedMedium(int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
getUnsignedMedium(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
getUnsignedMedium(int) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
getUnsignedMedium(int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
getUnsignedMedium(int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
getUnsignedMedium(int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
getUnsignedShort(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
getUnsignedShort(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer.
getUnsupportedOperationFuture() - Method in class org.jboss.netty.channel.AbstractChannel
Returns the FailedChannelFuture whose cause is an UnsupportedOperationException.
getUri() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpRequest
 
getUri() - Method in interface org.jboss.netty.handler.codec.http.HttpRequest
Returns the URI (or path) of this request.
getValue() - Method in interface org.jboss.netty.channel.ChannelStateEvent
Returns the value of the changed property of the Channel.
getValue() - Method in class org.jboss.netty.channel.DownstreamChannelStateEvent
 
getValue() - Method in class org.jboss.netty.channel.UpstreamChannelStateEvent
 
getValue() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Returns the value of this cookie.
getValue() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
getVersion() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Returns the version of this cookie.
getVersion() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
getWriteBufferHighWaterMark() - Method in interface org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig
Returns the high water mark of the write buffer.
getWriteBufferHighWaterMark() - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Returns the high water mark of the write buffer.
getWriteBufferHighWaterMark() - Method in interface org.jboss.netty.channel.xnio.XnioChannelConfig
 
getWriteBufferLowWaterMark() - Method in interface org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig
Returns the low water mark of the write buffer.
getWriteBufferLowWaterMark() - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Returns the low water mark of the write buffer.
getWriteBufferLowWaterMark() - Method in interface org.jboss.netty.channel.xnio.XnioChannelConfig
 
getWriteSpinCount() - Method in interface org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig
Returns the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
getWriteSpinCount() - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Returns the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
getWriteSpinCount() - Method in interface org.jboss.netty.channel.xnio.XnioChannelConfig
Returns the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
getWriteTimeoutMillis() - Method in interface org.jboss.netty.channel.ChannelConfig
Deprecated. Use WriteTimeoutHandler instead. Returns the write timeout of the channel in milliseconds. If a write operation is not completed within the write timeout, an IOException will be raised. If the Channel does not support write operation, this property is not used at all, and therefore will be ignored.
getWriteTimeoutMillis() - Method in class org.jboss.netty.channel.DefaultChannelConfig
Deprecated. Use WriteTimeoutHandler instead.
getWriteTimeoutMillis() - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
Deprecated. Use WriteTimeoutHandler instead.
getWriteTimeoutMillis() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Deprecated. 
getWrittenAmount() - Method in class org.jboss.netty.channel.DefaultWriteCompletionEvent
 
getWrittenAmount() - Method in interface org.jboss.netty.channel.WriteCompletionEvent
Returns the amount of data written.
GONE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
410 Gone
GZIP - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"gzip"

H

handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelDownstreamHandler
Handles the specified downstream event.
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
Handles the specified downstream event.
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Handles the specified downstream event.
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.oneone.OneToOneEncoder
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.execution.ExecutionHandler
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.logging.LoggingHandler
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.ssl.SslHandler
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.stream.ChunkedWriteHandler
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelUpstreamHandler
Handles the specified upstream event.
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Handles the specified upstream event.
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Handles the specified upstream event.
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.oneone.OneToOneDecoder
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.execution.ExecutionHandler
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.logging.LoggingHandler
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.stream.ChunkedWriteHandler
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.timeout.IdleStateAwareChannelUpstreamHandler
 
handshake(Channel) - Method in class org.jboss.netty.handler.ssl.SslHandler
Starts an SSL / TLS handshake for the specified channel.
hashCode() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
hashCode() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns a hash code which was calculated from the content of this buffer.
hashCode(ChannelBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Calculates the hash code of the specified buffer.
hashCode() - Method in class org.jboss.netty.channel.AbstractChannel
Returns the identity hash code of this channel.
hashCode() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
hashCode() - Method in class org.jboss.netty.channel.local.LocalAddress
 
hashCode() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
hashCode() - Method in class org.jboss.netty.handler.codec.http.HttpMethod
 
hashCode() - Method in class org.jboss.netty.handler.codec.http.HttpResponseStatus
 
hashCode() - Method in class org.jboss.netty.handler.codec.http.HttpVersion
 
HashedWheelTimer - Class in org.jboss.netty.util
A Timer optimized for approximated I/O timeout scheduling.
HashedWheelTimer() - Constructor for class org.jboss.netty.util.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()), default tick duration, and default number of ticks per wheel.
HashedWheelTimer(long, TimeUnit) - Constructor for class org.jboss.netty.util.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()) and default number of ticks per wheel.
HashedWheelTimer(long, TimeUnit, int) - Constructor for class org.jboss.netty.util.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()).
HashedWheelTimer(ThreadFactory) - Constructor for class org.jboss.netty.util.HashedWheelTimer
Creates a new timer with the default tick duration and default number of ticks per wheel.
HashedWheelTimer(ThreadFactory, long, TimeUnit) - Constructor for class org.jboss.netty.util.HashedWheelTimer
Creates a new timer with the default number of ticks per wheel.
HashedWheelTimer(ThreadFactory, long, TimeUnit, int) - Constructor for class org.jboss.netty.util.HashedWheelTimer
Creates a new timer.
hasNextChunk() - Method in class org.jboss.netty.handler.stream.ChunkedFile
 
hasNextChunk() - Method in interface org.jboss.netty.handler.stream.ChunkedInput
Returns true if and only if there is any data left in the stream.
hasNextChunk() - Method in class org.jboss.netty.handler.stream.ChunkedNioFile
 
hasNextChunk() - Method in class org.jboss.netty.handler.stream.ChunkedNioStream
 
hasNextChunk() - Method in class org.jboss.netty.handler.stream.ChunkedStream
 
HEAD - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.
HeapChannelBuffer - Class in org.jboss.netty.buffer
A skeletal implementation for Java heap buffers.
HeapChannelBuffer(int) - Constructor for class org.jboss.netty.buffer.HeapChannelBuffer
Creates a new heap buffer with a newly allocated byte array.
HeapChannelBuffer(byte[]) - Constructor for class org.jboss.netty.buffer.HeapChannelBuffer
Creates a new heap buffer with an existing byte array.
HeapChannelBuffer(byte[], int, int) - Constructor for class org.jboss.netty.buffer.HeapChannelBuffer
Creates a new heap buffer with an existing byte array.
HeapChannelBufferFactory - Class in org.jboss.netty.buffer
A ChannelBufferFactory which merely allocates a heap buffer with the specified capacity.
HeapChannelBufferFactory() - Constructor for class org.jboss.netty.buffer.HeapChannelBufferFactory
Creates a new factory whose default ByteOrder is ByteOrder.BIG_ENDIAN.
HeapChannelBufferFactory(ByteOrder) - Constructor for class org.jboss.netty.buffer.HeapChannelBufferFactory
Creates a new factory with the specified default ByteOrder.
hexDump(ChannelBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Returns a hex dump of the specified buffer's readable bytes.
hexDump(ChannelBuffer, int, int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Returns a hex dump of the specified buffer's sub-region.
HOST - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Host"
HTTP_1_0 - Static variable in class org.jboss.netty.handler.codec.http.HttpVersion
HTTP/1.0
HTTP_1_1 - Static variable in class org.jboss.netty.handler.codec.http.HttpVersion
HTTP/1.1
HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
505 HTTP Version Not Supported
HttpChunk - Interface in org.jboss.netty.handler.codec.http
An HTTP chunk which is used for HTTP chunked transfer-encoding.
HttpChunkAggregator - Class in org.jboss.netty.handler.codec.http
A ChannelHandler that aggregates an HttpMessage and its following HttpChunks into a single HttpMessage with no following HttpChunks.
HttpChunkAggregator(int) - Constructor for class org.jboss.netty.handler.codec.http.HttpChunkAggregator
Creates a new instance.
HttpHeaders - Class in org.jboss.netty.handler.codec.http
Standard HTTP header names and values.
HttpHeaders.Names - Class in org.jboss.netty.handler.codec.http
Standard HTTP header names.
HttpHeaders.Values - Class in org.jboss.netty.handler.codec.http
Standard HTTP header values.
HttpMessage - Interface in org.jboss.netty.handler.codec.http
An HTTP message which provides common properties for HttpRequest and HttpResponse.
HttpMessageDecoder - Class in org.jboss.netty.handler.codec.http
Decodes ChannelBuffers into HttpMessages and HttpChunks.
HttpMessageDecoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpMessageDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192).
HttpMessageDecoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http.HttpMessageDecoder
Creates a new instance with the specified parameters.
HttpMessageDecoder.State - Enum in org.jboss.netty.handler.codec.http
The internal state of HttpMessageDecoder.
HttpMessageEncoder - Class in org.jboss.netty.handler.codec.http
Encodes an HttpMessage or an HttpChunk into a ChannelBuffer.
HttpMessageEncoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpMessageEncoder
Creates a new instance.
HttpMethod - Class in org.jboss.netty.handler.codec.http
The request method of HTTP or its derived protocols, such as RTSP and ICAP.
HttpMethod(String) - Constructor for class org.jboss.netty.handler.codec.http.HttpMethod
Creates a new HTTP method with the specified name.
HttpRequest - Interface in org.jboss.netty.handler.codec.http
An HTTP request.
HttpRequestDecoder - Class in org.jboss.netty.handler.codec.http
Decodes ChannelBuffers into HttpRequests and HttpChunks.
HttpRequestDecoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpRequestDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (4096), and maxChunkSize (4096).
HttpRequestDecoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http.HttpRequestDecoder
Creates a new instance with the specified parameters.
HttpRequestEncoder - Class in org.jboss.netty.handler.codec.http
Encodes an HttpRequest or an HttpChunk into a ChannelBuffer.
HttpRequestEncoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpRequestEncoder
Creates a new instance.
HttpResponse - Interface in org.jboss.netty.handler.codec.http
An HTTP response.
HttpResponseDecoder - Class in org.jboss.netty.handler.codec.http
Decodes ChannelBuffers into HttpResponses and HttpChunks.
HttpResponseDecoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpResponseDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (4096), and maxChunkSize (4096).
HttpResponseDecoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http.HttpResponseDecoder
Creates a new instance with the specified parameters.
HttpResponseEncoder - Class in org.jboss.netty.handler.codec.http
Encodes an HttpResponse or an HttpChunk into a ChannelBuffer.
HttpResponseEncoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpResponseEncoder
Creates a new instance.
HttpResponseStatus - Class in org.jboss.netty.handler.codec.http
The response code and its description of HTTP or its derived protocols, such as RTSP and ICAP.
HttpResponseStatus(int, String) - Constructor for class org.jboss.netty.handler.codec.http.HttpResponseStatus
Creates a new instance with the specified code and its reasonPhrase.
HttpTunnelingClientSocketChannelFactory - Class in org.jboss.netty.channel.socket.http
Creates a client-side SocketChannel which connects to an HttpTunnelingServlet to communicate with the server application behind the HttpTunnelingServlet.
HttpTunnelingClientSocketChannelFactory(ClientSocketChannelFactory) - Constructor for class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory
Creates a new instance.
HttpTunnelingServlet - Class in org.jboss.netty.channel.socket.http
An HttpServlet that proxies an incoming data to the actual server and vice versa.
HttpTunnelingServlet() - Constructor for class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
HttpTunnelingSocketChannelConfig - Class in org.jboss.netty.channel.socket.http
The ChannelConfig of a client-side HTTP tunneling SocketChannel.
HttpVersion - Class in org.jboss.netty.handler.codec.http
The version of HTTP or its derived protocols, such as RTSP and ICAP.
HttpVersion(String) - Constructor for class org.jboss.netty.handler.codec.http.HttpVersion
Creates a new HTTP version with the specified version string.
HttpVersion(String, int, int) - Constructor for class org.jboss.netty.handler.codec.http.HttpVersion
Creates a new HTTP version with the specified protocol name and version numbers.

I

ID - Static variable in class org.jboss.netty.util.Version
The version identifier.
IDENTITY - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"identity"
IdleState - Enum in org.jboss.netty.handler.timeout
An Enum that represents the idle state of a Channel.
IdleStateAwareChannelHandler - Class in org.jboss.netty.handler.timeout
An extended SimpleChannelHandler that adds the handler method for an IdleStateEvent.
IdleStateAwareChannelHandler() - Constructor for class org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler
Creates a new instance.
IdleStateAwareChannelUpstreamHandler - Class in org.jboss.netty.handler.timeout
An extended SimpleChannelUpstreamHandler that adds the handler method for an IdleStateEvent.
IdleStateAwareChannelUpstreamHandler() - Constructor for class org.jboss.netty.handler.timeout.IdleStateAwareChannelUpstreamHandler
Creates a new instance.
IdleStateEvent - Interface in org.jboss.netty.handler.timeout
A ChannelEvent that is triggered when a Channel has been idle for a while.
IdleStateHandler - Class in org.jboss.netty.handler.timeout
Triggers an IdleStateEvent when a Channel has not performed read, write, or both operation for a while.
IdleStateHandler(Timer, int, int, int) - Constructor for class org.jboss.netty.handler.timeout.IdleStateHandler
Creates a new instance.
IdleStateHandler(Timer, long, long, long, TimeUnit) - Constructor for class org.jboss.netty.handler.timeout.IdleStateHandler
Creates a new instance.
IF_MATCH - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"If-Match"
IF_MODIFIED_SINCE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"If-Modified-Since"
IF_NONE_MATCH - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"If-None-Match"
IF_RANGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"If-Range"
IF_UNMODIFIED_SINCE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"If-Unmodified-Since"
increaseCounter(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
indexOf(int, int, byte) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
indexOf(int, int, ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
indexOf(int, int, byte) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Locates the first occurrence of the specified value in this buffer.
indexOf(int, int, ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Locates the first index where the specified indexFinder returns true.
indexOf(ChannelBuffer, int, int, byte) - Static method in class org.jboss.netty.buffer.ChannelBuffers
The default implementation of ChannelBuffer.indexOf(int, int, byte).
indexOf(ChannelBuffer, int, int, ChannelBufferIndexFinder) - Static method in class org.jboss.netty.buffer.ChannelBuffers
The default implementation of ChannelBuffer.indexOf(int, int, ChannelBufferIndexFinder).
info(String) - Method in interface org.jboss.netty.logging.InternalLogger
Logs an INFO level message.
info(String, Throwable) - Method in interface org.jboss.netty.logging.InternalLogger
Logs an INFO level message.
init() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
initialValue(Channel) - Method in class org.jboss.netty.channel.ChannelLocal
Returns the initial value of the variable.
INTERNAL_SERVER_ERROR - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
500 Internal Server Error
InternalLogger - Interface in org.jboss.netty.logging
Internal-use-only logger used by Netty.
InternalLoggerFactory - Class in org.jboss.netty.logging
Creates an InternalLogger or changes the default factory implementation.
InternalLoggerFactory() - Constructor for class org.jboss.netty.logging.InternalLoggerFactory
 
InternalLogLevel - Enum in org.jboss.netty.logging
The log level that InternalLogger can log at.
isAttached() - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns true if and only if this pipeline is attached to a Channel.
isAttached() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
isBound() - Method in interface org.jboss.netty.channel.Channel
Returns true if and only if this channel is bound to a local address.
isBroadcast() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the SO_BROADCAST option.
isBroadcast() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
isCancelled() - Method in interface org.jboss.netty.channel.ChannelFuture
Returns true if and only if this future was cancelled by a ChannelFuture.cancel() method.
isCancelled() - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
isCancelled() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
isCancelled() - Method in interface org.jboss.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been cancelled.
isChunked() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
isChunked() - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns true if and only if the "Transfer-Encoding" of this message is "chunked".
isCompleteFailure() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Returns true if and only if all I/O operations associated with this future have failed without any success.
isCompleteFailure() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
isCompleteSuccess() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Returns true if and only if all I/O operations associated with this future were successful without any failure.
isCompleteSuccess() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
isConnected() - Method in class org.jboss.netty.channel.AbstractServerChannel
 
isConnected() - Method in interface org.jboss.netty.channel.Channel
Returns true if and only if this channel is connected to a remote address.
isContentAlwaysEmpty(HttpMessage) - Method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
 
isDebugEnabled() - Method in interface org.jboss.netty.logging.InternalLogger
Returns true if a DEBUG level message is logged.
isDebugEnabled() - Static method in class org.jboss.netty.util.DebugUtil
Returns true if and only if Netty debug mode is enabled.
isDecodingRequest() - Method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
 
isDecodingRequest() - Method in class org.jboss.netty.handler.codec.http.HttpRequestDecoder
 
isDecodingRequest() - Method in class org.jboss.netty.handler.codec.http.HttpResponseDecoder
 
isDiscard() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Returns the discard flag of this cookie.
isDiscard() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
isDone() - Method in interface org.jboss.netty.channel.ChannelFuture
Returns true if and only if this future is complete, regardless of whether the operation was successful, failed, or cancelled.
isDone() - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
isDone() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
isDone() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Returns true if and only if this future is complete, regardless of whether the operation was successful, failed, or canceled.
isDone() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
isEmpty() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
isEnabled(InternalLogLevel) - Method in class org.jboss.netty.logging.AbstractInternalLogger
 
isEnabled(InternalLogLevel) - Method in interface org.jboss.netty.logging.InternalLogger
Returns true if the specified log level message is logged.
isEnableSslSessionCreation() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Returns true if new SSLSessions may be established by an SSLEngine.
isEphemeral() - Method in class org.jboss.netty.channel.local.LocalAddress
Returns true if and only if this address is ephemeral.
isErrorEnabled() - Method in interface org.jboss.netty.logging.InternalLogger
Returns true if an ERROR level message is logged.
isExpired() - Method in interface org.jboss.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been expired.
isHttpOnly() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Returns if this cookie cannot be accessed through client side script.
isHttpOnly() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
isInfoEnabled() - Method in interface org.jboss.netty.logging.InternalLogger
Returns true if an INFO level message is logged.
isKeepAlive() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
isKeepAlive() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
isKeepAlive() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Gets the SO_KEEPALIVE option.
isKeepAlive() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
isKeepAlive() - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns true if and only if the connection can remain open and thus 'kept alive'.
isLast() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunk
 
isLast() - Method in interface org.jboss.netty.handler.codec.http.HttpChunk
Returns true if and only if this chunk is the 'end of content' marker.
isLoopbackModeDisabled() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the setting for local loopback of multicast datagrams.
isLoopbackModeDisabled() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
isOpen() - Method in class org.jboss.netty.channel.AbstractChannel
 
isOpen() - Method in interface org.jboss.netty.channel.Channel
Returns true if and only if this channel is open.
isPartialFailure() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future have failed partially with some success.
isPartialFailure() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
isPartialSuccess() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future were partially successful with some failure.
isPartialSuccess() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
isReadable() - Method in class org.jboss.netty.channel.AbstractChannel
 
isReadable() - Method in interface org.jboss.netty.channel.Channel
Returns true if and only if the I/O thread will read a message from this channel.
isReadWriteFair() - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Deprecated. This property has been replaced by the writeBufferHighWaterMark and writeBufferLowWaterMark. Returns true if and only if an I/O thread should do its effort to balance the ratio of read and write operations. Assuring the read-write fairness is sometimes necessary in a high speed network because a certain channel can spend too much time on flushing the large number of write requests not giving enough time for other channels to perform I/O. The default value is false.
isReuseAddress() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the SO_REUSEADDR option.
isReuseAddress() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
isReuseAddress() - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
isReuseAddress() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
isReuseAddress() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
isReuseAddress() - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
Gets the SO_REUSEADDR option.
isReuseAddress() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Gets the SO_REUSEADDR option.
isSecure() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Returns the secure flag of this cookie.
isSecure() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
isShutdown() - Method in class org.jboss.netty.util.VirtualExecutorService
 
isSuccess() - Method in interface org.jboss.netty.channel.ChannelFuture
Returns true if and only if the I/O operation was completed successfully.
isSuccess() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
isSuccess() - Method in class org.jboss.netty.channel.FailedChannelFuture
 
isSuccess() - Method in class org.jboss.netty.channel.SucceededChannelFuture
 
isTcpNoDelay() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
isTcpNoDelay() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
isTcpNoDelay() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Gets the SO_TCPNODELAY option.
isTerminated() - Method in class org.jboss.netty.util.VirtualExecutorService
 
isUseDeadLockChecker() - Static method in class org.jboss.netty.channel.DefaultChannelFuture
Returns true if and only if the dead lock checker is enabled.
isWarnEnabled() - Method in interface org.jboss.netty.logging.InternalLogger
Returns true if a WARN level message is logged.
isWritable() - Method in class org.jboss.netty.channel.AbstractChannel
 
isWritable() - Method in interface org.jboss.netty.channel.Channel
Returns true if and only if the I/O thread will perform the requested write operation immediately.
iterator() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Returns the Iterator that enumerates all ChannelFutures which are associated with this future.
iterator() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
iterator() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 

J

JBossLoggerFactory - Class in org.jboss.netty.logging
Logger factory which creates a JBoss Logging logger.
JBossLoggerFactory() - Constructor for class org.jboss.netty.logging.JBossLoggerFactory
 
JdkLoggerFactory - Class in org.jboss.netty.logging
Logger factory which creates a java.util.logging logger.
JdkLoggerFactory() - Constructor for class org.jboss.netty.logging.JdkLoggerFactory
 
joinGroup(InetAddress) - Method in interface org.jboss.netty.channel.socket.DatagramChannel
Joins a multicast group.
joinGroup(InetSocketAddress, NetworkInterface) - Method in interface org.jboss.netty.channel.socket.DatagramChannel
Joins the specified multicast group at the specified interface.

K

KEEP_ALIVE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"keep-alive"

L

LAST_CHUNK - Static variable in interface org.jboss.netty.handler.codec.http.HttpChunk
The 'end of content' maker in chunked encoding.
LAST_MODIFIED - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Last-Modified"
leaveGroup(InetAddress) - Method in interface org.jboss.netty.channel.socket.DatagramChannel
Leaves a multicast group.
leaveGroup(InetSocketAddress, NetworkInterface) - Method in interface org.jboss.netty.channel.socket.DatagramChannel
Leaves a multicast group on a specified local interface.
LENGTH_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
411 Length Required
LengthFieldBasedFrameDecoder - Class in org.jboss.netty.handler.codec.frame
A decoder that splits the received ChannelBuffers dynamically by the value of the length field in the message.
LengthFieldBasedFrameDecoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
Creates a new instance.
LengthFieldBasedFrameDecoder(int, int, int, int, int) - Constructor for class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
Creates a new instance.
LengthFieldPrepender - Class in org.jboss.netty.handler.codec.frame
An encoder that prepends the length of the message.
LengthFieldPrepender(int) - Constructor for class org.jboss.netty.handler.codec.frame.LengthFieldPrepender
Creates a new instance.
LengthFieldPrepender(int, boolean) - Constructor for class org.jboss.netty.handler.codec.frame.LengthFieldPrepender
Creates a new instance.
LF - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a LF ('\n') byte.
LifeCycleAwareChannelHandler - Interface in org.jboss.netty.channel
A ChannelHandler that is notified when it is added to or removed from a ChannelPipeline.
LINEAR_WHITESPACE - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a linear whitespace (' ' and '\t').
lineDelimiter() - Static method in class org.jboss.netty.handler.codec.frame.Delimiters
Returns CR ('\r') and LF ('\n') delimiters, which could be used for text-based line protocols.
LITTLE_ENDIAN - Static variable in class org.jboss.netty.buffer.ChannelBuffers
Little endian byte order.
LittleEndianHeapChannelBuffer - Class in org.jboss.netty.buffer
A little-endian Java heap buffer.
LittleEndianHeapChannelBuffer(int) - Constructor for class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
Creates a new little-endian heap buffer with a newly allocated byte array.
LittleEndianHeapChannelBuffer(byte[]) - Constructor for class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
Creates a new little-endian heap buffer with an existing byte array.
LocalAddress - Class in org.jboss.netty.channel.local
An endpoint in the local transport.
LocalAddress(int) - Constructor for class org.jboss.netty.channel.local.LocalAddress
Creates a new instance with the specified ID.
LocalAddress(String) - Constructor for class org.jboss.netty.channel.local.LocalAddress
Creates a new instance with the specified ID.
LocalChannel - Interface in org.jboss.netty.channel.local
A Channel for the local transport.
LocalClientChannelFactory - Interface in org.jboss.netty.channel.local
A ChannelFactory that creates a client-side LocalChannel.
LocalServerChannel - Interface in org.jboss.netty.channel.local
A ServerChannel for the local transport.
LocalServerChannelFactory - Interface in org.jboss.netty.channel.local
A ServerChannelFactory that creates a LocalServerChannel.
LOCATION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Location"
log(ChannelEvent) - Method in class org.jboss.netty.handler.logging.LoggingHandler
Logs the specified event to the InternalLogger returned by LoggingHandler.getLogger().
log(InternalLogLevel, String, Throwable) - Method in class org.jboss.netty.logging.AbstractInternalLogger
 
log(InternalLogLevel, String) - Method in class org.jboss.netty.logging.AbstractInternalLogger
 
log(InternalLogLevel, String) - Method in interface org.jboss.netty.logging.InternalLogger
Logs a message.
log(InternalLogLevel, String, Throwable) - Method in interface org.jboss.netty.logging.InternalLogger
Logs a message.
Log4JLoggerFactory - Class in org.jboss.netty.logging
Logger factory which creates an Apache Log4J logger.
Log4JLoggerFactory() - Constructor for class org.jboss.netty.logging.Log4JLoggerFactory
 
LoggingHandler - Class in org.jboss.netty.handler.logging
A ChannelHandler that logs all events via InternalLogger.
LoggingHandler() - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance whose logger name is the fully qualified class name of the instance with hex dump enabled.
LoggingHandler(InternalLogLevel) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance whose logger name is the fully qualified class name of the instance.
LoggingHandler(boolean) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance whose logger name is the fully qualified class name of the instance.
LoggingHandler(InternalLogLevel, boolean) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance whose logger name is the fully qualified class name of the instance.
LoggingHandler(Class<?>) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name and with hex dump enabled.
LoggingHandler(Class<?>, boolean) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name.
LoggingHandler(Class<?>, InternalLogLevel) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name.
LoggingHandler(Class<?>, InternalLogLevel, boolean) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name.
LoggingHandler(String) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name and with hex dump enabled.
LoggingHandler(String, boolean) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name.
LoggingHandler(String, InternalLogLevel, boolean) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name.

M

main(String[]) - Static method in class org.jboss.netty.util.Version
Prints out the version identifier to stdout.
mark(int) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
mark(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
markReaderIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
markReaderIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Marks the current readerIndex in this buffer.
markSupported() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
markSupported() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
markWriterIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
markWriterIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Marks the current writerIndex in this buffer.
MAX_AGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"max-age"
MAX_FORWARDS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Max-Forwards"
MAX_FRESH - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"max-fresh"
MAX_STALE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"max-stale"
MemoryAwareThreadPoolExecutor - Class in org.jboss.netty.handler.execution
A ThreadPoolExecutor which blocks the task submission when there's too many tasks in the queue.
MemoryAwareThreadPoolExecutor(int, long, long) - Constructor for class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Creates a new instance.
MemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit) - Constructor for class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Creates a new instance.
MemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ThreadFactory) - Constructor for class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Creates a new instance.
MemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ObjectSizeEstimator, ThreadFactory) - Constructor for class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Creates a new instance.
message - Variable in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
 
messageEvent(Channel, ChannelFuture, Object) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Instantiate UpstreamMessageEvent or DownstreamMessageEvent directly instead. Creates a new MessageEvent
messageEvent(Channel, ChannelFuture, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Instantiate UpstreamMessageEvent or DownstreamMessageEvent directly instead. Creates a new MessageEvent
MessageEvent - Interface in org.jboss.netty.channel
A ChannelEvent which represents the transmission or reception of a message.
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when a message object (e.g: ChannelBuffer) was received from a remote peer.
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when a message object (e.g: ChannelBuffer) was received from a remote peer.
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
METHOD_NOT_ALLOWED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
405 Method Not Allowed
MOVED_PERMANENTLY - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
301 Moved Permanently
MULTIPLE_CHOICES - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
300 Multiple Choices
MUST_REVALIDATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"must-revalidate"

N

NettyBundleActivator - Class in org.jboss.netty.container.osgi
An OSGi BundleActivator that configures logging and registered all ChannelFactory implementations as OSGi services.
NettyBundleActivator() - Constructor for class org.jboss.netty.container.osgi.NettyBundleActivator
 
NettyModule - Class in org.jboss.netty.container.guice
A Guice Module that defines the bindings for all known ChannelFactory.
NettyModule() - Constructor for class org.jboss.netty.container.guice.NettyModule
 
NettyResourceFactory - Class in org.jboss.netty.container.microcontainer
A factory bean that provides the common resources required by ChannelFactory implementations.
NettyResourceFactory() - Constructor for class org.jboss.netty.container.microcontainer.NettyResourceFactory
 
NettyResourceFactory - Class in org.jboss.netty.container.spring
A factory bean that provides the common resources required by ChannelFactory implementations.
NettyResourceFactory() - Constructor for class org.jboss.netty.container.spring.NettyResourceFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.ChannelFactory
Creates and opens a new Channel and attaches the specified ChannelPipeline to the new Channel.
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.local.DefaultLocalClientChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.local.DefaultLocalServerChannelFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.local.LocalClientChannelFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.local.LocalServerChannelFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.ServerChannelFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.socket.ClientSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.socket.DatagramChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.xnio.XnioClientChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.xnio.XnioServerChannelFactory
 
newChildExecutorMap() - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
newInstance(String) - Method in class org.jboss.netty.logging.CommonsLoggerFactory
 
newInstance(String) - Method in class org.jboss.netty.logging.InternalLoggerFactory
Creates a new logger instance with the specified name.
newInstance(String) - Method in class org.jboss.netty.logging.JBossLoggerFactory
 
newInstance(String) - Method in class org.jboss.netty.logging.JdkLoggerFactory
 
newInstance(String) - Method in class org.jboss.netty.logging.Log4JLoggerFactory
 
newInstance(String) - Method in class org.jboss.netty.logging.OsgiLoggerFactory
 
newInstance(String) - Method in class org.jboss.netty.logging.Slf4JLoggerFactory
 
newObjectInputStream(InputStream) - Method in class org.jboss.netty.handler.codec.serialization.CompatibleObjectDecoder
Deprecated. Creates a new ObjectInputStream which wraps the specified InputStream.
newObjectOutputStream(OutputStream) - Method in class org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new ObjectOutputStream which wraps the specified OutputStream.
newTimeout(TimerTask, long, TimeUnit) - Method in class org.jboss.netty.util.HashedWheelTimer
 
newTimeout(TimerTask, long, TimeUnit) - Method in interface org.jboss.netty.util.Timer
Schedules the specified TimerTask for one-time execution after the specified delay.
nextChunk() - Method in class org.jboss.netty.handler.stream.ChunkedFile
 
nextChunk() - Method in interface org.jboss.netty.handler.stream.ChunkedInput
Fetches a chunked data from the stream.
nextChunk() - Method in class org.jboss.netty.handler.stream.ChunkedNioFile
 
nextChunk() - Method in class org.jboss.netty.handler.stream.ChunkedNioStream
 
nextChunk() - Method in class org.jboss.netty.handler.stream.ChunkedStream
 
nextReceiveBufferSize() - Method in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
 
nextReceiveBufferSize() - Method in class org.jboss.netty.channel.FixedReceiveBufferSizePredictor
 
nextReceiveBufferSize() - Method in interface org.jboss.netty.channel.ReceiveBufferSizePredictor
Predicts the capacity of the ChannelBuffer for the next read operation depending on the actual number of read bytes in the previous read operation.
NioClientSocketChannelFactory - Class in org.jboss.netty.channel.socket.nio
A ClientSocketChannelFactory which creates a client-side NIO-based SocketChannel.
NioClientSocketChannelFactory(Executor, Executor) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
Creates a new instance.
NioClientSocketChannelFactory(Executor, Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
Creates a new instance.
NioClientSocketChannelFactoryProvider - Class in org.jboss.netty.container.guice
A Provider that creates a new NioClientSocketChannelFactory.
NioClientSocketChannelFactoryProvider(Executor) - Constructor for class org.jboss.netty.container.guice.NioClientSocketChannelFactoryProvider
Creates a new provider with the executor injected via the ChannelFactoryResource annotation.
NioDatagramChannelConfig - Interface in org.jboss.netty.channel.socket.nio
A DatagramChannelConfig for a NIO TCP/IP DatagramChannel.
NioDatagramChannelFactory - Class in org.jboss.netty.channel.socket.nio
A DatagramChannelFactory that creates a NIO-based connectionless DatagramChannel.
NioDatagramChannelFactory(Executor) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
Creates a new instance.
NioDatagramChannelFactory(Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
Creates a new instance.
NioDatagramChannelFactoryProvider - Class in org.jboss.netty.container.guice
A Provider that creates a new NioDatagramChannelFactory.
NioDatagramChannelFactoryProvider(Executor) - Constructor for class org.jboss.netty.container.guice.NioDatagramChannelFactoryProvider
Creates a new provider with the executor injected via the ChannelFactoryResource annotation.
NioServerSocketChannelFactory - Class in org.jboss.netty.channel.socket.nio
A ServerSocketChannelFactory which creates a server-side NIO-based ServerSocketChannel.
NioServerSocketChannelFactory(Executor, Executor) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
Creates a new instance.
NioServerSocketChannelFactory(Executor, Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
Creates a new instance.
NioServerSocketChannelFactoryProvider - Class in org.jboss.netty.container.guice
A Provider that creates a new NioServerSocketChannelFactory.
NioServerSocketChannelFactoryProvider(Executor) - Constructor for class org.jboss.netty.container.guice.NioServerSocketChannelFactoryProvider
Creates a new provider with the executor injected via the ChannelFactoryResource annotation.
NioSocketChannelConfig - Interface in org.jboss.netty.channel.socket.nio
A SocketChannelConfig for a NIO TCP/IP SocketChannel.
NO_CACHE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"no-cache"
NO_CONTENT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
204 No Content
NO_STORE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"no-store"
NO_TRANSFORM - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"no-transform"
NON_AUTHORITATIVE_INFORMATION - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
203 Non-Authoritative Information
NONE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"none"
NOT_ACCEPTABLE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
406 Not Acceptable
NOT_CR - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a non-CR ('\r') byte.
NOT_CRLF - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a byte which is neither a CR ('\r') nor a LF ('\n').
NOT_FOUND - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
404 Not Found
NOT_IMPLEMENTED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
501 Not Implemented
NOT_LF - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a non-LF ('\n') byte.
NOT_LINEAR_WHITESPACE - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a byte which is not a linear whitespace (neither ' ' nor '\t').
NOT_MODIFIED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
304 Not Modified
NOT_NUL - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a non-NUL (0x00) byte.
notifyHandlerException(ChannelEvent, Throwable) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
NUL - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a NUL (0x00) byte.
nulDelimiter() - Static method in class org.jboss.netty.handler.codec.frame.Delimiters
Returns a NUL (0x00) delimiter, which could be used for Flash XML socket or any similar protocols.

O

ObjectDecoder - Class in org.jboss.netty.handler.codec.serialization
A decoder which deserializes the received ChannelBuffers into Java objects.
ObjectDecoder() - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoder
Creates a new decoder whose maximum object size is 1048576 bytes.
ObjectDecoder(int) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoder
Creates a new decoder with the specified maximum object size.
ObjectDecoder(int, ClassLoader) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoder
Creates a new decoder with the specified maximum object size.
ObjectDecoderInputStream - Class in org.jboss.netty.handler.codec.serialization
An ObjectInput which is interoperable with ObjectEncoder and ObjectEncoderOutputStream.
ObjectDecoderInputStream(InputStream) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, ClassLoader) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, int) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, ClassLoader, int) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectEncoder - Class in org.jboss.netty.handler.codec.serialization
An encoder which serializes a Java object into a ChannelBuffer.
ObjectEncoder() - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectEncoder
Creates a new encoder with the estimated length of 512 bytes.
ObjectEncoder(int) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectEncoder
Creates a new encoder.
ObjectEncoderOutputStream - Class in org.jboss.netty.handler.codec.serialization
An ObjectOutput which is interoperable with ObjectDecoder and ObjectDecoderInputStream.
ObjectEncoderOutputStream(OutputStream) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
Creates a new ObjectOutput with the estimated length of 512 bytes.
ObjectEncoderOutputStream(OutputStream, int) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
Creates a new ObjectOutput.
ObjectSizeEstimator - Interface in org.jboss.netty.util
Estimates the size of an object in bytes.
offer(Object) - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
Offers an input object to the pipeline of this embedder.
offer(Object) - Method in class org.jboss.netty.handler.codec.embedder.DecoderEmbedder
 
offer(Object) - Method in class org.jboss.netty.handler.codec.embedder.EncoderEmbedder
 
OioClientSocketChannelFactory - Class in org.jboss.netty.channel.socket.oio
A ClientSocketChannelFactory which creates a client-side blocking I/O based SocketChannel.
OioClientSocketChannelFactory(Executor) - Constructor for class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
Creates a new instance.
OioClientSocketChannelFactoryProvider - Class in org.jboss.netty.container.guice
A Provider that creates a new OioClientSocketChannelFactory.
OioClientSocketChannelFactoryProvider(Executor) - Constructor for class org.jboss.netty.container.guice.OioClientSocketChannelFactoryProvider
Creates a new provider with the executor injected via the ChannelFactoryResource annotation.
OioDatagramChannelFactory - Class in org.jboss.netty.channel.socket.oio
A DatagramChannelFactory which creates a blocking I/O based DatagramChannel.
OioDatagramChannelFactory(Executor) - Constructor for class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
Creates a new instance.
OioDatagramChannelFactoryProvider - Class in org.jboss.netty.container.guice
A Provider that creates a new OioDatagramChannelFactory.
OioDatagramChannelFactoryProvider(Executor) - Constructor for class org.jboss.netty.container.guice.OioDatagramChannelFactoryProvider
Creates a new provider with the executor injected via the ChannelFactoryResource annotation.
OioServerSocketChannelFactory - Class in org.jboss.netty.channel.socket.oio
A ServerSocketChannelFactory which creates a server-side blocking I/O based ServerSocketChannel.
OioServerSocketChannelFactory(Executor, Executor) - Constructor for class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
Creates a new instance.
OioServerSocketChannelFactoryProvider - Class in org.jboss.netty.container.guice
A Provider that creates a new OioServerSocketChannelFactory.
OioServerSocketChannelFactoryProvider(Executor) - Constructor for class org.jboss.netty.container.guice.OioServerSocketChannelFactoryProvider
Creates a new provider with the executor injected via the ChannelFactoryResource annotation.
OK - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
200 OK
ONE - Static variable in annotation type org.jboss.netty.channel.ChannelPipelineCoverage
"one"
OneToOneDecoder - Class in org.jboss.netty.handler.codec.oneone
Transforms a received message into another message.
OneToOneDecoder() - Constructor for class org.jboss.netty.handler.codec.oneone.OneToOneDecoder
Creates a new instance with the current system character set.
OneToOneEncoder - Class in org.jboss.netty.handler.codec.oneone
Transforms a received message into another message.
OneToOneEncoder() - Constructor for class org.jboss.netty.handler.codec.oneone.OneToOneEncoder
 
ONLY_IF_CACHED - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"only-if-cached"
OP_NONE - Static variable in interface org.jboss.netty.channel.Channel
The interestOps value which tells that only read operation has been suspended.
OP_READ - Static variable in interface org.jboss.netty.channel.Channel
The interestOps value which tells that neither read nor write operation has been suspended.
OP_READ_WRITE - Static variable in interface org.jboss.netty.channel.Channel
The interestOps value which tells that only write operation has been suspended.
OP_WRITE - Static variable in interface org.jboss.netty.channel.Channel
The interestOps value which tells that both read and write operation has been suspended.
operationComplete(ChannelFuture) - Method in interface org.jboss.netty.channel.ChannelFutureListener
Invoked when the I/O operation associated with the ChannelFuture has been completed.
operationComplete(ChannelGroupFuture) - Method in interface org.jboss.netty.channel.group.ChannelGroupFutureListener
Invoked when all I/O operations associated with the ChannelGroupFuture have been completed.
OPTIONS - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
order() - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
order() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the endianness of this buffer.
order() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
OrderedMemoryAwareThreadPoolExecutor - Class in org.jboss.netty.handler.execution
A MemoryAwareThreadPoolExecutor which maintains the ChannelEvent order for the same Channel.
OrderedMemoryAwareThreadPoolExecutor(int, long, long) - Constructor for class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
Creates a new instance.
OrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit) - Constructor for class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
Creates a new instance.
OrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ThreadFactory) - Constructor for class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
Creates a new instance.
OrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ObjectSizeEstimator, ThreadFactory) - Constructor for class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
Creates a new instance.
org.jboss.netty.bootstrap - package org.jboss.netty.bootstrap
IoC/DI friendly helper classes which enable an easy implementation of typical client side and server side channel initialization.
org.jboss.netty.buffer - package org.jboss.netty.buffer
Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.
org.jboss.netty.channel - package org.jboss.netty.channel
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
org.jboss.netty.channel.group - package org.jboss.netty.channel.group
A channel registry which helps a user maintain the list of open Channels and perform bulk operations on them.
org.jboss.netty.channel.local - package org.jboss.netty.channel.local
A virtual transport that enables the communication between the two parties in the same virtual machine.
org.jboss.netty.channel.socket - package org.jboss.netty.channel.socket
Abstract TCP and UDP socket interfaces which extend the core channel API.
org.jboss.netty.channel.socket.http - package org.jboss.netty.channel.socket.http
An HTTP-based client-side SocketChannel and its corresponding server-side Servlet implementation that make your existing server application work in a firewalled network.
org.jboss.netty.channel.socket.nio - package org.jboss.netty.channel.socket.nio
NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).
org.jboss.netty.channel.socket.oio - package org.jboss.netty.channel.socket.oio
Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).
org.jboss.netty.channel.xnio - package org.jboss.netty.channel.xnio
An alternative channel API implementation which uses JBoss XNIO as its I/O provider.
org.jboss.netty.container.guice - package org.jboss.netty.container.guice
Google Guice integration.
org.jboss.netty.container.microcontainer - package org.jboss.netty.container.microcontainer
JBoss Microcontainer integration.
org.jboss.netty.container.osgi - package org.jboss.netty.container.osgi
OSGi framework integration.
org.jboss.netty.container.spring - package org.jboss.netty.container.spring
Spring framework integration.
org.jboss.netty.handler.codec.base64 - package org.jboss.netty.handler.codec.base64
Encoder and decoder which transform a Base64-encoded String or ChannelBuffer into a decoded ChannelBuffer and vice versa.
org.jboss.netty.handler.codec.embedder - package org.jboss.netty.handler.codec.embedder
A helper that wraps an encoder or a decoder so that they can be used without doing actual I/O in unit tests or higher level codecs.
org.jboss.netty.handler.codec.frame - package org.jboss.netty.handler.codec.frame
Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.
org.jboss.netty.handler.codec.http - package org.jboss.netty.handler.codec.http
Encoder, decoder and their related message types for HTTP.
org.jboss.netty.handler.codec.oneone - package org.jboss.netty.handler.codec.oneone
Simplistic abstract classes which help implement encoder and decoder that transform an object into another object and vice versa.
org.jboss.netty.handler.codec.protobuf - package org.jboss.netty.handler.codec.protobuf
Encoder and decoder which transform a Google Protocol Buffers Message into a ChannelBuffer and vice versa.
org.jboss.netty.handler.codec.replay - package org.jboss.netty.handler.codec.replay
Specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
org.jboss.netty.handler.codec.serialization - package org.jboss.netty.handler.codec.serialization
Encoder, decoder and their compatibility stream implementations which transform a Serializable object into a byte buffer and vice versa.
org.jboss.netty.handler.codec.string - package org.jboss.netty.handler.codec.string
Encoder and decoder which transform a String into a ChannelBuffer and vice versa.
org.jboss.netty.handler.execution - package org.jboss.netty.handler.execution
Executor-based implementation of various thread models and memory overload prevention mechanisms.
org.jboss.netty.handler.logging - package org.jboss.netty.handler.logging
Logs a ChannelEvent for debugging purpose using an InternalLogger.
org.jboss.netty.handler.ssl - package org.jboss.netty.handler.ssl
SSL · TLS implementation based on SSLEngine
org.jboss.netty.handler.stream - package org.jboss.netty.handler.stream
Writes very large data stream asynchronously neither spending a lot of memory nor getting OutOfMemoryError.
org.jboss.netty.handler.timeout - package org.jboss.netty.handler.timeout
Adds support for read and write timeout and idle connection notification using a Timer.
org.jboss.netty.logging - package org.jboss.netty.logging
Simplistic internal-use-only logging layer which allows a user to decide what logging framework Netty should use.
org.jboss.netty.util - package org.jboss.netty.util
Utility classes used across multiple packages.
OsgiLoggerFactory - Class in org.jboss.netty.logging
Logger factory which creates an OSGi LogService logger.
OsgiLoggerFactory(BundleContext) - Constructor for class org.jboss.netty.logging.OsgiLoggerFactory
 
OsgiLoggerFactory(BundleContext, InternalLoggerFactory) - Constructor for class org.jboss.netty.logging.OsgiLoggerFactory
 

P

parseEndpoint(String) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
PARTIAL_CONTENT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
206 Partial Content
PAYMENT_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
402 Payment Required
peek() - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
Reads an encoded or decoded output from the head of the product queue.
pipeline() - Static method in class org.jboss.netty.channel.Channels
Creates a new ChannelPipeline.
pipeline(ChannelPipeline) - Static method in class org.jboss.netty.channel.Channels
Creates a new ChannelPipeline which contains the same entries with the specified pipeline.
pipelineFactory(ChannelPipeline) - Static method in class org.jboss.netty.channel.Channels
Creates a new ChannelPipelineFactory which creates a new ChannelPipeline which contains the same entries with the specified pipeline.
poll() - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
Consumes an encoded or decoded output from the product queue.
POST - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
The POST method is used to request that the origin server accept the entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line.
PRAGMA - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Pragma"
PRECONDITION_FAILED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
412 Precondition Failed
previousReceiveBufferSize(int) - Method in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
 
previousReceiveBufferSize(int) - Method in class org.jboss.netty.channel.FixedReceiveBufferSizePredictor
 
previousReceiveBufferSize(int) - Method in interface org.jboss.netty.channel.ReceiveBufferSizePredictor
Updates this predictor by specifying the actual number of read bytes in the previous read operation.
PRIVATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"private"
PROPOSED - Static variable in interface org.jboss.netty.util.ThreadNameDeterminer
ThreadNameDeterminer that accepts the proposed thread name as is.
ProtobufDecoder - Class in org.jboss.netty.handler.codec.protobuf
Decodes a received ChannelBuffer into a Google Protocol Buffers Message.
ProtobufDecoder(Message) - Constructor for class org.jboss.netty.handler.codec.protobuf.ProtobufDecoder
Creates a new instance.
ProtobufDecoder(Message, ExtensionRegistry) - Constructor for class org.jboss.netty.handler.codec.protobuf.ProtobufDecoder
 
ProtobufEncoder - Class in org.jboss.netty.handler.codec.protobuf
Encodes the requested Google Protocol Buffers Message into a ChannelBuffer.
ProtobufEncoder() - Constructor for class org.jboss.netty.handler.codec.protobuf.ProtobufEncoder
Creates a new instance.
PROXY_AUTHENTICATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Proxy-Authenticate"
PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
407 Proxy Authentication Required
PROXY_AUTHORIZATION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Proxy-Authorization"
PROXY_REVALIDATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"proxy-revalidate"
PUBLIC - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"public"
PUT - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
The PUT method requests that the enclosed entity be stored under the supplied Request-URI.

Q

QueryStringDecoder - Class in org.jboss.netty.handler.codec.http
Splits an HTTP query string into a path string and key-value parameter pairs.
QueryStringDecoder(String) - Constructor for class org.jboss.netty.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI.
QueryStringDecoder(String, String) - Constructor for class org.jboss.netty.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(URI) - Constructor for class org.jboss.netty.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI.
QueryStringDecoder(URI, String) - Constructor for class org.jboss.netty.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringEncoder - Class in org.jboss.netty.handler.codec.http
Creates an URL-encoded URI from a path string and key-value parameter pairs.
QueryStringEncoder(String) - Constructor for class org.jboss.netty.handler.codec.http.QueryStringEncoder
Creates a new encoder that encodes a URI that starts with the specified path string.
QueryStringEncoder(String, String) - Constructor for class org.jboss.netty.handler.codec.http.QueryStringEncoder
Creates a new encoder that encodes a URI that starts with the specified path string in the specified charset.
QUOTED_PRINTABLE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"quoted-printable"

R

RANGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Range"
read() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
read(byte[], int, int) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
read() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[], int, int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[]) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readable() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readable() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns true if and only if (this.writerIndex - this.readerIndex) is greater than 0.
readableBytes() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readableBytes() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the number of readable bytes which is equal to (this.writerIndex - this.readerIndex).
readBoolean() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readBoolean() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readByte() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readByte() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readByte() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readByte() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readBytes(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(byte[]) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ChannelBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ChannelBuffer, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(OutputStream, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to a newly created buffer starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to a newly created buffer starting at the current readerIndex until the specified indexFinder returns true and increases the readerIndex by the number of the transferred bytes.
readBytes(ChannelBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination becomes non-writable, and increases the readerIndex by the number of the transferred bytes.
readBytes(ChannelBuffer, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ChannelBuffer, int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(byte[]) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= dst.length).
readBytes(byte[], int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ByteBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination's position reaches its limit, and increases the readerIndex by the number of the transferred bytes.
readBytes(OutputStream, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes(GatheringByteChannel, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
Returns the number of read bytes by this stream so far.
readChar() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readChar() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readDouble() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readDouble() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readerIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readerIndex(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readerIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the readerIndex of this buffer.
readerIndex(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the readerIndex of this buffer.
readFloat() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readFloat() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFully(byte[]) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readFully(byte[], int, int) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readFully(byte[], int, int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFully(byte[]) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readInt() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readInt() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readInt() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readInt() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readLine() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readLine() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated. 
readLong() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readLong() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 64-bit integer at the current readerIndex and increases the readerIndex by 8 in this buffer.
readLong() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readLong() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readMedium() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readMedium() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 24-bit medium integer at the current readerIndex and increases the readerIndex by 3 in this buffer.
readObject() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
ReadOnlyChannelBuffer - Class in org.jboss.netty.buffer
A derived buffer which forbids any write requests to its parent.
ReadOnlyChannelBuffer(ChannelBuffer) - Constructor for class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
readShort() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readShort() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readShort() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readShort() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readSlice(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readSlice(ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readSlice(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns a new slice of this buffer's sub-region starting at the current readerIndex and increases the readerIndex by the size of the new slice (= length).
readSlice(ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns a new slice of this buffer's sub-region starting at the current readerIndex and increases the readerIndex by the size of the new slice (determined by indexFinder).
readTimedOut(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
ReadTimeoutException - Exception in org.jboss.netty.handler.timeout
A TimeoutException raised by ReadTimeoutHandler when no data was read within a certain period of time.
ReadTimeoutException() - Constructor for exception org.jboss.netty.handler.timeout.ReadTimeoutException
Creates a new instance.
ReadTimeoutException(String, Throwable) - Constructor for exception org.jboss.netty.handler.timeout.ReadTimeoutException
Creates a new instance.
ReadTimeoutException(String) - Constructor for exception org.jboss.netty.handler.timeout.ReadTimeoutException
Creates a new instance.
ReadTimeoutException(Throwable) - Constructor for exception org.jboss.netty.handler.timeout.ReadTimeoutException
Creates a new instance.
ReadTimeoutHandler - Class in org.jboss.netty.handler.timeout
Raises a ReadTimeoutException when no data was read within a certain period of time.
ReadTimeoutHandler(Timer, int) - Constructor for class org.jboss.netty.handler.timeout.ReadTimeoutHandler
Creates a new instance.
ReadTimeoutHandler(Timer, long, TimeUnit) - Constructor for class org.jboss.netty.handler.timeout.ReadTimeoutHandler
Creates a new instance.
readUnsignedByte() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readUnsignedByte() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readUnsignedByte() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readUnsignedByte() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUnsignedInt() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readUnsignedInt() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readUnsignedMedium() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readUnsignedMedium() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned 24-bit medium integer at the current readerIndex and increases the readerIndex by 3 in this buffer.
readUnsignedShort() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readUnsignedShort() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readUnsignedShort() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readUnsignedShort() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUTF() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readUTF() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
ReceiveBufferSizePredictor - Interface in org.jboss.netty.channel
Predicts the number of readable bytes in the receive buffer of a Channel.
REFERER - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Referer"
release(ExternalResourceReleasable...) - Static method in class org.jboss.netty.util.ExternalResourceUtil
Releases the specified ExternalResourceReleasables.
releaseExternalResources() - Method in class org.jboss.netty.bootstrap.Bootstrap
Releases the external resources that this object depends on.
releaseExternalResources() - Method in interface org.jboss.netty.channel.ChannelFactory
Releases the external resources that this factory depends on to function.
releaseExternalResources() - Method in class org.jboss.netty.channel.local.DefaultLocalClientChannelFactory
Does nothing because this implementation does not require any external resources.
releaseExternalResources() - Method in class org.jboss.netty.channel.local.DefaultLocalServerChannelFactory
Does nothing because this implementation does not require any external resources.
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.xnio.XnioClientChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.xnio.XnioServerChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.handler.execution.ExecutionHandler
Shuts down the Executor which was specified with the constructor and wait for its termination.
releaseExternalResources() - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
Stops the Timer which was specified in the constructor of this handler.
releaseExternalResources() - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
Stops the Timer which was specified in the constructor of this handler.
releaseExternalResources() - Method in class org.jboss.netty.handler.timeout.WriteTimeoutHandler
Stops the Timer which was specified in the constructor of this handler.
releaseExternalResources() - Method in interface org.jboss.netty.util.ExternalResourceReleasable
Releases the external resources that this object depends on.
remove(Channel) - Method in class org.jboss.netty.channel.ChannelLocal
Removes the variable.
remove(ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Removes the specified ChannelHandler from this pipeline.
remove(String) - Method in interface org.jboss.netty.channel.ChannelPipeline
Removes the ChannelHandler with the specified name from this pipeline.
remove(Class<T>) - Method in interface org.jboss.netty.channel.ChannelPipeline
Removes the ChannelHandler of the specified type from this pipeline
remove(ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
remove(String) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
remove(Class<T>) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
remove(Object) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
remove(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
removeChildExecutor(Object) - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
removeFirst() - Method in interface org.jboss.netty.channel.ChannelPipeline
Removes the first ChannelHandler in this pipeline.
removeFirst() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
removeHeader(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
removeHeader(String) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Removes the header with the specified name.
removeLast() - Method in interface org.jboss.netty.channel.ChannelPipeline
Removes the last ChannelHandler in this pipeline.
removeLast() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
removeListener(ChannelFutureListener) - Method in interface org.jboss.netty.channel.ChannelFuture
Removes the specified listener from this future.
removeListener(ChannelFutureListener) - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
removeListener(ChannelFutureListener) - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
removeListener(ChannelGroupFutureListener) - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Removes the specified listener from this future.
removeListener(ChannelGroupFutureListener) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
replace(ChannelHandler, String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Replaces the specified ChannelHandler with a new handler in this pipeline.
replace(String, String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Replaces the ChannelHandler of the specified name with a new handler in this pipeline.
replace(Class<T>, String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Replaces the ChannelHandler of the specified type with a new handler in this pipeline.
replace(ChannelHandler, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
replace(String, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
replace(Class<T>, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
ReplayingDecoder<T extends Enum<T>> - Class in org.jboss.netty.handler.codec.replay
A specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
ReplayingDecoder() - Constructor for class org.jboss.netty.handler.codec.replay.ReplayingDecoder
Creates a new instance with no initial state (i.e: null).
ReplayingDecoder(boolean) - Constructor for class org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
ReplayingDecoder(T) - Constructor for class org.jboss.netty.handler.codec.replay.ReplayingDecoder
Creates a new instance with the specified initial state.
ReplayingDecoder(T, boolean) - Constructor for class org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
REQUEST_ENTITY_TOO_LARGE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
413 Request Entity Too Large
REQUEST_TIMEOUT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
408 Request Timeout
REQUEST_URI_TOO_LONG - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
414 Request-URI Too Long
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
416 Requested Range Not Satisfiable
reset() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
reset() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
RESET_CONTENT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
205 Reset Content
resetReaderIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
resetReaderIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Repositions the current readerIndex to the marked readerIndex in this buffer.
resetWriterIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
resetWriterIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Repositions the current writerIndex to the marked writerIndex in this buffer.
RETRY_AFTER - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Retry-After"
run() - Method in class org.jboss.netty.handler.execution.ChannelEventRunnable
Sends the event upstream.
run() - Method in class org.jboss.netty.util.ThreadRenamingRunnable
 
run(Timeout) - Method in interface org.jboss.netty.util.TimerTask
Executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).

S

S_MAXAGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"s-maxage"
SEE_OTHER - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
303 See Other
sendDownstream(ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Sends the specified ChannelEvent to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with this context.
sendDownstream(ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelPipeline
Sends the specified ChannelEvent to the last ChannelDownstreamHandler in this pipeline.
sendDownstream(ChannelEvent) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
sendUpstream(ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Sends the specified ChannelEvent to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with this context.
sendUpstream(ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelPipeline
Sends the specified ChannelEvent to the first ChannelUpstreamHandler in this pipeline.
sendUpstream(ChannelEvent) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
SERVER - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Server"
ServerBootstrap - Class in org.jboss.netty.bootstrap
A helper class which creates a new server-side Channel and accepts incoming connections.
ServerBootstrap() - Constructor for class org.jboss.netty.bootstrap.ServerBootstrap
Creates a new instance with no ChannelFactory set.
ServerBootstrap(ChannelFactory) - Constructor for class org.jboss.netty.bootstrap.ServerBootstrap
Creates a new instance with the specified initial ChannelFactory.
ServerChannel - Interface in org.jboss.netty.channel
A Channel that accepts an incoming connection attempt and creates its child Channels by accepting them.
ServerChannelFactory - Interface in org.jboss.netty.channel
A ChannelFactory that creates a ServerChannel.
ServerSocketChannel - Interface in org.jboss.netty.channel.socket
A TCP/IP ServerChannel which accepts incoming TCP/IP connections.
ServerSocketChannelConfig - Interface in org.jboss.netty.channel.socket
A ChannelConfig for a ServerSocketChannel.
ServerSocketChannelFactory - Interface in org.jboss.netty.channel.socket
A ChannelFactory which creates a ServerSocketChannel.
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
SERVICE_UNAVAILABLE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
503 Service Unavailable
set(Channel, T) - Method in class org.jboss.netty.channel.ChannelLocal
Sets the value of this variable.
SET_COOKIE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Set-Cookie"
SET_COOKIE2 - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Set-Cookie2"
setAttachment(Object) - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Attaches an object to this context to store a stateful information specific to the ChannelHandler which is associated with this context.
setBacklog(int) - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
setBacklog(int) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
Sets the backlog value to specify when the channel binds to a local address.
setBroadcast(boolean) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Sets the SO_BROADCAST option.
setBroadcast(boolean) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setBufferFactory(ChannelBufferFactory) - Method in interface org.jboss.netty.channel.ChannelConfig
Sets the default ChannelBufferFactory used to create a new ChannelBuffer.
setBufferFactory(ChannelBufferFactory) - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
setBufferFactory(ChannelBufferFactory) - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
 
setBufferFactory(ChannelBufferFactory) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setByte(int, byte) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setByte(int, byte) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified byte at the specified absolute index in this buffer.
setByte(int, byte) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setByte(int, byte) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setByte(int, byte) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setByte(int, byte) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
setByte(int, byte) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setByte(int, byte) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setByte(int, byte) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setBytes(int, byte[]) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setBytes(int, ChannelBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setBytes(int, ChannelBuffer, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, ChannelBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the destination becomes unreadable.
setBytes(int, ChannelBuffer, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, ChannelBuffer, int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, byte[]) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, byte[], int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, ByteBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer's position reaches its limit.
setBytes(int, InputStream, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the content of the specified source stream to this buffer starting at the specified absolute index.
setBytes(int, ScatteringByteChannel, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the content of the specified source channel to this buffer starting at the specified absolute index.
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setClosed() - Method in class org.jboss.netty.channel.AbstractChannel
Marks this channel as closed.
setComment(String) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Sets the comment of this cookie.
setComment(String) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
setCommentUrl(String) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Sets the comment URL of this cookie.
setCommentUrl(String) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
setConnectTimeoutMillis(int) - Method in interface org.jboss.netty.channel.ChannelConfig
Sets the connect timeout of the channel in milliseconds.
setConnectTimeoutMillis(int) - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
setConnectTimeoutMillis(int) - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
setContent(ChannelBuffer) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Sets the content of this message.
setDefaultFactory(InternalLoggerFactory) - Static method in class org.jboss.netty.logging.InternalLoggerFactory
Changes the default factory.
setDiscard(boolean) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Sets the discard flag of this cookie.
setDiscard(boolean) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
setDomain(String) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Sets the domain of this cookie.
setDomain(String) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
setEnabledSslCipherSuites(String[]) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Sets the cipher suites enabled for use on an SSLEngine.
setEnabledSslProtocols(String[]) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Sets the protocol versions enabled for use on an SSLEngine.
setEnableSslSessionCreation(boolean) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Sets whether new SSLSessions may be established by an SSLEngine.
setFactory(ChannelFactory) - Method in class org.jboss.netty.bootstrap.Bootstrap
Sets the ChannelFactory that will be used to perform an I/O operation.
setFactory(ChannelFactory) - Method in class org.jboss.netty.bootstrap.ServerBootstrap
Sets the ChannelFactory that will be used to perform an I/O operation.
setFailure(Throwable) - Method in interface org.jboss.netty.channel.ChannelFuture
Marks this future as a failure and notifies all listeners.
setFailure(Throwable) - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
setFailure(Throwable) - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
setFailure(Throwable) - Method in class org.jboss.netty.channel.UnfailingChannelFuture
 
setHeader(String, String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
setHeader(String, Iterable<String>) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
setHeader(String, String) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Sets a new header with the specified name and value.
setHeader(String, Iterable<String>) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Sets a new header with the specified name and values.
setHttpOnly(boolean) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Sets if this cookie cannot be accessed through client side script.
setHttpOnly(boolean) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
setIfAbsent(Channel, T) - Method in class org.jboss.netty.channel.ChannelLocal
Sets the value of this variable only when no value was set.
setIndex(int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setIndex(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the readerIndex and writerIndex of this buffer in one shot.
setInt(int, int) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setInt(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 32-bit integer at the specified absolute index in this buffer.
setInt(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setInterestOps(int) - Method in class org.jboss.netty.channel.AbstractChannel
 
setInterestOps(int) - Method in class org.jboss.netty.channel.AbstractServerChannel
 
setInterestOps(int) - Method in interface org.jboss.netty.channel.Channel
Changes the interestOps of this channel asynchronously.
setInterestOps(Channel, int) - Static method in class org.jboss.netty.channel.Channels
Sends a "setInterestOps" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
setInterestOps(ChannelHandlerContext, ChannelFuture, int) - Static method in class org.jboss.netty.channel.Channels
Sends a "setInterestOps" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
setInterestOps(ChannelHandlerContext, Channel, ChannelFuture, int) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.setInterestOps(ChannelHandlerContext, ChannelFuture, int) instead. Sends a "setInterestOps" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
setInterestOps(int) - Method in interface org.jboss.netty.channel.group.ChannelGroup
Calls Channel.setInterestOps(int) for all Channels in this group with the specified interestOps.
setInterestOps(int) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
setInterestOpsNow(int) - Method in class org.jboss.netty.channel.AbstractChannel
Sets the interestOps property of this channel immediately.
setInterestOpsNow(int) - Method in class org.jboss.netty.channel.AbstractServerChannel
 
setInterestOpsRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
Invoked when Channel.setInterestOps(int) was called.
setInterestOpsRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when Channel.setInterestOps(int) was called.
setInterface(InetAddress) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Sets the address of the network interface used for multicast packets.
setInterface(InetAddress) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setKeepAlive(boolean) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setKeepAlive(boolean) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setKeepAlive(boolean) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Sets the SO_KEEPALIVE option.
setLong(int, long) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setLong(int, long) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 64-bit long integer at the specified absolute index in this buffer.
setLong(int, long) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setLoopbackModeDisabled(boolean) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Sets the setting for local loopback of multicast datagrams.
setLoopbackModeDisabled(boolean) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setMaxAge(int) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Sets the max age of this cookie in seconds.
setMaxAge(int) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
setMaxChannelMemorySize(long) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Sets the maximum total size of the queued events per channel.
setMaxTotalMemorySize(long) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Sets the maximum total size of the queued events for this pool.
setMedium(int, int) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setMedium(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 24-bit medium integer at the specified absolute index in this buffer.
setMedium(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setNetworkInterface(NetworkInterface) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Sets the network interface for outgoing multicast datagrams sent on the DatagramChannel.
setNetworkInterface(NetworkInterface) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setObjectSizeEstimator(ObjectSizeEstimator) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Sets the ObjectSizeEstimator of this pool.
setOption(String, Object) - Method in class org.jboss.netty.bootstrap.Bootstrap
Sets an option with the specified key and value.
setOption(String, Object) - Method in interface org.jboss.netty.channel.ChannelConfig
Sets a configuration property with the specified name and value.
setOption(String, Object) - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
setOption(String, Object) - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
Sets an individual option.
setOption(String, Object) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setOption(String, Object) - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
setOption(String, Object) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setOption(String, Object) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setOptions(Map<String, Object>) - Method in class org.jboss.netty.bootstrap.Bootstrap
Sets the options which configures a new Channel and its child Channels.
setOptions(Map<String, Object>) - Method in interface org.jboss.netty.channel.ChannelConfig
Sets the configuration properties from the specified Map.
setOptions(Map<String, Object>) - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
setOptions(Map<String, Object>) - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
 
setOptions(Map<String, Object>) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setParentHandler(ChannelHandler) - Method in class org.jboss.netty.bootstrap.ServerBootstrap
Sets an optional ChannelHandler which intercepts an event of a newly bound server-side channel which accepts incoming connections.
setPath(String) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Sets the path of this cookie.
setPath(String) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
setPerformancePreferences(int, int, int) - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
Sets the performance preferences as specified in ServerSocket.setPerformancePreferences(int, int, int).
setPerformancePreferences(int, int, int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Sets the performance preferences as specified in Socket.setPerformancePreferences(int, int, int).
setPipeline(ChannelPipeline) - Method in class org.jboss.netty.bootstrap.Bootstrap
Sets the default ChannelPipeline which is cloned when a new Channel is created.
setPipelineAsMap(Map<String, ChannelHandler>) - Method in class org.jboss.netty.bootstrap.Bootstrap
Dependency injection friendly convenience method for Bootstrap.setPipeline(ChannelPipeline) which sets the default pipeline of this bootstrap from an ordered map.
setPipelineFactory(ChannelPipelineFactory) - Method in class org.jboss.netty.bootstrap.Bootstrap
Sets the ChannelPipelineFactory which creates a new ChannelPipeline for a new Channel.
setPipelineFactory(ChannelPipelineFactory) - Method in interface org.jboss.netty.channel.ChannelConfig
Sets the ChannelPipelineFactory which will be used when a child channel is created.
setPipelineFactory(ChannelPipelineFactory) - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
setPipelineFactory(ChannelPipelineFactory) - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
 
setPipelineFactory(ChannelPipelineFactory) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setPorts(int...) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Sets the ports of this cookie.
setPorts(Iterable<Integer>) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Sets the ports of this cookie.
setPorts(int...) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
setPorts(Iterable<Integer>) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
setReadable(boolean) - Method in class org.jboss.netty.channel.AbstractChannel
 
setReadable(boolean) - Method in interface org.jboss.netty.channel.Channel
Suspends or resumes the read operation of the I/O thread asynchronously.
setReadable(boolean) - Method in interface org.jboss.netty.channel.group.ChannelGroup
Calls Channel.setReadable(boolean) for all Channels in this group with the specified boolean flag.
setReadable(boolean) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
setReadWriteFair(boolean) - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Deprecated. This property has been replaced by the writeBufferHighWaterMark and writeBufferLowWaterMark. Sets if an I/O thread should balance the ratio of read and write operations. Assuring the read-write fairness is sometimes necessary in a high speed network because a certain channel can spend too much time on flushing the large number of write requests not giving enough time for other channels to perform I/O. The default value is false.
setReceiveBufferSize(int) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the SO_RCVBUF option.
setReceiveBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setReceiveBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setReceiveBufferSize(int) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
Sets the SO_RCVBUF option.
setReceiveBufferSize(int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Gets the SO_RCVBUF option.
setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Sets the ReceiveBufferSizePredictor which predicts the number of readable bytes in the socket receive buffer.
setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) - Method in interface org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig
Sets the ReceiveBufferSizePredictor which predicts the number of readable bytes in the socket receive buffer.
setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Sets the ReceiveBufferSizePredictor which predicts the number of readable bytes in the socket receive buffer.
setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) - Method in interface org.jboss.netty.channel.xnio.XnioChannelConfig
Sets the ReceiveBufferSizePredictor which predicts the number of readable bytes in the socket receive buffer.
setReuseAddress(boolean) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Sets the SO_REUSEADDR option.
setReuseAddress(boolean) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setReuseAddress(boolean) - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setReuseAddress(boolean) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
Sets the SO_REUSEADDR option.
setReuseAddress(boolean) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Sets the SO_REUSEADDR option.
setSecure(boolean) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Sets the secure flag of this cookie.
setSecure(boolean) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
setSendBufferSize(int) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Sets the SO_SNDBUF option.
setSendBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setSendBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setSendBufferSize(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setSendBufferSize(int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Sets the SO_SNDBUF option.
setServerName(String) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Sets the host name of the HTTP server.
setServerPath(String) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Sets the path where the HttpTunnelingServlet is mapped to.
setShort(int, short) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
setShort(int, short) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setShort(int, short) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 16-bit short integer at the specified absolute index in this buffer.
setShort(int, short) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setShort(int, short) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setShort(int, short) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setShort(int, short) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
setShort(int, short) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setShort(int, short) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setShort(int, short) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setSoLinger(int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setSoLinger(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setSoLinger(int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Sets the SO_LINGER option.
setSslContext(SSLContext) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Sets the SSLContext which is used to establish an HTTPS connection.
setState(T) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
Sets the current state of this decoder.
setSuccess() - Method in interface org.jboss.netty.channel.ChannelFuture
Marks this future as a success and notifies all listeners.
setSuccess() - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
setSuccess() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
setTcpNoDelay(boolean) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Sets the SO_TCPNODELAY option.
setThreadNameDeterminer(ThreadNameDeterminer) - Static method in class org.jboss.netty.util.ThreadRenamingRunnable
Sets the ThreadNameDeterminer which overrides the proposed new thread name.
setTimeToLive(int) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Sets the default time-to-live for multicast packets sent out on the DatagramChannel in order to control the scope of the multicasts.
setTimeToLive(int) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setTrafficClass(int) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Sets the traffic class as specified in DatagramSocket.setTrafficClass(int).
setTrafficClass(int) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setTrafficClass(int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setTrafficClass(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setTrafficClass(int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Sets the traffic class as specified in Socket.setTrafficClass(int).
setUseDeadLockChecker(boolean) - Static method in class org.jboss.netty.channel.DefaultChannelFuture
Enables or disables the dead lock checker.
setValue(String) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Sets the value of this cookie.
setValue(String) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
setVersion(int) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Sets the version of this cookie.
setVersion(int) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
setWriteBufferHighWaterMark(int) - Method in interface org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig
Sets the high water mark of the write buffer.
setWriteBufferHighWaterMark(int) - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Sets the high water mark of the write buffer.
setWriteBufferHighWaterMark(int) - Method in interface org.jboss.netty.channel.xnio.XnioChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig
Sets the low water mark of the write buffer.
setWriteBufferLowWaterMark(int) - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Sets the low water mark of the write buffer.
setWriteBufferLowWaterMark(int) - Method in interface org.jboss.netty.channel.xnio.XnioChannelConfig
 
setWriteSpinCount(int) - Method in interface org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig
Sets the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
setWriteSpinCount(int) - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Sets the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
setWriteSpinCount(int) - Method in interface org.jboss.netty.channel.xnio.XnioChannelConfig
Sets the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
setWriteTimeoutMillis(int) - Method in interface org.jboss.netty.channel.ChannelConfig
Deprecated. Use WriteTimeoutHandler instead. Sets the write timeout of the channel in milliseconds. If a write operation is not completed within the write timeout, an IOException will be raised. If the Channel does not support write operation, this property is not used at all, and therefore will be ignored.
setWriteTimeoutMillis(int) - Method in class org.jboss.netty.channel.DefaultChannelConfig
Deprecated. Use WriteTimeoutHandler instead.
setWriteTimeoutMillis(int) - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
Deprecated. Use WriteTimeoutHandler instead.
setWriteTimeoutMillis(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Deprecated. 
setZero(int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setZero(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Fills this buffer with NUL (0x00) starting at the specified absolute index.
shouldCount(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Returns true if and only if the specified task should be counted to limit the global and per-channel memory consumption.
shouldCount(Runnable) - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
shutdown() - Method in class org.jboss.netty.util.VirtualExecutorService
 
shutdownNow() - Method in class org.jboss.netty.util.VirtualExecutorService
 
SimpleChannelDownstreamHandler - Class in org.jboss.netty.channel
A ChannelDownstreamHandler which provides an individual handler method for each event type.
SimpleChannelDownstreamHandler() - Constructor for class org.jboss.netty.channel.SimpleChannelDownstreamHandler
Creates a new instance.
SimpleChannelHandler - Class in org.jboss.netty.channel
A ChannelHandler which provides an individual handler method for each event type.
SimpleChannelHandler() - Constructor for class org.jboss.netty.channel.SimpleChannelHandler
Creates a new instance.
SimpleChannelUpstreamHandler - Class in org.jboss.netty.channel
A ChannelUpstreamHandler which provides an individual handler method for each event type.
SimpleChannelUpstreamHandler() - Constructor for class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Creates a new instance.
size() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
size() - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
skip(long) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
skip(long) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
skipBytes(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
skipBytes(ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
skipBytes(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Increases the current readerIndex by the specified length in this buffer.
skipBytes(ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Increases the current readerIndex until the specified indexFinder returns true in this buffer.
skipBytes(int) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
skipBytes(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
Slf4JLoggerFactory - Class in org.jboss.netty.logging
Logger factory which creates a SLF4J logger.
Slf4JLoggerFactory() - Constructor for class org.jboss.netty.logging.Slf4JLoggerFactory
 
slice() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
slice() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns a slice of this buffer's readable bytes.
slice(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns a slice of this buffer's sub-region.
slice(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
SlicedChannelBuffer - Class in org.jboss.netty.buffer
A derived buffer which exposes its parent's sub-region only.
SlicedChannelBuffer(ChannelBuffer, int, int) - Constructor for class org.jboss.netty.buffer.SlicedChannelBuffer
 
SocketChannel - Interface in org.jboss.netty.channel.socket
A TCP/IP socket Channel which was either accepted by ServerSocketChannel or created by ClientSocketChannelFactory.
SocketChannelConfig - Interface in org.jboss.netty.channel.socket
A ChannelConfig for a SocketChannel.
SslBufferPool - Class in org.jboss.netty.handler.ssl
A ByteBuffer pool dedicated for SslHandler performance improvement.
SslBufferPool() - Constructor for class org.jboss.netty.handler.ssl.SslBufferPool
Creates a new buffer pool whose size is 18113536, which can hold 1024 buffers.
SslBufferPool(int) - Constructor for class org.jboss.netty.handler.ssl.SslBufferPool
Creates a new buffer pool.
SslHandler - Class in org.jboss.netty.handler.ssl
Adds SSL · TLS and StartTLS support to a Channel.
SslHandler(SSLEngine) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, SslBufferPool) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, boolean) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, SslBufferPool, boolean) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, Executor) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, SslBufferPool, Executor) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, boolean, Executor) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, SslBufferPool, boolean, Executor) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
start() - Method in class org.jboss.netty.container.microcontainer.NettyResourceFactory
 
start(BundleContext) - Method in class org.jboss.netty.container.osgi.NettyBundleActivator
 
start() - Method in class org.jboss.netty.util.HashedWheelTimer
Starts the background thread explicitly.
stop() - Method in class org.jboss.netty.container.microcontainer.NettyResourceFactory
 
stop(BundleContext) - Method in class org.jboss.netty.container.osgi.NettyBundleActivator
 
stop() - Method in class org.jboss.netty.util.HashedWheelTimer
 
stop() - Method in interface org.jboss.netty.util.Timer
Releases all resources acquired by this Timer and cancels all tasks which were scheduled but not executed yet.
StringDecoder - Class in org.jboss.netty.handler.codec.string
Decodes a received ChannelBuffer into a String.
StringDecoder() - Constructor for class org.jboss.netty.handler.codec.string.StringDecoder
Creates a new instance with the current system character set.
StringDecoder(String) - Constructor for class org.jboss.netty.handler.codec.string.StringDecoder
Creates a new instance.
StringDecoder(Charset) - Constructor for class org.jboss.netty.handler.codec.string.StringDecoder
Creates a new instance.
StringEncoder - Class in org.jboss.netty.handler.codec.string
Encodes the requested String into a ChannelBuffer.
StringEncoder() - Constructor for class org.jboss.netty.handler.codec.string.StringEncoder
Creates a new instance with the current system character set.
StringEncoder(String) - Constructor for class org.jboss.netty.handler.codec.string.StringEncoder
 
StringEncoder(Charset) - Constructor for class org.jboss.netty.handler.codec.string.StringEncoder
 
SucceededChannelFuture - Class in org.jboss.netty.channel
The CompleteChannelFuture which is succeeded already.
SucceededChannelFuture(Channel) - Constructor for class org.jboss.netty.channel.SucceededChannelFuture
Creates a new instance.
succeededFuture(Channel) - Static method in class org.jboss.netty.channel.Channels
Creates a new ChannelFuture which is already succeeded for the specified Channel.
swapInt(int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Toggles the endianness of the specified 32-bit integer.
swapLong(long) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Toggles the endianness of the specified 64-bit long integer.
swapMedium(int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Toggles the endianness of the specified 24-bit medium integer.
swapShort(short) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Toggles the endianness of the specified 16-bit short integer.
SWITCHING_PROTOCOLS - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
101 Switching Protocols

T

TE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"TE"
TEMPORARY_REDIRECT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
307 Temporary Redirect
terminated() - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
ThreadNameDeterminer - Interface in org.jboss.netty.util
Overrides the thread name proposed by ThreadRenamingRunnable.
ThreadRenamingRunnable - Class in org.jboss.netty.util
A Runnable that changes the current thread name and reverts it back when its execution ends.
ThreadRenamingRunnable(Runnable, String) - Constructor for class org.jboss.netty.util.ThreadRenamingRunnable
Creates a new instance which wraps the specified runnable and changes the thread name to the specified thread name when the specified runnable is running.
Timeout - Interface in org.jboss.netty.util
A handle associated with a TimerTask that is returned by a Timer.
TimeoutException - Exception in org.jboss.netty.handler.timeout
A TimeoutException when no data was either read or written within a certain period of time.
TimeoutException() - Constructor for exception org.jboss.netty.handler.timeout.TimeoutException
Creates a new instance.
TimeoutException(String, Throwable) - Constructor for exception org.jboss.netty.handler.timeout.TimeoutException
Creates a new instance.
TimeoutException(String) - Constructor for exception org.jboss.netty.handler.timeout.TimeoutException
Creates a new instance.
TimeoutException(Throwable) - Constructor for exception org.jboss.netty.handler.timeout.TimeoutException
Creates a new instance.
Timer - Interface in org.jboss.netty.util
Schedules TimerTasks for one-time future execution in a background thread.
TimerTask - Interface in org.jboss.netty.util
A task which is executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).
toArray() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
toArray(T[]) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
toByteBuffer() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
toByteBuffer() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Converts this buffer's readable bytes into a NIO buffer.
toByteBuffer(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Converts this buffer's sub-region into a NIO buffer.
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
toByteBuffers() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toByteBuffers(int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toByteBuffers() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Converts this buffer's readable bytes into an array of NIO buffers.
toByteBuffers(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Converts this buffer's sub-region into an array of NIO buffers.
toByteBuffers(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
toByteBuffers(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
toMap() - Method in interface org.jboss.netty.channel.ChannelPipeline
Converts this pipeline into an ordered Map whose keys are handler names and whose values are handlers.
toMap() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
TooLongFrameException - Exception in org.jboss.netty.handler.codec.frame
An Exception which is thrown when the length of the frame decoded by DelimiterBasedFrameDecoder is greater than the maximum.
TooLongFrameException() - Constructor for exception org.jboss.netty.handler.codec.frame.TooLongFrameException
Creates a new instance.
TooLongFrameException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.frame.TooLongFrameException
Creates a new instance.
TooLongFrameException(String) - Constructor for exception org.jboss.netty.handler.codec.frame.TooLongFrameException
Creates a new instance.
TooLongFrameException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.frame.TooLongFrameException
Creates a new instance.
toString(String) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toString(String, ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toString(int, int, String, ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toString() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toString(int, int, String) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
toString(String) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Decodes this buffer's readable bytes into a string with the specified character set name.
toString(String, ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Decodes this buffer's readable bytes into a string until the specified terminatorFinder returns true with the specified character set name.
toString(int, int, String) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Decodes this buffer's sub-region into a string with the specified character set name.
toString(int, int, String, ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Decodes this buffer's readable bytes into a string until the specified terminatorFinder returns true with the specified character set name.
toString() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the string representation of this buffer.
toString(int, int, String) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
toString(int, int, String) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
toString(int, int, String) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
toString(int, int, String) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
toString(int, int, String) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
toString(int, int, String) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
toString(int, int, String) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
toString() - Method in class org.jboss.netty.channel.AbstractChannel
Returns the String representation of this channel.
toString() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
Returns the String representation of this pipeline.
toString() - Method in class org.jboss.netty.channel.DefaultChildChannelStateEvent
 
toString() - Method in class org.jboss.netty.channel.DefaultExceptionEvent
 
toString() - Method in class org.jboss.netty.channel.DefaultWriteCompletionEvent
 
toString() - Method in class org.jboss.netty.channel.DownstreamChannelStateEvent
 
toString() - Method in class org.jboss.netty.channel.DownstreamMessageEvent
 
toString() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
toString() - Method in class org.jboss.netty.channel.local.LocalAddress
 
toString() - Method in class org.jboss.netty.channel.UpstreamChannelStateEvent
 
toString() - Method in class org.jboss.netty.channel.UpstreamMessageEvent
 
toString() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
 
toString() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpRequest
 
toString() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpResponse
 
toString() - Method in class org.jboss.netty.handler.codec.http.HttpMethod
 
toString() - Method in class org.jboss.netty.handler.codec.http.HttpResponseStatus
 
toString() - Method in class org.jboss.netty.handler.codec.http.HttpVersion
Returns the full protocol version text such as "HTTP/1.0".
toString() - Method in class org.jboss.netty.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) method.
toString() - Method in class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
 
toUri() - Method in class org.jboss.netty.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI object which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) method.
TRACE - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
The TRACE method is used to invoke a remote, application-layer loop- back of the request message.
TRAILER - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Trailer"
TRAILERS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"trailers"
TRANSFER_ENCODING - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Transfer-Encoding"
TruncatedChannelBuffer - Class in org.jboss.netty.buffer
A derived buffer which hides its parent's tail data beyond a certain index.
TruncatedChannelBuffer(ChannelBuffer, int) - Constructor for class org.jboss.netty.buffer.TruncatedChannelBuffer
 

U

unbind() - Method in class org.jboss.netty.channel.AbstractChannel
 
unbind() - Method in interface org.jboss.netty.channel.Channel
Unbinds this channel from the current local address asynchronously.
unbind(ChannelHandlerContext, ChannelFuture) - Static method in class org.jboss.netty.channel.Channels
Sends a "unbind" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
unbind(ChannelHandlerContext, Channel, ChannelFuture) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.unbind(ChannelHandlerContext, ChannelFuture) instead. Sends a "unbind" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
unbind(Channel) - Static method in class org.jboss.netty.channel.Channels
Sends a "unbind" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
unbind() - Method in interface org.jboss.netty.channel.group.ChannelGroup
Unbinds all Channels in this group from their local address.
unbind() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
unbindRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
Invoked when Channel.unbind() was called.
unbindRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when Channel.unbind() was called.
UnfailingChannelFuture - Class in org.jboss.netty.channel
The ChannelFuture which can not fail at all.
UnfailingChannelFuture(Channel, boolean) - Constructor for class org.jboss.netty.channel.UnfailingChannelFuture
Creates a new instance.
unmodifiableBuffer(ChannelBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a read-only buffer which disallows any modification operations on the specified buffer.
UnreplayableOperationException - Exception in org.jboss.netty.handler.codec.replay
An Exception which is thrown when a user calls an unsupported operation on a ChannelBuffer in a ReplayingDecoder implementation.
UnreplayableOperationException() - Constructor for exception org.jboss.netty.handler.codec.replay.UnreplayableOperationException
Creates a new instance.
UnreplayableOperationException(String) - Constructor for exception org.jboss.netty.handler.codec.replay.UnreplayableOperationException
Creates a new instance.
UnreplayableOperationException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.replay.UnreplayableOperationException
Creates a new instance.
UnreplayableOperationException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.replay.UnreplayableOperationException
Creates a new instance.
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
415 Unsupported Media Type
UNUATHORIZED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
401 Unauthorized
unwrap() - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
unwrap() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
unwrap() - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
unwrap() - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
unwrap() - Method in interface org.jboss.netty.buffer.WrappedChannelBuffer
Returns this buffer's parent that this buffer is wrapping.
unwrap() - Method in class org.jboss.netty.handler.execution.ChannelEventRunnable
 
unwrap() - Method in interface org.jboss.netty.util.EstimatableObjectWrapper
Returns the underlying object that needs to be taken into account by ObjectSizeEstimator for more accurate object size estimation.
UPGRADE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Upgrade"
UpstreamChannelStateEvent - Class in org.jboss.netty.channel
The default upstream ChannelStateEvent implementation.
UpstreamChannelStateEvent(Channel, ChannelState, Object) - Constructor for class org.jboss.netty.channel.UpstreamChannelStateEvent
Creates a new instance.
UpstreamMessageEvent - Class in org.jboss.netty.channel
The default upstream MessageEvent implementation.
UpstreamMessageEvent(Channel, Object, SocketAddress) - Constructor for class org.jboss.netty.channel.UpstreamMessageEvent
Creates a new instance.
USE_PROXY - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
305 Use Proxy
USER_AGENT - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"User-Agent"

V

valueOf(String) - Static method in enum org.jboss.netty.channel.ChannelState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.base64.Base64Dialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.jboss.netty.handler.codec.http.HttpMethod
Returns the HttpMethod represented by the specified name.
valueOf(int) - Static method in class org.jboss.netty.handler.codec.http.HttpResponseStatus
Returns the HttpResponseStatus represented by the specified code.
valueOf(String) - Static method in class org.jboss.netty.handler.codec.http.HttpVersion
Returns an existing or new HttpVersion instance which matches to the specified protocol version string.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.replay.VoidEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.timeout.IdleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.logging.InternalLogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.netty.channel.ChannelState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.base64.Base64Dialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.replay.VoidEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.timeout.IdleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.logging.InternalLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
VARY - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Vary"
Version - Class in org.jboss.netty.util
Provides the version information of Netty.
VIA - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Via"
VirtualExecutorService - Class in org.jboss.netty.util
A delegating ExecutorService with its own termination management.
VirtualExecutorService(Executor) - Constructor for class org.jboss.netty.util.VirtualExecutorService
Creates a new instance with the specified parent Executor.
VoidEnum - Enum in org.jboss.netty.handler.codec.replay
A placeholder 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.

W

warn(String) - Method in interface org.jboss.netty.logging.InternalLogger
Logs a WARN level message.
warn(String, Throwable) - Method in interface org.jboss.netty.logging.InternalLogger
Logs a WARN level message.
WARNING - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Warning"
wrappedBuffer(byte[]) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian buffer which wraps the specified array.
wrappedBuffer(ByteOrder, byte[]) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer which wraps the specified array with the specified endianness.
wrappedBuffer(byte[], int, int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian buffer which wraps the sub-region of the specified array.
wrappedBuffer(ByteOrder, byte[], int, int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer which wraps the sub-region of the specified array with the specified endianness.
wrappedBuffer(ByteBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer which wraps the specified NIO buffer's current slice.
wrappedBuffer(ChannelBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer which wraps the specified buffer's readable bytes.
wrappedBuffer(byte[]...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian composite buffer which wraps the specified arrays without copying them.
wrappedBuffer(ByteOrder, byte[]...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new composite buffer which wraps the specified arrays without copying them.
wrappedBuffer(ChannelBuffer...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new composite buffer which wraps the specified buffers without copying them.
wrappedBuffer(ByteBuffer...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new composite buffer which wraps the specified NIO buffers without copying them.
WrappedChannelBuffer - Interface in org.jboss.netty.buffer
The common interface for buffer wrappers and derived buffers.
writable() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writable() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns true if and only if (this.capacity - this.writerIndex) is greater than 0.
writableBytes() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writableBytes() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the number of writable bytes which is equal to (this.capacity - this.writerIndex).
write(byte[], int, int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
write(byte[]) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
write(int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
write(Object) - Method in class org.jboss.netty.channel.AbstractChannel
 
write(Object, SocketAddress) - Method in class org.jboss.netty.channel.AbstractChannel
 
write(Object) - Method in class org.jboss.netty.channel.AbstractServerChannel
 
write(Object, SocketAddress) - Method in class org.jboss.netty.channel.AbstractServerChannel
 
write(Object) - Method in interface org.jboss.netty.channel.Channel
Sends a message to this channel asynchronously.
write(Object, SocketAddress) - Method in interface org.jboss.netty.channel.Channel
Sends a message to this channel asynchronously.
write(Channel, Object) - Static method in class org.jboss.netty.channel.Channels
Sends a "write" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
write(ChannelHandlerContext, ChannelFuture, Object) - Static method in class org.jboss.netty.channel.Channels
Sends a "write" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
write(ChannelHandlerContext, Channel, ChannelFuture, Object) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.write(ChannelHandlerContext, ChannelFuture, Object) instead. Sends a "write" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
write(Channel, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "write" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
write(ChannelHandlerContext, ChannelFuture, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "write" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
write(ChannelHandlerContext, Channel, ChannelFuture, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Deprecated. Use Channels.write(ChannelHandlerContext, ChannelFuture, Object, SocketAddress) instead. Sends a "write" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
write(Object) - Method in interface org.jboss.netty.channel.group.ChannelGroup
Writes the specified message to all Channels in this group.
write(Object, SocketAddress) - Method in interface org.jboss.netty.channel.group.ChannelGroup
Writes the specified message with the specified remoteAddress to all Channels in this group.
write(Object) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
write(Object, SocketAddress) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
write(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
write(byte[], int, int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
write(byte[]) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeBoolean(boolean) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeBoolean(boolean) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeByte(byte) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeByte(byte) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
writeByte(int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeByte(byte) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeByte(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(byte[]) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(ChannelBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(ChannelBuffer, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(InputStream, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(ChannelBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer becomes unreadable, and increases the writerIndex by the number of the transferred bytes.
writeBytes(ChannelBuffer, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(ChannelBuffer, int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(byte[]) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= src.length).
writeBytes(byte[], int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(ByteBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer's position reaches its limit, and increases the writerIndex by the number of the transferred bytes.
writeBytes(InputStream, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the content of the specified stream to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes.
writeBytes(ScatteringByteChannel, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the content of the specified channel to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes.
writeBytes(String) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeBytes(InputStream, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeBytes(ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeBytes(String) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeChar(int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeChar(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeChars(String) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeChars(String) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeComplete(ChannelHandlerContext, WriteCompletionEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when something was written into a Channel.
writeComplete(ChannelHandlerContext, WriteCompletionEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when something was written into a Channel.
writeComplete(ChannelHandlerContext, WriteCompletionEvent) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
WriteCompletionEvent - Interface in org.jboss.netty.channel
A ChannelEvent which represents the notification of the completion of a write request on a Channel.
writeDouble(double) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeDouble(double) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeFloat(float) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeFloat(float) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeInt(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeInt(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 32-bit integer at the current writerIndex and increases the writerIndex by 4 in this buffer.
writeInt(int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeInt(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeInt(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeLong(long) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeLong(long) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 64-bit long integer at the current writerIndex and increases the writerIndex by 8 in this buffer.
writeLong(long) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeLong(long) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeLong(long) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeMedium(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeMedium(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 24-bit medium integer at the current writerIndex and increases the writerIndex by 3 in this buffer.
writeMedium(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeObject(Object) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
Invoked when Channel.write(Object) is called.
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when Channel.write(Object) is called.
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.timeout.WriteTimeoutHandler
 
writerIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writerIndex(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writerIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the writerIndex of this buffer.
writerIndex(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the writerIndex of this buffer.
writeShort(short) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeShort(short) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 16-bit short integer at the current writerIndex and increases the writerIndex by 2 in this buffer.
writeShort(int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeShort(short) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeShort(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeTimedOut(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.WriteTimeoutHandler
 
WriteTimeoutException - Exception in org.jboss.netty.handler.timeout
A TimeoutException raised by WriteTimeoutHandler when no data was written within a certain period of time.
WriteTimeoutException() - Constructor for exception org.jboss.netty.handler.timeout.WriteTimeoutException
Creates a new instance.
WriteTimeoutException(String, Throwable) - Constructor for exception org.jboss.netty.handler.timeout.WriteTimeoutException
Creates a new instance.
WriteTimeoutException(String) - Constructor for exception org.jboss.netty.handler.timeout.WriteTimeoutException
Creates a new instance.
WriteTimeoutException(Throwable) - Constructor for exception org.jboss.netty.handler.timeout.WriteTimeoutException
Creates a new instance.
WriteTimeoutHandler - Class in org.jboss.netty.handler.timeout
Raises a WriteTimeoutException when no data was written within a certain period of time.
WriteTimeoutHandler(Timer, int) - Constructor for class org.jboss.netty.handler.timeout.WriteTimeoutHandler
Creates a new instance.
WriteTimeoutHandler(Timer, long, TimeUnit) - Constructor for class org.jboss.netty.handler.timeout.WriteTimeoutHandler
Creates a new instance.
writeUTF(String) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeUTF(String) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeZero(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeZero(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Fills this buffer with NUL (0x00) starting at the current writerIndex and increases the writerIndex by the specified length.
writeZero(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writtenBytes() - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
Returns the number of written bytes by this stream so far.
WWW_AUTHENTICATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"WWW-Authenticate"

X

XnioAcceptedChannelHandlerFactory - Class in org.jboss.netty.channel.xnio
An XNIO IoHandlerFactory implementation that must be specified when you create a BoundServer to integrate XNIO into Netty.
XnioAcceptedChannelHandlerFactory() - Constructor for class org.jboss.netty.channel.xnio.XnioAcceptedChannelHandlerFactory
 
XnioChannel - Interface in org.jboss.netty.channel.xnio
A Channel which uses JBoss XNIO as its I/O provider.
XnioChannelConfig - Interface in org.jboss.netty.channel.xnio
A ChannelConfig for an XnioChannel.
XnioClientChannelFactory - Class in org.jboss.netty.channel.xnio
A client-side ChannelFactory which uses JBoss XNIO as its I/O provider.
XnioClientChannelFactory(Connector) - Constructor for class org.jboss.netty.channel.xnio.XnioClientChannelFactory
 
XnioServerChannel - Interface in org.jboss.netty.channel.xnio
A ServerChannel which uses JBoss XNIO as its I/O provider.
XnioServerChannelFactory - Class in org.jboss.netty.channel.xnio
A ServerChannelFactory which uses JBoss XNIO as its I/O provider.
XnioServerChannelFactory(BoundServer) - Constructor for class org.jboss.netty.channel.xnio.XnioServerChannelFactory
 

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2008-2009 JBoss, by Red Hat. All Rights Reserved.