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

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.
AbstractChannel(Integer, Channel, ChannelFactory, ChannelPipeline, ChannelSink) - Constructor for class org.jboss.netty.channel.AbstractChannel
(Internal use only) Creates a new temporary instance with the specified ID.
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.
AbstractChannelSink - Class in org.jboss.netty.channel
A skeletal ChannelSink implementation.
AbstractChannelSink() - Constructor for class org.jboss.netty.channel.AbstractChannelSink
Creates a new instance.
AbstractDiskHttpData - Class in org.jboss.netty.handler.codec.http.multipart
Abstract Disk HttpData implementation
AbstractDiskHttpData(String, Charset, long) - Constructor for class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
AbstractHttpData - Class in org.jboss.netty.handler.codec.http.multipart
Abstract HttpData implementation
AbstractHttpData(String, Charset, long) - Constructor for class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
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.
AbstractMemoryHttpData - Class in org.jboss.netty.handler.codec.http.multipart
Abstract Memory HttpData implementation
AbstractMemoryHttpData(String, Charset, long) - Constructor for class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
AbstractNioChannelSink - Class in org.jboss.netty.channel.socket.nio
 
AbstractNioChannelSink() - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioChannelSink
 
AbstractNioWorkerPool<E extends org.jboss.netty.channel.socket.nio.AbstractNioWorker> - Class in org.jboss.netty.channel.socket.nio
Abstract base class for WorkerPool implementations that create the Worker's up-front and return them in a "fair" fashion when calling AbstractNioWorkerPool.nextWorker()
AbstractOioChannelSink - Class in org.jboss.netty.channel.socket.oio
 
AbstractOioChannelSink() - Constructor for class org.jboss.netty.channel.socket.oio.AbstractOioChannelSink
 
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.
AbstractTrafficShapingHandler - Class in org.jboss.netty.handler.traffic
AbstractTrafficShapingHandler allows to limit the global bandwidth (see GlobalTrafficShapingHandler) or per session bandwidth (see ChannelTrafficShapingHandler), as traffic shaping.
AbstractTrafficShapingHandler(Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator
AbstractTrafficShapingHandler(Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and using default Check Interval
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and using default Check Interval
AbstractTrafficShapingHandler(Timer) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and using NO LIMIT and default Check Interval
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and using NO LIMIT and default Check Interval
AbstractTrafficShapingHandler(Timer, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and using NO LIMIT
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and using NO LIMIT
ACCEPT - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept"
ACCEPT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept"
accept(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
Called when the channel is connected.
accept(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
 
accept(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in class org.jboss.netty.handler.ipfilter.OneIpFilterHandler
 
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_ENCODING - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept-Encoding"
ACCEPT_LANGUAGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept-Language"
ACCEPT_LANGUAGE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept-Lanugage"
ACCEPT_PATCH - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept-Patch"
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
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Credentials"
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Headers"
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Methods"
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Origin"
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Expose-Headers"
ACCESS_CONTROL_MAX_AGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Max-Age"
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Request-Headers"
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Request-Method"
acquireBuffer() - Method in class org.jboss.netty.handler.ssl.SslBufferPool
Acquire a new ByteBuffer out of the SslBufferPool
actualReadableBytes() - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
Returns the actual number of readable bytes in the internal 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.
AdaptiveReceiveBufferSizePredictorFactory - Class in org.jboss.netty.channel
AdaptiveReceiveBufferSizePredictorFactory() - Constructor for class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictorFactory
Creates a new factory with the default parameters.
AdaptiveReceiveBufferSizePredictorFactory(int, int, int) - Constructor for class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictorFactory
Creates a new factory with the specified parameters.
add(Channel) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
add(IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Add an ipFilterRule in the list at the end
add(int, IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Add an ipFilterRule in the list at the specified position (shifting to the right other elements)
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
 
addAfter(String, String, ChannelHandler) - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
addAll(Collection<IpFilterRule>) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<IpFilterRule>) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAllAbsent(Collection<IpFilterRule>) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Append the element if not present.
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
 
addBefore(String, String, ChannelHandler) - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
addBodyAttribute(String, String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a simple attribute in the body as Name=Value
addBodyFileUpload(String, File, String, boolean) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a file as a FileUpload
addBodyFileUploads(String, File[], String[], boolean[]) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a series of Files associated with one File parameter (implied Mixed mode in Multipart)
addBodyHttpData(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add the InterfaceHttpData to the Body list
addContent(ChannelBuffer, boolean) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
addContent(ChannelBuffer, boolean) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
addContent(ChannelBuffer, boolean) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
addContent(ChannelBuffer, boolean) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Add the content from the ChannelBuffer
addContent(ChannelBuffer, boolean) - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
addContent(ChannelBuffer, boolean) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
addContent(ChannelBuffer, boolean) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
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
 
addFirst(String, ChannelHandler) - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
addHeader(String, Object) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
addHeader(String, Object) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
addHeader(String, Object) - Method in interface org.jboss.netty.handler.codec.http.HttpChunkTrailer
Adds a new trailing header with the specified name and value.
addHeader(HttpMessage, String, Object) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and value.
addHeader(String, Object) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Adds a new header with the specified name and value.
addHeader(String, Object) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
addHeader(String, Object) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeaderBlock
Adds a new header with the specified name and value.
addHeader(SpdyHeaderBlock, String, Object) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and value.
addHttpHandlers(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
Add all ChannelHandler's that are needed for HTTP.
addIfAbsent(IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Append the element if not present.
addIntHeader(HttpMessage, String, int) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Adds a new integer 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
 
addLast(String, ChannelHandler) - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
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.
addSpdyHandlers(ChannelHandlerContext, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
Add all ChannelHandler's that are needed for SPDY with the given version.
addValue(String) - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
addValue(String, int) - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
afterAdd(ChannelHandlerContext) - Method in interface org.jboss.netty.channel.LifeCycleAwareChannelHandler
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.compression.ZlibEncoder
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.HttpContentDecoder
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.HttpContentEncoder
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.stream.ChunkedWriteHandler
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
afterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
afterRemove(ChannelHandlerContext) - Method in interface org.jboss.netty.channel.LifeCycleAwareChannelHandler
 
afterRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
 
afterRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.compression.ZlibEncoder
 
afterRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
afterRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
 
afterRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.HttpContentDecoder
 
afterRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.HttpContentEncoder
 
afterRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
afterRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
Fail all buffered writes that are left.
afterRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.ssl.SslHandler
Fail all pending writes which we were not able to flush out
afterRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.stream.ChunkedWriteHandler
 
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"
AGGREGATE_OPERATION_NOT_ALLOWED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
459 Aggregate operation not allowed
ALL - Static variable in annotation type org.jboss.netty.channel.ChannelPipelineCoverage
Deprecated.
"all"
ALLOW - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Allow"
ALLOW - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Allow"
allowed(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in interface org.jboss.netty.handler.ipfilter.IpFilterListener
Called when the channel has the CONNECTED status and the channel was allowed by a previous call to accept().
ANNOUNCE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspMethods
The ANNOUNCE posts the description of a presentation or media object identified by the request URL to a server, or updates the client-side session description in real-time.
APPEND - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"append"
appendHeaders(StringBuilder) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
appendToCumulation(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
appendToCumulation(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
 
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"application/x-www-form-urlencoded"
array() - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
array() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the backing byte array of this buffer.
array() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
array() - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
array() - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
array - Variable in class org.jboss.netty.buffer.HeapChannelBuffer
The underlying heap byte array that this buffer is wrapping.
array() - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
array() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
array() - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
array() - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
arrayOffset() - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
arrayOffset() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the offset of the first byte within the backing byte array of this buffer.
arrayOffset() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
arrayOffset() - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
arrayOffset() - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
arrayOffset() - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
arrayOffset() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
arrayOffset() - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
arrayOffset() - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
ASSOCIATED_TO_STREAM_ID - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-Associated-To-Stream-ID"
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
 
attach(Channel, ChannelSink) - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
Attribute - Interface in org.jboss.netty.handler.codec.http.multipart
Attribute interface
AUTHORIZATION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Authorization"
AUTHORIZATION - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Authorization"
available() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
available() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
AVP - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"AVP"
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_GATEWAY - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
502 Bad Gateway
BAD_REQUEST - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
400 Bad Request
BAD_REQUEST - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
400 Bad Request
BANDWIDTH - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Bandwidth"
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
 
baseAddress - Variable in class org.jboss.netty.handler.ipfilter.CIDR
The base address of the CIDR notation
baseDirectory - Static variable in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
baseDirectory - Static variable in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
beforeAdd(ChannelHandlerContext) - Method in interface org.jboss.netty.channel.LifeCycleAwareChannelHandler
 
beforeAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
 
beforeAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.compression.ZlibEncoder
 
beforeAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
beforeAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
 
beforeAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.HttpContentDecoder
 
beforeAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.HttpContentEncoder
 
beforeAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
beforeAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
 
beforeAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.ssl.SslHandler
 
beforeAdd(ChannelHandlerContext) - Method in class org.jboss.netty.handler.stream.ChunkedWriteHandler
 
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.codec.compression.JdkZlibEncoder
 
beforeRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.compression.ZlibEncoder
 
beforeRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
beforeRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
 
beforeRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.HttpContentDecoder
 
beforeRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.HttpContentEncoder
 
beforeRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
beforeRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
 
beforeRemove(ChannelHandlerContext) - Method in class org.jboss.netty.handler.stream.ChunkedWriteHandler
 
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"
BinaryWebSocketFrame - Class in org.jboss.netty.handler.codec.http.websocketx
Web Socket frame containing binary data
BinaryWebSocketFrame() - Constructor for class org.jboss.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
Creates a new empty binary frame.
BinaryWebSocketFrame(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
Creates a new binary frame with the specified binary data.
BinaryWebSocketFrame(boolean, int, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
Creates a new binary frame with the specified binary data and the final fragment flag.
bind(SocketAddress) - Method in class org.jboss.netty.bootstrap.ClientBootstrap
Attempts to bind a channel with the specified localAddress. later the channel can be connected to a remoteAddress by calling Channel.connect(SocketAddress).This method is useful where bind and connect need to be done in separate steps.
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.
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.
block(InetAddress, NetworkInterface, InetAddress) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface
block(InetAddress, InetAddress) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
Block the given sourceToBlock address for the given multicastAddress
BlockingReadHandler<E> - Class in org.jboss.netty.handler.queue
Emulates blocking read operation.
BlockingReadHandler() - Constructor for class org.jboss.netty.handler.queue.BlockingReadHandler
Creates a new instance with LinkedBlockingQueue
BlockingReadHandler(BlockingQueue<ChannelEvent>) - Constructor for class org.jboss.netty.handler.queue.BlockingReadHandler
Creates a new instance with the specified BlockingQueue.
BlockingReadTimeoutException - Exception in org.jboss.netty.handler.queue
A IOException raised by BlockingReadHandler when no data was read within a certain period of time.
BlockingReadTimeoutException() - Constructor for exception org.jboss.netty.handler.queue.BlockingReadTimeoutException
Creates a new instance.
BlockingReadTimeoutException(String, Throwable) - Constructor for exception org.jboss.netty.handler.queue.BlockingReadTimeoutException
Creates a new instance.
BlockingReadTimeoutException(String) - Constructor for exception org.jboss.netty.handler.queue.BlockingReadTimeoutException
Creates a new instance.
BlockingReadTimeoutException(Throwable) - Constructor for exception org.jboss.netty.handler.queue.BlockingReadTimeoutException
Creates a new instance.
BLOCKSIZE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Blocksize"
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.
BOUNDARY - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"boundary"
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.
BufferedWriteHandler - Class in org.jboss.netty.handler.queue
Emulates buffered write operation.
BufferedWriteHandler() - Constructor for class org.jboss.netty.handler.queue.BufferedWriteHandler
Creates a new instance with the default unbounded BlockingQueue implementation and without buffer consolidation.
BufferedWriteHandler(Queue<MessageEvent>) - Constructor for class org.jboss.netty.handler.queue.BufferedWriteHandler
Creates a new instance with the specified thread-safe unbounded Queue and without buffer consolidation.
BufferedWriteHandler(boolean) - Constructor for class org.jboss.netty.handler.queue.BufferedWriteHandler
Creates a new instance with ConcurrentLinkedQueue
BufferedWriteHandler(Queue<MessageEvent>, boolean) - Constructor for class org.jboss.netty.handler.queue.BufferedWriteHandler
Creates a new instance with the specified thread-safe unbounded Queue.
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"
BYTES - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"bytes"
bytesBefore(byte) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
bytesBefore(ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
bytesBefore(int, byte) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
bytesBefore(int, ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
bytesBefore(int, int, byte) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
bytesBefore(int, int, ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
bytesBefore(byte) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Locates the first occurrence of the specified value in this buffer.
bytesBefore(ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Locates the first place where the specified indexFinder returns true.
bytesBefore(int, byte) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Locates the first occurrence of the specified value in this buffer.
bytesBefore(int, ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Locates the first place where the specified indexFinder returns true.
bytesBefore(int, int, byte) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Locates the first occurrence of the specified value in this buffer.
bytesBefore(int, int, ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Locates the first place where the specified indexFinder returns true.

C

CACHE_CONTROL - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Cache-Control"
CACHE_CONTROL - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Cache-Control"
cacheDisabled(ClassLoader) - Static method in class org.jboss.netty.handler.codec.serialization.ClassResolvers
cache disabled
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 class org.jboss.netty.channel.socket.ChannelRunnableWrapper
 
CANCEL - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
5 Cancel
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
 
ChainedExecutor - Class in org.jboss.netty.handler.execution
A special Executor which allows to chain a series of Executors and ChannelEventRunnableFilter.
ChainedExecutor(ChannelEventRunnableFilter, Executor, Executor) - Constructor for class org.jboss.netty.handler.execution.ChainedExecutor
Create a new ChainedExecutor which will used the given ChannelEventRunnableFilter to see if the ChainedExecutor.cur Executor should get used.
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.http.HttpContentDecoder
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.codec.http.HttpContentEncoder
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.queue.BlockingReadHandler
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
Fail all buffered writes that are left.
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.ssl.SslHandler
Loop over all the pending writes and fail them.
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
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.
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.ssl.SslHandler
Calls SslHandler.handshake() once the Channel is connected
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
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.ssl.SslHandler
 
ChannelDownstreamEventRunnable - Class in org.jboss.netty.handler.execution
A ChannelEventRunnable which sends the specified ChannelEvent downstream.
ChannelDownstreamEventRunnable(ChannelHandlerContext, ChannelEvent, Executor) - Constructor for class org.jboss.netty.handler.execution.ChannelDownstreamEventRunnable
 
ChannelDownstreamEventRunnableFilter - Class in org.jboss.netty.handler.execution
ChannelDownstreamEventRunnableFilter() - Constructor for class org.jboss.netty.handler.execution.ChannelDownstreamEventRunnableFilter
 
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
 
ChannelEventRunnable(ChannelHandlerContext, ChannelEvent, Executor) - Constructor for class org.jboss.netty.handler.execution.ChannelEventRunnable
Creates a Runnable which sends the specified ChannelEvent upstream via the specified ChannelHandlerContext.
ChannelEventRunnableFilter - Interface in org.jboss.netty.handler.execution
 
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.
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.
ChannelFutureNotifier - Class in org.jboss.netty.channel
ChannelFutureListener implementation which takes another ChannelFuture and notifies it once the operationComplete method was called.
ChannelFutureNotifier(ChannelFuture) - Constructor for class org.jboss.netty.channel.ChannelFutureNotifier
 
ChannelFutureProgressListener - Interface in org.jboss.netty.channel
Listens to the progress of a time-consuming I/O operation such as a large file transfer.
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.
ChannelHandler.Sharable - Annotation Type in org.jboss.netty.channel
Indicates that the same instance of the annotated ChannelHandler can be added to one or more ChannelPipelines multiple times without a race condition.
ChannelHandlerContext - Interface in org.jboss.netty.channel
Enables a ChannelHandler to interact with its ChannelPipeline and other handlers.
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 by calling ChannelLocal.ChannelLocal(boolean) with false as parameter
ChannelLocal(boolean) - 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
Deprecated.
Use the ChannelHandler.Sharable annotation instead.
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.
ChannelRunnableWrapper - Class in org.jboss.netty.channel.socket
 
ChannelRunnableWrapper(Channel, Runnable) - Constructor for class org.jboss.netty.channel.socket.ChannelRunnableWrapper
 
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.
ChannelTrafficShapingHandler - Class in org.jboss.netty.handler.traffic
This implementation of the AbstractTrafficShapingHandler is for channel traffic shaping, that is to say a per channel limitation of the bandwidth.
ChannelTrafficShapingHandler(Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(Timer, long) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(Timer) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
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.
ChannelUpstreamEventRunnable - Class in org.jboss.netty.handler.execution
A ChannelEventRunnable which sends the specified ChannelEvent upstream.
ChannelUpstreamEventRunnable(ChannelHandlerContext, ChannelEvent, Executor) - Constructor for class org.jboss.netty.handler.execution.ChannelUpstreamEventRunnable
Creates a Runnable which sends the specified ChannelEvent upstream via the specified ChannelHandlerContext.
ChannelUpstreamEventRunnableFilter - Class in org.jboss.netty.handler.execution
ChannelUpstreamEventRunnableFilter() - Constructor for class org.jboss.netty.handler.execution.ChannelUpstreamEventRunnableFilter
 
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"
charset - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
CHARSET - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"charset"
CharsetUtil - Class in org.jboss.netty.util
A utility class that provides various common operations and constants related with Charset and its relevant classes.
checkCloseFrameBody(Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
checkInterval - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Delay between two performance snapshots
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.
childExecutors - Variable in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
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 data stream of indefinite length 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
 
CIDR - Class in org.jboss.netty.handler.ipfilter
 
CIDR() - Constructor for class org.jboss.netty.handler.ipfilter.CIDR
 
CIDR4 - Class in org.jboss.netty.handler.ipfilter
 
CIDR4(Inet4Address, int) - Constructor for class org.jboss.netty.handler.ipfilter.CIDR4
 
CIDR6 - Class in org.jboss.netty.handler.ipfilter
 
CIDR6(Inet6Address, int) - Constructor for class org.jboss.netty.handler.ipfilter.CIDR6
 
cidrMask - Variable in class org.jboss.netty.handler.ipfilter.CIDR
The mask used in the CIDR notation
ClassResolver - Interface in org.jboss.netty.handler.codec.serialization
please use ClassResolvers as instance factory
ClassResolvers - Class in org.jboss.netty.handler.codec.serialization
 
cleanAllHttpDatas() - Method in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
cleanAllHttpDatas() - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
Remove all InterfaceHttpData from virtual File storage from clean list for all requests
cleanFiles() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Clean all HttpDatas (on Disk) for the current request.
cleanFiles() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Clean all HttpDatas (on Disk) for the current request.
cleanRequestHttpDatas(HttpRequest) - Method in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
cleanRequestHttpDatas(HttpRequest) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
Remove all InterfaceHttpData from virtual File storage from clean list for the request
cleanup(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
cleanup(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
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
 
clear() - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Clear the list
clearHeaders() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
clearHeaders() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
clearHeaders() - Method in interface org.jboss.netty.handler.codec.http.HttpChunkTrailer
Removes all trailing headers from this trailer.
clearHeaders() - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Removes all headers from this message.
clearHeaders() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
clearHeaders() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeaderBlock
Removes all headers from this block.
clearPreviouslyPersistedSettings() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
clearPreviouslyPersistedSettings() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if previously persisted settings should be cleared.
CLIENT_PORT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"client_port"
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.
CLOCK - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"clock"
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() - 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() - Method in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
 
close() - Method in class org.jboss.netty.handler.codec.compression.ZlibEncoder
 
CLOSE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"close"
close() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
close(Channel, CloseWebSocketFrame) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the closing handshake
close(Channel, CloseWebSocketFrame) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Echo back the closing frame
close(Channel, CloseWebSocketFrame) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Echo back the closing frame and close the connection
close(Channel, CloseWebSocketFrame) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Echo back the closing frame and close the connection
CLOSE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.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() - 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(Channel) - Method in class org.jboss.netty.handler.ssl.SslHandler
Deprecated.
Use SslHandler.close() instead.
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.
closeRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
 
CloseWebSocketFrame - Class in org.jboss.netty.handler.codec.http.websocketx
Web Socket Frame for closing the connection
CloseWebSocketFrame() - Constructor for class org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame.
CloseWebSocketFrame(int, String) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame with closing status code and reason text
CloseWebSocketFrame(boolean, int) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame with no losing status code and no reason text
CloseWebSocketFrame(boolean, int, int, String) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame with closing status code and reason text
CloseWebSocketFrame(boolean, int, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame
CLOSING_HANDSHAKE - Static variable in interface org.jboss.netty.handler.codec.http.websocket.WebSocketFrame
Deprecated.
Closing handshake message (0xFF, 0x00)
CodecEmbedder<E> - 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.
COLON - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
Colon ':'
COMMA - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
Comma ','
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
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
compareTo(Attribute) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
compareTo(FileUpload) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
compareTo(InternalAttribute) - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
compareTo(Attribute) - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
compareTo(FileUpload) - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
compareTo(SpdySessionStatus) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
 
compareTo(SpdyStreamStatus) - Method in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
 
compareTo(CIDR) - Method in class org.jboss.netty.handler.ipfilter.CIDR4
 
compareTo(CIDR) - Method in class org.jboss.netty.handler.ipfilter.CIDR6
 
compareTo(IpSubnet) - Method in class org.jboss.netty.handler.ipfilter.IpSubnet
Compare two IpSubnet
compareTo(IpV4Subnet) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
Compare two IpV4Subnet
compareTo(Object) - Method in class org.jboss.netty.handler.ipfilter.PatternRule
 
CompatibleMarshallingDecoder - Class in org.jboss.netty.handler.codec.marshalling
ReplayingDecoder which use an Unmarshaller to read the Object out of the ChannelBuffer.
CompatibleMarshallingDecoder(UnmarshallerProvider, int) - Constructor for class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
Create a new instance of CompatibleMarshallingDecoder.
CompatibleMarshallingEncoder - Class in org.jboss.netty.handler.codec.marshalling
OneToOneEncoder implementation which uses JBoss Marshalling to marshal an Object.
CompatibleMarshallingEncoder(MarshallerProvider) - Constructor for class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
Create a new instance of the CompatibleMarshallingEncoder
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.
completed - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
CompositeChannelBuffer - Class in org.jboss.netty.buffer
A virtual buffer which shows multiple buffers as a single merged buffer.
CompositeChannelBuffer(ByteOrder, List<ChannelBuffer>, boolean) - Constructor for class org.jboss.netty.buffer.CompositeChannelBuffer
 
COMPRESS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"compress"
COMPRESS - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"compress"
CompressionException - Exception in org.jboss.netty.handler.codec.compression
An IOException that is raised when compression or decompression failed.
CompressionException() - Constructor for exception org.jboss.netty.handler.codec.compression.CompressionException
Creates a new instance.
CompressionException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.compression.CompressionException
Creates a new instance.
CompressionException(String) - Constructor for exception org.jboss.netty.handler.codec.compression.CompressionException
Creates a new instance.
CompressionException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.compression.CompressionException
Creates a new instance.
CONFERENCE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Conference"
CONFERENCE_NOT_FOUND - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
452 Conference Not Found
configure(long, long, long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Change the underlying limitations and check interval.
configure(long, long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Change the underlying limitations.
configure(long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Change the check interval.
configure(long) - Method in class org.jboss.netty.handler.traffic.TrafficCounter
Change checkInterval between two computations in millisecond
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 - 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"
CONNECTION - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.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
 
contains(InetAddress) - Method in class org.jboss.netty.handler.ipfilter.CIDR
Compares the given InetAddress against the CIDR and returns true if the ip is in the subnet-ip-range and false if not.
contains(InetAddress) - Method in class org.jboss.netty.handler.ipfilter.CIDR4
 
contains(InetAddress) - Method in class org.jboss.netty.handler.ipfilter.CIDR6
 
contains(IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Returns true if this list contains the specified element
contains(InetAddress) - Method in interface org.jboss.netty.handler.ipfilter.IpSet
Compares the given InetAddress against the IpSet and returns true if the InetAddress is contained in this Rule and false if not.
contains(String) - Method in class org.jboss.netty.handler.ipfilter.IpSubnet
Compares the given IP-Address against the Subnet and returns true if the ip is in the subnet-ip-range and false if not.
contains(InetAddress) - Method in class org.jboss.netty.handler.ipfilter.IpSubnet
Compares the given InetAddress against the Subnet and returns true if the ip is in the subnet-ip-range and false if not.
contains(String) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
Compares the given IP-Address against the Subnet and returns true if the ip is in the subnet-ip-range and false if not.
contains(InetAddress) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
Compares the given InetAddress against the Subnet and returns true if the ip is in the subnet-ip-range and false if not.
contains(InetAddress) - Method in class org.jboss.netty.handler.ipfilter.PatternRule
 
containsAll(Collection<IpFilterRule>) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Returns true if this list contains all of the elements of the specified collection
containsHeader(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
containsHeader(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
containsHeader(String) - Method in interface org.jboss.netty.handler.codec.http.HttpChunkTrailer
Returns true if and only if there is a trailing header with the specified header name.
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.
containsHeader(String) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
containsHeader(String) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeaderBlock
Returns true if and only if there is a header with the specified header name.
CONTENT_BASE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-Base"
CONTENT_BASE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Base"
CONTENT_ENCODING - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-Encoding"
CONTENT_ENCODING - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Encoding"
CONTENT_LANGUAGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-Language"
CONTENT_LANGUAGE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Language"
CONTENT_LENGTH - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-Length"
CONTENT_LENGTH - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Length"
CONTENT_LOCATION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Content-Location"
CONTENT_LOCATION - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.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"
CONTENT_TYPE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Type"
ContextBoundUnmarshallerProvider - Class in org.jboss.netty.handler.codec.marshalling
UnmarshallerProvider which store a reference to the Unmarshaller in the ChannelHandlerContext via the ChannelHandlerContext.setAttachment(Object) method.
ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
 
ContinuationWebSocketFrame - Class in org.jboss.netty.handler.codec.http.websocketx
Web Socket continuation frame containing continuation text or binary data.
ContinuationWebSocketFrame() - Constructor for class org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new empty continuation frame.
ContinuationWebSocketFrame(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data.
ContinuationWebSocketFrame(boolean, int, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data
ContinuationWebSocketFrame(boolean, int, ChannelBuffer, String) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data
ContinuationWebSocketFrame(boolean, int, String) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified text data
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
CONTINUE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"100-continue"
CONTINUE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
100 Continue
continues(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
Called in handleUpstream, if this channel was previously blocked, to check if whatever the event, it should be passed to the next entry in the pipeline.
continues(ChannelHandlerContext, ChannelEvent) - Method in interface org.jboss.netty.handler.ipfilter.IpFilterListener
Called in handleUpstream, if this channel was previously blocked, to check if whatever the event, it should be passed to the next entry in the pipeline.
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.
CookieDecoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.CookieDecoder
Deprecated.
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(CharSequence, Charset) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian buffer whose content is the specified string encoded in the specified charset.
copiedBuffer(CharSequence, int, int, Charset) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian buffer whose content is a subregion of the specified string encoded in the specified charset.
copiedBuffer(ByteOrder, CharSequence, Charset) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer with the specified endianness whose content is the specified string encoded in the specified charset.
copiedBuffer(ByteOrder, CharSequence, int, int, Charset) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer with the specified endianness whose content is a subregion of the specified string encoded in the specified charset.
copiedBuffer(char[], Charset) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian buffer whose content is the specified array encoded in the specified charset.
copiedBuffer(char[], int, int, Charset) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian buffer whose content is a subregion of the specified array encoded in the specified charset.
copiedBuffer(ByteOrder, char[], Charset) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer with the specified endianness whose content is the specified array encoded in the specified charset.
copiedBuffer(ByteOrder, char[], int, int, Charset) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer with the specified endianness whose content is a subregion of the specified array encoded in the specified charset.
copiedBuffer(String, String) - Static method in class org.jboss.netty.buffer.ChannelBuffers
copiedBuffer(ByteOrder, String, String) - Static method in class org.jboss.netty.buffer.ChannelBuffers
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.
CR - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
Carriage return
createAttribute(HttpRequest, String) - Method in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
createAttribute(HttpRequest, String, String) - Method in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
createAttribute(HttpRequest, String) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
 
createAttribute(HttpRequest, String, String) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
 
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
CREATED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
201 Created
createFileUpload(HttpRequest, String, String, String, String, Charset, long) - Method in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
createFileUpload(HttpRequest, String, String, String, String, Charset, long) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
 
createHttpRequestHandlerForHttp() - Method in class org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
createHttpRequestHandlerForSpdy() - Method in class org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
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
 
createMessage(String[]) - Method in class org.jboss.netty.handler.codec.rtsp.RtspRequestDecoder
 
createMessage(String[]) - Method in class org.jboss.netty.handler.codec.rtsp.RtspResponseDecoder
 
createRegisterTask(AbstractNioChannel<?>, ChannelFuture) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramWorker
 
createRegisterTask(AbstractNioChannel<?>, ChannelFuture) - Method in class org.jboss.netty.channel.socket.nio.NioWorker
 
createWorker(Executor) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
Create a new Worker which uses the given Executor to service IO
createWorker(Executor) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramWorkerPool
 
createWorker(Executor) - Method in class org.jboss.netty.channel.socket.nio.NioWorkerPool
 
CRLF - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a CR ('\r') or LF ('\n').
CSEQ - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"CSeq"
ctx - Variable in class org.jboss.netty.handler.execution.ChannelEventRunnable
 
cumulation - Variable in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
CURRENT - Static variable in interface org.jboss.netty.util.ThreadNameDeterminer
ThreadNameDeterminer that rejects the proposed thread name and retains the current one.
customHeaders - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 

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
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"
DATE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.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, Object) - Method in class org.jboss.netty.handler.codec.compression.ZlibDecoder
 
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, ChannelBuffer, VoidEnum) - Method in class org.jboss.netty.handler.codec.http.websocket.WebSocketFrameDecoder
Deprecated.
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, VoidEnum) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, WebSocket08FrameDecoder.State) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, VoidEnum) - Method in class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.marshalling.MarshallingDecoder
 
decode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.oneone.OneToOneDecoder
Transforms the specified received message into another message and return the transformed message.
decode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.protobuf.ProtobufDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
 
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) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
decode(ChannelHandlerContext, Channel, ChannelBuffer, HttpMessageDecoder.State) - Method in class org.jboss.netty.handler.codec.rtsp.RtspMessageDecoder
 
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, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
 
decode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
 
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
 
decodeComponent(String) - Static method in class org.jboss.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
decodeComponent(String, Charset) - Static method in class org.jboss.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
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, VoidEnum) - Method in class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
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) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
decodeLast(ChannelHandlerContext, Channel, ChannelBuffer, CompatibleObjectDecoderState) - Method in class org.jboss.netty.handler.codec.serialization.CompatibleObjectDecoder
Deprecated.
 
decodeLast(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
 
DecoderEmbedder<E> - 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.
decompose(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
Same with CompositeChannelBuffer.slice(int, int) except that this method returns a list.
decreaseCounter(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
DEFAULT_CHARSET - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
Default character set (UTF-8)
DEFAULT_CHECK_INTERVAL - Static variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Default delay between two checks: 1s
DEFAULT_MAX_COMPOSITEBUFFER_COMPONENTS - Static variable in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
DEFAULT_MAX_COMPOSITEBUFFER_COMPONENTS - Static variable in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
 
DEFAULT_MAX_FRAME_SIZE - Static variable in class org.jboss.netty.handler.codec.http.websocket.WebSocketFrameDecoder
Deprecated.
 
DefaultChannelConfig - Class in org.jboss.netty.channel
The default SocketChannelConfig implementation.
DefaultChannelConfig() - Constructor for class org.jboss.netty.channel.DefaultChannelConfig
 
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
 
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.
DefaultFileRegion - Class in org.jboss.netty.channel
 
DefaultFileRegion(FileChannel, long, long) - Constructor for class org.jboss.netty.channel.DefaultFileRegion
 
DefaultFileRegion(FileChannel, long, long, boolean) - Constructor for class org.jboss.netty.channel.DefaultFileRegion
 
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.
DefaultHttpChunkTrailer - Class in org.jboss.netty.handler.codec.http
The default HttpChunkTrailer implementation.
DefaultHttpChunkTrailer() - Constructor for class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
DefaultHttpDataFactory - Class in org.jboss.netty.handler.codec.http.multipart
Default factory giving Attribute and FileUpload according to constructor Attribute and FileUpload could be :
- MemoryAttribute, DiskAttribute or MixedAttribute
- MemoryFileUpload, DiskFileUpload or MixedFileUpload
according to the constructor.
DefaultHttpDataFactory() - Constructor for class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be in memory if less than default size (16KB).
DefaultHttpDataFactory(boolean) - Constructor for class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be always on Disk if useDisk is True, else always in Memory if False
DefaultHttpDataFactory(long) - Constructor for class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be on Disk if the size of the file is greater than minSize, else it will be in memory.
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
 
DefaultMarshallerProvider - Class in org.jboss.netty.handler.codec.marshalling
Default implementation of MarshallerProvider which just create a new Marshaller on ever DefaultMarshallerProvider.getMarshaller(ChannelHandlerContext) call.
DefaultMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.netty.handler.codec.marshalling.DefaultMarshallerProvider
Create 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
 
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.
DefaultSpdyDataFrame - Class in org.jboss.netty.handler.codec.spdy
The default SpdyDataFrame implementation.
DefaultSpdyDataFrame(int) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyDataFrame
Creates a new instance.
DefaultSpdyGoAwayFrame - Class in org.jboss.netty.handler.codec.spdy
The default SpdyGoAwayFrame implementation.
DefaultSpdyGoAwayFrame(int) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyGoAwayFrame(int, int) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyGoAwayFrame(int, SpdySessionStatus) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyHeaderBlock - Class in org.jboss.netty.handler.codec.spdy
The default SpdyHeaderBlock implementation.
DefaultSpdyHeaderBlock() - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
Creates a new instance.
DefaultSpdyHeadersFrame - Class in org.jboss.netty.handler.codec.spdy
The default SpdyHeadersFrame implementation.
DefaultSpdyHeadersFrame(int) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
Creates a new instance.
DefaultSpdyNoOpFrame - Class in org.jboss.netty.handler.codec.spdy
The default SpdyNoOpFrame implementation.
DefaultSpdyNoOpFrame() - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyNoOpFrame
 
DefaultSpdyPingFrame - Class in org.jboss.netty.handler.codec.spdy
The default SpdyPingFrame implementation.
DefaultSpdyPingFrame(int) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyPingFrame
Creates a new instance.
DefaultSpdyRstStreamFrame - Class in org.jboss.netty.handler.codec.spdy
The default SpdyRstStreamFrame implementation.
DefaultSpdyRstStreamFrame(int, int) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
Creates a new instance.
DefaultSpdyRstStreamFrame(int, SpdyStreamStatus) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
Creates a new instance.
DefaultSpdySettingsFrame - Class in org.jboss.netty.handler.codec.spdy
The default SpdySettingsFrame implementation.
DefaultSpdySettingsFrame() - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
DefaultSpdySynReplyFrame - Class in org.jboss.netty.handler.codec.spdy
The default SpdySynReplyFrame implementation.
DefaultSpdySynReplyFrame(int) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
Creates a new instance.
DefaultSpdySynStreamFrame - Class in org.jboss.netty.handler.codec.spdy
The default SpdySynStreamFrame implementation.
DefaultSpdySynStreamFrame(int, int, byte) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
Creates a new instance.
DefaultSpdyWindowUpdateFrame - Class in org.jboss.netty.handler.codec.spdy
The default SpdyWindowUpdateFrame implementation.
DefaultSpdyWindowUpdateFrame(int, int) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
Creates a new instance.
DefaultUnmarshallerProvider - Class in org.jboss.netty.handler.codec.marshalling
Default implementation of UnmarshallerProvider which will just create a new Unmarshaller on every call to DefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)
DefaultUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
Create a new instance of DefaultMarshallerProvider
DefaultWebSocketFrame - Class in org.jboss.netty.handler.codec.http.websocket
Deprecated.
Use org.jboss.netty.handler.codec.http.websocketx instead. The default WebSocketFrame implementation.
DefaultWebSocketFrame() - Constructor for class org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame
Deprecated.
Creates a new empty text frame.
DefaultWebSocketFrame(String) - Constructor for class org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame
Deprecated.
Creates a new text frame from with the specified string.
DefaultWebSocketFrame(int, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame
Deprecated.
Creates a new frame with the specified frame type and the specified data.
DefaultWriteCompletionEvent - Class in org.jboss.netty.channel
The default WriteCompletionEvent implementation.
DefaultWriteCompletionEvent(Channel, long) - Constructor for class org.jboss.netty.channel.DefaultWriteCompletionEvent
Creates a new instance.
definedSize - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
DEFLATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"deflate"
DEFLATE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.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.
delete() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
delete() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
delete() - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
delete() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
deleteOnExit() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
deleteOnExit() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
deleteOnExit() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
deleteOnExitTemporaryFile - Static variable in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
deleteOnExitTemporaryFile - Static variable in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
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, boolean, 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.
DelimiterBasedFrameDecoder(int, boolean, 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.
DESCRIBE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspMethods
The DESCRIBE method retrieves the description of a presentation or media object identified by the request URL from a server.
DESTINATION - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"destination"
DESTINATION_UNREACHABLE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
462 Destination unreachable
destroy() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
destroy() - Method in class org.jboss.netty.channel.socket.nio.ShareableWorkerPool
Destroy the ShareableWorkerPool and release all resources.
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.CompositeChannelBuffer
 
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() - 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.
disconnectRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
 
DiskAttribute - Class in org.jboss.netty.handler.codec.http.multipart
Disk implementation of Attributes
DiskAttribute(String) - Constructor for class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
Constructor used for huge Attribute
DiskAttribute(String, String) - Constructor for class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
DiskFileUpload - Class in org.jboss.netty.handler.codec.http.multipart
Disk FileUpload implementation that stores file into real files
DiskFileUpload(String, String, String, String, Charset, long) - Constructor for class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
doAccounting(TrafficCounter) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Called each time the accounting is computed from the TrafficCounters.
doEncode(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.oneone.OneToOneEncoder
 
doEncode(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.oneone.OneToOneStrictEncoder
 
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.
doRun() - Method in class org.jboss.netty.handler.execution.ChannelDownstreamEventRunnable
Send the ChannelEvent downstream
doRun() - Method in class org.jboss.netty.handler.execution.ChannelEventRunnable
 
doRun() - Method in class org.jboss.netty.handler.execution.ChannelUpstreamEventRunnable
Sends the event upstream.
DOUBLE_QUOTE - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
Double quote '"'
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
Creates a new big-endian dynamic buffer with the specified estimated data length using the specified factory.
dynamicBuffer(ByteOrder, int, ChannelBufferFactory) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new dynamic buffer with the specified endianness and the specified estimated data length using the specified factory.
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

e - Variable in class org.jboss.netty.handler.execution.ChannelEventRunnable
 
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.compression.JdkZlibEncoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.compression.ZlibEncoder
 
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.http.websocket.WebSocketFrameEncoder
Deprecated.
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.marshalling.MarshallingEncoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.oneone.OneToOneEncoder
Transforms the specified message into another message and return the transformed message.
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.protobuf.ProtobufVarint32LengthFieldPrepender
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.rtsp.RtspMessageEncoder
 
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
 
encodeInitialLine(ChannelBuffer, HttpMessage) - Method in class org.jboss.netty.handler.codec.rtsp.RtspRequestEncoder
 
encodeInitialLine(ChannelBuffer, HttpMessage) - Method in class org.jboss.netty.handler.codec.rtsp.RtspResponseEncoder
 
EncoderEmbedder<E> - 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.
ensureWritableBytes(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
ensureWritableBytes(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Makes sure the number of the writable bytes is equal to or greater than the specified value.
ensureWritableBytes(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
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 - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
Equals '='
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
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
equals(Object) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
 
equals(Object) - Method in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
 
equals(Object) - Method in class org.jboss.netty.handler.ipfilter.CIDR
 
equals(Object) - Method in class org.jboss.netty.handler.ipfilter.IpSubnet
 
equals(Object) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
 
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.http.websocketx.WebSocketServerProtocolHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
Calls Channel.close() if a TooLongFrameException was thrown
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.handler.queue.BlockingReadHandler
 
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(ChannelPipeline, Runnable) - Method in class org.jboss.netty.channel.AbstractChannelSink
This implementation just directly call Runnable.run().
execute(Runnable) - Method in interface org.jboss.netty.channel.ChannelPipeline
Schedules the specified task to be executed in the I/O thread associated with this pipeline's Channel.
execute(ChannelPipeline, Runnable) - Method in interface org.jboss.netty.channel.ChannelSink
Execute the given Runnable later in the io-thread.
execute(Runnable) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
execute(ChannelPipeline, Runnable) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannelSink
 
execute(ChannelPipeline, Runnable) - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannelSink
 
execute(Runnable) - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
execute(Runnable) - Method in class org.jboss.netty.handler.execution.ChainedExecutor
Execute the passed ChannelEventRunnable with the current Executor if the ChannelEventRunnableFilter match.
execute(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
execute(Runnable) - Method in class org.jboss.netty.handler.execution.OrderedDownstreamThreadPoolExecutor
 
execute(Runnable) - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor.ChildExecutor
 
execute(Runnable) - Method in class org.jboss.netty.util.VirtualExecutorService
 
executeInIoThread(Runnable) - Method in interface org.jboss.netty.channel.socket.Worker
Execute the given Runnable in the IO-Thread.
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.
ExecutionHandler(Executor, boolean) - Constructor for class org.jboss.netty.handler.execution.ExecutionHandler
Deprecated.
ExecutionHandler(Executor, boolean, boolean) - Constructor for class org.jboss.netty.handler.execution.ExecutionHandler
Creates a new instance with the specified Executor.
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"
EXPIRES - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.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.
extractFrame(ChannelBuffer, int, int) - Method in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
Extract the sub-region of the specified buffer.
extractFrame(ChannelBuffer, int, int) - Method in class org.jboss.netty.handler.codec.marshalling.MarshallingDecoder
 
extractFrame(ChannelBuffer, int, int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoder
 

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
 
FAILED_DEPENDENCY - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
424 Failed Dependency (WebDAV, RFC4918)
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.
file - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
FileRegion - Interface in org.jboss.netty.channel
A region of a file that is sent via a Channel which supports zero-copy file transfer.
FileUpload - Interface in org.jboss.netty.handler.codec.http.multipart
FileUpload interface that could be in memory, on temporary file or any other implementations.
filter(ChannelEventRunnable) - Method in class org.jboss.netty.handler.execution.ChannelDownstreamEventRunnableFilter
 
filter(ChannelEventRunnable) - Method in interface org.jboss.netty.handler.execution.ChannelEventRunnableFilter
Return true if the ChannelEventRunnable should get handled by the Executor
filter(ChannelEventRunnable) - Method in class org.jboss.netty.handler.execution.ChannelUpstreamEventRunnableFilter
 
finalizeRequest() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Finalize the request by preparing the Header in the request and returns the request ready to be sent.
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.
finishHandshake(Channel, HttpResponse) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Validates and finishes the opening handshake initiated by WebSocketClientHandshaker.handshake(org.jboss.netty.channel.Channel)}.
finishHandshake(Channel, HttpResponse) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
Process server response: HTTP/1.1 101 WebSocket Protocol Handshake Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Origin: http://example.com Sec-WebSocket-Location: ws://example.com/demo Sec-WebSocket-Protocol: sample 8jKS'y:G*Co,Wxa-
finishHandshake(Channel, HttpResponse) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
Process server response: HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo= Sec-WebSocket-Protocol: chat
finishHandshake(Channel, HttpResponse) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
Process server response: HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo= Sec-WebSocket-Protocol: chat
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.
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.
fireChannelClosedLater(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 once the io-thread runs again.
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.
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.
fireChannelDisconnectedLater(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 once the io-thread runs again.
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(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.
fireChannelInterestChangedLater(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 once the io-thread runs again.
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.
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.
fireChannelUnboundLater(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 once the io-thread runs again.
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.
fireExceptionCaughtLater(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 once the io-thread runs again.
fireExceptionCaughtLater(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 once the io-thread runs again.
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, 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.
fireWriteComplete(Channel, long) - 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, long) - 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.
fireWriteCompleteLater(Channel, long) - Static method in class org.jboss.netty.channel.Channels
Sends a "writeComplete" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel in the next io-thread.
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
FixedLengthFrameDecoder(int, boolean) - 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.
FixedReceiveBufferSizePredictorFactory - Class in org.jboss.netty.channel
The ReceiveBufferSizePredictorFactory that returns a FixedReceiveBufferSizePredictor with the pre-defined configuration.
FixedReceiveBufferSizePredictorFactory(int) - Constructor for class org.jboss.netty.channel.FixedReceiveBufferSizePredictorFactory
Creates a new factory that returns a FixedReceiveBufferSizePredictor which always returns the same prediction of the specified buffer size.
FLOW_CONTROL_ERROR - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
7 Flow Control Error
flush() - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
flush() - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
Sends the queued write requests to the downstream.
flush(boolean) - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
Sends the queued write requests to the downstream.
FORBIDDEN - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
403 Forbidden
FORBIDDEN - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
403 Forbidden
FOUND - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
302 Found
FRAME_TOO_LARGE - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
11 Frame Too Large
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"
FROM - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.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
GATEWAY_TIMEOUT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
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(String) - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
get(Class<T>) - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
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.
get() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
get() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
get() - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Returns the contents of the file item as an array of bytes.
get() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
get() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
get(int) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Returns the element at the specified position in this list
GET_PARAMETER - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspMethods
The GET_PARAMETER request retrieves the value of a parameter of a presentation or stream specified in the URI.
getActualSubprotocol() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the subprotocol response sent by the server.
getAggregatedText() - Method in class org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Aggregated text returned by decoder on the final continuation frame of a fragmented text message
getAllIdleTimeInMillis() - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
Return the allIdleTime that was given when instance this class in milliseconds.
getAssociatedToStreamID() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
getAssociatedToStreamId() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
getAssociatedToStreamID(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
getAssociatedToStreamId(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-Associated-To-Stream-ID" header.
getAssociatedToStreamID() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
getAssociatedToStreamId() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
Returns the Associated-To-Stream-ID of this frame.
getAttachment() - Method in class org.jboss.netty.channel.AbstractChannel
 
getAttachment() - Method in interface org.jboss.netty.channel.Channel
Retrieves an object which is attached to this Channel.
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.
getBaseAddress() - Method in class org.jboss.netty.handler.ipfilter.CIDR
 
getBaseDirectory() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getBaseDirectory() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
getBaseDirectory() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
getBinaryData() - Method in class org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame
Deprecated.
 
getBinaryData() - Method in interface org.jboss.netty.handler.codec.http.websocket.WebSocketFrame
Deprecated.
Returns the content of this frame as-is, with no UTF-8 decoding.
getBinaryData() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
Returns binary data
getBodyHttpData(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
This method returns the first InterfaceHttpData with the given name from body.
getBodyHttpDatas() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
This method returns a List of all HttpDatas from body.
getBodyHttpDatas(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
This method returns a List of all HttpDatas with the given name from body.
getBodyListAttributes() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
This method returns a List of all InterfaceHttpData from body part.
getBuffer(int) - Method in class org.jboss.netty.buffer.AbstractChannelBufferFactory
 
getBuffer(byte[], int, 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(byte[], int, int) - Method in interface org.jboss.netty.buffer.ChannelBufferFactory
Returns a ChannelBuffer whose content is equal to the sub-region of the specified array.
getBuffer(ByteOrder, byte[], int, int) - Method in interface org.jboss.netty.buffer.ChannelBufferFactory
Returns a ChannelBuffer whose content is equal to the sub-region of the specified array.
getBuffer(ByteBuffer) - Method in interface org.jboss.netty.buffer.ChannelBufferFactory
Returns a ChannelBuffer whose content is equal to the sub-region of the specified nioBuffer.
getBuffer(int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
Returns the ChannelBuffer portion of this CompositeChannelBuffer that contains the specified index.
getBuffer(ByteOrder, int) - Method in class org.jboss.netty.buffer.DirectChannelBufferFactory
 
getBuffer(ByteOrder, byte[], int, int) - Method in class org.jboss.netty.buffer.DirectChannelBufferFactory
 
getBuffer(ByteBuffer) - Method in class org.jboss.netty.buffer.DirectChannelBufferFactory
 
getBuffer(ByteOrder, int) - Method in class org.jboss.netty.buffer.HeapChannelBufferFactory
 
getBuffer(ByteOrder, byte[], int, int) - Method in class org.jboss.netty.buffer.HeapChannelBufferFactory
 
getBuffer(ByteBuffer) - 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.StaticChannelPipeline
Deprecated.
 
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
 
getChannelBuffer() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getChannelBuffer() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
Utility to go from a In Memory FileUpload to a Disk (or another implementation) FileUpload
getChannelBuffer() - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Returns the content of the file item as a ChannelBuffer
getChannelBuffer() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
getChannelBuffer() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
getChar(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
getChar(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 2-byte UTF-16 character at the specified absolute index in this buffer.
getCharset() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
getCharset() - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Returns the Charset passed by the browser or null if not defined.
getCharset() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
getCharset() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
getCheckInterval() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
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
 
getChildExecutor(ChannelEvent) - Method in class org.jboss.netty.handler.execution.OrderedDownstreamThreadPoolExecutor
 
getChildExecutor(ChannelEvent) - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
getChildExecutorKey(ChannelEvent) - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
getChildExecutorKeySet() - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
getChunk(int) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getChunk(int) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getChunk(int) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Returns a ChannelBuffer for the content from the current position with at most length read bytes, increasing the current position of the Bytes read.
getChunk(int) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
getChunk(int) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
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.
getCloseOnSSLException() - Method in class org.jboss.netty.handler.ssl.SslHandler
 
getCode() - Method in class org.jboss.netty.handler.codec.http.HttpResponseStatus
Returns the code of this status.
getCode() - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
Returns the code of this status.
getCode() - Method in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
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 class org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
getConfig() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
 
getConfig() - Method in interface org.jboss.netty.channel.socket.ServerSocketChannel
 
getConfig() - Method in interface org.jboss.netty.channel.socket.SocketChannel
 
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.DefaultHttpChunkTrailer
 
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
Deprecated.
getContentLength(long) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
Deprecated.
getContentLength(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the length of the content.
getContentLength(HttpMessage, long) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the length of the content.
getContentLength() - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
getContentLength(long) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
getContentTransferEncoding() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
getContentTransferEncoding() - Method in interface org.jboss.netty.handler.codec.http.multipart.FileUpload
Returns the Content-Transfer-Encoding
getContentTransferEncoding() - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
getContentTransferEncoding() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
getContentType() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
getContentType() - Method in interface org.jboss.netty.handler.codec.http.multipart.FileUpload
Returns the content type passed by the browser or null if not defined.
getContentType() - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
getContentType() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
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(String) - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
getContext(ChannelHandler) - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
getContext(Class<? extends ChannelHandler>) - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
getContext() - Method in class org.jboss.netty.handler.execution.ChannelEventRunnable
Returns the ChannelHandlerContext which will be used to send the ChannelEvent upstream.
getCount() - Method in class org.jboss.netty.channel.DefaultFileRegion
 
getCount() - Method in interface org.jboss.netty.channel.FileRegion
Returns the number of bytes to transfer.
getCumulativeReadBytes() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getCumulativeWrittenBytes() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
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.
getCurrentReadBytes() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getCurrentWrittenBytes() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getData() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
getData() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyDataFrame
Returns the data payload of this frame.
getDecoder(Charset) - Static method in class org.jboss.netty.util.CharsetUtil
Returns a cached thread-local CharsetDecoder for the specified charset.
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).
getDeltaWindowSize() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
getDeltaWindowSize() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Returns the Delta-Window-Size of this frame.
getDiskFilename() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getDiskFilename() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
getDiskFilename() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
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
 
getDouble(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
getDouble(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 64-bit floating point number at the specified absolute index in this buffer.
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.
getEncoder(Charset) - Static method in class org.jboss.netty.util.CharsetUtil
Returns a cached thread-local CharsetEncoder for the specified charset.
getEndAddress() - Method in class org.jboss.netty.handler.ipfilter.CIDR
 
getEndAddress() - Method in class org.jboss.netty.handler.ipfilter.CIDR4
 
getEndAddress() - Method in class org.jboss.netty.handler.ipfilter.CIDR6
 
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.
getExpectedSubprotocol() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the CSV of requested subprotocol(s) sent to the server as specified in 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.
getFallback() - Method in class org.jboss.netty.logging.OsgiLoggerFactory
 
getFile() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getFile() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getFile() - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
 
getFile() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
getFile() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
getFilename() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
getFilename() - Method in interface org.jboss.netty.handler.codec.http.multipart.FileUpload
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
getFilename() - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
getFilename() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
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
 
getFirst() - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
getFloat(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
getFloat(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 32-bit floating point number at the specified absolute index in this buffer.
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.DefaultHttpChunkTrailer
 
getHeader(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
getHeader(String) - Method in interface org.jboss.netty.handler.codec.http.HttpChunkTrailer
Returns the trailing header value with the specified header name.
getHeader(HttpMessage, String) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the header value with the specified header name.
getHeader(HttpMessage, String, String) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the header value with the specified header name.
getHeader(String) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns the header value with the specified header name.
getHeader(String) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
getHeader(String) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeaderBlock
Returns the header value with the specified header name.
getHeader(SpdyHeaderBlock, String) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the header value with the specified header name.
getHeader(SpdyHeaderBlock, String, String) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the header value with the specified header name.
getHeaderNames() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
getHeaderNames() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
getHeaderNames() - Method in interface org.jboss.netty.handler.codec.http.HttpChunkTrailer
Returns the Set of all trailing header names that this trailer contains.
getHeaderNames() - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns the Set of all header names that this message contains.
getHeaderNames() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
getHeaderNames() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeaderBlock
Returns the Set of all header names that this block contains.
getHeaders(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
getHeaders() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
getHeaders(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
getHeaders() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
getHeaders(String) - Method in interface org.jboss.netty.handler.codec.http.HttpChunkTrailer
Returns the trailing header values with the specified header name.
getHeaders() - Method in interface org.jboss.netty.handler.codec.http.HttpChunkTrailer
Returns the all header names and values that this trailer contains.
getHeaders(String) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns the header values with the specified header name.
getHeaders() - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns the all header names and values that this message contains.
getHeaders(String) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
getHeaders() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
getHeaders(String) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeaderBlock
Returns the header values with the specified header name.
getHeaders() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeaderBlock
Returns all header names and values that this block contains.
getHost(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the value of the "Host" header.
getHost(HttpMessage, String) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the value of the "Host" header.
getHost(SpdyHeaderBlock) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the SPDY host header.
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
getHttpDataType() - Method in interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpData
 
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
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.
getID() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
getId() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
getID() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyPingFrame
Deprecated.
getId() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyPingFrame
Returns the ID of this frame.
getIDs() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
getIds() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
getIDs() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Deprecated.
getIds() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Returns a Set of the setting IDs.
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
 
getIntHeader(HttpMessage, String) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the integer header value with the specified header name.
getIntHeader(HttpMessage, String, int) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the integer header value with the specified header name.
getIpV4FromIpV6(Inet6Address) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
Compute a byte representation of IpV4 from a IpV6
getIpV6FromIpV4(Inet4Address) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
Compute a byte representation of IpV6 from a IpV4
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
 
getLast() - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
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.
getLastCumulativeTime() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getLastGoodStreamID() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
getLastGoodStreamId() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
getLastGoodStreamID() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyGoAwayFrame
Deprecated.
getLastGoodStreamId() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyGoAwayFrame
Returns the Last-good-stream-ID of this frame.
getLastReadBytes() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getLastReadThroughput() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getLastTime() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getLastWriteThroughput() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getLastWrittenBytes() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
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".
getMarshaller(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.marshalling.DefaultMarshallerProvider
 
getMarshaller(ChannelHandlerContext) - Method in interface org.jboss.netty.handler.codec.marshalling.MarshallerProvider
Get a Marshaller for the given ChannelHandlerContext
getMarshaller(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
 
getMask() - Method in class org.jboss.netty.handler.ipfilter.CIDR
 
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.
getMaxChannelMemorySize() - Method in class org.jboss.netty.handler.execution.OrderedDownstreamThreadPoolExecutor
Returns 0L
getMaxCumulationBufferCapacity() - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
See FrameDecoder.setMaxCumulationBufferCapacity(int) for explaintation of this setting
getMaxCumulationBufferComponents() - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
Returns the maximum number of components in the cumulation buffer.
getMaxCumulationBufferComponents() - Method in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
Returns the maximum number of components in the cumulation buffer.
getMaxFramePayloadLength() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the max length for any frame's payload
getMaxFramePayloadLength() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the max length for any frame's payload
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.
getMaxTotalMemorySize() - Method in class org.jboss.netty.handler.execution.OrderedDownstreamThreadPoolExecutor
Returns 0L
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.
getMethod(SpdyHeaderBlock) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
getMethod(int, SpdyHeaderBlock) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the HttpMethod represented by the HTTP method header.
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.
getName() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
getName() - Method in interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpData
Returns the name of this InterfaceHttpData.
getName() - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
getName() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
getName() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
getName() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getNames() - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns the List of the handler names.
getNames() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
getNames() - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
getNetworkInterface() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
getNetworkInterface() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
getNotifyChannelFuturesOnShutdown() - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Returns if the ChannelFuture's of the ChannelEventRunnable's should be notified about the shutdown of this MemoryAwareThreadPoolExecutor.
getObjectSizeEstimator() - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Returns the ObjectSizeEstimator of this pool.
getObjectSizeEstimator() - Method in class org.jboss.netty.handler.execution.OrderedDownstreamThreadPoolExecutor
Return null
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.
getPattern() - Method in class org.jboss.netty.handler.ipfilter.PatternRule
returns the pattern.
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.
getPipeline() - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
Returns the ChannelPipeline that handles the input.
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 each 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
 
getPosition() - Method in class org.jboss.netty.channel.DefaultFileRegion
 
getPosition() - Method in interface org.jboss.netty.channel.FileRegion
Returns the offset in the file where the transfer began.
getPostfix() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getPostfix() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
getPostfix() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
getPredictor() - Method in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictorFactory
 
getPredictor() - Method in class org.jboss.netty.channel.FixedReceiveBufferSizePredictorFactory
 
getPredictor() - Method in interface org.jboss.netty.channel.ReceiveBufferSizePredictorFactory
Returns a newly created ReceiveBufferSizePredictor.
getPrefix() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getPrefix() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
getPrefix() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
getPriority() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
getPriority(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-Priority" header.
getPriority() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
Returns the priority of the stream.
getProtocol(SSLEngine) - Method in class org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
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.
getQueue() - Method in class org.jboss.netty.handler.queue.BlockingReadHandler
Returns the queue which stores the received messages.
getQueue() - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
Returns the queue which stores the write requests.
getReaderIdleTimeInMillis() - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
Return the readerIdleTime that was given when instance this class in milliseconds.
getReasonPhrase() - Method in class org.jboss.netty.handler.codec.http.HttpResponseStatus
Returns the reason phrase of this status.
getReasonText() - Method in class org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Returns the reason text as per RFC 6455 If a reason text is not supplied, an empty string is returned.
getReceiveBufferSize() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
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
getReceiveBufferSize() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
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.NioSocketChannelConfig
Returns the ReceiveBufferSizePredictor which predicts the number of readable bytes in the socket receive buffer.
getReceiveBufferSizePredictorFactory() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Returns the ReceiveBufferSizePredictorFactory which creates a new ReceiveBufferSizePredictor when a new channel is created and no ReceiveBufferSizePredictor was set.
getReceiveBufferSizePredictorFactory() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
getReceiveBufferSizePredictorFactory() - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Returns the ReceiveBufferSizePredictorFactory which creates a new ReceiveBufferSizePredictor when a new channel is created and no ReceiveBufferSizePredictor was set.
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
 
getRsv() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
Bits used for extensions to the standard.
getScheme(SpdyHeaderBlock) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
getScheme(int, SpdyHeaderBlock) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the value of the URL scheme header.
getScheme(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-Scheme" header.
getSelectedSubprotocol() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the selected subprotocol.
getSendBufferSize() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
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
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
 
getSink() - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
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
getSslContext() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Returns the SSLContext which is used to establish an HTTPS connection.
getSSLEngineInboundCloseFuture() - Method in class org.jboss.netty.handler.ssl.SslHandler
Return the ChannelFuture that will get notified if the inbound of the SSLEngine will get closed.
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.
getStatus() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
getStatus() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
getStatus() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyGoAwayFrame
Returns the status of this frame.
getStatus(SpdyHeaderBlock) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
getStatus(int, SpdyHeaderBlock) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the HttpResponseStatus represented by the HTTP response status header.
getStatus() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyRstStreamFrame
Returns the status of this frame.
getStatusCode() - Method in class org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Returns the closing status code as per RFC 6455.
getStatusPhrase() - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
Returns the status phrase of this status.
getStatusPhrase() - Method in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
Returns the status phrase of this status.
getStreamID() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
getStreamId() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
getStreamID() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
getStreamId() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
getStreamID() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
getStreamId() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
getStreamID() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
getStreamId() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
getStreamID() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
getStreamId() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
getStreamID() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
getStreamId() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
getStreamID() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyDataFrame
Deprecated.
getStreamId() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyDataFrame
Returns the Stream-ID of this frame.
getStreamID() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeadersFrame
Deprecated.
getStreamId() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeadersFrame
Returns the Stream-ID of this frame.
getStreamID(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
getStreamId(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-Stream-ID" header.
getStreamID() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyRstStreamFrame
Deprecated.
getStreamId() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyRstStreamFrame
Returns the Stream-ID of this frame.
getStreamID() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynReplyFrame
Deprecated.
getStreamId() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynReplyFrame
Returns the Stream-ID of this frame.
getStreamID() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
Deprecated.
getStreamId() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
Returns the Stream-ID of this frame.
getStreamID() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Deprecated.
getStreamId() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Returns the Stream-ID of this frame.
getString() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getString(Charset) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getString() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getString(Charset) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getString() - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Returns the contents of the file item as a String, using the default character encoding.
getString(Charset) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Returns the contents of the file item as a String, using the specified charset.
getString() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
getString(Charset) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
getString() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
getString(Charset) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
getSubprotocols() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the CSV of supported sub protocols
getSucceededFuture() - Method in class org.jboss.netty.channel.AbstractChannel
Returns the cached SucceededChannelFuture instance.
getTargetContentEncoding(String) - Method in class org.jboss.netty.handler.codec.http.HttpContentCompressor
 
getTargetContentEncoding(String) - Method in class org.jboss.netty.handler.codec.http.HttpContentDecoder
Returns the expected content encoding of the decoded content.
getTargetContentEncoding(String) - Method in class org.jboss.netty.handler.codec.http.HttpContentEncoder
Returns the expected content encoding of the encoded content.
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".
getText() - Method in class org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Returns the text data in this frame
getText() - Method in class org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
Returns the text data in this frame
getTextData() - Method in class org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame
Deprecated.
 
getTextData() - Method in interface org.jboss.netty.handler.codec.http.websocket.WebSocketFrame
Deprecated.
Converts the content of this frame into a UTF-8 string and returns the converted string.
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
Returns the write timeout of the specified event.
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
getTimeToLive() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
getTrafficClass() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
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
getTrafficCounter() - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
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.
getType() - Method in class org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame
Deprecated.
 
getType() - Method in interface org.jboss.netty.handler.codec.http.websocket.WebSocketFrame
Deprecated.
Returns the type of this frame.
getUnacquiredPoolSize() - Method in class org.jboss.netty.handler.ssl.SslBufferPool
Returns the number of bytes which were allocated but have not been acquired yet.
getUnmarshaller(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in interface org.jboss.netty.handler.codec.marshalling.UnmarshallerProvider
Get the Unmarshaller for the given ChannelHandlerContext
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.
getUrl(SpdyHeaderBlock) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
getUrl(int, SpdyHeaderBlock) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the value of the URL path header.
getUrl(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-URL" header.
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
 
getValue() - Method in interface org.jboss.netty.handler.codec.http.multipart.Attribute
Returns the value of this HttpData.
getValue() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
getValue() - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
getValue() - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
getValue() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
getValue(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
getValue(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Returns the value of the setting ID.
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
 
getVersion() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Version of the web socket specification that is being used
getVersion() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the version of the specification being supported
getVersion(SpdyHeaderBlock) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
getVersion(int, SpdyHeaderBlock) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the HttpVersion represented by the HTTP version header.
getWebSocketUrl() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the URI to the web socket. e.g.
getWebSocketUrl() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the URL of the web socket
getWorker() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
getWorker() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
 
getWriteBufferHighWaterMark() - Method in interface org.jboss.netty.channel.socket.nio.NioChannelConfig
Returns the high water mark of the write buffer.
getWriteBufferLowWaterMark() - Method in interface org.jboss.netty.channel.socket.nio.NioChannelConfig
Returns the low water mark of the write buffer.
getWriterIdleTimeInMillis() - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
Return the writerIdleTime that was given when instance this class in milliseconds.
getWriteSpinCount() - Method in interface org.jboss.netty.channel.socket.nio.NioChannelConfig
Returns the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
getWrittenAmount() - Method in class org.jboss.netty.channel.DefaultWriteCompletionEvent
 
getWrittenAmount() - Method in interface org.jboss.netty.channel.WriteCompletionEvent
Returns the amount of data written.
GlobalTrafficShapingHandler - Class in org.jboss.netty.handler.traffic
This implementation of the AbstractTrafficShapingHandler is for global traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels.
GlobalTrafficShapingHandler(Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(Timer, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(Timer) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(ObjectSizeEstimator, Timer, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(ObjectSizeEstimator, Timer) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GONE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
410 Gone
GONE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
410 Gone
GZIP - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"gzip"
GZIP - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"gzip"

H

handleAllowedChannel(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
 
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.compression.JdkZlibEncoder
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.compression.ZlibEncoder
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.http.HttpClientCodec
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.http.HttpServerCodec
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.oneone.OneToOneEncoder
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpCodec
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
 
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
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
handleReadSuspend(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.execution.ExecutionHandler
Handle suspended reads
handleRefusedChannel(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
Called when the channel has the CONNECTED status and the channel was refused by a previous call to accept().
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.http.HttpClientCodec
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.http.HttpServerCodec
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.oneone.OneToOneDecoder
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpCodec
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.execution.ExecutionHandler
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.ipfilter.OneIpFilterHandler
 
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.codec.http.websocketx.WebSocketClientHandshaker
Begins the opening handshake
handshake(Channel) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
Sends the opening request to the server: GET /demo HTTP/1.1 Upgrade: WebSocket Connection: Upgrade Host: example.com Origin: http://example.com Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5 Sec-WebSocket-Key2: 12998 5 Y3 1 .P00 ^n:ds[4U
handshake(Channel) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
/** Sends the opening request to the server: GET /chat HTTP/1.1 Host: server.example.com Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ== Sec-WebSocket-Origin: http://example.com Sec-WebSocket-Protocol: chat, superchat Sec-WebSocket-Version: 8
handshake(Channel) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
/** Sends the opening request to the server: GET /chat HTTP/1.1 Host: server.example.com Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ== Sec-WebSocket-Origin: http://example.com Sec-WebSocket-Protocol: chat, superchat Sec-WebSocket-Version: 13
handshake(Channel, HttpRequest) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the opening handshake
handshake(Channel, HttpRequest) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Handle the web socket handshake for the web socket specification HyBi version 0 and lower.
handshake(Channel, HttpRequest) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Handle the web socket handshake for the web socket specification HyBi version 8 to 10.
handshake(Channel, HttpRequest) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Handle the web socket handshake for the web socket specification HyBi versions 13-17.
handshake() - Method in class org.jboss.netty.handler.ssl.SslHandler
Starts an SSL / TLS handshake for the specified channel.
handshake(Channel) - Method in class org.jboss.netty.handler.ssl.SslHandler
Deprecated.
HANDSHAKE_LISTENER - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
hasArray() - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
hasArray() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns true if and only if this buffer has a backing byte array.
hasArray() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
hasArray() - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
hasArray() - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
hasArray() - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
hasArray() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
hasArray() - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
hasArray() - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
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 ID 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
 
hashCode() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
hashCode() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
hashCode() - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
hashCode() - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
hashCode() - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
hashCode() - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
 
hashCode() - Method in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
 
hashCode() - Method in class org.jboss.netty.handler.ipfilter.CIDR
 
hashCode() - Method in class org.jboss.netty.handler.ipfilter.IpSubnet
 
hashCode() - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
 
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.
hasNext() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
True if at current status, there is an available decoded InterfaceHttpData from the Body.
hasNextChunk() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
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.
HEADER_FIELD_NOT_VALID - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
456 Header Field Not Valid for Resource
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(String) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Create a ChannelBuffer from the given hex dump
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"
HOST - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Host"
HOST - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":host"
HT - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
Horizontal tab
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.
HttpChunkTrailer - Interface in org.jboss.netty.handler.codec.http
The last HttpChunk which has trailing headers.
HttpClientCodec - Class in org.jboss.netty.handler.codec.http
A combination of HttpRequestEncoder and HttpResponseDecoder which enables easier client side HTTP implementation.
HttpClientCodec() - Constructor for class org.jboss.netty.handler.codec.http.HttpClientCodec
Creates a new instance with the default decoder options (maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192)).
HttpClientCodec(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, int, boolean) - Constructor for class org.jboss.netty.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpConstants - Class in org.jboss.netty.handler.codec.http
 
HttpContentCompressor - Class in org.jboss.netty.handler.codec.http
Compresses an HttpMessage and an HttpChunk in gzip or deflate encoding while respecting the "Accept-Encoding" header.
HttpContentCompressor() - Constructor for class org.jboss.netty.handler.codec.http.HttpContentCompressor
Creates a new handler with the default compression level (6), default window size (15) and default memory level (8).
HttpContentCompressor(int) - Constructor for class org.jboss.netty.handler.codec.http.HttpContentCompressor
Creates a new handler with the specified compression level, default window size (15) and default memory level (8).
HttpContentCompressor(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http.HttpContentCompressor
Creates a new handler with the specified compression level, window size, and memory level..
HttpContentDecoder - Class in org.jboss.netty.handler.codec.http
Decodes the content of the received HttpRequest and HttpChunk.
HttpContentDecoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpContentDecoder
Creates a new instance.
HttpContentDecompressor - Class in org.jboss.netty.handler.codec.http
Decompresses an HttpMessage and an HttpChunk compressed in gzip or deflate encoding.
HttpContentDecompressor() - Constructor for class org.jboss.netty.handler.codec.http.HttpContentDecompressor
 
HttpContentEncoder - Class in org.jboss.netty.handler.codec.http
Encodes the content of the outbound HttpResponse and HttpChunk.
HttpContentEncoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpContentEncoder
Creates a new instance.
HttpData - Interface in org.jboss.netty.handler.codec.http.multipart
Extended interface for InterfaceHttpData
HttpDataFactory - Interface in org.jboss.netty.handler.codec.http.multipart
Interface to enable creation of InterfaceHttpData objects
HttpHeaders - Class in org.jboss.netty.handler.codec.http
Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses an HttpMessage.
HttpHeaders.Names - Class in org.jboss.netty.handler.codec.http
Standard and CORS 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.
HttpPostRequestDecoder - Class in org.jboss.netty.handler.codec.http.multipart
This decoder will decode Body and can handle POST BODY.
HttpPostRequestDecoder(HttpRequest) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
HttpPostRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
HttpPostRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
HttpPostRequestDecoder.EndOfDataDecoderException - Exception in org.jboss.netty.handler.codec.http.multipart
Exception when the body is fully decoded, even if there is still data
HttpPostRequestDecoder.EndOfDataDecoderException() - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
 
HttpPostRequestDecoder.ErrorDataDecoderException - Exception in org.jboss.netty.handler.codec.http.multipart
Exception when an error occurs while decoding
HttpPostRequestDecoder.ErrorDataDecoderException() - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
HttpPostRequestDecoder.ErrorDataDecoderException(String) - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
HttpPostRequestDecoder.ErrorDataDecoderException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
HttpPostRequestDecoder.ErrorDataDecoderException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
HttpPostRequestDecoder.IncompatibleDataDecoderException - Exception in org.jboss.netty.handler.codec.http.multipart
Exception when an unappropriated method was called on a request
HttpPostRequestDecoder.IncompatibleDataDecoderException() - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
 
HttpPostRequestDecoder.IncompatibleDataDecoderException(String) - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
 
HttpPostRequestDecoder.IncompatibleDataDecoderException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
 
HttpPostRequestDecoder.IncompatibleDataDecoderException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
 
HttpPostRequestDecoder.NotEnoughDataDecoderException - Exception in org.jboss.netty.handler.codec.http.multipart
Exception when try reading data from request in chunked format, and not enough data are available (need more chunks)
HttpPostRequestDecoder.NotEnoughDataDecoderException() - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
HttpPostRequestDecoder.NotEnoughDataDecoderException(String) - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
HttpPostRequestDecoder.NotEnoughDataDecoderException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
HttpPostRequestDecoder.NotEnoughDataDecoderException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
HttpPostRequestEncoder - Class in org.jboss.netty.handler.codec.http.multipart
This encoder will help to encode Request for a FORM as POST.
HttpPostRequestEncoder(HttpRequest, boolean) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean, Charset) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
HttpPostRequestEncoder.ErrorDataEncoderException - Exception in org.jboss.netty.handler.codec.http.multipart
Exception when an error occurs while encoding
HttpPostRequestEncoder.ErrorDataEncoderException() - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
HttpPostRequestEncoder.ErrorDataEncoderException(String) - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
HttpPostRequestEncoder.ErrorDataEncoderException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
HttpPostRequestEncoder.ErrorDataEncoderException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
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 (8192), and maxChunkSize (8192).
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
 
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 (8192), and maxChunkSize (8192).
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
 
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.
HttpServerCodec - Class in org.jboss.netty.handler.codec.http
A combination of HttpRequestDecoder and HttpResponseEncoder which enables easier server side HTTP implementation.
HttpServerCodec() - Constructor for class org.jboss.netty.handler.codec.http.HttpServerCodec
Creates a new instance with the default decoder options (maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192)).
HttpServerCodec(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http.HttpServerCodec
Creates a new instance with the specified decoder options.
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
HttpVersion(String, boolean) - 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
HttpVersion(String, int, int, boolean) - 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"
IDENTITY - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.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
 
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
 
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_MATCH - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"If-Match"
IF_MODIFIED_SINCE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"If-Modified-Since"
IF_MODIFIED_SINCE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.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 place 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
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.
INSUFFICIENT_STORAGE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
507 Insufficient Storage (WebDAV, RFC4918)
InterfaceHttpData - Interface in org.jboss.netty.handler.codec.http.multipart
Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
InterfaceHttpData.HttpDataType - Enum in org.jboss.netty.handler.codec.http.multipart
 
INTERLEAVED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"interleaved"
INTERNAL_ERROR - Static variable in class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
2 Internal Error
INTERNAL_ERROR - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
6 Internal Error
INTERNAL_SERVER_ERROR - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
500 Internal Server Error
INTERNAL_SERVER_ERROR - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
500 Internal Server Error
InternalAttribute - Class in org.jboss.netty.handler.codec.http.multipart
This Attribute is only for Encoder use to insert special command between object if needed (like Multipart Mixed mode)
InternalAttribute() - Constructor for class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
internalBuffer() - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
Returns the internal cumulative buffer of this decoder.
internalBuffer() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
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.
InternetProtocolFamily - Enum in org.jboss.netty.channel.socket
Internet Protocol (IP) families
INVALID_CREDENTIALS - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
10 Invalid Credentials
INVALID_RANGE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
457 Invalid Range
INVALID_STREAM - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
2 Invalid Stream
IpFilteringHandler - Interface in org.jboss.netty.handler.ipfilter
The Interface IpFilteringHandler.
IpFilteringHandlerImpl - Class in org.jboss.netty.handler.ipfilter
General class that handle Ip Filtering.
IpFilteringHandlerImpl() - Constructor for class org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
 
IpFilterListener - Interface in org.jboss.netty.handler.ipfilter
The listener interface for receiving ipFilter events.
IpFilterRule - Interface in org.jboss.netty.handler.ipfilter
This Interface defines an Ip Filter Rule.
IpFilterRuleHandler - Class in org.jboss.netty.handler.ipfilter
Implementation of Filter of IP based on ALLOW and DENY rules.
IpFilterRuleHandler(List<IpFilterRule>) - Constructor for class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Constructor from a new list of IpFilterRule
IpFilterRuleHandler() - Constructor for class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Empty constructor (no IpFilterRule in the List at construction).
IpFilterRuleList - Class in org.jboss.netty.handler.ipfilter
The Class IpFilterRuleList is a helper class to generate a List of Rules from a string.
IpFilterRuleList(String) - Constructor for class org.jboss.netty.handler.ipfilter.IpFilterRuleList
Instantiates a new ip filter rule list.
IpSet - Interface in org.jboss.netty.handler.ipfilter
This Interface defines an IpSet object.
IpSubnet - Class in org.jboss.netty.handler.ipfilter
This class allows to check if an IP V4 or V6 Address is contained in a subnet.
IpSubnet() - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnet
Create IpSubnet for ALL (used for ALLOW or DENY ALL)
IpSubnet(String) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnet
Create IpSubnet using the CIDR or normal Notation
i.e.
IpSubnet(InetAddress, int) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnet
Create IpSubnet using the CIDR Notation
IpSubnet(InetAddress, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnet
Create IpSubnet using the normal Notation
IpSubnetFilterRule - Class in org.jboss.netty.handler.ipfilter
Ip V4 and Ip V6 filter rule.
IpSubnetFilterRule(boolean) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
Constructor for a ALLOW or DENY ALL
IpSubnetFilterRule(boolean, InetAddress, int) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
IpSubnetFilterRule(boolean, InetAddress, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
IpSubnetFilterRule(boolean, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
IpV4Subnet - Class in org.jboss.netty.handler.ipfilter
This class allows to check if an IP-V4-Address is contained in a subnet.
IpV4Subnet() - Constructor for class org.jboss.netty.handler.ipfilter.IpV4Subnet
Create IpV4Subnet for ALL (used for ALLOW or DENY ALL)
IpV4Subnet(String) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4Subnet
Create IpV4Subnet using the CIDR or normal Notation
i.e.: IpV4Subnet subnet = new IpV4Subnet("10.10.10.0/24"); or IpV4Subnet subnet = new IpV4Subnet("10.10.10.0/255.255.255.0");
IpV4Subnet(InetAddress, int) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4Subnet
Create IpV4Subnet using the CIDR Notation
IpV4Subnet(InetAddress, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4Subnet
Create IpV4Subnet using the normal Notation
IpV4SubnetFilterRule - Class in org.jboss.netty.handler.ipfilter
IpV4 only Filter Rule
IpV4SubnetFilterRule(boolean) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
Constructor for a ALLOW or DENY ALL
IpV4SubnetFilterRule(boolean, InetAddress, int) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
IpV4SubnetFilterRule(boolean, InetAddress, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
IpV4SubnetFilterRule(boolean, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
is100ContinueExpected(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns true if and only if the specified message contains the "Expect: 100-continue" header.
isAllowRule() - Method in interface org.jboss.netty.handler.ipfilter.IpFilterRule
 
isAllowRule() - Method in class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
isAllowRule() - Method in class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
isAllowRule() - Method in class org.jboss.netty.handler.ipfilter.PatternRule
 
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
 
isAttached() - Method in class org.jboss.netty.channel.StaticChannelPipeline
Deprecated.
 
isBinary() - Method in class org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame
Deprecated.
 
isBinary() - Method in interface org.jboss.netty.handler.codec.http.websocket.WebSocketFrame
Deprecated.
Returns true if and only if the content of this frame is an arbitrary binary data.
isBlocked(ChannelHandlerContext) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
Internal method to test if the current channel is blocked.
isBound() - Method in interface org.jboss.netty.channel.Channel
Returns true if and only if this channel is bound to a local address.
isBound() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
isBound() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
 
isBroadcast() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
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 this message does not have any content but the HttpChunks, which is generated by HttpMessageDecoder consecutively, contain the actual content.
isChunked() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
isClosed() - Method in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
 
isClosed() - Method in class org.jboss.netty.handler.codec.compression.ZlibDecoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - Method in class org.jboss.netty.handler.codec.compression.ZlibEncoder
 
isClosed() - Method in class org.jboss.netty.handler.queue.BlockingReadHandler
Returns true if and only if the Channel associated with this handler has been closed.
isCompleted() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
isCompleted() - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
 
isCompleted() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
isCompleted() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
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
 
isCompressed() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
isCompressed() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyDataFrame
Deprecated.
Removed from SPDY specification.
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.
isConnected() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
isConnected() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
 
isConsolidateOnFlush() - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
 
isContentAlwaysEmpty(HttpMessage) - Method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
 
isContentAlwaysEmpty(HttpMessage) - Method in class org.jboss.netty.handler.codec.rtsp.RtspMessageDecoder
 
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
 
isDecodingRequest() - Method in class org.jboss.netty.handler.codec.rtsp.RtspRequestDecoder
 
isDecodingRequest() - Method in class org.jboss.netty.handler.codec.rtsp.RtspResponseDecoder
 
isDenyRule() - Method in interface org.jboss.netty.handler.ipfilter.IpFilterRule
 
isDenyRule() - Method in class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
isDenyRule() - Method in class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
isDenyRule() - Method in class org.jboss.netty.handler.ipfilter.PatternRule
 
isDirect() - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
isDirect() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns true if and only if this buffer is backed by an NIO direct buffer.
isDirect() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
isDirect() - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
isDirect() - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
isDirect() - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
isDirect() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
isDirect() - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
isDirect() - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
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
 
isEmpty() - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Returns true if this list contains no elements
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.
isEnableRenegotiation() - Method in class org.jboss.netty.handler.ssl.SslHandler
Returns true if and only if TLS renegotiation is enabled.
isEnableSslSessionCreation() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Returns true if new SSLSessions may be established by an SSLEngine.
isEncrypted(ChannelBuffer) - Static method in class org.jboss.netty.handler.ssl.SslHandler
Returns true if the given ChannelBuffer is encrypted.
isEndOfInput() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
isEndOfInput() - Method in class org.jboss.netty.handler.stream.ChunkedFile
 
isEndOfInput() - Method in interface org.jboss.netty.handler.stream.ChunkedInput
Return true if and only if there is no