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
 
AbstractNioBossPool<E extends Boss> - Class in org.jboss.netty.channel.socket.nio
 
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 and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and using default Check Interval value of 1000L ms and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and using default Check Interval value of 1000L ms and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(Timer) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and using NO LIMIT and default Check Interval value of 1000L ms and default max time as delay allowed value of 15000L ms.
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 value of 1000L ms and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(Timer, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and using NO LIMIT and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and using NO LIMIT and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(Timer, long, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator.
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator.
AbstractTrafficShapingHandler.SimpleObjectSizeEstimator - Class in org.jboss.netty.handler.traffic
For simple ChannelBuffer, returns the readableBytes, else use standard DefaultObjectSizeEstimator.
AbstractTrafficShapingHandler.SimpleObjectSizeEstimator() - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler.SimpleObjectSizeEstimator
 
accelerationFactor() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
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() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of started SSL/TLS handshakes in server mode.
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
acceptGood() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully established SSL/TLS sessions in server mode.
acceptRenegotiate() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of start renegotiations in server mode.
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(String, Object) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Object) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and value.
add(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and values.
add(HttpHeaders) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Adds all header entries of the specified headers.
add(String, Object) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
add(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
add(String, Object) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and value.
add(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and values.
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
 
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
 
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
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.
addDateHeader(HttpMessage, String, Date) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Adds a new date header with the specified name and value.
addFirst(String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Inserts a ChannelHandler at the first position of this pipeline.
addFirst(String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
addHeader(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(SpdyHeadersFrame, 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
 
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, SpdyVersion) - 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
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.DefaultSpdyHeadersFrame
 
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
 
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.codec.spdy.SpdyFrameCodec
 
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
 
beginHandshake() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
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.
bindAsync() - Method in class org.jboss.netty.bootstrap.ServerBootstrap
Bind a channel asynchronous to the local address specified in the current "localAddress" option.
bindAsync(SocketAddress) - Method in class org.jboss.netty.bootstrap.ServerBootstrap
Bind a channel asynchronous to the specified local address.
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.
Boss - Interface in org.jboss.netty.channel.socket.nio
Serves the boss tasks like connecting/accepting
BossPool<E extends Boss> - Interface in org.jboss.netty.channel.socket.nio
A Pool that holds Boss instances
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.
bufferPool() - Method in class org.jboss.netty.handler.ssl.SslContext
Returns the SslBufferPool used by the SSLEngine and SslHandler created by this context.
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
cacheFull() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of sessions that were removed because the maximum session cache size was exceeded.
calculateSize(Object) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
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
 
cbHits() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully retrieved sessions from the external session cache in server mode.
certificate() - Method in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
Returns the generated X.509 certificate file in PEM format.
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
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
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.AbstractTrafficShapingHandler
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
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.
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.
channelTrafficCounters() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
To allow for instance doAccounting to use the TrafficCounter per channel.
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, 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, 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.
checkReadableBytes(int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
Throws an IndexOutOfBoundsException the length is not 0.
checkSize(long) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
checkSize(long) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Check if the new size is not reaching the max limit allowed.
checkSize(long) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
checkSize(long) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
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
cipherSuites() - Method in class org.jboss.netty.handler.ssl.JdkSslContext
 
cipherSuites() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
 
cipherSuites() - Method in class org.jboss.netty.handler.ssl.SslContext
Returns the list of enabled cipher suites, in the order of preference.
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.HttpPostMultipartRequestDecoder
 
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.
cleanFiles() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
cleanFiles() - Method in interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
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
 
cleanup(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
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.buffer.EmptyChannelBuffer
 
clear() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
clear() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
clear() - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Removes all headers from this HttpMessage.
clear() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
clear() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes all headers from this frame.
clear() - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Clear the list
clearHeaders(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Removes all headers from the specified message.
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.
ClientCookieDecoder - Class in org.jboss.netty.handler.codec.http.cookie
A RFC6265 compliant cookie decoder to be used client side.
ClientCookieEncoder - Class in org.jboss.netty.handler.codec.http.cookie
A RFC6265 compliant cookie encoder to be used client side, so only name=value pairs are sent.
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(SelectionKey) - Method in class org.jboss.netty.channel.socket.nio.NioClientBoss
 
close(SelectionKey) - Method in class org.jboss.netty.channel.socket.nio.NioServerBoss
 
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.WebSocketServerHandshaker07
Echo back the closing frame and close the connection
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() - 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.
closeInbound() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
closeOutbound() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
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
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 ','
comment() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
comment() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
commentUrl() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
commentUrl() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
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).
compareAndSetNext(FairOrderedMemoryAwareThreadPoolExecutor.EventTask, FairOrderedMemoryAwareThreadPoolExecutor.EventTask, FairOrderedMemoryAwareThreadPoolExecutor.EventTask) - Method in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
 
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.cookie.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
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.
configureChannel(long, long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
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
connect() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of started SSL/TLS handshakes in client mode.
connectGood() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully established SSL/TLS sessions in client mode.
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.
connectRenegotiate() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of start renegotiations in client mode.
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.
ConnectTimeoutException - Exception in org.jboss.netty.channel
ConnectException which will be thrown if a connection could not be established because of a connection timeout.
ConnectTimeoutException(String) - Constructor for exception org.jboss.netty.channel.ConnectTimeoutException
 
ConnectTimeoutException() - Constructor for exception org.jboss.netty.channel.ConnectTimeoutException
 
contains(Object) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
contains(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
contains(String, String, boolean) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
contains(String) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Checks to see if there is a header with the specified name
contains(String, String, boolean) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns true if a header with the name and value exists.
contains(String) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
contains(String) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns true if and only if there is a header with the specified header name.
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
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"
context() - Method in class org.jboss.netty.handler.ssl.JdkSslClientContext
 
context() - Method in class org.jboss.netty.handler.ssl.JdkSslContext
Returns the JDK SSLContext object held by this context.
context() - Method in class org.jboss.netty.handler.ssl.JdkSslServerContext
 
context() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
Returns the SSL_CTX object of this context.
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, 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
Deprecated.
Use Cookie instead.
Cookie - Interface in org.jboss.netty.handler.codec.http.cookie
An interface defining 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.cookie
Parent of Client and Server side cookie decoders
CookieDecoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.cookie.CookieDecoder
 
CookieDecoder - Class in org.jboss.netty.handler.codec.http
Deprecated.
Use io.netty.handler.codec.http.cookie.ClientCookieDecoder or io.netty.handler.codec.http.cookie.ServerCookieDecoder instead. Decodes an HTTP header value into Cookies. This decoder can decode the HTTP cookie version 0, 1, and 2.
 HttpRequest req = ...;
 String value = req.getHeader("Cookie");
 Set<Cookie> cookies = CookieDecoder.decode(value);
 
CookieDecoder() - Constructor for class org.jboss.netty.handler.codec.http.CookieDecoder
Deprecated.
Creates a new decoder.
CookieDecoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.CookieDecoder
Deprecated.
Creates a new decoder.
CookieEncoder - Class in org.jboss.netty.handler.codec.http.cookie
Parent of Client and Server side cookie encoders
CookieEncoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.cookie.CookieEncoder
 
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.
CookieEncoder(boolean, boolean) - Constructor for class org.jboss.netty.handler.codec.http.CookieEncoder
Creates a new encoder.
CookieHeaderNames - Class in org.jboss.netty.handler.codec.http.cookie
 
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.
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
 
createByteArrayFromIpAddressString(String) - Static method in class org.jboss.netty.util.NetUtil
Creates an byte[] based on an ipAddressString.
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(Channel, ChannelFuture) - Method in class org.jboss.netty.channel.socket.nio.NioClientBoss
 
createRegisterTask(Channel, ChannelFuture) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramWorker
 
createRegisterTask(Channel, ChannelFuture) - Method in class org.jboss.netty.channel.socket.nio.NioServerBoss
 
createRegisterTask(Channel, ChannelFuture) - Method in class org.jboss.netty.channel.socket.nio.NioWorker
 
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(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
 
decode(String) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder
Decodes the specified Set-Cookie HTTP header value into a Cookie.
decode(String) - Method in class org.jboss.netty.handler.codec.http.cookie.ServerCookieDecoder
Decodes the specified Set-Cookie HTTP header value into a Cookie.
decode(String) - Method in class org.jboss.netty.handler.codec.http.CookieDecoder
Deprecated.
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.websocketx.WebSocket00FrameDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, WebSocket08FrameDecoder.State) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
decode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
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) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, SocksAuthRequestDecoder.State) - Method in class org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, SocksAuthResponseDecoder.State) - Method in class org.jboss.netty.handler.codec.socks.SocksAuthResponseDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, SocksCmdRequestDecoder.State) - Method in class org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, SocksCmdResponseDecoder.State) - Method in class org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, SocksInitRequestDecoder.State) - Method in class org.jboss.netty.handler.codec.socks.SocksInitRequestDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, SocksInitResponseDecoder.State) - Method in class org.jboss.netty.handler.codec.socks.SocksInitResponseDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
decode(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.
decodeHeaderBlock(ChannelBuffer, SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
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
 
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_TIME - Static variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Default max delay in case of traffic shaping (during which no communication will occur).
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.
defaultClientProvider() - Static method in class org.jboss.netty.handler.ssl.SslContext
Returns the default client-side implementation provider currently in use.
DefaultCookie - Class in org.jboss.netty.handler.codec.http.cookie
The default Cookie implementation.
DefaultCookie(String, String) - Constructor for class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
Creates a new cookie with the specified name and value.
DefaultCookie - Class in org.jboss.netty.handler.codec.http
Deprecated.
Use io.netty.handler.codec.http.cookie.DefaultCookie instead.
DefaultCookie(String, String) - Constructor for class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
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.
DefaultHttpHeaders - Class in org.jboss.netty.handler.codec.http
 
DefaultHttpHeaders() - Constructor for class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpHeaders(boolean) - Constructor for class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
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
 
defaultServerProvider() - Static method in class org.jboss.netty.handler.ssl.SslContext
Returns the default server-side implementation provider currently in use.
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.
DefaultSpdyHeaders - Class in org.jboss.netty.handler.codec.spdy
 
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.
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
 
DefaultSpdyStreamFrame - Class in org.jboss.netty.handler.codec.spdy
The default SpdyStreamFrame implementation.
DefaultSpdyStreamFrame(int) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyStreamFrame
Creates a new instance.
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
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
 
delete() - Method in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
Deletes the generated X.509 certificate file and RSA private key file.
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.EmptyChannelBuffer
 
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.
doAccounting(TrafficCounter) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
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.FairOrderedDownstreamThreadPoolExecutor
Executes the specified task concurrently while maintaining the event order.
doExecute(Runnable) - Method in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
Executes the specified task concurrently while maintaining the event order.
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.
domain() - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Returns the domain of this Cookie.
DOMAIN - Static variable in class org.jboss.netty.handler.codec.http.cookie.CookieHeaderNames
 
domain() - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
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.
EMPTY_HEADERS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders
 
EMPTY_HEADERS - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
 
EmptyChannelBuffer - Class in org.jboss.netty.buffer
An immutable empty buffer implementation.
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(String, String) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookie into a Cookie header value.
encode(Cookie) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookie into a Cookie header value.
encode(Cookie...) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookies into a single Cookie header value.
encode(Iterable<? extends Cookie>) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookies into a single Cookie header value.
encode(String, String) - Method in class org.jboss.netty.handler.codec.http.cookie.ServerCookieEncoder
Encodes the specified cookie name-value pair into a Set-Cookie header value.
encode(Cookie) - Method in class org.jboss.netty.handler.codec.http.cookie.ServerCookieEncoder
Encodes the specified cookie into a Set-Cookie header value.
encode(Cookie...) - Method in class org.jboss.netty.handler.codec.http.cookie.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(Collection<? extends Cookie>) - Method in class org.jboss.netty.handler.codec.http.cookie.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(Iterable<? extends Cookie>) - Method in class org.jboss.netty.handler.codec.http.cookie.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
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.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.socks.SocksMessageEncoder
 
encode(SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.string.StringEncoder
 
encodeAsByteBuf(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.socks.SocksAuthRequest
 
encodeAsByteBuf(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.socks.SocksAuthResponse
 
encodeAsByteBuf(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.socks.SocksCmdRequest
 
encodeAsByteBuf(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.socks.SocksCmdResponse
 
encodeAsByteBuf(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.socks.SocksInitRequest
 
encodeAsByteBuf(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.socks.SocksInitResponse
 
encodeAsByteBuf(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.socks.SocksMessage
Encode socks message into its byte representation and write it into byteBuf
encodeAsByteBuf(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.socks.UnknownSocksMessage
 
encodeAsByteBuf(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.socks.UnknownSocksRequest
 
encodeAsByteBuf(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.socks.UnknownSocksResponse
 
encodeAscii(String, ChannelBuffer) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageEncoder
 
encodeDataFrame(int, boolean, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeGoAwayFrame(int, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeHeadersFrame(int, boolean, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
 
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
 
encodePingFrame(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
 
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.
encodeRstStreamFrame(int, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeSettingsFrame(SpdySettingsFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeSynReplyFrame(int, boolean, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeSynStreamFrame(int, int, byte, boolean, boolean, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeWindowUpdateFrame(int, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
 
engineGetTrustManagers() - Method in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
engineGetTrustManagers() - Method in class org.jboss.netty.handler.ssl.util.InsecureTrustManagerFactory
 
engineGetTrustManagers() - Method in class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory
Returns one trust manager for each type of trust material.
engineInit(KeyStore) - Method in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
engineInit(ManagerFactoryParameters) - Method in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
engineInit(KeyStore) - Method in class org.jboss.netty.handler.ssl.util.InsecureTrustManagerFactory
 
engineInit(ManagerFactoryParameters) - Method in class org.jboss.netty.handler.ssl.util.InsecureTrustManagerFactory
 
engineInit(KeyStore) - Method in class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory
Initializes this factory with a source of certificate authorities and related trust material.
engineInit(ManagerFactoryParameters) - Method in class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory
Initializes this factory with a source of provider-specific key material.
ensureAvailability() - Static method in class org.jboss.netty.handler.ssl.OpenSsl
Ensure that netty-tcnative and its OpenSSL support are available.
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
 
entries() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
entries() - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns a new List that contains all headers in this object.
entries() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
entries() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns all header names and values that this frame contains.
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.cookie.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.handler.traffic.AbstractTrafficShapingHandler.SimpleObjectSizeEstimator
 
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.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.FairOrderedDownstreamThreadPoolExecutor
 
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.handler.ssl.ImmediateExecutor
 
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, 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.cookie.CookieHeaderNames
 
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.FrameDecoder
Extract a Frame 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.
FairOrderedDownstreamThreadPoolExecutor - Class in org.jboss.netty.handler.execution
This is a fair alternative of OrderedDownstreamThreadPoolExecutor .
FairOrderedDownstreamThreadPoolExecutor(int) - Constructor for class org.jboss.netty.handler.execution.FairOrderedDownstreamThreadPoolExecutor
Creates a new instance.
FairOrderedDownstreamThreadPoolExecutor(int, long, TimeUnit) - Constructor for class org.jboss.netty.handler.execution.FairOrderedDownstreamThreadPoolExecutor
Creates a new instance.
FairOrderedDownstreamThreadPoolExecutor(int, long, TimeUnit, ThreadFactory) - Constructor for class org.jboss.netty.handler.execution.FairOrderedDownstreamThreadPoolExecutor
Creates a new instance.
FairOrderedMemoryAwareThreadPoolExecutor - Class in org.jboss.netty.handler.execution
This is a fair alternative of OrderedMemoryAwareThreadPoolExecutor .
FairOrderedMemoryAwareThreadPoolExecutor(int, long, long) - Constructor for class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
Creates a new instance.
FairOrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit) - Constructor for class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
Creates a new instance.
FairOrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ThreadFactory) - Constructor for class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
Creates a new instance.
FairOrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ObjectSizeEstimator, ThreadFactory) - Constructor for class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
Creates a new instance.
FairOrderedMemoryAwareThreadPoolExecutor.EventTask - Class in org.jboss.netty.handler.execution
 
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
 
finalize() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
 
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
 
FingerprintTrustManagerFactory - Class in org.jboss.netty.handler.ssl.util
An TrustManagerFactory that trusts an X.509 certificate whose SHA1 checksum matches.
FingerprintTrustManagerFactory(Iterable<String>) - Constructor for class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
Creates a new instance.
FingerprintTrustManagerFactory(String...) - Constructor for class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
Creates a new instance.
FingerprintTrustManagerFactory(byte[]...) - Constructor for class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
Creates a new instance.
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.WebSocketClientHandshaker07
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.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"
fromByte(byte) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.AddressType
 
fromByte(byte) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthScheme
 
fromByte(byte) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthStatus
 
fromByte(byte) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
 
fromByte(byte) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdType
 
fromByte(byte) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.ProtocolVersion
 
fromByte(byte) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.SubnegotiationVersion
 
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.handler.codec.http.DefaultHttpHeaders
 
get() - Static method in class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat
 
get(String) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the value of a header with the specified name.
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(String) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
get(String) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the header value with the specified header name.
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.
getAddressType() - Method in class org.jboss.netty.handler.codec.socks.SocksCmdRequest
Returns the AddressType of this SocksCmdRequest
getAddressType() - Method in class org.jboss.netty.handler.codec.socks.SocksCmdResponse
Returns the AddressType of this SocksCmdResponse
getAll(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
getAll(String) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the values of headers with the specified name
getAll(String) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
getAll(String) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the header values with the specified header name.
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(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
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.
getAuthScheme() - Method in class org.jboss.netty.handler.codec.socks.SocksInitResponse
Returns the AuthScheme of this SocksInitResponse
getAuthSchemes() - Method in class org.jboss.netty.handler.codec.socks.SocksInitRequest
Returns the List<AuthScheme> of this SocksInitRequest
getAuthStatus() - Method in class org.jboss.netty.handler.codec.socks.SocksAuthResponse
Returns the AuthStatus of this SocksAuthResponse
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.websocketx.WebSocketFrame
Returns binary data
getBodyHttpData(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
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.
getBodyHttpData(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
getBodyHttpData(String) - Method in interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
This method returns the first InterfaceHttpData with the given name from body.
getBodyHttpDatas() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
getBodyHttpDatas(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
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.
getBodyHttpDatas() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
getBodyHttpDatas(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
getBodyHttpDatas() - Method in interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
This method returns a List of all HttpDatas from body.
getBodyHttpDatas(String) - Method in interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
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
 
getByName(CharSequence) - Static method in class org.jboss.netty.util.NetUtil
Returns the Inet6Address representation of a CharSequence IP address.
getByName(CharSequence, boolean) - Static method in class org.jboss.netty.util.NetUtil
Returns the Inet6Address representation of a CharSequence IP address.
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
 
getByteValue() - Method in enum org.jboss.netty.handler.codec.socks.SocksMessage.AddressType
 
getByteValue() - Method in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthScheme
 
getByteValue() - Method in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthStatus
 
getByteValue() - Method in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
 
getByteValue() - Method in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdType
 
getByteValue() - Method in enum org.jboss.netty.handler.codec.socks.SocksMessage.ProtocolVersion
 
getByteValue() - Method in enum org.jboss.netty.handler.codec.socks.SocksMessage.SubnegotiationVersion
 
getCause() - Method in interface org.jboss.netty.channel.ChannelFuture
Returns the cause of the failed I/O operation if the I/O operation has failed.
getCause() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
getCause() - Method in class org.jboss.netty.channel.DefaultExceptionEvent
 
getCause() - Method in interface org.jboss.netty.channel.ExceptionEvent
Returns the raised exception.
getCause() - Method in class org.jboss.netty.channel.FailedChannelFuture
 
getCause() - Method in class org.jboss.netty.channel.SucceededChannelFuture
 
getChannel() - Method in interface org.jboss.netty.channel.ChannelEvent
Returns the Channel which is associated with this event.
getChannel() - Method in interface org.jboss.netty.channel.ChannelFuture
Returns a channel where the I/O operation associated with this future takes place.
getChannel() - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Returns the Channel that the ChannelPipeline belongs to.
getChannel() - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns the Channel that this pipeline is attached to.
getChannel() - Method in interface org.jboss.netty.channel.ChildChannelStateEvent
Returns the parent Channel which is associated with this event.
getChannel() - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
getChannel() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
getChannel() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
getChannel() - Method in class org.jboss.netty.channel.DefaultChildChannelStateEvent
 
getChannel() - Method in class org.jboss.netty.channel.DefaultExceptionEvent
 
getChannel() - Method in class org.jboss.netty.channel.DefaultWriteCompletionEvent
 
getChannel() - Method in class org.jboss.netty.channel.DownstreamChannelStateEvent
 
getChannel() - Method in class org.jboss.netty.channel.DownstreamMessageEvent
 
getChannel() - Method in class org.jboss.netty.channel.UpstreamChannelStateEvent
 
getChannel() - Method in class org.jboss.netty.channel.UpstreamMessageEvent
 
getChannel() - Method in class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
 
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.AbstractTrafficShapingHandler
 
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
 
getCmdStatus() - Method in class org.jboss.netty.handler.codec.socks.SocksCmdResponse
Returns the CmdStatus of this SocksCmdResponse
getCmdType() - Method in class org.jboss.netty.handler.codec.socks.SocksCmdRequest
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
Deprecated.
Use Cookie.comment() instead.
getComment() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
getCommentUrl() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Use Cookie.commentUrl() instead.
getCommentUrl() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
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(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.
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() - 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.
getDate(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the value of the "Date" header.
getDate(HttpMessage, Date) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the value of the "Date" header.
getDateHeader(HttpMessage, String) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the date header value with the specified header name.
getDateHeader(HttpMessage, String, Date) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns the date header value with the specified header name.
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).
getDelegatedTask() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
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
Deprecated.
Use Cookie.domain() instead.
getDomain() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
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.
getEnabledCipherSuites() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
getEnabledProtocols() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
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.
getEnableSessionCreation() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
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
 
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.
getHandshakeStatus() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
getHandshakeTimeout() - Method in class org.jboss.netty.handler.ssl.SslHandler
Return the timeout (in ms) after which the ChannelFuture of SslHandler.handshake() will be failed, while a handshake is in progress
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(SpdyHeadersFrame, String) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the header value with the specified header name.
getHeader(SpdyHeadersFrame, String, String) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the header value with the specified header name.
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() - Method in class org.jboss.netty.handler.codec.socks.SocksCmdRequest
Returns host that is used as a parameter in SocksMessage.CmdType
getHost(SpdyHeadersFrame) - 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 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 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
 
getInternalInterestOps() - Method in class org.jboss.netty.channel.AbstractChannel
 
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
getKey(ChannelEvent) - Method in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
 
getLast() - Method in interface org.jboss.netty.channel.ChannelPipeline
Returns the last ChannelHandler in this pipeline.
getLast() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
getLastActivityTimeMillis() - Method in class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
 
getLastActivityTimeMillis() - Method in interface org.jboss.netty.handler.timeout.IdleStateEvent
Returns the last time when I/O occurred in milliseconds.
getLastCumulativeTime() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getLastGoodStreamId() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
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
Deprecated.
Use Cookie.maxAge() instead.
getMaxAge() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
getMaxChannelMemorySize() - Method in class org.jboss.netty.handler.execution.FairOrderedDownstreamThreadPoolExecutor
Returns 0L
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
getMaxGlobalWriteSize() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
getMaxGlobalWriteSize() - Method in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
getMaxPoolSize() - Method in class org.jboss.netty.handler.ssl.SslBufferPool
Returns the maximum size of this pool in byte unit.
getMaxTimeWait() - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
getMaxTotalMemorySize() - Method in class org.jboss.netty.handler.execution.FairOrderedDownstreamThreadPoolExecutor
Returns 0L
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
getMaxWriteDelay() - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
getMaxWriteSize() - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
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
 
getMessage(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
 
getMessageType() - Method in class org.jboss.netty.handler.codec.socks.SocksMessage
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(int, SpdyHeadersFrame) - 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".
getMultipartDataBoundary(String) - Static method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Check from the request ContentType if this request is a Multipart request.
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
Deprecated.
Use Cookie.name() instead.
getName() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
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
 
getNeedClientAuth() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
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.FairOrderedDownstreamThreadPoolExecutor
Return null
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.
getPassword() - Method in class org.jboss.netty.handler.codec.socks.SocksAuthRequest
Returns password that needs to be validated
getPath() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Use Cookie.path() instead.
getPath() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
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
 
getPort() - Method in class org.jboss.netty.handler.codec.socks.SocksCmdRequest
Returns port that is used as a parameter in SocksMessage.CmdType
getPorts() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Use Cookie.ports() instead.
getPorts() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
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.
getProtocolVersion() - Method in class org.jboss.netty.handler.codec.socks.SocksMessage
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.
getReadChannelLimit() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
getReaderIdleTimeInMillis() - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
Return the readerIdleTime that was given when instance this class in milliseconds.
getReadLimit() - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
getRealWriteThroughput() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getRealWrittenBytes() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
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(int, SpdyHeadersFrame) - 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.
getSession() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
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
 
getSocksRequestType() - Method in class org.jboss.netty.handler.codec.socks.SocksRequest
Returns socks request type
getSocksResponseType() - Method in class org.jboss.netty.handler.codec.socks.SocksResponse
Returns socks response type
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(int, SpdyHeadersFrame) - 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.DefaultSpdyStreamFrame
 
getStreamId() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
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.SpdyStreamFrame
Returns the Stream-ID of this frame.
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.
getSupportedCipherSuites() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
getSupportedProtocols() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
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
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.
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(int, SpdyHeadersFrame) - 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.
getUseClientMode() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
getUserDefinedWritability(int) - Method in class org.jboss.netty.channel.AbstractChannel
 
getUserDefinedWritability(int) - Method in interface org.jboss.netty.channel.Channel
Returns true if and only if the user-defined writability flag at the specified index is set to true.
getUsername() - Method in class org.jboss.netty.handler.codec.socks.SocksAuthRequest
Returns username that needs to be authenticated
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
Deprecated.
Use Cookie.value() instead.
getValue() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
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.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
Deprecated.
Use Cookie.version() instead.
getVersion() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
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(int, SpdyHeadersFrame) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the HttpVersion represented by the HTTP version header.
getWantClientAuth() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
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.
getWriteChannelLimit() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
getWriteLimit() - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
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.
GlobalChannelTrafficCounter - Class in org.jboss.netty.handler.traffic
GlobalChannelTrafficCounter(GlobalChannelTrafficShapingHandler, Timer, String, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficCounter
 
GlobalChannelTrafficShapingHandler - Class in org.jboss.netty.handler.traffic
This implementation of the AbstractTrafficShapingHandler is for global and per channel traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels and a per channel limitation of the bandwidth.
GlobalChannelTrafficShapingHandler(Timer, long, long, long, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(Timer, long, long, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(Timer, long, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(Timer, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(Timer) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
GlobalChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
GlobalChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
GlobalChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
GlobalChannelTrafficShapingHandler(ObjectSizeEstimator, Timer) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
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, 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, 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.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
 
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.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.WebSocketClientHandshaker07
/** 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: 7
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.WebSocketServerHandshaker07
Handle the web socket handshake for the web socket specification HyBi version 7.
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_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.cookie.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.
HashedWheelTimer(ThreadFactory, ThreadNameDeterminer, 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.HttpPostMultipartRequestDecoder
 
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.
hasNext() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
hasNext() - Method in interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
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
headers() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
headers() - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Returns the headers of this message.
headers() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
headers() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeadersFrame
Returns the SpdyHeaders.
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.
hits() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully reused sessions.
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 () and default memory level ().
HttpContentCompressor(int) - Constructor for class org.jboss.netty.handler.codec.http.HttpContentCompressor
Creates a new handler with the specified compression level, default window size () and default memory level ().
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
HttpHeaderDateFormat - Class in org.jboss.netty.handler.codec.http
This DateFormat decodes 3 formats of Date, but only encodes the one, the first: Sun, 06 Nov 1994 08:49:37 GMT: standard specification, the only one with valid generation Sun, 06 Nov 1994 08:49:37 GMT: obsolete specification Sun Nov 6 08:49:37 1994: obsolete specification
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() - Constructor for class org.jboss.netty.handler.codec.http.HttpHeaders
 
HttpHeaders.Names - Class in org.jboss.netty.handler.codec.http
Standard HTTP header names.
HttpHeaders.Values - Class in org.jboss.netty.handler.codec.http
Standard HTTP header values.
HttpMessage - Interface in org.jboss.netty.handler.codec.http
An HTTP message which provides common properties for HttpRequest and HttpResponse.
HttpMessageDecoder - Class in org.jboss.netty.handler.codec.http
Decodes ChannelBuffers into HttpMessages and HttpChunks.
HttpMessageDecoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpMessageDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192).
HttpMessageDecoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http.HttpMessageDecoder
Creates a new instance with the specified parameters.
HttpMessageDecoder.State - Enum in org.jboss.netty.handler.codec.http
The internal state of HttpMessageDecoder.
HttpMessageEncoder - Class in org.jboss.netty.handler.codec.http
Encodes an HttpMessage or an HttpChunk into a ChannelBuffer.
HttpMessageEncoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpMessageEncoder
Creates a new instance.
HttpMethod - Class in org.jboss.netty.handler.codec.http
The request method of HTTP or its derived protocols, such as RTSP and ICAP.
HttpMethod(String) - Constructor for class org.jboss.netty.handler.codec.http.HttpMethod
Creates a new HTTP method with the specified name.
HTTPONLY - Static variable in class org.jboss.netty.handler.codec.http.cookie.CookieHeaderNames
 
HttpPostMultipartRequestDecoder - Class in org.jboss.netty.handler.codec.http.multipart
This decoder will decode Body and can handle POST BODY in multipart form.
HttpPostMultipartRequestDecoder(HttpRequest) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
HttpPostRequestDecoder - Class in org.jboss.netty.handler.codec.http.multipart
This decoder will decode Body and can handle POST BODY (both multipart and standard).
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.MultiPartStatus - Enum in org.jboss.netty.handler.codec.http.multipart
states follow NOTSTARTED PREAMBLE ( (HEADERDELIMITER DISPOSITION (FIELD | FILEUPLOAD))* (HEADERDELIMITER DISPOSITION MIXEDPREAMBLE (MIXEDDELIMITER MIXEDDISPOSITION MIXEDFILEUPLOAD)+ MIXEDCLOSEDELIMITER)* CLOSEDELIMITER)+ EPILOGUE First status is: NOSTARTED Content-type: multipart/form-data, boundary=AaB03x => PREAMBLE in Header --AaB03x => HEADERDELIMITER content-disposition: form-data; name="field1" => DISPOSITION Joe Blow => FIELD --AaB03x => HEADERDELIMITER content-disposition: form-data; name="pics" => DISPOSITION Content-type: multipart/mixed, boundary=BbC04y --BbC04y => MIXEDDELIMITER Content-disposition: attachment; filename="file1.txt" => MIXEDDISPOSITION Content-Type: text/plain ... contents of file1.txt ... => MIXEDFILEUPLOAD --BbC04y => MIXEDDELIMITER Content-disposition: file; filename="file2.gif" => MIXEDDISPOSITION Content-type: image/gif Content-Transfer-Encoding: binary ...contents of file2.gif... => MIXEDFILEUPLOAD --BbC04y-- => MIXEDCLOSEDELIMITER --AaB03x-- => CLOSEDELIMITER Once CLOSEDELIMITER is found, last status is EPILOGUE
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(HttpDataFactory, HttpRequest, boolean, Charset, HttpPostRequestEncoder.EncoderMode) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
HttpPostRequestEncoder.EncoderMode - Enum in org.jboss.netty.handler.codec.http.multipart
Different modes to use to encode form data.
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
 
HttpPostStandardRequestDecoder - Class in org.jboss.netty.handler.codec.http.multipart
This decoder will decode Body and can handle standard (non multipart) POST BODY.
HttpPostStandardRequestDecoder(HttpRequest) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
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, 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, 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"
ImmediateExecutor - Class in org.jboss.netty.handler.ssl
Executor which executes the command in the caller thread.
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.
informReadOperation(ChannelHandlerContext, long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
init() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
init() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
 
init() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
 
initCookie(String, int, int, int, int) - Method in class org.jboss.netty.handler.codec.http.cookie.CookieDecoder
 
initialValue(Channel) - Method in class org.jboss.netty.channel.ChannelLocal
Returns the initial value of the variable.
InsecureTrustManagerFactory - Class in org.jboss.netty.handler.ssl.util
An insecure TrustManagerFactory that trusts all X.509 certificates without any verification.
INSTANCE - Static variable in class org.jboss.netty.handler.ssl.ImmediateExecutor
The default instance.
INSTANCE - Static variable in class org.jboss.netty.handler.ssl.util.InsecureTrustManagerFactory
 
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
 
InterfaceHttpPostRequestDecoder - Interface 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(Charset) - 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.
internalSubmitWrite(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Deprecated.
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
 
isAvailable() - Static method in class org.jboss.netty.handler.ssl.OpenSsl
Returns true if and only if netty-tcnative and its OpenSSL support are available.
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
 
isClient() - Method in class org.jboss.netty.handler.ssl.JdkSslClientContext
 
isClient() - Method in class org.jboss.netty.handler.ssl.JdkSslServerContext
 
isClient() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
 
isClient() - Method in class org.jboss.netty.handler.ssl.SslContext
Returns the true if and only if this context is for client-side.
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
 
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
 
isContentLengthSet(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
 
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
Deprecated.
Not part of RFC6265
isDiscard() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
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.codec.http.DefaultHttpHeaders
 
isEmpty() - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Checks if no header exists.
isEmpty() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
isEmpty() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Checks if no header exists.
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 data left in the stream and the stream has reached at its end.
isEndOfInput() - Method in class org.jboss.netty.handler.stream.ChunkedNioFile
 
isEndOfInput() - Method in class org.jboss.netty.handler.stream.ChunkedNioStream
 
isEndOfInput() - Method in class org.jboss.netty.handler.stream.ChunkedStream
 
isEphemeral() - Method in class org.jboss.netty.channel.local.LocalAddress
Returns true if and only if this address is ephemeral.
isErrorEnabled() - Method in interface org.jboss.netty.logging.InternalLogger
Returns true if an ERROR level message is logged.
isExpired() - Method in interface org.jboss.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been expired.
isFinalFragment() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
Flag to indicate if this frame is the final fragment in a message.
isFireExceptionCaughtLater(ChannelEvent, Throwable) - Method in class org.jboss.netty.channel.AbstractChannelSink
Returns true if and only if the specified actualCause, which was raised while handling the specified event, must trigger an exceptionCaught() event in an I/O thread.
isFireExceptionCaughtLater(ChannelEvent, Throwable) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannelSink
 
isFireExceptionCaughtLater(ChannelEvent, Throwable) - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannelSink
 
isHandshakeComplete() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Flag to indicate if the opening handshake is complete
isHttpOnly() - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Checks to see if this Cookie can only be accessed via HTTP.
isHttpOnly() - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
isInboundDone() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
isInfoEnabled() - Method in interface org.jboss.netty.logging.InternalLogger
Returns true if an INFO level message is logged.
isInMemory() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
isInMemory() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
isInMemory() - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Provides a hint as to whether or not the file contents will be read from memory.
isInMemory() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
isInMemory() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
isInvalid() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
isInvalid() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeadersFrame
Returns true if this header block is invalid.
isIssueHandshake() - Method in class org.jboss.netty.handler.ssl.SslHandler
Returns true if the automatic handshake is enabled
isKeepAlive() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
isKeepAlive() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
isKeepAlive() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
isKeepAlive(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns true if and only if the connection can remain open and thus 'kept alive'.
isKeepAliveDefault() - Method in class org.jboss.netty.handler.codec.http.HttpVersion
Returns true if and only if the connection is kept alive unless the "Connection" header is set to "close" explicitly.
isLast() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunk
 
isLast() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
isLast() - Method in interface org.jboss.netty.handler.codec.http.HttpChunk
Returns true if and only if this chunk is the 'end of content' marker.
isLast() - Method in interface org.jboss.netty.handler.codec.http.HttpChunkTrailer
Always returns true.
isLast() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
isLast() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyStreamFrame
Returns true if this frame is the last frame to be transmitted on the stream.
isLoopbackModeDisabled() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
isLoopbackModeDisabled() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
isMultipart() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
isMultipart(HttpRequest) - Static method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Check if the given request is a multipart request
isMultipart() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
True if this request is a Multipart request
isMultipart() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
True if this request is a Multipart request
isMultipart() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
isMultipart() - Method in interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
True if this request is a Multipart request
ISO_8859_1 - Static variable in class org.jboss.netty.util.CharsetUtil
ISO Latin Alphabet No. 1, as known as ISO-LATIN-1
isOpen() - Method in class org.jboss.netty.channel.AbstractChannel
 
isOpen() - Method in interface org.jboss.netty.channel.Channel
Returns true if and only if this channel is open.
isOpen() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
 
isOutboundDone() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
isPartialFailure() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future have failed partially with some success.
isPartialFailure() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
isPartialSuccess() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future were partially successful with some failure.
isPartialSuccess() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
isPersisted(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isPersisted(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if this setting is persisted.
isPersistValue(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isPersistValue(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if this setting should be persisted.
isReadable() - Method in class org.jboss.netty.channel.AbstractChannel
 
isReadable() - Method in interface org.jboss.netty.channel.Channel
Returns true if and only if the I/O thread will read a message from this channel.
isRenamed - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
isReuseAddress() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
isReuseAddress() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
isReuseAddress() - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
isReuseAddress() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
isReuseAddress() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
isReuseAddress() - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
isReuseAddress() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
isSecure() - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Checks to see if this Cookie is secure
isSecure() - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
isServer() - Method in class org.jboss.netty.handler.ssl.SslContext
Returns true if and only if this context is for server-side.
isSet(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isSet(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if the setting ID has a value.
isShutdown() - Method in class org.jboss.netty.util.VirtualExecutorService
 
isSuccess() - Method in interface org.jboss.netty.channel.ChannelFuture
Returns true if and only if the I/O operation was completed successfully.
isSuccess() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
isSuccess() - Method in class org.jboss.netty.channel.FailedChannelFuture
 
isSuccess() - Method in class org.jboss.netty.channel.SucceededChannelFuture
 
isTcpNoDelay() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
isTcpNoDelay() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
isTcpNoDelay() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
isTerminated() - Method in class org.jboss.netty.util.VirtualExecutorService
 
isTransferEncodingChunked(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Checks to see if the transfer encoding in a specified HttpMessage is chunked
isTruncated() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
isTruncated() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeadersFrame
Returns true if this header block has been truncated due to length restrictions.
isUnfold() - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
isUnidirectional() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
isUnidirectional() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
Returns true if the stream created with this frame is to be considered half-closed to the receiver.
isUseDeadLockChecker() - Static method in class org.jboss.netty.channel.DefaultChannelFuture
Returns true if and only if the dead lock checker is enabled.
isValidIp4Word(String) - Static method in class org.jboss.netty.util.NetUtil
 
isValidIpV4Address(String) - Static method in class org.jboss.netty.util.NetUtil
Takes a string and parses it to see if it is a valid IPV4 address.
isValidIpV6Address(String) - Static method in class org.jboss.netty.util.NetUtil
 
isWarnEnabled() - Method in interface org.jboss.netty.logging.InternalLogger
Returns true if a WARN level message is logged.
isWritable() - Method in class org.jboss.netty.channel.AbstractChannel
 
isWritable() - Method in interface org.jboss.netty.channel.Channel
Returns true if and only if the I/O thread will perform the requested write operation immediately.
iterator() - Method in class org.jboss.netty.channel.ChannelLocal
Returns a read-only Iterator that holds all Map.Entry's of this ChannelLocal
iterator() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Returns the Iterator that enumerates all ChannelFutures which are associated with this future.
iterator() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
iterator() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
iterator() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
iterator() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
iterator() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
 

J

JBossLoggerFactory - Class in org.jboss.netty.logging
Logger factory which creates a JBoss Logging logger.
JBossLoggerFactory() - Constructor for class org.jboss.netty.logging.JBossLoggerFactory
 
JdkLoggerFactory - Class in org.jboss.netty.logging
Logger factory which creates a java.util.logging logger.
JdkLoggerFactory() - Constructor for class org.jboss.netty.logging.JdkLoggerFactory
 
JdkSslClientContext - Class in org.jboss.netty.handler.ssl
A client-side SslContext which uses JDK's SSL/TLS implementation.
JdkSslClientContext() - Constructor for class org.jboss.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslClientContext(File) - Constructor for class org.jboss.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslClientContext(TrustManagerFactory) - Constructor for class org.jboss.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslClientContext(File, TrustManagerFactory) - Constructor for class org.jboss.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslClientContext(SslBufferPool, File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Constructor for class org.jboss.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslContext - Class in org.jboss.netty.handler.ssl
An SslContext which uses JDK's SSL/TLS implementation.
JdkSslServerContext - Class in org.jboss.netty.handler.ssl
A server-side SslContext which uses JDK's SSL/TLS implementation.
JdkSslServerContext(File, File) - Constructor for class org.jboss.netty.handler.ssl.JdkSslServerContext
Creates a new instance.
JdkSslServerContext(File, File, String) - Constructor for class org.jboss.netty.handler.ssl.JdkSslServerContext
Creates a new instance.
JdkSslServerContext(SslBufferPool, File, File, String, Iterable<String>, Iterable<String>, long, long) - Constructor for class org.jboss.netty.handler.ssl.JdkSslServerContext
Creates a new instance.
JdkZlibEncoder - Class in org.jboss.netty.handler.codec.compression
Compresses a ChannelBuffer using the deflate algorithm.
JdkZlibEncoder() - Constructor for class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the default compression level (6) and the default wrapper (ZlibWrapper.ZLIB).
JdkZlibEncoder(int) - Constructor for class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the specified compressionLevel and the default wrapper (ZlibWrapper.ZLIB).
JdkZlibEncoder(ZlibWrapper) - Constructor for class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the default compression level (6) and the specified wrapper.
JdkZlibEncoder(ZlibWrapper, int) - Constructor for class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the specified compressionLevel and the specified wrapper.
JdkZlibEncoder(byte[]) - Constructor for class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the default compression level (6) and the specified preset dictionary.
JdkZlibEncoder(int, byte[]) - Constructor for class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the specified compressionLevel and the specified preset dictionary.
joinGroup(InetAddress) - Method in interface org.jboss.netty.channel.socket.DatagramChannel
Joins a multicast group.
joinGroup(InetSocketAddress, NetworkInterface) - Method in interface org.jboss.netty.channel.socket.DatagramChannel
Joins the specified multicast group at the specified interface.
joinGroup(InetAddress) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
Joins the specified multicast group at the specified interface using the specified source.

K

KEEP_ALIVE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"keep-alive"
KEEP_ALIVE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"keep-alive"
KEY_MANAGEMENT_FAILURE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
463 Key management failure
KEYMGMT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"KeyMgmt"

L

LAST_CHUNK - Static variable in interface org.jboss.netty.handler.codec.http.HttpChunk
The 'end of content' marker in chunked encoding.
LAST_MODIFIED - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Last-Modified"
LAST_MODIFIED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Last-Modified"
LAX - Static variable in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder
Lax instance that doesn't validate name and value
LAX - Static variable in class org.jboss.netty.handler.codec.http.cookie.ClientCookieEncoder
Lax instance that doesn't validate name and value
LAX - Static variable in class org.jboss.netty.handler.codec.http.cookie.ServerCookieDecoder
Lax instance that doesn't validate name and value
LAX - Static variable in class org.jboss.netty.handler.codec.http.cookie.ServerCookieEncoder
Lax instance that doesn't validate name and value
LAYERS - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"layers"
leaveGroup(InetAddress) - Method in interface org.jboss.netty.channel.socket.DatagramChannel
Leaves a multicast group.
leaveGroup(InetSocketAddress, NetworkInterface) - Method in interface org.jboss.netty.channel.socket.DatagramChannel
Leaves a multicast group on a specified local interface.
leaveGroup(InetAddress) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
Leave the specified multicast group at the specified interface using the specified source.
length() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
length() - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Returns the size in byte of the InterfaceHttpData
length() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
length() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
LENGTH_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
411 Length Required
LENGTH_REQUIRED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
411 Length Required
LengthFieldBasedFrameDecoder - Class in org.jboss.netty.handler.codec.frame
A decoder that splits the received ChannelBuffers dynamically by the value of the length field in the message.
LengthFieldBasedFrameDecoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
Creates a new instance.
LengthFieldBasedFrameDecoder(int, int, int, int, int) - Constructor for class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
Creates a new instance.
LengthFieldBasedFrameDecoder(int, int, int, int, int, boolean) - Constructor for class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
Creates a new instance.
LengthFieldPrepender - Class in org.jboss.netty.handler.codec.frame
An encoder that prepends the length of the message.
LengthFieldPrepender(int) - Constructor for class org.jboss.netty.handler.codec.frame.LengthFieldPrepender
Creates a new instance.
LengthFieldPrepender(int, boolean) - Constructor for class org.jboss.netty.handler.codec.frame.LengthFieldPrepender
Creates a new instance.
LF - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a LF ('\n') byte.
LF - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
Line feed character
LifeCycleAwareChannelHandler - Interface in org.jboss.netty.channel
A ChannelHandler that is notified when it is added to or removed from a ChannelPipeline.
LINEAR_WHITESPACE - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a linear whitespace (' ' and '\t').
LineBasedFrameDecoder - Class in org.jboss.netty.handler.codec.frame
A decoder that splits the received ChannelBuffers on line endings.
LineBasedFrameDecoder(int) - Constructor for class org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
Creates a new decoder.
LineBasedFrameDecoder(int, boolean, boolean) - Constructor for class org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
Creates a new decoder.
lineDelimiter() - Static method in class org.jboss.netty.handler.codec.frame.Delimiters
Returns CR ('\r') and LF ('\n') delimiters, which could be used for text-based line protocols.
LITTLE_ENDIAN - Static variable in class org.jboss.netty.buffer.ChannelBuffers
Little endian byte order.
LittleEndianHeapChannelBuffer - Class in org.jboss.netty.buffer
A little-endian Java heap buffer.
LittleEndianHeapChannelBuffer(int) - Constructor for class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
Creates a new little-endian heap buffer with a newly allocated byte array.
LittleEndianHeapChannelBuffer(byte[]) - Constructor for class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
Creates a new little-endian heap buffer with an existing byte array.
LocalAddress - Class in org.jboss.netty.channel.local
An endpoint in the local transport.
LocalAddress(int) - Constructor for class org.jboss.netty.channel.local.LocalAddress
Creates a new instance with the specified ID.
LocalAddress(String) - Constructor for class org.jboss.netty.channel.local.LocalAddress
Creates a new instance with the specified ID.
LocalChannel - Interface in org.jboss.netty.channel.local
A Channel for the local transport.
LocalClientChannelFactory - Interface in org.jboss.netty.channel.local
A ChannelFactory that creates a client-side LocalChannel.
LocalServerChannel - Interface in org.jboss.netty.channel.local
A ServerChannel for the local transport.
LocalServerChannelFactory - Interface in org.jboss.netty.channel.local
LOCATION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Location"
LOCKED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
423 Locked (WebDAV, RFC4918)
log(ChannelEvent) - Method in class org.jboss.netty.handler.logging.LoggingHandler
Logs the specified event to the InternalLogger returned by LoggingHandler.getLogger().
log(InternalLogLevel, String, Throwable) - Method in class org.jboss.netty.logging.AbstractInternalLogger
 
log(InternalLogLevel, String) - Method in class org.jboss.netty.logging.AbstractInternalLogger
 
log(InternalLogLevel, String) - Method in interface org.jboss.netty.logging.InternalLogger
Logs a message.
log(InternalLogLevel, String, Throwable) - Method in interface org.jboss.netty.logging.InternalLogger
Logs a message.
Log4JLoggerFactory - Class in org.jboss.netty.logging
Logger factory which creates an Apache Log4J logger.
Log4JLoggerFactory() - Constructor for class org.jboss.netty.logging.Log4JLoggerFactory
 
LoggingHandler - Class in org.jboss.netty.handler.logging
A ChannelHandler that logs all events via InternalLogger.
LoggingHandler() - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance whose logger name is the fully qualified class name of the instance with hex dump enabled.
LoggingHandler(InternalLogLevel) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance whose logger name is the fully qualified class name of the instance.
LoggingHandler(boolean) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance whose logger name is the fully qualified class name of the instance.
LoggingHandler(InternalLogLevel, boolean) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance whose logger name is the fully qualified class name of the instance.
LoggingHandler(Class<?>) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name and with hex dump enabled.
LoggingHandler(Class<?>, boolean) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name.
LoggingHandler(Class<?>, InternalLogLevel) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name.
LoggingHandler(Class<?>, InternalLogLevel, boolean) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name.
LoggingHandler(String) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name and with hex dump enabled.
LoggingHandler(String, boolean) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name.
LoggingHandler(String, InternalLogLevel, boolean) - Constructor for class org.jboss.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name.
LOW_STORAGE_SPACE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
250 Low on Storage Space

M

MAGIC_GUID - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
 
MAGIC_GUID - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
MAGIC_GUID - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
main(String[]) - Static method in class org.jboss.netty.util.Version
Prints out the version identifier to stdout.
map - Variable in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
 
mark(int) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
mark(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
markReaderIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
markReaderIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Marks the current readerIndex in this buffer.
markReaderIndex() - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
markSupported() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
markSupported() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
markWriterIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
markWriterIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Marks the current writerIndex in this buffer.
markWriterIndex() - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
MarshallerProvider - Interface in org.jboss.netty.handler.codec.marshalling
This provider is responsible to get a Marshaller for the given ChannelHandlerContext.
MarshallingDecoder - Class in org.jboss.netty.handler.codec.marshalling
Decoder which MUST be used with MarshallingEncoder.
MarshallingDecoder(UnmarshallerProvider) - Constructor for class org.jboss.netty.handler.codec.marshalling.MarshallingDecoder
Creates a new decoder whose maximum object size is 1048576 bytes.
MarshallingDecoder(UnmarshallerProvider, int) - Constructor for class org.jboss.netty.handler.codec.marshalling.MarshallingDecoder
Creates a new decoder with the specified maximum object size.
MarshallingEncoder - Class in org.jboss.netty.handler.codec.marshalling
OneToOneEncoder implementation which uses JBoss Marshalling to marshal an Object.
MarshallingEncoder(MarshallerProvider) - Constructor for class org.jboss.netty.handler.codec.marshalling.MarshallingEncoder
Creates a new encoder with the estimated length of 512 bytes.
MarshallingEncoder(MarshallerProvider, int) - Constructor for class org.jboss.netty.handler.codec.marshalling.MarshallingEncoder
Creates a new encoder.
MAX_AGE - Static variable in class org.jboss.netty.handler.codec.http.cookie.CookieHeaderNames
 
MAX_AGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"max-age"
MAX_AGE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"max-age"
MAX_FORWARDS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Max-Forwards"
MAX_STALE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"max-stale"
MAX_STALE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"max-stale"
maxAge() - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Returns the maximum age of this Cookie in seconds or Integer.MIN_VALUE if unspecified
maxAge() - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
maxAge() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
maxDeviation() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
maximumCumulativeReadBytes() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
maximumCumulativeWrittenBytes() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
maxObjectSize - Variable in class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
maxSize - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
MAXSIZE - Static variable in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
Proposed default MAXSIZE = -1 as UNLIMITED
maxSize - Variable in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
maxSize - Variable in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
maxTime - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Max delay in wait
MemoryAttribute - Class in org.jboss.netty.handler.codec.http.multipart
Memory implementation of Attributes
MemoryAttribute(String) - Constructor for class org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
MemoryAttribute(String, String) - Constructor for class org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
MemoryAwareThreadPoolExecutor - Class in org.jboss.netty.handler.execution
A ThreadPoolExecutor which blocks the task submission when there's too many tasks in the queue.
MemoryAwareThreadPoolExecutor(int, long, long) - Constructor for class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Creates a new instance.
MemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit) - Constructor for class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Creates a new instance.
MemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ThreadFactory) - Constructor for class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Creates a new instance.
MemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ObjectSizeEstimator, ThreadFactory) - Constructor for class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Creates a new instance.
MemoryFileUpload - Class in org.jboss.netty.handler.codec.http.multipart
Default FileUpload implementation that stores file into memory.
MemoryFileUpload(String, String, String, String, Charset, long) - Constructor for class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
MessageEvent - Interface in org.jboss.netty.channel
A ChannelEvent which represents the transmission or reception of a message.
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when a message object (e.g: ChannelBuffer) was received from a remote peer.
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when a message object (e.g: ChannelBuffer) was received from a remote peer.
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.http.HttpContentDecoder
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.http.HttpContentEncoder
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.queue.BlockingReadHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
METHOD - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":method"
METHOD_NOT_ALLOWED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
405 Method Not Allowed
METHOD_NOT_ALLOWED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
405 Method Not Allowed
METHOD_NOT_VALID - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
455 Method Not Valid in This State
milliSecondFromNano() - Static method in class org.jboss.netty.handler.traffic.TrafficCounter
 
MIN_FRESH - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"min-fresh"
MIN_FRESH - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"min-fresh"
MINSIZE - Static variable in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
Proposed default MINSIZE as 16 KB.
misses() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of sessions proposed by clients that were not found in the internal session cache in server mode.
MixedAttribute - Class in org.jboss.netty.handler.codec.http.multipart
Mixed implementation using both in Memory and in File with a limit of size
MixedAttribute(String, long) - Constructor for class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
MixedAttribute(String, String, long) - Constructor for class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
MixedFileUpload - Class in org.jboss.netty.handler.codec.http.multipart
Mixed implementation using both in Memory and in File with a limit of size
MixedFileUpload(String, String, String, String, Charset, long, long) - Constructor for class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
MODE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"mode"
MOVED_PERMANENTLY - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
301 Moved Permanently
MOVED_PERMANENTLY - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
301 Moved Permanently
MOVED_TEMPORARILY - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
302 Moved Temporarily
MULTI_STATUS - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
207 Multi-Status (WebDAV, RFC2518)
MULTICAST - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"multicast"
MULTIPART_FORM_DATA - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"multipart/form-data"
MULTIPLE_CHOICES - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
300 Multiple Choices
MULTIPLE_CHOICES - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
300 Multiple Choices
MUST_REVALIDATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"must-revalidate"
MUST_REVALIDATE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"must-revalidate"

N

name() - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Returns the name of this Cookie.
name() - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
name - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
names() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
names() - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Returns a new Set that contains the names of all headers in this object.
names() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
names() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Returns the Set of all header names that this frame contains.
NetUtil - Class in org.jboss.netty.util
A class that holds a number of network-related constants.
NETWORK_AUTHENTICATION_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
511 Network Authentication Required (RFC6585)
newBoss(Executor) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
Create a new Boss which uses the given Executor to service IO
newBoss(Executor) - Method in class org.jboss.netty.channel.socket.nio.NioClientBossPool
 
newBoss(Executor) - Method in class org.jboss.netty.channel.socket.nio.NioServerBossPool
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.ChannelFactory
Creates and opens a new Channel and attaches the specified ChannelPipeline to the new Channel.
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.local.DefaultLocalClientChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.local.DefaultLocalServerChannelFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.local.LocalClientChannelFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.local.LocalServerChannelFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.ServerChannelFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.socket.ClientSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.socket.DatagramChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
 
newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
 
newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelFactory
 
newChildExecutorMap() - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
newCIDR(InetAddress, int) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
Create CIDR using the CIDR Notation
newCIDR(InetAddress, String) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
Create CIDR using the normal Notation
newCIDR(String) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
Create CIDR using the CIDR or normal Notation
i.e.: CIDR subnet = newCIDR ("10.10.10.0/24"); or CIDR subnet = newCIDR ("1fff:0:0a88:85a3:0:0:ac1f:8001/24"); or CIDR subnet = newCIDR ("10.10.10.0/255.255.255.0");
newClientContext() - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(File) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(TrustManagerFactory) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(File, TrustManagerFactory) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(SslBufferPool, File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(SslProvider) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(SslProvider, File) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(SslProvider, TrustManagerFactory) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(SslProvider, File, TrustManagerFactory) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(SslProvider, SslBufferPool, File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newContentDecoder(String) - Method in class org.jboss.netty.handler.codec.http.HttpContentDecoder
Returns a new DecoderEmbedder that decodes the HTTP message content encoded in the specified contentEncoding.
newContentDecoder(String) - Method in class org.jboss.netty.handler.codec.http.HttpContentDecompressor
 
newContentEncoder(HttpMessage, String) - Method in class org.jboss.netty.handler.codec.http.HttpContentCompressor
 
newContentEncoder(HttpMessage, String) - Method in class org.jboss.netty.handler.codec.http.HttpContentEncoder
Returns a new EncoderEmbedder that encodes the HTTP message content.
newCumulationBuffer(ChannelHandlerContext, int) - Method in class org.jboss.netty.handler.codec.frame.FixedLengthFrameDecoder
 
newCumulationBuffer(ChannelHandlerContext, int) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
Create a new ChannelBuffer which is used for the cumulation.
newEngine() - Method in class org.jboss.netty.handler.ssl.JdkSslContext
 
newEngine(String, int) - Method in class org.jboss.netty.handler.ssl.JdkSslContext
 
newEngine() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
Returns a new server-side SSLEngine with the current configuration.
newEngine(String, int) - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
 
newEngine() - Method in class org.jboss.netty.handler.ssl.SslContext
Creates a new SSLEngine.
newEngine(String, int) - Method in class org.jboss.netty.handler.ssl.SslContext
Creates a new SSLEngine using advisory peer information.
newHandler() - Method in class org.jboss.netty.handler.ssl.SslContext
Creates a new SslHandler.
newHandler(String, int) - Method in class org.jboss.netty.handler.ssl.SslContext
Creates a new SslHandler with advisory peer information.
newHandshaker(URI, WebSocketVersion, String, boolean, Map<String, String>) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Instances a new handshaker
newHandshaker(URI, WebSocketVersion, String, boolean, Map<String, String>, long) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Instances a new handshaker
newHandshaker(HttpRequest) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Instances a new handshaker
newInstance(String) - Method in class org.jboss.netty.logging.CommonsLoggerFactory
 
newInstance(String) - Method in class org.jboss.netty.logging.InternalLoggerFactory
Creates a new logger instance with the specified name.
newInstance(String) - Method in class org.jboss.netty.logging.JBossLoggerFactory
 
newInstance(String) - Method in class org.jboss.netty.logging.JdkLoggerFactory
 
newInstance(String) - Method in class org.jboss.netty.logging.Log4JLoggerFactory
 
newInstance(String) - Method in class org.jboss.netty.logging.OsgiLoggerFactory
 
newInstance(String) - Method in class org.jboss.netty.logging.Slf4JLoggerFactory
 
newMap() - Method in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
 
newObjectOutputStream(OutputStream) - Method in class org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new ObjectOutputStream which wraps the specified OutputStream.
newServerContext(File, File) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newServerContext(File, File, String) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newServerContext(SslBufferPool, File, File, String, Iterable<String>, Iterable<String>, long, long) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newServerContext(SslProvider, File, File) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newServerContext(SslProvider, File, File, String) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newServerContext(SslProvider, SslBufferPool, File, File, String, Iterable<String>, Iterable<String>, long, long) - Static method in class org.jboss.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newThreadRenamingRunnable(int, ThreadNameDeterminer) - Method in class org.jboss.netty.channel.socket.nio.NioClientBoss
 
newThreadRenamingRunnable(int, ThreadNameDeterminer) - Method in class org.jboss.netty.channel.socket.nio.NioServerBoss
 
newTimeout(TimerTask, long, TimeUnit) - Method in class org.jboss.netty.util.HashedWheelTimer
 
newTimeout(TimerTask, long, TimeUnit) - Method in interface org.jboss.netty.util.Timer
Schedules the specified TimerTask for one-time execution after the specified delay.
newWorker(Executor) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
Create a new Worker which uses the given Executor to service IO.
newWorker(Executor) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramWorkerPool
 
newWorker(Executor) - Method in class org.jboss.netty.channel.socket.nio.NioWorkerPool
 
next() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
next() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.
next() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
next() - Method in interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.
nextBoss() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
 
nextBoss() - Method in interface org.jboss.netty.channel.socket.nio.BossPool
Return the next Boss to use
nextChunk() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Returns the next available HttpChunk.
nextChunk() - Method in class org.jboss.netty.handler.stream.ChunkedFile
 
nextChunk() - Method in interface org.jboss.netty.handler.stream.ChunkedInput
Fetches a chunked data from the stream.
nextChunk() - Method in class org.jboss.netty.handler.stream.ChunkedNioFile
 
nextChunk() - Method in class org.jboss.netty.handler.stream.ChunkedNioStream
 
nextChunk() - Method in class org.jboss.netty.handler.stream.ChunkedStream
 
nextProtocols() - Method in class org.jboss.netty.handler.ssl.JdkSslClientContext
 
nextProtocols() - Method in class org.jboss.netty.handler.ssl.JdkSslServerContext
 
nextProtocols() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
 
nextProtocols() - Method in class org.jboss.netty.handler.ssl.SslContext
Returns the list of application layer protocols for the TLS NPN/ALPN extension, in the order of preference.
nextReceiveBufferSize() - Method in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
 
nextReceiveBufferSize() - Method in class org.jboss.netty.channel.FixedReceiveBufferSizePredictor
 
nextReceiveBufferSize() - Method in interface org.jboss.netty.channel.ReceiveBufferSizePredictor
Predicts the capacity of the ChannelBuffer for the next read operation depending on the actual number of read bytes in the previous read operation.
nextWorker() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
 
nextWorker() - Method in class org.jboss.netty.channel.socket.nio.ShareableWorkerPool
 
nextWorker() - Method in interface org.jboss.netty.channel.socket.nio.WorkerPool
Return the next Worker to use
NioChannelConfig - Interface in org.jboss.netty.channel.socket.nio
Special ChannelConfig sub-type which offers extra methods which are useful for NIO.
NioClientBoss - Class in org.jboss.netty.channel.socket.nio
Boss implementation that handles the connection attempts of clients
NioClientBossPool - Class in org.jboss.netty.channel.socket.nio
Holds NioClientBoss instances to use
NioClientBossPool(Executor, int, Timer, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientBossPool
Create a new instance
NioClientBossPool(Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientBossPool
Create a new instance using a new HashedWheelTimer and no ThreadNameDeterminer
NioClientSocketChannelFactory - Class in org.jboss.netty.channel.socket.nio
A ClientSocketChannelFactory which creates a client-side NIO-based SocketChannel.
NioClientSocketChannelFactory() - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
Creates a new NioClientSocketChannelFactory which uses Executors.newCachedThreadPool() for the worker and boss executors.
NioClientSocketChannelFactory(Executor, Executor) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
Creates a new instance.
NioClientSocketChannelFactory(Executor, Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
Creates a new instance.
NioClientSocketChannelFactory(Executor, Executor, int, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
Creates a new instance.
NioClientSocketChannelFactory(Executor, int, WorkerPool<NioWorker>) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
Creates a new instance.
NioClientSocketChannelFactory(Executor, int, WorkerPool<NioWorker>, Timer) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
Creates a new instance.
NioClientSocketChannelFactory(BossPool<NioClientBoss>, WorkerPool<NioWorker>) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
Creates a new instance.
NioDatagramChannel - Class in org.jboss.netty.channel.socket.nio
Provides an NIO based DatagramChannel.
NioDatagramChannelConfig - Interface in org.jboss.netty.channel.socket.nio
NioDatagramChannelFactory - Class in org.jboss.netty.channel.socket.nio
A DatagramChannelFactory that creates a NIO-based connectionless DatagramChannel.
NioDatagramChannelFactory() - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
NioDatagramChannelFactory(InternetProtocolFamily) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
NioDatagramChannelFactory(Executor) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
Creates a new instance.
NioDatagramChannelFactory(Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
Creates a new instance.
NioDatagramChannelFactory(WorkerPool<NioDatagramWorker>) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
Creates a new instance.
NioDatagramChannelFactory(Executor, InternetProtocolFamily) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
Creates a new instance.
NioDatagramChannelFactory(Executor, int, InternetProtocolFamily) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
Creates a new instance.
NioDatagramChannelFactory(WorkerPool<NioDatagramWorker>, InternetProtocolFamily) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
Creates a new instance.
NioDatagramWorker - Class in org.jboss.netty.channel.socket.nio
A class responsible for registering channels with Selector.
NioDatagramWorkerPool - Class in org.jboss.netty.channel.socket.nio
Default implementation which hands of NioDatagramWorker's
NioDatagramWorkerPool(Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramWorkerPool
 
NioSelector - Interface in org.jboss.netty.channel.socket.nio
 
NioSelectorPool - Interface in org.jboss.netty.channel.socket.nio
 
NioServerBoss - Class in org.jboss.netty.channel.socket.nio
Boss implementation which handles accepting of new connections
NioServerBossPool - Class in org.jboss.netty.channel.socket.nio
Holds NioServerBoss instances to use
NioServerBossPool(Executor, int, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerBossPool
Create a new instance
NioServerBossPool(Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerBossPool
Create a new instance using no ThreadNameDeterminer
NioServerSocketChannelFactory - Class in org.jboss.netty.channel.socket.nio
A ServerSocketChannelFactory which creates a server-side NIO-based ServerSocketChannel.
NioServerSocketChannelFactory() - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
Create a new NioServerSocketChannelFactory using Executors.newCachedThreadPool() for the boss and worker.
NioServerSocketChannelFactory(Executor, Executor) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
Creates a new instance.
NioServerSocketChannelFactory(Executor, Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
Creates a new instance.
NioServerSocketChannelFactory(Executor, int, Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
Create a new instance.
NioServerSocketChannelFactory(Executor, WorkerPool<NioWorker>) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
Creates a new instance.
NioServerSocketChannelFactory(Executor, int, WorkerPool<NioWorker>) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
Create a new instance.
NioServerSocketChannelFactory(BossPool<NioServerBoss>, WorkerPool<NioWorker>) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
Create a new instance.
NioSocketChannel - Class in org.jboss.netty.channel.socket.nio
 
NioSocketChannel(Channel, ChannelFactory, ChannelPipeline, ChannelSink, SocketChannel, NioWorker) - Constructor for class org.jboss.netty.channel.socket.nio.NioSocketChannel
 
NioSocketChannelConfig - Interface in org.jboss.netty.channel.socket.nio
NioWorker - Class in org.jboss.netty.channel.socket.nio
 
NioWorker(Executor) - Constructor for class org.jboss.netty.channel.socket.nio.NioWorker
 
NioWorker(Executor, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.nio.NioWorker
 
NioWorkerPool - Class in org.jboss.netty.channel.socket.nio
Default implementation which hands of NioWorker's
NioWorkerPool(Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioWorkerPool
 
NioWorkerPool(Executor, int, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.nio.NioWorkerPool
 
NO_CACHE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"no-cache"
NO_CACHE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"no-cache"
NO_CONTENT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
204 No Content
NO_STORE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"no-store"
NO_TRANSFORM - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"no-transform"
NO_TRANSFORM - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"no-transform"
NON_AUTHORITATIVE_INFORMATION - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
203 Non-Authoritative Information (since HTTP/1.1)
NONE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"none"
NONE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"none"
NOT_ACCEPTABLE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
406 Not Acceptable
NOT_ACCEPTABLE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
406 Not Acceptable
NOT_CR - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a non-CR ('\r') byte.
NOT_CRLF - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a byte which is neither a CR ('\r') nor a LF ('\n').
NOT_ENOUGH_BANDWIDTH - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
453 Not Enough Bandwidth
NOT_EXTENDED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
510 Not Extended (RFC2774)
NOT_FOUND - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
404 Not Found
NOT_FOUND - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
404 Not Found
NOT_IMPLEMENTED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
501 Not Implemented
NOT_IMPLEMENTED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
501 Not Implemented
NOT_LF - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a non-LF ('\n') byte.
NOT_LINEAR_WHITESPACE - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a byte which is not a linear whitespace (neither ' ' nor '\t').
NOT_MODIFIED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
304 Not Modified
NOT_MODIFIED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
304 Not Modified
NOT_NUL - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a non-NUL (0x00) byte.
notifyHandlerException(ChannelEvent, Throwable) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
NotSslRecordException - Exception in org.jboss.netty.handler.ssl
Special SSLException which will get thrown if a packet is received that not looks like a TLS/SSL record.
NotSslRecordException() - Constructor for exception org.jboss.netty.handler.ssl.NotSslRecordException
 
NotSslRecordException(String) - Constructor for exception org.jboss.netty.handler.ssl.NotSslRecordException
 
NotSslRecordException(Throwable) - Constructor for exception org.jboss.netty.handler.ssl.NotSslRecordException
 
NotSslRecordException(String, Throwable) - Constructor for exception org.jboss.netty.handler.ssl.NotSslRecordException
 
NUL - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
Index finder which locates a NUL (0x00) byte.
nulDelimiter() - Static method in class org.jboss.netty.handler.codec.frame.Delimiters
Returns a NUL (0x00) delimiter, which could be used for Flash XML socket or any similar protocols.
number() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the current number of sessions in the internal session cache.
numComponents() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 

O

ObjectDecoder - Class in org.jboss.netty.handler.codec.serialization
A decoder which deserializes the received ChannelBuffers into Java objects.
ObjectDecoder(ClassResolver) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoder
Creates a new decoder whose maximum object size is 1048576 bytes.
ObjectDecoder(int, ClassResolver) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoder
Creates a new decoder with the specified maximum object size.
ObjectDecoderInputStream - Class in org.jboss.netty.handler.codec.serialization
An ObjectInput which is interoperable with ObjectEncoder and ObjectEncoderOutputStream.
ObjectDecoderInputStream(InputStream) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, ClassLoader) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, int) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, ClassLoader, int) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectEncoder - Class in org.jboss.netty.handler.codec.serialization
An encoder which serializes a Java object into a ChannelBuffer.
ObjectEncoder() - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectEncoder
Creates a new encoder with the estimated length of 512 bytes.
ObjectEncoder(int) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectEncoder
Creates a new encoder.
ObjectEncoderOutputStream - Class in org.jboss.netty.handler.codec.serialization
An ObjectOutput which is interoperable with ObjectDecoder and ObjectDecoderInputStream.
ObjectEncoderOutputStream(OutputStream) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
Creates a new ObjectOutput with the estimated length of 512 bytes.
ObjectEncoderOutputStream(OutputStream, int) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
Creates a new ObjectOutput.
ObjectSizeEstimator - Interface in org.jboss.netty.util
Estimates the size of an object in bytes.
offer(Object) - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
Offers an input object to the pipeline of this embedder.
offer(Object) - Method in class org.jboss.netty.handler.codec.embedder.DecoderEmbedder
 
offer(Object) - Method in class org.jboss.netty.handler.codec.embedder.EncoderEmbedder
 
offer(HttpChunk) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
offer(HttpChunk) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Initialized the internals from a new chunk
offer(HttpChunk) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
offer(HttpChunk) - Method in interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Initialized the internals from a new chunk
OioClientSocketChannelFactory - Class in org.jboss.netty.channel.socket.oio
A ClientSocketChannelFactory which creates a client-side blocking I/O based SocketChannel.
OioClientSocketChannelFactory() - Constructor for class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
Creates a new instance with a Executors.newCachedThreadPool() as worker executor.
OioClientSocketChannelFactory(Executor) - Constructor for class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
Creates a new instance.
OioClientSocketChannelFactory(Executor, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
Creates a new instance.
OioDatagramChannelFactory - Class in org.jboss.netty.channel.socket.oio
A DatagramChannelFactory which creates a blocking I/O based DatagramChannel.
OioDatagramChannelFactory() - Constructor for class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
OioDatagramChannelFactory(Executor) - Constructor for class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
Creates a new instance.
OioDatagramChannelFactory(Executor, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
Creates a new instance.
OioServerSocketChannelFactory - Class in org.jboss.netty.channel.socket.oio
A ServerSocketChannelFactory which creates a server-side blocking I/O based ServerSocketChannel.
OioServerSocketChannelFactory() - Constructor for class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
Create a new OioServerSocketChannelFactory with a Executors.newCachedThreadPool() for the boss and worker executor.
OioServerSocketChannelFactory(Executor, Executor) - Constructor for class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
Creates a new instance.
OioServerSocketChannelFactory(Executor, Executor, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
Creates a new instance.
OK - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
200 OK
OK - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
200 OK
OK - Static variable in class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
0 OK
OneIpFilterHandler - Class in org.jboss.netty.handler.ipfilter
Handler that block any new connection if there are already a currently active channel connected with the same InetAddress (IP).
OneIpFilterHandler() - Constructor for class org.jboss.netty.handler.ipfilter.OneIpFilterHandler
 
OneToOneDecoder - Class in org.jboss.netty.handler.codec.oneone
Transforms a received message into another message.
OneToOneDecoder() - Constructor for class org.jboss.netty.handler.codec.oneone.OneToOneDecoder
Creates a new instance with the current system character set.
OneToOneEncoder - Class in org.jboss.netty.handler.codec.oneone
Transforms a write request into another write request.
OneToOneEncoder() - Constructor for class org.jboss.netty.handler.codec.oneone.OneToOneEncoder
 
OneToOneStrictEncoder - Class in org.jboss.netty.handler.codec.oneone
Special OneToOneEncoder which enforce strict ordering of encoding and writing.
OneToOneStrictEncoder() - Constructor for class org.jboss.netty.handler.codec.oneone.OneToOneStrictEncoder
 
ONLY_AGGREGATE_OPERATION_ALLOWED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
460 Only Aggregate operation allowed
ONLY_IF_CACHED - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"only-if-cached"
ONLY_IF_CACHED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"only-if-cached"
OP_NONE - Static variable in interface org.jboss.netty.channel.Channel
The interestOps value which tells that only read operation has been suspended.
OP_READ - Static variable in interface org.jboss.netty.channel.Channel
The interestOps value which tells that neither read nor write operation has been suspended.
OP_READ_WRITE - Static variable in interface org.jboss.netty.channel.Channel
The interestOps value which tells that only write operation has been suspended.
OP_WRITE - Static variable in interface org.jboss.netty.channel.Channel
The interestOps value which tells that both read and write operation has been suspended.
OpenSsl - Class in org.jboss.netty.handler.ssl
Tells if netty-tcnative and its OpenSSL support are available.
OpenSslEngine - Class in org.jboss.netty.handler.ssl
OpenSslEngine(long, SslBufferPool, String) - Constructor for class org.jboss.netty.handler.ssl.OpenSslEngine
Creates a new instance
OpenSslServerContext - Class in org.jboss.netty.handler.ssl
A server-side SslContext which uses OpenSSL's SSL/TLS implementation.
OpenSslServerContext(File, File) - Constructor for class org.jboss.netty.handler.ssl.OpenSslServerContext
Creates a new instance.
OpenSslServerContext(File, File, String) - Constructor for class org.jboss.netty.handler.ssl.OpenSslServerContext
Creates a new instance.
OpenSslServerContext(SslBufferPool, File, File, String, Iterable<String>, Iterable<String>, long, long) - Constructor for class org.jboss.netty.handler.ssl.OpenSslServerContext
Creates a new instance.
OpenSslSessionStats - Class in org.jboss.netty.handler.ssl
Stats exposed by an OpenSSL session context.
operationComplete(ChannelFuture) - Method in interface org.jboss.netty.channel.ChannelFutureListener
Invoked when the I/O operation associated with the ChannelFuture has been completed.
operationComplete(ChannelFuture) - Method in class org.jboss.netty.channel.ChannelFutureNotifier
 
operationComplete(ChannelGroupFuture) - Method in interface org.jboss.netty.channel.group.ChannelGroupFutureListener
Invoked when all I/O operations associated with the ChannelGroupFuture have been completed.
operationProgressed(ChannelFuture, long, long, long) - Method in interface org.jboss.netty.channel.ChannelFutureProgressListener
Invoked when the I/O operation associated with the ChannelFuture has been progressed.
OPTION_NOT_SUPPORTED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
551 Option not supported
OPTIONS - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
OPTIONS - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspMethods
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
order() - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
order() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the endianness of this buffer.
order() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
order() - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
OrderedDownstreamThreadPoolExecutor - Class in org.jboss.netty.handler.execution
Executor which should be used for downstream ChannelEvent's.
OrderedDownstreamThreadPoolExecutor(int) - Constructor for class org.jboss.netty.handler.execution.OrderedDownstreamThreadPoolExecutor
Creates a new instance.
OrderedDownstreamThreadPoolExecutor(int, long, TimeUnit) - Constructor for class org.jboss.netty.handler.execution.OrderedDownstreamThreadPoolExecutor
Creates a new instance.
OrderedDownstreamThreadPoolExecutor(int, long, TimeUnit, ThreadFactory) - Constructor for class org.jboss.netty.handler.execution.OrderedDownstreamThreadPoolExecutor
Creates a new instance.
OrderedMemoryAwareThreadPoolExecutor - Class in org.jboss.netty.handler.execution
A MemoryAwareThreadPoolExecutor which makes sure the events from the same Channel are executed sequentially.
OrderedMemoryAwareThreadPoolExecutor(int, long, long) - Constructor for class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
Creates a new instance.
OrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit) - Constructor for class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
Creates a new instance.
OrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ThreadFactory) - Constructor for class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
Creates a new instance.
OrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ObjectSizeEstimator, ThreadFactory) - Constructor for class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
Creates a new instance.
OrderedMemoryAwareThreadPoolExecutor.ChildExecutor - Class in org.jboss.netty.handler.execution
 
OrderedMemoryAwareThreadPoolExecutor.ChildExecutor() - Constructor for class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor.ChildExecutor
 
org.jboss.netty.bootstrap - package org.jboss.netty.bootstrap
IoC/DI friendly helper classes which enable an easy implementation of typical client side and server side channel initialization.
org.jboss.netty.buffer - package org.jboss.netty.buffer
Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.
org.jboss.netty.channel - package org.jboss.netty.channel
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
org.jboss.netty.channel.group - package org.jboss.netty.channel.group
A channel registry which helps a user maintain the list of open Channels and perform bulk operations on them.
org.jboss.netty.channel.local - package org.jboss.netty.channel.local
A virtual transport that enables the communication between the two parties in the same virtual machine.
org.jboss.netty.channel.socket - package org.jboss.netty.channel.socket
Abstract TCP and UDP socket interfaces which extend the core channel API.
org.jboss.netty.channel.socket.http - package org.jboss.netty.channel.socket.http
An HTTP-based client-side SocketChannel and its corresponding server-side Servlet implementation that make your existing server application work in a firewalled network.
org.jboss.netty.channel.socket.nio - package org.jboss.netty.channel.socket.nio
NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).
org.jboss.netty.channel.socket.oio - package org.jboss.netty.channel.socket.oio
Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).
org.jboss.netty.handler.codec - package org.jboss.netty.handler.codec
Base package for codecs
org.jboss.netty.handler.codec.base64 - package org.jboss.netty.handler.codec.base64
Encoder and decoder which transform a Base64-encoded String or ChannelBuffer into a decoded ChannelBuffer and vice versa.
org.jboss.netty.handler.codec.compression - package org.jboss.netty.handler.codec.compression
Encoder and decoder which compresses and decompresses ChannelBuffers in a compression format such as zlib and gzip.
org.jboss.netty.handler.codec.embedder - package org.jboss.netty.handler.codec.embedder
A helper that wraps an encoder or a decoder so that they can be used without doing actual I/O in unit tests or higher level codecs.
org.jboss.netty.handler.codec.frame - package org.jboss.netty.handler.codec.frame
Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.
org.jboss.netty.handler.codec.http - package org.jboss.netty.handler.codec.http
Encoder, decoder and their related message types for HTTP.
org.jboss.netty.handler.codec.http.cookie - package org.jboss.netty.handler.codec.http.cookie
This package contains Cookie related classes.
org.jboss.netty.handler.codec.http.multipart - package org.jboss.netty.handler.codec.http.multipart
HTTP multipart support.
org.jboss.netty.handler.codec.http.websocketx - package org.jboss.netty.handler.codec.http.websocketx
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
org.jboss.netty.handler.codec.marshalling - package org.jboss.netty.handler.codec.marshalling
Decoder and Encoder which uses JBoss Marshalling.
org.jboss.netty.handler.codec.oneone - package org.jboss.netty.handler.codec.oneone
Simplistic abstract classes which help implement encoder and decoder that transform an object into another object and vice versa.
org.jboss.netty.handler.codec.protobuf - package org.jboss.netty.handler.codec.protobuf
Encoder and decoder which transform a Google Protocol Buffers Message into a ChannelBuffer and vice versa.
org.jboss.netty.handler.codec.replay - package org.jboss.netty.handler.codec.replay
Specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
org.jboss.netty.handler.codec.rtsp - package org.jboss.netty.handler.codec.rtsp
An RTSP extension based on the HTTP codec.
org.jboss.netty.handler.codec.serialization - package org.jboss.netty.handler.codec.serialization
Encoder, decoder and their compatibility stream implementations which transform a Serializable object into a byte buffer and vice versa.
org.jboss.netty.handler.codec.socks - package org.jboss.netty.handler.codec.socks
Encoder, decoder and their related message types for Socks.
org.jboss.netty.handler.codec.spdy - package org.jboss.netty.handler.codec.spdy
Encoder, decoder, session handler and their related message types for the SPDY protocol.
org.jboss.netty.handler.codec.string - package org.jboss.netty.handler.codec.string
Encoder and decoder which transform a String into a ChannelBuffer and vice versa.
org.jboss.netty.handler.execution - package org.jboss.netty.handler.execution
Executor-based implementation of various thread models that separate business logic from I/O threads
org.jboss.netty.handler.ipfilter - package org.jboss.netty.handler.ipfilter
Implementation of a Ip based Filter handlers.
org.jboss.netty.handler.logging - package org.jboss.netty.handler.logging
Logs a ChannelEvent for debugging purpose using an InternalLogger.
org.jboss.netty.handler.queue - package org.jboss.netty.handler.queue
The special-purpose handlers that store an event into an internal queue instead of propagating the event immediately.
org.jboss.netty.handler.ssl - package org.jboss.netty.handler.ssl
SSL · TLS implementation based on SSLEngine
org.jboss.netty.handler.ssl.util - package org.jboss.netty.handler.ssl.util
Utility classes that helps easier development of TLS/SSL applications.
org.jboss.netty.handler.stream - package org.jboss.netty.handler.stream
Writes very large data stream asynchronously neither spending a lot of memory nor getting OutOfMemoryError.
org.jboss.netty.handler.timeout - package org.jboss.netty.handler.timeout
Adds support for read and write timeout and idle connection notification using a Timer.
org.jboss.netty.handler.traffic - package org.jboss.netty.handler.traffic
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
org.jboss.netty.logging - package org.jboss.netty.logging
Simplistic internal-use-only logging layer which allows a user to decide what logging framework Netty should use.
org.jboss.netty.util - package org.jboss.netty.util
Utility classes used across multiple packages.
ORIGIN - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Origin"
OsgiLoggerFactory - Class in org.jboss.netty.logging
Logger factory which creates an OSGi LogService logger.
OsgiLoggerFactory(BundleContext) - Constructor for class org.jboss.netty.logging.OsgiLoggerFactory
 
OsgiLoggerFactory(BundleContext, InternalLoggerFactory) - Constructor for class org.jboss.netty.logging.OsgiLoggerFactory
 

P

PARAMETER_IS_READONLY - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
458 Parameter Is Read-Only
PARAMETER_NOT_UNDERSTOOD - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
451 Parameter Not Understood
PARENT - Static variable in class org.jboss.netty.handler.execution.ChannelEventRunnable
An internal use only thread-local variable that tells the Executor that this worker acquired a worker thread from.
parse(String, ParsePosition) - Method in class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat
 
parseEndpoint(String) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
PARTIAL_CONTENT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
206 Partial Content
PATCH - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
The PATCH method requests that a set of changes described in the request entity be applied to the resource identified by the Request-URI.
path() - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Returns the path of this Cookie.
PATH - Static variable in class org.jboss.netty.handler.codec.http.cookie.CookieHeaderNames
 
path() - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
PATH - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":path"
PatternRule - Class in org.jboss.netty.handler.ipfilter
The Class PatternRule represents an IP filter rule using string patterns.
PatternRule(boolean, String) - Constructor for class org.jboss.netty.handler.ipfilter.PatternRule
Instantiates a new pattern rule.
PAUSE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspMethods
The PAUSE request causes the stream delivery to be interrupted (halted) temporarily.
PAYMENT_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
402 Payment Required
PAYMENT_REQUIRED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
402 Payment Required
peek() - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
Reads an encoded or decoded output from the head of the product queue.
PingWebSocketFrame - Class in org.jboss.netty.handler.codec.http.websocketx
Web Socket frame containing binary data
PingWebSocketFrame() - Constructor for class org.jboss.netty.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new empty ping frame.
PingWebSocketFrame(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new ping frame with the specified binary data.
PingWebSocketFrame(boolean, int, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new ping frame with the specified binary data
pipeline() - Static method in class org.jboss.netty.channel.Channels
Creates a new ChannelPipeline.
pipeline(ChannelHandler...) - Static method in class org.jboss.netty.channel.Channels
Creates a new ChannelPipeline which contains the specified ChannelHandlers.
pipeline(ChannelPipeline) - Static method in class org.jboss.netty.channel.Channels
Creates a new ChannelPipeline which contains the same entries with the specified pipeline.
pipelineFactory(ChannelPipeline) - Static method in class org.jboss.netty.channel.Channels
Creates a new ChannelPipelineFactory which creates a new ChannelPipeline which contains the same entries with the specified pipeline.
PLAY - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspMethods
The PLAY method tells the server to start sending data via the mechanism specified in SETUP.
poll() - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
Consumes an encoded or decoded output from the product queue.
pollAll() - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
Consumes all encoded or decoded output from the product queue.
pollAll(T[]) - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
Consumes all encoded or decoded output from the product queue.
PongWebSocketFrame - Class in org.jboss.netty.handler.codec.http.websocketx
Web Socket frame containing binary data
PongWebSocketFrame() - Constructor for class org.jboss.netty.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new empty pong frame.
PongWebSocketFrame(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new pong frame with the specified binary data.
PongWebSocketFrame(boolean, int, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new pong frame with the specified binary data
PORT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"port"
ports() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
ports() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
POST - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
The POST method is used to request that the origin server accept the entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line.
postfix - Static variable in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
postfix - Static variable in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
PRAGMA - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Pragma"
PRECONDITION_FAILED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
412 Precondition Failed
PRECONDITION_FAILED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
412 Precondition Failed
PRECONDITION_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
428 Precondition Required (RFC6585)
prefix - Static variable in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
prefix - Static variable in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
PrematureChannelClosureException - Exception in org.jboss.netty.handler.codec
Exception which should get thrown if a Channel got closed before it is expected
PrematureChannelClosureException() - Constructor for exception org.jboss.netty.handler.codec.PrematureChannelClosureException
 
PrematureChannelClosureException(String) - Constructor for exception org.jboss.netty.handler.codec.PrematureChannelClosureException
 
PrematureChannelClosureException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.PrematureChannelClosureException
 
PrematureChannelClosureException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.PrematureChannelClosureException
 
previousReceiveBufferSize(int) - Method in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
 
previousReceiveBufferSize(int) - Method in class org.jboss.netty.channel.FixedReceiveBufferSizePredictor
 
previousReceiveBufferSize(int) - Method in interface org.jboss.netty.channel.ReceiveBufferSizePredictor
Updates this predictor by specifying the actual number of read bytes in the previous read operation.
PRIORITY - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-Priority"
PRIVATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"private"
PRIVATE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"private"
privateKey() - Method in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
Returns the generated RSA private key file in PEM format.
process(Selector) - Method in class org.jboss.netty.channel.socket.nio.NioClientBoss
 
process(Selector) - Method in class org.jboss.netty.channel.socket.nio.NioServerBoss
 
PROCESSING - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
102 Processing (WebDAV, RFC2518)
PROPOSED - Static variable in interface org.jboss.netty.util.ThreadNameDeterminer
ThreadNameDeterminer that accepts the proposed thread name as is.
ProtobufDecoder - Class in org.jboss.netty.handler.codec.protobuf
Decodes a received ChannelBuffer into a Google Protocol Buffers Message and MessageLite.
ProtobufDecoder(MessageLite) - Constructor for class org.jboss.netty.handler.codec.protobuf.ProtobufDecoder
Creates a new instance.
ProtobufDecoder(MessageLite, ExtensionRegistry) - Constructor for class org.jboss.netty.handler.codec.protobuf.ProtobufDecoder
 
ProtobufEncoder - Class in org.jboss.netty.handler.codec.protobuf
Encodes the requested Google Protocol Buffers Message and MessageLite into a ChannelBuffer.
ProtobufEncoder() - Constructor for class org.jboss.netty.handler.codec.protobuf.ProtobufEncoder
 
ProtobufVarint32FrameDecoder - Class in org.jboss.netty.handler.codec.protobuf
A decoder that splits the received ChannelBuffers dynamically by the value of the Google Protocol Buffers Base 128 Varints integer length field in the message.
ProtobufVarint32FrameDecoder() - Constructor for class org.jboss.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
 
ProtobufVarint32LengthFieldPrepender - Class in org.jboss.netty.handler.codec.protobuf
An encoder that prepends the the Google Protocol Buffers Base 128 Varints integer length field.
ProtobufVarint32LengthFieldPrepender() - Constructor for class org.jboss.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
 
PROTOCOL_ERROR - Static variable in class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
1 Protocol Error
PROTOCOL_ERROR - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
1 Protocol Error
provider - Variable in class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
PROXY_AUTHENTICATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Proxy-Authenticate"
PROXY_AUTHENTICATE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Proxy-Authenticate"
PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
407 Proxy Authentication Required
PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
407 Proxy Authentication Required
PROXY_AUTHORIZATION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Proxy-Authorization"
PROXY_REQUIRE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Proxy-Require"
PROXY_REVALIDATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"proxy-revalidate"
PROXY_REVALIDATE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"proxy-revalidate"
PUBLIC - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"public"
PUBLIC - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Public"
PUBLIC - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"public"
PUT - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
The PUT method requests that the enclosed entity be stored under the supplied Request-URI.
putMessage(int, HttpMessage) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
 

Q

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

R

RANGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Range"
RANGE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Range"
read() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
read(byte[], int, int) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
read(SelectionKey) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramWorker
 
read(SelectionKey) - Method in class org.jboss.netty.channel.socket.nio.NioWorker
 
read() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[], int, int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[]) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read() - Method in class org.jboss.netty.handler.queue.BlockingReadHandler
Waits until a new message is received or the associated Channel is closed.
read(long, TimeUnit) - Method in class org.jboss.netty.handler.queue.BlockingReadHandler
Waits until a new message is received or the associated Channel is closed.
readable() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readable() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns true if and only if (this.writerIndex - this.readerIndex) is greater than 0.
readableBytes() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readableBytes() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the number of readable bytes which is equal to (this.writerIndex - this.readerIndex).
readBoolean() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readBoolean() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readByte() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readByte() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readByte() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readByte() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readBytes(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(byte[]) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ChannelBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ChannelBuffer, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(OutputStream, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to a newly created buffer starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ChannelBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination becomes non-writable, and increases the readerIndex by the number of the transferred bytes.
readBytes(ChannelBuffer, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ChannelBuffer, int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(byte[]) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= dst.length).
readBytes(byte[], int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ByteBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination's position reaches its limit, and increases the readerIndex by the number of the transferred bytes.
readBytes(OutputStream, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes(GatheringByteChannel, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
Returns the number of read bytes by this stream so far.
readBytes(int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(byte[]) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(ChannelBuffer) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(ChannelBuffer, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(OutputStream, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
readChar() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readChar() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 2-byte UTF-16 character at the current readerIndex and increases the readerIndex by 2 in this buffer.
readChar() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readChar() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readDataFrame(int, boolean, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readDataFrame(int, boolean, ChannelBuffer) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a DATA frame is received.
readDouble() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readDouble() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 64-bit floating point number at the current readerIndex and increases the readerIndex by 8 in this buffer.
readDouble() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readDouble() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readerIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readerIndex(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readerIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the readerIndex of this buffer.
readerIndex(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the readerIndex of this buffer.
readerIndex(int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
readEvent() - Method in class org.jboss.netty.handler.queue.BlockingReadHandler
Waits until a new ChannelEvent is received or the associated Channel is closed.
readEvent(long, TimeUnit) - Method in class org.jboss.netty.handler.queue.BlockingReadHandler
Waits until a new ChannelEvent is received or the associated Channel is closed.
readFloat() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readFloat() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 32-bit floating point number at the current readerIndex and increases the readerIndex by 4 in this buffer.
readFloat() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readFloat() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFrameError(String) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readFrameError(String) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when an unrecoverable session error has occurred.
readFully(byte[]) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readFully(byte[], int, int) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readFully(byte[], int, int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFully(byte[]) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readGoAwayFrame(int, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readGoAwayFrame(int, int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a GOAWAY frame is received.
readHeaderBlock(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readHeaderBlock(ChannelBuffer) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when the header block within a SYN_STREAM, SYN_REPLY, or HEADERS frame is received.
readHeaderBlockEnd() - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readHeaderBlockEnd() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when an entire header block has been received.
readHeadersFrame(int, boolean) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readHeadersFrame(int, boolean) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a HEADERS frame is received.
readInt() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readInt() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readInt() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readInt() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readLine() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readLine() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
readLong() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readLong() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 64-bit integer at the current readerIndex and increases the readerIndex by 8 in this buffer.
readLong() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readLong() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readMedium() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readMedium() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 24-bit medium integer at the current readerIndex and increases the readerIndex by 3 in this buffer.
readObject() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
ReadOnlyChannelBuffer - Class in org.jboss.netty.buffer
A derived buffer which forbids any write requests to its parent.
ReadOnlyChannelBuffer(ChannelBuffer) - Constructor for class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
readPingFrame(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readPingFrame(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a PING frame is received.
readRstStreamFrame(int, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readRstStreamFrame(int, int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a RST_STREAM frame is received.
readSetting(int, int, boolean, boolean) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readSetting(int, int, boolean, boolean) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when an individual setting within a SETTINGS frame is received.
readSettingsEnd() - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readSettingsEnd() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when the entire SETTINGS frame has been received.
readSettingsFrame(boolean) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readSettingsFrame(boolean) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SETTINGS frame is received.
readShort() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readShort() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets a 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readShort() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readShort() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readSlice(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readSlice(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns a new slice of this buffer's sub-region starting at the current readerIndex and increases the readerIndex by the size of the new slice (= length).
readSlice(int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
readSynReplyFrame(int, boolean) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readSynReplyFrame(int, boolean) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SYN_REPLY frame is received.
readSynStreamFrame(int, int, byte, boolean, boolean) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readSynStreamFrame(int, int, byte, boolean, boolean) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SYN_STREAM frame is received.
readTimedOut(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
ReadTimeoutException - Exception in org.jboss.netty.handler.timeout
A TimeoutException raised by ReadTimeoutHandler when no data was read within a certain period of time.
ReadTimeoutException() - Constructor for exception org.jboss.netty.handler.timeout.ReadTimeoutException
Creates a new instance.
ReadTimeoutException(String, Throwable) - Constructor for exception org.jboss.netty.handler.timeout.ReadTimeoutException
Creates a new instance.
ReadTimeoutException(String) - Constructor for exception org.jboss.netty.handler.timeout.ReadTimeoutException
Creates a new instance.
ReadTimeoutException(Throwable) - Constructor for exception org.jboss.netty.handler.timeout.ReadTimeoutException
Creates a new instance.
ReadTimeoutHandler - Class in org.jboss.netty.handler.timeout
Raises a ReadTimeoutException when no data was read within a certain period of time.
ReadTimeoutHandler(Timer, int) - Constructor for class org.jboss.netty.handler.timeout.ReadTimeoutHandler
Creates a new instance.
ReadTimeoutHandler(Timer, long, TimeUnit) - Constructor for class org.jboss.netty.handler.timeout.ReadTimeoutHandler
Creates a new instance.
readTimeToWait(long, long, long) - Method in class org.jboss.netty.handler.traffic.TrafficCounter
Deprecated.
readTimeToWait(long, long, long, long) - Method in class org.jboss.netty.handler.traffic.TrafficCounter
Returns the time to wait (if any) for the given length message, using the given limitTraffic and the max wait time.
readUnsignedByte() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readUnsignedByte() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readUnsignedByte() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readUnsignedByte() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUnsignedInt() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readUnsignedInt() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readUnsignedMedium() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readUnsignedMedium() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned 24-bit medium integer at the current readerIndex and increases the readerIndex by 3 in this buffer.
readUnsignedShort() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
readUnsignedShort() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readUnsignedShort() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readUnsignedShort() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUTF() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
readUTF() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readWindowUpdateFrame(int, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readWindowUpdateFrame(int, int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a WINDOW_UPDATE frame is received.
rebuildSelector() - Method in interface org.jboss.netty.channel.socket.nio.NioSelector
Replaces the current Selector with a new Selector to work around the infamous epoll 100% CPU bug.
rebuildSelectors() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
 
rebuildSelectors() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
 
rebuildSelectors() - Method in interface org.jboss.netty.channel.socket.nio.NioSelectorPool
Replaces the current Selectors of the Bosses with new Selectors to work around the infamous epoll 100% CPU bug.
rebuildSelectors() - Method in class org.jboss.netty.channel.socket.nio.ShareableWorkerPool
 
ReceiveBufferSizePredictor - Interface in org.jboss.netty.channel
Predicts the number of readable bytes in the receive buffer of a Channel.
ReceiveBufferSizePredictorFactory - Interface in org.jboss.netty.channel
RECORD - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspMethods
The RECORD method initiates recording a range of media data according to the presentation description.
REDIRECT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspMethods
The REDIRECT request informs the client that it must connect to another server location.
REFERER - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Referer"
REFERER - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Referer"
refused(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in interface org.jboss.netty.handler.ipfilter.IpFilterListener
Called when the channel has the CONNECTED status and the channel was refused by a previous call to accept().
REFUSED_STREAM - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
3 Refused Stream
register(Channel, ChannelFuture) - Method in interface org.jboss.netty.channel.socket.nio.NioSelector
 
release() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Release all internal resources of this instance.
release(ExternalResourceReleasable...) - Static method in class org.jboss.netty.util.ExternalResourceUtil
Releases the specified ExternalResourceReleasables.
releaseAfterTransfer() - Method in class org.jboss.netty.channel.DefaultFileRegion
 
releaseBuffer(ByteBuffer) - Method in class org.jboss.netty.handler.ssl.SslBufferPool
Release a previous acquired ByteBuffer
releaseExternalResources() - Method in class org.jboss.netty.bootstrap.Bootstrap
This method simply delegates the call to ChannelFactory.releaseExternalResources().
releaseExternalResources() - Method in interface org.jboss.netty.channel.ChannelFactory
Releases the external resources that this factory depends on to function.
releaseExternalResources() - Method in class org.jboss.netty.channel.DefaultFileRegion
 
releaseExternalResources() - Method in class org.jboss.netty.channel.local.DefaultLocalClientChannelFactory
Does nothing because this implementation does not require any external resources.
releaseExternalResources() - Method in class org.jboss.netty.channel.local.DefaultLocalServerChannelFactory
Release all the previous created channels.
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.nio.NioClientBossPool
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
 
releaseExternalResources() - Method in class org.jboss.netty.handler.execution.ChainedExecutor
 
releaseExternalResources() - Method in class org.jboss.netty.handler.execution.ExecutionHandler
Shuts down the Executor which was specified with the constructor and wait for its termination.
releaseExternalResources() - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
Stops the Timer which was specified in the constructor of this handler.
releaseExternalResources() - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
Stops the Timer which was specified in the constructor of this handler.
releaseExternalResources() - Method in class org.jboss.netty.handler.timeout.WriteTimeoutHandler
Stops the Timer which was specified in the constructor of this handler.
releaseExternalResources() - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
releaseExternalResources() - Method in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
releaseExternalResources() - Method in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
releaseExternalResources() - Method in interface org.jboss.netty.util.ExternalResourceReleasable
Releases the external resources that this object depends on.
remove(Channel) - Method in class org.jboss.netty.channel.ChannelLocal
Removes the variable and returns the removed value.
remove(ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Removes the specified ChannelHandler from this pipeline.
remove(String) - Method in interface org.jboss.netty.channel.ChannelPipeline
Removes the ChannelHandler with the specified name from this pipeline.
remove(Class<T>) - Method in interface org.jboss.netty.channel.ChannelPipeline
Removes the ChannelHandler of the specified type from this pipeline
remove(ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
remove(String) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
remove(Class<T>) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
remove(Object) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
remove(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
remove(String) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Removes the header with the specified name.
remove(String) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
remove(String) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the header with the specified name.
remove(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
remove(IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Remove the ipFilterRule from the list
remove(int) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Removes the element at the specified position in this list
removeAll(Collection<IpFilterRule>) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Removes from this list all of its elements that are contained in the specified collection
removeAssociatedToStreamId(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Associated-To-Stream-ID" header.
removeChildExecutor(Object) - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
removeFirst() - Method in interface org.jboss.netty.channel.ChannelPipeline
Removes the first ChannelHandler in this pipeline.
removeFirst() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
removeHeader(HttpMessage, String) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Removes the header with the specified name.
removeHost(SpdyHeadersFrame) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the SPDY host header.
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
Remove the given InterfaceHttpData from clean list (will not delete the file, except if the file is still a temporary one as setup at construction)
removeHttpDataFromClean(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
removeHttpDataFromClean(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Remove the given FileUpload from the list of FileUploads to clean
removeHttpDataFromClean(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
removeHttpDataFromClean(InterfaceHttpData) - Method in interface org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Remove the given FileUpload from the list of FileUploads to clean
removeIpFilterListener() - Method in interface org.jboss.netty.handler.ipfilter.IpFilteringHandler
Remove the filter listener.
removeIpFilterListener() - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
 
removeKey(Object) - Method in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
call removeKey(Object key) when the life cycle of the key ends, such as when the channel is closed
removeLast() - Method in interface org.jboss.netty.channel.ChannelPipeline
Removes the last ChannelHandler in this pipeline.
removeLast() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
removeListener(ChannelFutureListener) - Method in interface org.jboss.netty.channel.ChannelFuture
Removes the specified listener from this future.
removeListener(ChannelFutureListener) - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
removeListener(ChannelFutureListener) - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
removeListener(ChannelGroupFutureListener) - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
Removes the specified listener from this future.
removeListener(ChannelGroupFutureListener) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
removeMessage(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
 
removeMethod(int, SpdyHeadersFrame) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the HTTP method header.
removePriority(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Priority" header.
removeScheme(int, SpdyHeadersFrame) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the URL scheme header.
removeScheme(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Scheme" header.
removeStatus(int, SpdyHeadersFrame) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the HTTP response status header.
removeStreamId(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Stream-ID" header.
removeTransferEncodingChunked(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
 
removeUrl(int, SpdyHeadersFrame) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the URL path header.
removeUrl(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-URL" header.
removeValue(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
removeValue(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Removes the value of the setting ID.
removeVersion(int, SpdyHeadersFrame) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the HTTP version header.
renameTo(File) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
renameTo(File) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
renameTo(File) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
A convenience method to write an uploaded item to disk.
renameTo(File) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
renameTo(File) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
replace(ChannelHandler, String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Replaces the specified ChannelHandler with a new handler in this pipeline.
replace(String, String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Replaces the ChannelHandler of the specified name with a new handler in this pipeline.
replace(Class<T>, String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
Replaces the ChannelHandler of the specified type with a new handler in this pipeline.
replace(ChannelHandler, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
replace(String, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
replace(Class<T>, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
replace(String, ChannelHandler) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
Replace this FrameDecoder in the ChannelPipeline with the given ChannelHandler.
ReplayingDecoder<T extends Enum<T>> - Class in org.jboss.netty.handler.codec.replay
A specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
ReplayingDecoder() - Constructor for class org.jboss.netty.handler.codec.replay.ReplayingDecoder
Creates a new instance with no initial state (i.e: null).
ReplayingDecoder(boolean) - Constructor for class org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
ReplayingDecoder(T) - Constructor for class org.jboss.netty.handler.codec.replay.ReplayingDecoder
Creates a new instance with the specified initial state.
ReplayingDecoder(T, boolean) - Constructor for class org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
REQUEST_ENTITY_TOO_LARGE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
413 Request Entity Too Large
REQUEST_ENTITY_TOO_LARGE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
413 Request Entity Too Large
REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
431 Request Header Fields Too Large (RFC6585)
REQUEST_TIMEOUT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
408 Request Timeout
REQUEST_TIMEOUT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
408 Request Timeout
REQUEST_URI_TOO_LONG - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
414 Request-URI Too Long
REQUEST_URI_TOO_LONG - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
414 Request-URI Too Long
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
416 Requested Range Not Satisfiable
REQUIRE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Require"
reset() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
reset() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
RESET_CONTENT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
205 Reset Content
resetCumulativeTime() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficCounter
 
resetCumulativeTime() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
Reset both read and written cumulative bytes counters and the associated absolute time from System.currentTimeMillis().
resetReaderIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
resetReaderIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Repositions the current readerIndex to the marked readerIndex in this buffer.
resetReaderIndex() - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
resetWriterIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
resetWriterIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Repositions the current writerIndex to the marked writerIndex in this buffer.
resetWriterIndex() - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
resolve(String) - Method in interface org.jboss.netty.handler.codec.serialization.ClassResolver
 
resumeTransfer() - Method in class org.jboss.netty.handler.stream.ChunkedWriteHandler
Continues to fetch the chunks from the input.
retainAll(Collection<IpFilterRule>) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Retains only the elements in this list that are contained in the specified collection
RETRT_AFTER - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Retry-After"
RETRY_AFTER - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Retry-After"
RTP - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"RTP"
RTP_INFO - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"RTP-Info"
RTPTIME - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"rtptime"
RTSP_1_0 - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspVersions
RTSP/1.0
RTSP_VERSION_NOT_SUPPORTED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
505 RTSP Version not supported
RtspHeaders - Class in org.jboss.netty.handler.codec.rtsp
Standard RTSP header names and values.
RtspHeaders.Names - Class in org.jboss.netty.handler.codec.rtsp
Standard RTSP header names.
RtspHeaders.Values - Class in org.jboss.netty.handler.codec.rtsp
Standard RTSP header values.
RtspHeaders.Values() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
 
RtspMessageDecoder - Class in org.jboss.netty.handler.codec.rtsp
Decodes ChannelBuffers into RTSP messages represented in HttpMessages.
RtspMessageDecoder() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspMessageDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxContentLength (8192).
RtspMessageDecoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspMessageDecoder
Creates a new instance with the specified parameters.
RtspMessageEncoder - Class in org.jboss.netty.handler.codec.rtsp
Encodes an RTSP message represented in HttpMessage into a ChannelBuffer.
RtspMessageEncoder() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspMessageEncoder
Creates a new instance.
RtspMethods - Class in org.jboss.netty.handler.codec.rtsp
The request method of RTSP.
RtspRequestDecoder - Class in org.jboss.netty.handler.codec.rtsp
Decodes ChannelBuffers into RTSP requests represented in HttpRequests.
RtspRequestDecoder() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspRequestDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxContentLength (8192).
RtspRequestDecoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspRequestDecoder
Creates a new instance with the specified parameters.
RtspRequestEncoder - Class in org.jboss.netty.handler.codec.rtsp
Encodes an RTSP request represented in HttpRequest into a ChannelBuffer.
RtspRequestEncoder() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspRequestEncoder
 
RtspResponseDecoder - Class in org.jboss.netty.handler.codec.rtsp
Decodes ChannelBuffers into RTSP responses represented in HttpResponses.
RtspResponseDecoder() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspResponseDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxContentLength (8192).
RtspResponseDecoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspResponseDecoder
Creates a new instance with the specified parameters.
RtspResponseEncoder - Class in org.jboss.netty.handler.codec.rtsp
Encodes an RTSP response represented in HttpResponse into a ChannelBuffer.
RtspResponseEncoder() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspResponseEncoder
 
RtspResponseStatuses - Class in org.jboss.netty.handler.codec.rtsp
The status code and its description of a RTSP response.
RtspVersions - Class in org.jboss.netty.handler.codec.rtsp
The version of RTSP.
run() - Method in class org.jboss.netty.channel.socket.ChannelRunnableWrapper
 
run() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramWorker
 
run() - Method in class org.jboss.netty.channel.socket.nio.NioWorker
 
run() - Method in class org.jboss.netty.handler.execution.ChannelEventRunnable
 
run() - Method in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor.EventTask
 
run() - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor.ChildExecutor
 
run() - Method in class org.jboss.netty.util.ThreadRenamingRunnable
 
run(Timeout) - Method in interface org.jboss.netty.util.TimerTask
Executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).

S

S_MAXAGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"s-maxage"
SCALE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Scale"
scheduleWriteIfNecessary(AbstractNioChannel<?>) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramWorker
 
scheduleWriteIfNecessary(AbstractNioChannel<?>) - Method in class org.jboss.netty.channel.socket.nio.NioWorker
 
SCHEME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":scheme"
SCHEME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-Scheme"
SEC_WEBSOCKET_ACCEPT - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Accept"
SEC_WEBSOCKET_KEY - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Key"
SEC_WEBSOCKET_KEY1 - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Key1"
SEC_WEBSOCKET_KEY2 - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Key2"
SEC_WEBSOCKET_LOCATION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Location"
SEC_WEBSOCKET_ORIGIN - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Origin"
SEC_WEBSOCKET_PROTOCOL - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Protocol"
SEC_WEBSOCKET_VERSION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Version"
SECURE - Static variable in class org.jboss.netty.handler.codec.http.cookie.CookieHeaderNames
 
SEE_OTHER - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
303 See Other (since HTTP/1.1)
select(Selector) - Method in class org.jboss.netty.channel.socket.nio.NioServerBoss
 
selectSubprotocol(String) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Selects the first matching supported sub protocol
SelfSignedCertificate - Class in org.jboss.netty.handler.ssl.util
Generates a temporary self-signed certificate for testing purposes.
SelfSignedCertificate() - Constructor for class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String) - Constructor for class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, SecureRandom, int) - Constructor for class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SEMICOLON - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
Semicolon ';'
sendDownstream(ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Sends the specified ChannelEvent to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with this context.
sendDownstream(ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelPipeline
Sends the specified ChannelEvent to the last ChannelDownstreamHandler in this pipeline.
sendDownstream(ChannelEvent) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
sendUnsupportedWebSocketVersionResponse(Channel) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Return that we need cannot not support the web socket version
sendUpstream(ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Sends the specified ChannelEvent to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with this context.
sendUpstream(ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelPipeline
Sends the specified ChannelEvent to the first ChannelUpstreamHandler in this pipeline.
sendUpstream(ChannelEvent) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
SEQ - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"seq"
SERVER - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Server"
SERVER - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Server"
SERVER_PORT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"server_port"
ServerBootstrap - Class in org.jboss.netty.bootstrap
A helper class which creates a new server-side Channel and accepts incoming connections.
ServerBootstrap() - Constructor for class org.jboss.netty.bootstrap.ServerBootstrap
Creates a new instance with no ChannelFactory set.
ServerBootstrap(ChannelFactory) - Constructor for class org.jboss.netty.bootstrap.ServerBootstrap
Creates a new instance with the specified initial ChannelFactory.
ServerChannel - Interface in org.jboss.netty.channel
A Channel that accepts an incoming connection attempt and creates its child Channels by accepting them.
ServerChannelFactory - Interface in org.jboss.netty.channel
A ChannelFactory that creates a ServerChannel.
ServerCookieDecoder - Class in org.jboss.netty.handler.codec.http.cookie
A RFC6265 compliant cookie decoder to be used server side.
ServerCookieEncoder - Class in org.jboss.netty.handler.codec.http.cookie
A RFC6265 compliant cookie encoder to be used server side, so some fields are sent (Version is typically ignored).
ServerSocketChannel - Interface in org.jboss.netty.channel.socket
A TCP/IP ServerChannel which accepts incoming TCP/IP connections.
ServerSocketChannelConfig - Interface in org.jboss.netty.channel.socket
ServerSocketChannelFactory - Interface in org.jboss.netty.channel.socket
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
SERVICE_UNAVAILABLE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
503 Service Unavailable
SERVICE_UNAVAILABLE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
503 Service Unavailable
SESSION - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Session"
SESSION_NOT_FOUND - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
454 Session Not Found
sessionCacheSize() - Method in class org.jboss.netty.handler.ssl.JdkSslContext
 
sessionCacheSize() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
 
sessionCacheSize() - Method in class org.jboss.netty.handler.ssl.SslContext
Returns the size of the cache used for storing SSL session objects.
sessionContext() - Method in class org.jboss.netty.handler.ssl.JdkSslContext
Returns the JDK SSLSessionContext object held by this context.
sessionTimeout() - Method in class org.jboss.netty.handler.ssl.JdkSslContext
 
sessionTimeout() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
 
sessionTimeout() - Method in class org.jboss.netty.handler.ssl.SslContext
Returns the timeout for the cached SSL session objects, in seconds.
set(Channel, T) - Method in class org.jboss.netty.channel.ChannelLocal
Sets the value of this variable.
set(String, Object) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
set(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
set(String, Object) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets a header with the specified name and value.
set(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets a header with the specified name and values.
set(HttpHeaders) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
Cleans the current header entries and copies all header entries of the specified headers.
set(String, Object) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
set(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
set(String, Object) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Sets a new header with the specified name and value.
set(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Sets a new header with the specified name and values.
set(int, IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Replaces the element at the specified position in this list with the specified element
set100ContinueExpected(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets the "Expect: 100-continue" header to the specified message.
set100ContinueExpected(HttpMessage, boolean) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets or removes the "Expect: 100-continue" header to / from the specified message.
SET_COOKIE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Set-Cookie"
SET_COOKIE2 - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Set-Cookie2"
SET_PARAMETER - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspMethods
The SET_PARAMETER requests to set the value of a parameter for a presentation or stream specified by the URI.
setActualSubprotocol(String) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
setAssociatedToStreamId(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setAssociatedToStreamId(HttpMessage, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-Associated-To-Stream-ID" header.
setAssociatedToStreamId(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
Sets the Associated-To-Stream-ID of this frame.
setAttachment(Object) - Method in class org.jboss.netty.channel.AbstractChannel
 
setAttachment(Object) - Method in interface org.jboss.netty.channel.Channel
Attaches an object to this Channel to store a stateful information
setAttachment(Object) - Method in interface org.jboss.netty.channel.ChannelHandlerContext
Attaches an object to this context to store a stateful information specific to the ChannelHandler which is associated with this context.
setBacklog(int) - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
setBacklog(int) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
Sets the backlog value to specify when the channel binds to a local address.
setBinaryData(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
Sets the binary data for this frame
setBodyHttpDatas(List<InterfaceHttpData>) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Set the Body HttpDatas list
setBroadcast(boolean) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
setBroadcast(boolean) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setBufferFactory(ChannelBufferFactory) - Method in interface org.jboss.netty.channel.ChannelConfig
Sets the default ChannelBufferFactory used to create a new ChannelBuffer.
setBufferFactory(ChannelBufferFactory) - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
setBufferFactory(ChannelBufferFactory) - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
 
setBufferFactory(ChannelBufferFactory) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setByte(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setByte(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified byte at the specified absolute index in this buffer.
setByte(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setByte(int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setByte(int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setByte(int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
setByte(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setByte(int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setByte(int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setBytes(int, byte[]) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setBytes(int, ChannelBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setBytes(int, ChannelBuffer, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, ChannelBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer becomes unreadable.
setBytes(int, ChannelBuffer, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, ChannelBuffer, int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, byte[]) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, byte[], int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, ByteBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer's position reaches its limit.
setBytes(int, InputStream, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the content of the specified source stream to this buffer starting at the specified absolute index.
setBytes(int, ScatteringByteChannel, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the content of the specified source channel to this buffer starting at the specified absolute index.
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setChar(int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setChar(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 2-byte UTF-16 character at the specified absolute index in this buffer.
setCharset(Charset) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
setCharset(Charset) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Set the Charset passed by the browser if defined
setCharset(Charset) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
setCharset(Charset) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
setCheckInterval(long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
setChunked(boolean) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
setChunked(boolean) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Sets if this message does not have any content but the HttpChunks, which is generated by HttpMessageDecoder consecutively, contain the actual content.
setClearPreviouslyPersistedSettings(boolean) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setClearPreviouslyPersistedSettings(boolean) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Sets if previously persisted settings should be cleared.
setClosed() - Method in class org.jboss.netty.channel.AbstractChannel
Marks this channel as closed.
setClosed() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
setClosed() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
 
setCloseOnSSLException(boolean) - Method in class org.jboss.netty.handler.ssl.SslHandler
If set to true, the Channel will automatically get closed one a SSLException was caught.
setComment(String) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
setComment(String) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
setCommentUrl(String) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
setCommentUrl(String) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
setConnectTimeoutMillis(int) - Method in interface org.jboss.netty.channel.ChannelConfig
Sets the connect timeout of the channel in milliseconds.
setConnectTimeoutMillis(int) - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
setConnectTimeoutMillis(int) - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunk
 
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
setContent(ChannelBuffer) - Method in interface org.jboss.netty.handler.codec.http.HttpChunk
Sets the content of this chunk.
setContent(ChannelBuffer) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Sets the content of this message.
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
setContent(File) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
setContent(InputStream) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
setContent(InputStream) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
setContent(File) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
setContent(ChannelBuffer) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Set the content from the ChannelBuffer (erase any previous data)
setContent(File) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Set the content from the file (erase any previous data)
setContent(InputStream) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Set the content from the inputStream (erase any previous data)
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
setContent(File) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
setContent(InputStream) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
setContent(File) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
setContent(InputStream) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
setContentLength(HttpMessage, long) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets the "Content-Length" header.
setContentTransferEncoding(String) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
setContentTransferEncoding(String) - Method in interface org.jboss.netty.handler.codec.http.multipart.FileUpload
Set the Content-Transfer-Encoding type from String as 7bit, 8bit or binary
setContentTransferEncoding(String) - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
setContentTransferEncoding(String) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
setContentType(String) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
setContentType(String) - Method in interface org.jboss.netty.handler.codec.http.multipart.FileUpload
Set the Content Type passed by the browser if defined
setContentType(String) - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
setContentType(String) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
setData(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
setData(ChannelBuffer) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyDataFrame
Sets the data payload of this frame.
setDate(HttpMessage, Date) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets the "Date" header.
setDateHeader(HttpMessage, String, Date) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets a new date header with the specified name and value.
setDateHeader(HttpMessage, String, Iterable<Date>) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets a new date header with the specified name and values.
setDefaultFactory(InternalLoggerFactory) - Static method in class org.jboss.netty.logging.InternalLoggerFactory
Changes the default factory.
setDeltaWindowSize(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
setDeltaWindowSize(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Sets the Delta-Window-Size of this frame.
setDiscard(boolean) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
setDiscard(boolean) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
setDomain(String) - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Sets the domain of this Cookie.
setDomain(String) - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
setDouble(int, double) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setDouble(int, double) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 64-bit floating-point number at the specified absolute index in this buffer.
setEnabledCipherSuites(String[]) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
setEnabledProtocols(String[]) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
setEnabledSslCipherSuites(String[]) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Sets the cipher suites enabled for use on an SSLEngine.
setEnabledSslProtocols(String[]) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Sets the protocol versions enabled for use on an SSLEngine.
setEnableRenegotiation(boolean) - Method in class org.jboss.netty.handler.ssl.SslHandler
Enables or disables TLS renegotiation.
setEnableSessionCreation(boolean) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
setEnableSslSessionCreation(boolean) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Sets whether new SSLSessions may be established by an SSLEngine.
setFactory(ChannelFactory) - Method in class org.jboss.netty.bootstrap.Bootstrap
Sets the ChannelFactory that will be used to perform an I/O operation.
setFactory(ChannelFactory) - Method in class org.jboss.netty.bootstrap.ServerBootstrap
Sets the ServerChannelFactory that will be used to perform an I/O operation.
setFailure(Throwable) - Method in interface org.jboss.netty.channel.ChannelFuture
Marks this future as a failure and notifies all listeners.
setFailure(Throwable) - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
setFailure(Throwable) - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
setFilename(String) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
setFilename(String) - Method in interface org.jboss.netty.handler.codec.http.multipart.FileUpload
Set the original filename
setFilename(String) - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
setFilename(String) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
setFinalFragment(boolean) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
 
setFloat(int, float) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setFloat(int, float) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 32-bit floating-point number at the specified absolute index in this buffer.
setHandshakeComplete() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
setHeader(HttpMessage, String, Object) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets a new header with the specified name and value.
setHeader(HttpMessage, String, Iterable<?>) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets a new header with the specified name and values.
setHeader(SpdyHeadersFrame, String, Object) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Sets a new header with the specified name and value.
setHeader(SpdyHeadersFrame, String, Iterable<?>) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Sets a new header with the specified name and values.
setHost(HttpMessage, String) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets the "Host" header.
setHost(SpdyHeadersFrame, String) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Set the SPDY host header.
setHttpOnly(boolean) - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Determines if this Cookie is HTTP only.
setHttpOnly(boolean) - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
setId(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
setId(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyPingFrame
Sets the ID of this frame.
setIfAbsent(Channel, T) - Method in class org.jboss.netty.channel.ChannelLocal
Sets the value of this variable only when no value was set.
setIndex(int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setIndex(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the readerIndex and writerIndex of this buffer in one shot.
setIndex(int, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setInt(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 32-bit integer at the specified absolute index in this buffer.
setInt(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setInt(int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setInterestOps(int) - Method in class org.jboss.netty.channel.AbstractChannel
 
setInterestOps(int) - Method in class org.jboss.netty.channel.AbstractServerChannel
 
setInterestOps(int) - Method in interface org.jboss.netty.channel.Channel
Changes the interestOps of this channel asynchronously.
setInterestOps(Channel, int) - Static method in class org.jboss.netty.channel.Channels
Sends a "setInterestOps" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
setInterestOps(ChannelHandlerContext, ChannelFuture, int) - Static method in class org.jboss.netty.channel.Channels
Sends a "setInterestOps" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
setInterestOps(int) - Method in interface org.jboss.netty.channel.group.ChannelGroup
Calls Channel.setInterestOps(int) for all Channels in this group with the specified interestOps.
setInterestOps(int) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
setInterestOpsRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
Invoked when Channel.setInterestOps(int) was called.
setInterestOpsRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when Channel.setInterestOps(int) was called.
setInterface(InetAddress) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Sets the address of the network interface used for multicast packets.
setInterface(InetAddress) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setInternalInterestOps(int) - Method in class org.jboss.netty.channel.AbstractChannel
Sets the interestOps property of this channel immediately.
setInternalInterestOps(int) - Method in class org.jboss.netty.channel.AbstractServerChannel
 
setIntHeader(HttpMessage, String, int) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets a new integer header with the specified name and value.
setIntHeader(HttpMessage, String, Iterable<Integer>) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets a new integer header with the specified name and values.
setInvalid() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setInvalid() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeadersFrame
Marks this header block as invalid.
setIpFilterListener(IpFilterListener) - Method in interface org.jboss.netty.handler.ipfilter.IpFilteringHandler
Sets the filter listener.
setIpFilterListener(IpFilterListener) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
 
setIssueHandshake(boolean) - Method in class org.jboss.netty.handler.ssl.SslHandler
Enables or disables the automatic handshake once the Channel is connected.
setKeepAlive(boolean) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setKeepAlive(boolean) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setKeepAlive(boolean) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
setKeepAlive(HttpMessage, boolean) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
Sets the value of the "Connection" header depending on the protocol version of the specified message.
setLast(boolean) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
setLast(boolean) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyStreamFrame
Sets if this frame is the last frame to be transmitted on the stream.
setLastGoodStreamId(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
setLastGoodStreamId(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyGoAwayFrame
Sets the Last-good-stream-ID of this frame.
setLong(int, long) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setLong(int, long) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 64-bit long integer at the specified absolute index in this buffer.
setLong(int, long) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setLong(int, long) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setLoopbackModeDisabled(boolean) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
setLoopbackModeDisabled(boolean) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setMaxAge(int) - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Sets the maximum age of this Cookie in seconds.
setMaxAge(int) - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
setMaxAge(int) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
setMaxChannelMemorySize(long) - Method in class org.jboss.netty.handler.execution.FairOrderedDownstreamThreadPoolExecutor
Throws UnsupportedOperationException as there is not support for limit the memory size in this implementation
setMaxChannelMemorySize(long) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Sets the maximum total size of the queued events per channel.
setMaxChannelMemorySize(long) - Method in class org.jboss.netty.handler.execution.OrderedDownstreamThreadPoolExecutor
Throws UnsupportedOperationException as there is not support for limit the memory size in this implementation
setMaxCumulationBufferCapacity(int) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
Set the maximal capacity of the internal cumulation ChannelBuffer to use before the FrameDecoder tries to minimize the memory usage by "byte copy".
setMaxCumulationBufferComponents(int) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
Sets the maximum number of components in the cumulation buffer.
setMaxCumulationBufferComponents(int) - Method in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
Sets the maximum number of components in the cumulation buffer.
setMaxDeviation(float, float, float) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
setMaxGlobalWriteSize(long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setMaxGlobalWriteSize(long) - Method in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
setMaxLimit(long) - Method in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
setMaxLimit(long) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
To set a max size limitation on fields.
setMaxSize(long) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
setMaxSize(long) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
Set the maxSize for this HttpData.
setMaxSize(long) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
setMaxSize(long) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
setMaxTimeWait(long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setMaxWriteDelay(long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setMaxWriteSize(long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setMedium(int, int) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setMedium(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 24-bit medium integer at the specified absolute index in this buffer.
setMedium(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setMedium(int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setMethod(HttpMethod) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpRequest
 
setMethod(HttpMethod) - Method in interface org.jboss.netty.handler.codec.http.HttpRequest
Sets the method of this request.
setMethod(int, SpdyHeadersFrame, HttpMethod) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Sets the HTTP method header.
setNeedClientAuth(boolean) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
setNetworkInterface(NetworkInterface) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
setNetworkInterface(NetworkInterface) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setNotifyChannelFuturesOnShutdown(boolean) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
If set to false no queued ChannelEventRunnable's ChannelFuture will get notified once MemoryAwareThreadPoolExecutor.shutdownNow() is called.
setObjectSizeEstimator(ObjectSizeEstimator) - Method in class org.jboss.netty.handler.execution.FairOrderedDownstreamThreadPoolExecutor
Throws UnsupportedOperationException as there is not support for limit the memory size in this implementation
setObjectSizeEstimator(ObjectSizeEstimator) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Sets the ObjectSizeEstimator of this pool.
setObjectSizeEstimator(ObjectSizeEstimator) - Method in class org.jboss.netty.handler.execution.OrderedDownstreamThreadPoolExecutor
Throws UnsupportedOperationException as there is not support for limit the memory size in this implementation
setOption(String, Object) - Method in class org.jboss.netty.bootstrap.Bootstrap
Sets an option with the specified key and value.
setOption(String, Object) - Method in interface org.jboss.netty.channel.ChannelConfig
Sets a configuration property with the specified name and value.
setOption(String, Object) - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
setOption(String, Object) - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
Sets an individual option.
setOption(String, Object) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setOption(String, Object) - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
setOption(String, Object) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setOption(String, Object) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setOptions(Map<String, Object>) - Method in class org.jboss.netty.bootstrap.Bootstrap
Sets the options which configures a new Channel and its child Channels.
setOptions(Map<String, Object>) - Method in interface org.jboss.netty.channel.ChannelConfig
Sets the configuration properties from the specified Map.
setOptions(Map<String, Object>) - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
setOptions(Map<String, Object>) - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
 
setOptions(Map<String, Object>) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setParentHandler(ChannelHandler) - Method in class org.jboss.netty.bootstrap.ServerBootstrap
Sets an optional ChannelHandler which intercepts an event of a newly bound server-side channel which accepts incoming connections.
setPath(String) - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Sets the path of this Cookie.
setPath(String) - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
setPerformancePreferences(int, int, int) - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
Sets the performance preferences as specified in ServerSocket.setPerformancePreferences(int, int, int).
setPerformancePreferences(int, int, int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
Sets the performance preferences as specified in Socket.setPerformancePreferences(int, int, int).
setPersisted(int, boolean) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setPersisted(int, boolean) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Sets if this setting is persisted.
setPersistValue(int, boolean) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setPersistValue(int, boolean) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Sets if this setting should be persisted.
setPipeline(ChannelPipeline) - Method in class org.jboss.netty.bootstrap.Bootstrap
Sets the default ChannelPipeline which is cloned when a new Channel is created.
setPipelineAsMap(Map<String, ChannelHandler>) - Method in class org.jboss.netty.bootstrap.Bootstrap
Dependency injection friendly convenience method for Bootstrap.setPipeline(ChannelPipeline) which sets the default pipeline of this bootstrap from an ordered map.
setPipelineFactory(ChannelPipelineFactory) - Method in class org.jboss.netty.bootstrap.Bootstrap
Sets the ChannelPipelineFactory which creates a new ChannelPipeline for each new Channel.
setPipelineFactory(ChannelPipelineFactory) - Method in interface org.jboss.netty.channel.ChannelConfig
Sets the ChannelPipelineFactory which will be used when a child channel is created.
setPipelineFactory(ChannelPipelineFactory) - Method in class org.jboss.netty.channel.DefaultChannelConfig
 
setPipelineFactory(ChannelPipelineFactory) - Method in class org.jboss.netty.channel.DefaultServerChannelConfig
 
setPipelineFactory(ChannelPipelineFactory) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setPorts(int...) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
setPorts(Iterable<Integer>) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
setPorts(int...) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
setPorts(Iterable<Integer>) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
setPriority(byte) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setPriority(HttpMessage, byte) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-Priority" header.
setPriority(byte) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
Sets the priority of the stream.
setProgress(long, long, long) - Method in interface org.jboss.netty.channel.ChannelFuture
Notifies the progress of the operation to the listeners that implements ChannelFutureProgressListener.
setProgress(long, long, long) - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
setProgress(long, long, long) - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
setProtocolVersion(HttpVersion) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
setProtocolVersion(HttpVersion) - Method in interface org.jboss.netty.handler.codec.http.HttpMessage
Sets the protocol version of this message.
setReadable(boolean) - Method in class org.jboss.netty.channel.AbstractChannel
 
setReadable(boolean) - Method in interface org.jboss.netty.channel.Channel
Suspends or resumes the read operation of the I/O thread asynchronously.
setReadable(boolean) - Method in interface org.jboss.netty.channel.group.ChannelGroup
Calls Channel.setReadable(boolean) for all Channels in this group with the specified boolean flag.
setReadable(boolean) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
setReadChannelLimit(long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
setReadLimit(long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setReceiveBufferSize(int) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
setReceiveBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setReceiveBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setReceiveBufferSize(int) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
setReceiveBufferSize(int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Sets the ReceiveBufferSizePredictor which predicts the number of readable bytes in the socket receive buffer.
setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Sets the ReceiveBufferSizePredictor which predicts the number of readable bytes in the socket receive buffer.
setReceiveBufferSizePredictorFactory(ReceiveBufferSizePredictorFactory) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
Sets the ReceiveBufferSizePredictor which creates a new ReceiveBufferSizePredictor when a new channel is created and no ReceiveBufferSizePredictor was set.
setReceiveBufferSizePredictorFactory(ReceiveBufferSizePredictorFactory) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setReceiveBufferSizePredictorFactory(ReceiveBufferSizePredictorFactory) - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
Sets the ReceiveBufferSizePredictor which creates a new ReceiveBufferSizePredictor when a new channel is created and no ReceiveBufferSizePredictor was set.
setReuseAddress(boolean) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
setReuseAddress(boolean) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setReuseAddress(boolean) - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setReuseAddress(boolean) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
setReuseAddress(boolean) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
setRsv(int) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
 
setScheme(int, SpdyHeadersFrame, String) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Sets the URL scheme header.
setScheme(HttpMessage, String) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-Scheme" header.
setSecure(boolean) - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Sets the security getStatus of this Cookie
setSecure(boolean) - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
setSelectedSubprotocol(String) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
setSendBufferSize(int) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
setSendBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setSendBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setSendBufferSize(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setSendBufferSize(int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
setServerName(String) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Sets the host name of the HTTP server.
setServerPath(String) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Sets the path where the HttpTunnelingServlet is mapped to.
setSessionReceiveWindowSize(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
 
setShort(int, int) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
setShort(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
setShort(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 16-bit short integer at the specified absolute index in this buffer.
setShort(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
setShort(int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
setShort(int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
setShort(int, int) - Method in class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
setShort(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
setShort(int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
setShort(int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
setSoLinger(int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setSoLinger(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setSoLinger(int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
setSslContext(SSLContext) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Sets the SSLContext which is used to establish an HTTPS connection.
setState(T) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
Sets the current state of this decoder.
setStatus(HttpResponseStatus) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpResponse
 
setStatus(HttpResponseStatus) - Method in interface org.jboss.netty.handler.codec.http.HttpResponse
Sets the status of this response.
setStatus(SpdySessionStatus) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
setStatus(SpdyStreamStatus) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
setStatus(SpdySessionStatus) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyGoAwayFrame
Sets the status of this frame.
setStatus(int, SpdyHeadersFrame, HttpResponseStatus) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Sets the HTTP response status header.
setStatus(SpdyStreamStatus) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyRstStreamFrame
Sets the status of this frame.
setStreamId(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
setStreamId(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
setStreamId(HttpMessage, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-Stream-ID" header.
setStreamId(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyStreamFrame
Sets the Stream-ID of this frame.
setStreamId(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Sets the Stream-ID of this frame.
setSuccess() - Method in interface org.jboss.netty.channel.ChannelFuture
Marks this future as a success and notifies all listeners.
setSuccess() - Method in class org.jboss.netty.channel.CompleteChannelFuture
 
setSuccess() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
setTcpNoDelay(boolean) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
setText(String) - Method in class org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Sets the string for this frame
setText(String) - Method in class org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
Sets the string for this frame
setThreadNameDeterminer(ThreadNameDeterminer) - Static method in class org.jboss.netty.util.ThreadRenamingRunnable
Sets the ThreadNameDeterminer which overrides the proposed new thread name.
setTicketKeys(byte[]) - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
Sets the SSL session ticket keys of this context.
setTimeToLive(int) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
setTimeToLive(int) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE - Static variable in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_CURRENT_CWND - Static variable in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_DOWNLOAD_BANDWIDTH - Static variable in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_DOWNLOAD_RETRANS_RATE - Static variable in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_INITIAL_WINDOW_SIZE - Static variable in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_MINOR_VERSION - Static variable in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_ROUND_TRIP_TIME - Static variable in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_UPLOAD_BANDWIDTH - Static variable in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
 
setTrafficClass(int) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
setTrafficClass(int) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
setTrafficClass(int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
setTrafficClass(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
setTrafficClass(int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
setTransferEncodingChunked(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
 
setTruncated() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setTruncated() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyHeadersFrame
Mark this header block as truncated.
setUnfold(boolean) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
setUnidirectional(boolean) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setUnidirectional(boolean) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
Sets if the stream created with this frame is to be considered half-closed to the receiver.
setUnwritable() - Method in class org.jboss.netty.channel.AbstractChannel
 
SETUP - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspMethods
The SETUP request for a URI specifies the transport mechanism to be used for the streamed media.
setUri(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpRequest
 
setUri(String) - Method in interface org.jboss.netty.handler.codec.http.HttpRequest
Sets the URI (or path) of this request.
setUrl(int, SpdyHeadersFrame, String) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Sets the URL path header.
setUrl(HttpMessage, String) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-URL" header.
setUseClientMode(boolean) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
setUseDeadLockChecker(boolean) - Static method in class org.jboss.netty.channel.DefaultChannelFuture
Enables or disables the dead lock checker.
setUserDefinedWritability(int, boolean) - Method in class org.jboss.netty.channel.AbstractChannel
 
setUserDefinedWritability(int, boolean) - Method in interface org.jboss.netty.channel.Channel
Sets a user-defined writability flag at the specified index.
setValue(String) - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Sets the value of this Cookie.
setValue(String) - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
setValue(String) - Method in interface org.jboss.netty.handler.codec.http.multipart.Attribute
Sets the value of this HttpData.
setValue(String) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
setValue(String, int) - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
setValue(String) - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
setValue(String) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
setValue(int, int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setValue(int, int, boolean, boolean) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setValue(int, int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Sets the value of the setting ID.
setValue(int, int, boolean, boolean) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Sets the value of the setting ID.
setVersion(int) - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
setVersion(int) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
setVersion(int, SpdyHeadersFrame, HttpVersion) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
Sets the HTTP version header.
setWantClientAuth(boolean) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
setWrap(boolean) - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Sets true if the value of this Cookie is to be wrapped with double quotes.
setWrap(boolean) - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
setWritable() - Method in class org.jboss.netty.channel.AbstractChannel
 
setWriteBufferHighWaterMark(int) - Method in interface org.jboss.netty.channel.socket.nio.NioChannelConfig
Sets the high water mark of the write buffer.
setWriteBufferLowWaterMark(int) - Method in interface org.jboss.netty.channel.socket.nio.NioChannelConfig
Sets the low water mark of the write buffer.
setWriteChannelLimit(long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
setWriteLimit(long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setWriteSpinCount(int) - Method in interface org.jboss.netty.channel.socket.nio.NioChannelConfig
Sets the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
setZero(int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
setZero(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Fills this buffer with NUL (0x00) starting at the specified absolute index.
ShareableWorkerPool<E extends Worker> - Class in org.jboss.netty.channel.socket.nio
This implementation of a WorkerPool should be used if you plan to share a WorkerPool between different Factories.
ShareableWorkerPool(WorkerPool<E>) - Constructor for class org.jboss.netty.channel.socket.nio.ShareableWorkerPool
 
shouldCount(Runnable) - Method in class org.jboss.netty.handler.execution.FairOrderedDownstreamThreadPoolExecutor
Return false as we not need to count the memory in this implementation
shouldCount(Runnable) - Method in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
 
shouldCount(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Returns true if and only if the specified task should be counted to limit the global and per-channel memory consumption.
shouldCount(Runnable) - Method in class org.jboss.netty.handler.execution.OrderedDownstreamThreadPoolExecutor
Return false as we not need to cound the memory in this implementation
shouldCount(Runnable) - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
shutdown() - Method in class org.jboss.netty.bootstrap.Bootstrap
This method simply delegates the call to ChannelFactory.shutdown().
shutdown() - Method in interface org.jboss.netty.channel.ChannelFactory
Shudown the ChannelFactory and all the resource it created internal.
shutdown() - Method in class org.jboss.netty.channel.local.DefaultLocalClientChannelFactory
 
shutdown() - Method in class org.jboss.netty.channel.local.DefaultLocalServerChannelFactory
 
shutdown() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory
 
shutdown() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
 
shutdown() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
 
shutdown() - Method in class org.jboss.netty.channel.socket.nio.NioClientBossPool
 
shutdown() - Method in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
 
shutdown() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
 
shutdown() - Method in interface org.jboss.netty.channel.socket.nio.NioSelector
 
shutdown() - Method in interface org.jboss.netty.channel.socket.nio.NioSelectorPool
Shutdown the NioSelectorPool and all internal created resources
shutdown() - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
 
shutdown() - Method in class org.jboss.netty.channel.socket.nio.ShareableWorkerPool
 
shutdown() - Method in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
 
shutdown() - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
 
shutdown() - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
 
shutdown() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
Destroys this engine.
shutdown() - Method in class org.jboss.netty.util.VirtualExecutorService
 
shutdownNow() - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
shutdownNow(boolean) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
See ThreadPoolExecutor.shutdownNow() for how it handles the shutdown.
shutdownNow() - Method in class org.jboss.netty.util.VirtualExecutorService
 
SimpleChannelDownstreamHandler - Class in org.jboss.netty.channel
A ChannelDownstreamHandler which provides an individual handler method for each event type.
SimpleChannelDownstreamHandler() - Constructor for class org.jboss.netty.channel.SimpleChannelDownstreamHandler
 
SimpleChannelHandler - Class in org.jboss.netty.channel
A ChannelHandler which provides an individual handler method for each event type.
SimpleChannelHandler() - Constructor for class org.jboss.netty.channel.SimpleChannelHandler
 
SimpleChannelUpstreamHandler - Class in org.jboss.netty.channel
A ChannelUpstreamHandler which provides an individual handler method for each event type.
SimpleChannelUpstreamHandler() - Constructor for class org.jboss.netty.channel.SimpleChannelUpstreamHandler
 
SimpleTrustManagerFactory - Class in org.jboss.netty.handler.ssl.util
Helps to implement a custom TrustManagerFactory.
SimpleTrustManagerFactory() - Constructor for class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory
Creates a new instance.
SimpleTrustManagerFactory(String) - Constructor for class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory
Creates a new instance.
size() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
size() - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
Returns the number of encoded or decoded output in the product queue.
size - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
size() - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
size() - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
size() - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Returns the number of elements in this list.
skip(long) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
skip(long) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
skipBytes(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
skipBytes(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Increases the current readerIndex by the specified length in this buffer.
skipBytes(int) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
 
skipBytes(int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
skipBytes(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
Slf4JLoggerFactory - Class in org.jboss.netty.logging
Logger factory which creates a SLF4J logger.
Slf4JLoggerFactory() - Constructor for class org.jboss.netty.logging.Slf4JLoggerFactory
 
slice() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
slice() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns a slice of this buffer's readable bytes.
slice(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns a slice of this buffer's sub-region.
slice(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
slice(int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
SlicedChannelBuffer - Class in org.jboss.netty.buffer
A derived buffer which exposes its parent's sub-region only.
SlicedChannelBuffer(ChannelBuffer, int, int) - Constructor for class org.jboss.netty.buffer.SlicedChannelBuffer
 
slowDownFactor() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
SocketChannel - Interface in org.jboss.netty.channel.socket
A TCP/IP socket Channel which was either accepted by ServerSocketChannel or created by ClientSocketChannelFactory.
SocketChannelConfig - Interface in org.jboss.netty.channel.socket
SocksAuthRequest - Class in org.jboss.netty.handler.codec.socks
An socks auth request.
SocksAuthRequest(String, String) - Constructor for class org.jboss.netty.handler.codec.socks.SocksAuthRequest
 
SocksAuthRequestDecoder - Class in org.jboss.netty.handler.codec.socks
SocksAuthRequestDecoder() - Constructor for class org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder
 
SocksAuthResponse - Class in org.jboss.netty.handler.codec.socks
An socks auth response.
SocksAuthResponse(SocksMessage.AuthStatus) - Constructor for class org.jboss.netty.handler.codec.socks.SocksAuthResponse
 
SocksAuthResponseDecoder - Class in org.jboss.netty.handler.codec.socks
SocksAuthResponseDecoder() - Constructor for class org.jboss.netty.handler.codec.socks.SocksAuthResponseDecoder
 
SocksAuthResponseDecoder.State - Enum in org.jboss.netty.handler.codec.socks
 
SocksCmdRequest - Class in org.jboss.netty.handler.codec.socks
An socks cmd request.
SocksCmdRequest(SocksMessage.CmdType, SocksMessage.AddressType, String, int) - Constructor for class org.jboss.netty.handler.codec.socks.SocksCmdRequest
 
SocksCmdRequestDecoder - Class in org.jboss.netty.handler.codec.socks
SocksCmdRequestDecoder() - Constructor for class org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder
 
SocksCmdResponse - Class in org.jboss.netty.handler.codec.socks
An socks cmd response.
SocksCmdResponse(SocksMessage.CmdStatus, SocksMessage.AddressType) - Constructor for class org.jboss.netty.handler.codec.socks.SocksCmdResponse
 
SocksCmdResponseDecoder - Class in org.jboss.netty.handler.codec.socks
SocksCmdResponseDecoder() - Constructor for class org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder
 
SocksCmdResponseDecoder.State - Enum in org.jboss.netty.handler.codec.socks
 
SocksInitRequest - Class in org.jboss.netty.handler.codec.socks
An socks init request.
SocksInitRequest(List<SocksMessage.AuthScheme>) - Constructor for class org.jboss.netty.handler.codec.socks.SocksInitRequest
 
SocksInitRequestDecoder - Class in org.jboss.netty.handler.codec.socks
SocksInitRequestDecoder() - Constructor for class org.jboss.netty.handler.codec.socks.SocksInitRequestDecoder
 
SocksInitResponse - Class in org.jboss.netty.handler.codec.socks
An socks init response.
SocksInitResponse(SocksMessage.AuthScheme) - Constructor for class org.jboss.netty.handler.codec.socks.SocksInitResponse
 
SocksInitResponseDecoder - Class in org.jboss.netty.handler.codec.socks
SocksInitResponseDecoder() - Constructor for class org.jboss.netty.handler.codec.socks.SocksInitResponseDecoder
 
SocksInitResponseDecoder.State - Enum in org.jboss.netty.handler.codec.socks
 
SocksMessage - Class in org.jboss.netty.handler.codec.socks
An abstract class that defines a SocksMessage, providing common properties for SocksRequest and SocksResponse.
SocksMessage(SocksMessage.MessageType) - Constructor for class org.jboss.netty.handler.codec.socks.SocksMessage
 
SocksMessage.AddressType - Enum in org.jboss.netty.handler.codec.socks
 
SocksMessage.AuthScheme - Enum in org.jboss.netty.handler.codec.socks
 
SocksMessage.AuthStatus - Enum in org.jboss.netty.handler.codec.socks
 
SocksMessage.CmdStatus - Enum in org.jboss.netty.handler.codec.socks
 
SocksMessage.CmdType - Enum in org.jboss.netty.handler.codec.socks
 
SocksMessage.MessageType - Enum in org.jboss.netty.handler.codec.socks
 
SocksMessage.ProtocolVersion - Enum in org.jboss.netty.handler.codec.socks
 
SocksMessage.SubnegotiationVersion - Enum in org.jboss.netty.handler.codec.socks
 
SocksMessageEncoder - Class in org.jboss.netty.handler.codec.socks
Encodes an SocksMessage into a ChannelBuffer.
SocksMessageEncoder() - Constructor for class org.jboss.netty.handler.codec.socks.SocksMessageEncoder
 
SocksRequest - Class in org.jboss.netty.handler.codec.socks
An abstract class that defines a SocksRequest, providing common properties for SocksInitRequest, SocksAuthRequest, SocksCmdRequest and UnknownSocksRequest.
SocksRequest(SocksRequest.SocksRequestType) - Constructor for class org.jboss.netty.handler.codec.socks.SocksRequest
 
SocksRequest.SocksRequestType - Enum in org.jboss.netty.handler.codec.socks
Type of socks request
SocksResponse - Class in org.jboss.netty.handler.codec.socks
An abstract class that defines a SocksResponse, providing common properties for SocksInitResponse, SocksAuthResponse, SocksCmdResponse and UnknownSocksResponse.
SocksResponse(SocksResponse.SocksResponseType) - Constructor for class org.jboss.netty.handler.codec.socks.SocksResponse
 
SocksResponse.SocksResponseType - Enum in org.jboss.netty.handler.codec.socks
Type of socks response
softCachingConcurrentResolver(ClassLoader) - Static method in class org.jboss.netty.handler.codec.serialization.ClassResolvers
agressive concurrent cache good for shared cache, when we're not worried about class unloading
softCachingResolver(ClassLoader) - Static method in class org.jboss.netty.handler.codec.serialization.ClassResolvers
agressive non-concurrent cache good for non-shared cache, when we're not worried about class unloading
SoftReferenceMap<K,V> - Class in org.jboss.netty.handler.codec.serialization
 
SoftReferenceMap(Map<K, Reference<V>>) - Constructor for class org.jboss.netty.handler.codec.serialization.SoftReferenceMap
 
SP - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
Horizontal space
SpdyDataFrame - Interface in org.jboss.netty.handler.codec.spdy
A SPDY Protocol DATA Frame
SpdyFrame - Interface in org.jboss.netty.handler.codec.spdy
A SPDY Protocol Frame
SpdyFrameCodec - Class in org.jboss.netty.handler.codec.spdy
A ChannelHandler that encodes and decodes SPDY Frames.
SpdyFrameCodec(SpdyVersion) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
Creates a new instance with the specified version and the default decoder and encoder options (maxChunkSize (8192), maxHeaderSize (16384), compressionLevel (6), windowBits (15), and memLevel (8)).
SpdyFrameCodec(SpdyVersion, int, int, int, int, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
Creates a new instance with the specified decoder and encoder options.
SpdyFrameCodec(SpdyVersion, int, SpdyHeaderBlockDecoder, SpdyHeaderBlockEncoder) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
SpdyFrameDecoder - Class in org.jboss.netty.handler.codec.spdy
Decodes ChannelBuffers into SPDY Frames.
SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
Creates a new instance with the specified version and the default maxChunkSize (8192).
SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
Creates a new instance with the specified parameters.
SpdyFrameDecoderDelegate - Interface in org.jboss.netty.handler.codec.spdy
Callback interface for SpdyFrameDecoder.
SpdyFrameEncoder - Class in org.jboss.netty.handler.codec.spdy
Encodes a SPDY Frame into a ChannelBuffer.
SpdyFrameEncoder(SpdyVersion) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
Creates a new instance with the specified spdyVersion.
SpdyGoAwayFrame - Interface in org.jboss.netty.handler.codec.spdy
A SPDY Protocol GOAWAY Frame
SpdyHeaderBlockRawDecoder - Class in org.jboss.netty.handler.codec.spdy
 
SpdyHeaderBlockRawDecoder(SpdyVersion, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
SpdyHeaderBlockRawEncoder - Class in org.jboss.netty.handler.codec.spdy
 
SpdyHeaderBlockRawEncoder(SpdyVersion) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
SpdyHeaders - Class in org.jboss.netty.handler.codec.spdy
Provides the constants for the standard SPDY HTTP header names and commonly used utility methods that access a SpdyHeadersFrame.
SpdyHeaders() - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHeaders
 
SpdyHeaders.HttpNames - Class in org.jboss.netty.handler.codec.spdy
SPDY HTTP header names
SpdyHeadersFrame - Interface in org.jboss.netty.handler.codec.spdy
A SPDY Protocol HEADERS Frame
SpdyHttpCodec - Class in org.jboss.netty.handler.codec.spdy
A combination of SpdyHttpDecoder and SpdyHttpEncoder
SpdyHttpCodec(SpdyVersion, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHttpCodec
Creates a new instance with the specified decoder options.
SpdyHttpDecoder - Class in org.jboss.netty.handler.codec.spdy
SpdyHttpDecoder(SpdyVersion, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
Creates a new instance.
SpdyHttpDecoder(SpdyVersion, int, Map<Integer, HttpMessage>) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
Creates a new instance with the specified parameters.
SpdyHttpEncoder - Class in org.jboss.netty.handler.codec.spdy
SpdyHttpEncoder(SpdyVersion) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
Creates a new instance.
SpdyHttpHeaders - Class in org.jboss.netty.handler.codec.spdy
Provides the constants for the header names and the utility methods used by the SpdyHttpDecoder and SpdyHttpEncoder.
SpdyHttpHeaders.Names - Class in org.jboss.netty.handler.codec.spdy
SPDY HTTP header names
SpdyHttpResponseStreamIdHandler - Class in org.jboss.netty.handler.codec.spdy
SimpleChannelHandler that takes care of adding the right streamId to the HttpResponse if one is not present.
SpdyHttpResponseStreamIdHandler() - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
SpdyOrHttpChooser - Class in org.jboss.netty.handler.codec.spdy
ChannelUpstreamHandler which is responsible to setup the ChannelPipeline either for HTTP or SPDY.
SpdyOrHttpChooser(int, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
 
SpdyOrHttpChooser.SelectedProtocol - Enum in org.jboss.netty.handler.codec.spdy
 
SpdyPingFrame - Interface in org.jboss.netty.handler.codec.spdy
A SPDY Protocol PING Frame
SpdyProtocolException - Exception in org.jboss.netty.handler.codec.spdy
 
SpdyProtocolException() - Constructor for exception org.jboss.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyProtocolException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyProtocolException(String) - Constructor for exception org.jboss.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyProtocolException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyRstStreamFrame - Interface in org.jboss.netty.handler.codec.spdy
A SPDY Protocol RST_STREAM Frame
SpdySessionHandler - Class in org.jboss.netty.handler.codec.spdy
Manages streams within a SPDY session.
SpdySessionHandler(SpdyVersion, boolean) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
Creates a new session handler.
SpdySessionStatus - Class in org.jboss.netty.handler.codec.spdy
The SPDY session status code and its description.
SpdySessionStatus(int, String) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
Creates a new instance with the specified code and its statusPhrase.
SpdySettingsFrame - Interface in org.jboss.netty.handler.codec.spdy
A SPDY Protocol SETTINGS Frame
SpdyStreamFrame - Interface in org.jboss.netty.handler.codec.spdy
A SPDY Protocol Frame that is associated with an individual SPDY Stream
SpdyStreamStatus - Class in org.jboss.netty.handler.codec.spdy
The SPDY stream status code and its description.
SpdyStreamStatus(int, String) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
Creates a new instance with the specified code and its statusPhrase.
SpdySynReplyFrame - Interface in org.jboss.netty.handler.codec.spdy
A SPDY Protocol SYN_REPLY Frame
SpdySynStreamFrame - Interface in org.jboss.netty.handler.codec.spdy
A SPDY Protocol SYN_STREAM Frame
SpdyVersion - Enum in org.jboss.netty.handler.codec.spdy
 
SpdyWindowUpdateFrame - Interface in org.jboss.netty.handler.codec.spdy
A SPDY Protocol WINDOW_UPDATE Frame
SPEED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Speed"
SslBufferPool - Class in org.jboss.netty.handler.ssl
A ByteBuffer pool dedicated for SslHandler performance improvement.
SslBufferPool() - Constructor for class org.jboss.netty.handler.ssl.SslBufferPool
Creates a new buffer pool whose size is 19267584, which can hold 1024 buffers.
SslBufferPool(boolean, boolean) - Constructor for class org.jboss.netty.handler.ssl.SslBufferPool
Creates a new buffer pool whose size is 19267584, which can hold 1024 buffers.
SslBufferPool(int) - Constructor for class org.jboss.netty.handler.ssl.SslBufferPool
Creates a new buffer pool.
SslBufferPool(int, boolean, boolean) - Constructor for class org.jboss.netty.handler.ssl.SslBufferPool
Creates a new buffer pool.
SslContext - Class in org.jboss.netty.handler.ssl
A secure socket protocol implementation which acts as a factory for SSLEngine and SslHandler.
SslHandler - Class in org.jboss.netty.handler.ssl
Adds SSL · TLS and StartTLS support to a Channel.
SslHandler(SSLEngine) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, SslBufferPool) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, boolean) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, SslBufferPool, boolean) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, SslBufferPool, boolean, Timer, long) - Constructor for class org.jboss.netty.handler.ssl.SslHandler
Creates a new instance.
SslProvider - Enum in org.jboss.netty.handler.ssl
An enumeration of SSL/TLS protocol providers.
SSRC - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"ssrc"
start() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficCounter
Start the monitoring process.
start() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
Start the monitoring process.
start() - Method in class org.jboss.netty.util.HashedWheelTimer
Starts the background thread explicitly.
stats() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
Returns the stats of this context.
STATUS - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":status"
stop() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficCounter
Stop the monitoring process.
stop() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
Stop the monitoring process.
stop() - Method in class org.jboss.netty.util.HashedWheelTimer
 
stop() - Method in interface org.jboss.netty.util.Timer
Releases all resources acquired by this Timer and cancels all tasks which were scheduled but not executed yet.
STREAM_ALREADY_CLOSED - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
9 Stream Already Closed
STREAM_ID - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-Stream-ID"
STREAM_IN_USE - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
8 Stream In Use
STRICT - Static variable in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
STRICT - Static variable in class org.jboss.netty.handler.codec.http.cookie.ClientCookieEncoder
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
STRICT - Static variable in class org.jboss.netty.handler.codec.http.cookie.ServerCookieDecoder
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
STRICT - Static variable in class org.jboss.netty.handler.codec.http.cookie.ServerCookieEncoder
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
StringDecoder - Class in org.jboss.netty.handler.codec.string
Decodes a received ChannelBuffer into a String.
StringDecoder() - Constructor for class org.jboss.netty.handler.codec.string.StringDecoder
Creates a new instance with the current system character set.
StringDecoder(Charset) - Constructor for class org.jboss.netty.handler.codec.string.StringDecoder
Creates a new instance with the specified character set.
StringEncoder - Class in org.jboss.netty.handler.codec.string
Encodes the requested String into a ChannelBuffer.
StringEncoder() - Constructor for class org.jboss.netty.handler.codec.string.StringEncoder
Creates a new instance with the current system character set.
StringEncoder(Charset) - Constructor for class org.jboss.netty.handler.codec.string.StringEncoder
Creates a new instance with the specified character set.
SUB_PROTOCOL_WILDCARD - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Use this as wildcard to support all requested sub-protocols
submitWrite(ChannelHandlerContext, MessageEvent, long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Deprecated.
submitWrite(ChannelHandlerContext, MessageEvent, long, long, long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
SucceededChannelFuture - Class in org.jboss.netty.channel
The CompleteChannelFuture which is succeeded already.
SucceededChannelFuture(Channel) - Constructor for class org.jboss.netty.channel.SucceededChannelFuture
Creates a new instance.
succeededFuture(Channel) - Static method in class org.jboss.netty.channel.Channels
Creates a new ChannelFuture which is already succeeded for the specified Channel.
swapInt(int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Toggles the endianness of the specified 32-bit integer.
swapLong(long) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Toggles the endianness of the specified 64-bit long integer.
swapMedium(int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Toggles the endianness of the specified 24-bit medium integer.
swapShort(short) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Toggles the endianness of the specified 16-bit short integer.
SWITCHING_PROTOCOLS - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
101 Switching Protocols
sync() - Method in interface org.jboss.netty.channel.ChannelFuture
Waits for this future until it is done, and rethrows the cause of the failure if this future failed.
sync() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
sync() - Method in class org.jboss.netty.channel.FailedChannelFuture
 
sync() - Method in class org.jboss.netty.channel.SucceededChannelFuture
 
syncUninterruptibly() - Method in interface org.jboss.netty.channel.ChannelFuture
Waits for this future until it is done, and rethrows the cause of the failure if this future failed.
syncUninterruptibly() - Method in class org.jboss.netty.channel.DefaultChannelFuture
 
syncUninterruptibly() - Method in class org.jboss.netty.channel.FailedChannelFuture
 
syncUninterruptibly() - Method in class org.jboss.netty.channel.SucceededChannelFuture
 

T

TCP - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"TCP"
TE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"TE"
TEARDOWN - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspMethods
The TEARDOWN request stops the stream delivery for the given URI, freeing the resources associated with it.
TEMPORARY_REDIRECT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
307 Temporary Redirect (since HTTP/1.1)
terminated() - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
TextWebSocketFrame - Class in org.jboss.netty.handler.codec.http.websocketx
Web Socket text frame with assumed UTF-8 encoding
TextWebSocketFrame() - Constructor for class org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new empty text frame.
TextWebSocketFrame(String) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified text string.
TextWebSocketFrame(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified binary data.
TextWebSocketFrame(boolean, int, String) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified text string.
TextWebSocketFrame(boolean, int, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified binary data.
ThreadLocalMarshallerProvider - Class in org.jboss.netty.handler.codec.marshalling
UnmarshallerProvider implementation which use a ThreadLocal to store references to Marshaller instances.
ThreadLocalMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
Create a new instance of the ThreadLocalMarshallerProvider
ThreadLocalUnmarshallerProvider - Class in org.jboss.netty.handler.codec.marshalling
UnmarshallerProvider implementation which use a ThreadLocal to store references to Unmarshaller instances.
ThreadLocalUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
Create a new instance of the ThreadLocalUnmarshallerProvider
ThreadNameDeterminer - Interface in org.jboss.netty.util
Overrides the thread name proposed by ThreadRenamingRunnable.
ThreadRenamingRunnable - Class in org.jboss.netty.util
A Runnable that changes the current thread name and reverts it back when its execution ends.
ThreadRenamingRunnable(Runnable, String, ThreadNameDeterminer) - Constructor for class org.jboss.netty.util.ThreadRenamingRunnable
Creates a new instance which wraps the specified runnable and changes the thread name to the specified thread name when the specified runnable is running.
ThreadRenamingRunnable(Runnable, String) - Constructor for class org.jboss.netty.util.ThreadRenamingRunnable
 
TIME - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"time"
TIMEOUT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"timeout"
Timeout - Interface in org.jboss.netty.util
A handle associated with a TimerTask that is returned by a Timer.
TimeoutException - Exception in org.jboss.netty.handler.timeout
A TimeoutException when no data was either read or written within a certain period of time.
TimeoutException() - Constructor for exception org.jboss.netty.handler.timeout.TimeoutException
Creates a new instance.
TimeoutException(String, Throwable) - Constructor for exception org.jboss.netty.handler.timeout.TimeoutException
Creates a new instance.
TimeoutException(String) - Constructor for exception org.jboss.netty.handler.timeout.TimeoutException
Creates a new instance.
TimeoutException(Throwable) - Constructor for exception org.jboss.netty.handler.timeout.TimeoutException
Creates a new instance.
timeouts() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of sessions proposed by clients and either found in the internal or external session cache in server mode, but that were invalid due to timeout.
timer - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Timer associated to any TrafficCounter
Timer - Interface in org.jboss.netty.util
Schedules TimerTasks for one-time future execution in a background thread.
TimerTask - Interface in org.jboss.netty.util
A task which is executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).
TIMESTAMP - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Timestamp"
toAddressString(InetAddress) - Static method in class org.jboss.netty.util.NetUtil
Returns the String representation of an InetAddress.
toAddressString(InetAddress, boolean) - Static method in class org.jboss.netty.util.NetUtil
Returns the String representation of an InetAddress.
toArray() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
toArray(T[]) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
toByteBuffer() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
toByteBuffer() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Converts this buffer's readable bytes into a NIO buffer.
toByteBuffer(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Converts this buffer's sub-region into a NIO buffer.
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
toByteBuffers() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toByteBuffers(int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toByteBuffers() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Converts this buffer's readable bytes into an array of NIO buffers.
toByteBuffers(int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Converts this buffer's sub-region into an array of NIO buffers.
toByteBuffers(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
toByteBuffers(int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
toChannelBuffer() - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
toHttpHeaderValue() - Method in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
 
toMap() - Method in interface org.jboss.netty.channel.ChannelPipeline
Converts this pipeline into an ordered Map whose keys are handler names and whose values are handlers.
toMap() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
 
TOO_MANY_REQUESTS - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
429 Too Many Requests (RFC6585)
TooLongFrameException - Exception in org.jboss.netty.handler.codec.frame
An Exception which is thrown when the length of the frame decoded is greater than the maximum.
TooLongFrameException() - Constructor for exception org.jboss.netty.handler.codec.frame.TooLongFrameException
Creates a new instance.
TooLongFrameException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.frame.TooLongFrameException
Creates a new instance.
TooLongFrameException(String) - Constructor for exception org.jboss.netty.handler.codec.frame.TooLongFrameException
Creates a new instance.
TooLongFrameException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.frame.TooLongFrameException
Creates a new instance.
toString(Charset) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toString(int, int, Charset) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toString() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
toString(Charset) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Decodes this buffer's readable bytes into a string with the specified character set name.
toString(int, int, Charset) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Decodes this buffer's sub-region into a string with the specified character set.
toString() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the string representation of this buffer.
toString() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
 
toString() - Method in class org.jboss.netty.channel.AbstractChannel
Returns the String representation of this channel.
toString() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
Returns the String representation of this pipeline.
toString() - Method in class org.jboss.netty.channel.DefaultChildChannelStateEvent
 
toString() - Method in class org.jboss.netty.channel.DefaultExceptionEvent
 
toString() - Method in class org.jboss.netty.channel.DefaultWriteCompletionEvent
 
toString() - Method in class org.jboss.netty.channel.DownstreamChannelStateEvent
 
toString() - Method in class org.jboss.netty.channel.DownstreamMessageEvent
 
toString() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
toString() - Method in class org.jboss.netty.channel.local.LocalAddress
 
toString() - Method in class org.jboss.netty.channel.UpstreamChannelStateEvent
 
toString() - Method in class org.jboss.netty.channel.UpstreamMessageEvent
 
toString() - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
toString() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
toString() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
toString() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpRequest
 
toString() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpResponse
 
toString() - Method in class org.jboss.netty.handler.codec.http.HttpMethod
 
toString() - Method in class org.jboss.netty.handler.codec.http.HttpResponseStatus
 
toString() - Method in class org.jboss.netty.handler.codec.http.HttpVersion
Returns the full protocol version text such as "HTTP/1.0".
toString() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
toString() - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
toString() - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
toString() - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
toString() - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
toString() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
toString() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
toString() - Method in class org.jboss.netty.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) method.
toString() - Method in class org.jboss.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
toString() - Method in class org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
toString() - Method in class org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
toString() - Method in class org.jboss.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
toString() - Method in class org.jboss.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
toString() - Method in class org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
toString() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
toString() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
toString() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
toString() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
toString() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
toString() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
toString() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
toString() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
toString() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
toString() - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
 
toString() - Method in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
 
toString() - Method in class org.jboss.netty.handler.ipfilter.CIDR
 
toString() - Method in class org.jboss.netty.handler.ipfilter.IpSubnet
 
toString() - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
 
toString() - Method in class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
 
toString() - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
toString() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
toString() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
String information
toUri() - Method in class org.jboss.netty.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI object which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) method.
TRACE - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
The TRACE method is used to invoke a remote, application-layer loop- back of the request message.
trafficCounter - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Traffic Counter
TrafficCounter - Class in org.jboss.netty.handler.traffic
TrafficCounter is associated with AbstractTrafficShapingHandler.
TrafficCounter(AbstractTrafficShapingHandler, Timer, String, long) - Constructor for class org.jboss.netty.handler.traffic.TrafficCounter
Constructor with the AbstractTrafficShapingHandler that hosts it, the Timer to use, its name, the checkInterval between two computations in millisecond.
TRAILER - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Trailer"
TRAILERS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"trailers"
trailingHeaders() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
trailingHeaders() - Method in interface org.jboss.netty.handler.codec.http.HttpChunkTrailer
Returns the trialing headers of this trailer.
TRANSFER_ENCODING - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Transfer-Encoding"
transferTo(WritableByteChannel, long) - Method in class org.jboss.netty.channel.DefaultFileRegion
 
transferTo(WritableByteChannel, long) - Method in interface org.jboss.netty.channel.FileRegion
Transfers the content of this file region to the specified channel.
TRANSPORT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Transport"
TruncatedChannelBuffer - Class in org.jboss.netty.buffer
A derived buffer which hides its parent's tail data beyond a certain index.
TruncatedChannelBuffer(ChannelBuffer, int) - Constructor for class org.jboss.netty.buffer.TruncatedChannelBuffer
 
TTL - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"ttl"

U

UDP - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"UDP"
UNAUTHORIZED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
401 Unauthorized
UNAUTHORIZED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
401 Unauthorized
unavailabilityCause() - Static method in class org.jboss.netty.handler.ssl.OpenSsl
Returns the cause of unavailability of netty-tcnative and its OpenSSL support.
unbind() - Method in class org.jboss.netty.channel.AbstractChannel
 
unbind() - Method in interface org.jboss.netty.channel.Channel
Unbinds this channel from the current local address asynchronously.
unbind(ChannelHandlerContext, ChannelFuture) - Static method in class org.jboss.netty.channel.Channels
Sends a "unbind" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
unbind(Channel) - Static method in class org.jboss.netty.channel.Channels
Sends a "unbind" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
unbind() - Method in interface org.jboss.netty.channel.group.ChannelGroup
Unbinds all Channels in this group from their local address.
unbind() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
unbindRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
Invoked when Channel.unbind() was called.
unbindRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when Channel.unbind() was called.
unfoldAndFireMessageReceived(ChannelHandlerContext, SocketAddress, Object) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
UNICAST - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"unicast"
UnknownSocksMessage - Class in org.jboss.netty.handler.codec.socks
An unknown socks message.
UnknownSocksMessage() - Constructor for class org.jboss.netty.handler.codec.socks.UnknownSocksMessage
 
UnknownSocksRequest - Class in org.jboss.netty.handler.codec.socks
An unknown socks request.
UnknownSocksRequest() - Constructor for class org.jboss.netty.handler.codec.socks.UnknownSocksRequest
 
UnknownSocksResponse - Class in org.jboss.netty.handler.codec.socks
An unknown socks response.
UnknownSocksResponse() - Constructor for class org.jboss.netty.handler.codec.socks.UnknownSocksResponse
 
UnmarshallerProvider - Interface in org.jboss.netty.handler.codec.marshalling
This provider is responsible to get an Unmarshaller for a ChannelHandlerContext
unmodifiableBuffer(ChannelBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a read-only buffer which disallows any modification operations on the specified buffer.
UNORDERED_COLLECTION - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
425 Unordered Collection (WebDAV, RFC3648)
UNPROCESSABLE_ENTITY - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
422 Unprocessable Entity (WebDAV, RFC4918)
UnreplayableOperationException - Exception in org.jboss.netty.handler.codec.replay
An Exception which is thrown when a user calls an unsupported operation on a ChannelBuffer in a ReplayingDecoder implementation.
UnreplayableOperationException() - Constructor for exception org.jboss.netty.handler.codec.replay.UnreplayableOperationException
Creates a new instance.
UnreplayableOperationException(String) - Constructor for exception org.jboss.netty.handler.codec.replay.UnreplayableOperationException
Creates a new instance.
UnreplayableOperationException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.replay.UnreplayableOperationException
Creates a new instance.
UnreplayableOperationException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.replay.UnreplayableOperationException
Creates a new instance.
UNSUPPORTED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Unsupported"
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
415 Unsupported Media Type
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
415 Unsupported Media Type
UNSUPPORTED_TRANSPORT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
461 Unsupported transport
UNSUPPORTED_VERSION - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
4 Unsupported Version
unwrap() - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
 
unwrap() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
unwrap() - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
 
unwrap() - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
 
unwrap() - Method in interface org.jboss.netty.buffer.WrappedChannelBuffer
Returns this buffer's parent that this buffer is wrapping.
unwrap() - Method in class org.jboss.netty.handler.execution.ChannelEventRunnable
 
unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
unwrap() - Method in interface org.jboss.netty.util.EstimatableObjectWrapper
Returns the underlying object that needs to be taken into account by ObjectSizeEstimator for more accurate object size estimation.
updateCumulation(ChannelHandlerContext, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
 
UPGRADE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Upgrade"
UPGRADE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"Upgrade"
UPGRADE_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
426 Upgrade Required (RFC2817)
UpstreamChannelStateEvent - Class in org.jboss.netty.channel
The default upstream ChannelStateEvent implementation.
UpstreamChannelStateEvent(Channel, ChannelState, Object) - Constructor for class org.jboss.netty.channel.UpstreamChannelStateEvent
Creates a new instance.
UpstreamMessageEvent - Class in org.jboss.netty.channel
The default upstream MessageEvent implementation.
UpstreamMessageEvent(Channel, Object, SocketAddress) - Constructor for class org.jboss.netty.channel.UpstreamMessageEvent
Creates a new instance.
URL - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"url"
URL - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-URL"
US_ASCII - Static variable in class org.jboss.netty.util.CharsetUtil
7-bit ASCII, as known as ISO646-US or the Basic Latin block of the Unicode character set
USE_PROXY - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
305 Use Proxy (since HTTP/1.1)
USE_PROXY - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
305 Use Proxy
useGathering() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
Return true if gathering writes / reads should be used for this CompositeChannelBuffer
USER_AGENT - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"User-Agent"
USER_AGENT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"User-Agent"
UTF_16 - Static variable in class org.jboss.netty.util.CharsetUtil
16-bit UTF (UCS Transformation Format) whose byte order is identified by an optional byte-order mark
UTF_16BE - Static variable in class org.jboss.netty.util.CharsetUtil
16-bit UTF (UCS Transformation Format) whose byte order is big-endian
UTF_16LE - Static variable in class org.jboss.netty.util.CharsetUtil
16-bit UTF (UCS Transformation Format) whose byte order is little-endian
UTF_8 - Static variable in class org.jboss.netty.util.CharsetUtil
8-bit UTF (UCS Transformation Format)

V

validate - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
validateCookie(String, String) - Method in class org.jboss.netty.handler.codec.http.cookie.CookieEncoder
 
validateValue(String, String) - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
value() - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Returns the value of this Cookie.
value() - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
value - Variable in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
valueOf(String) - Static method in enum org.jboss.netty.channel.ChannelState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.channel.socket.InternetProtocolFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.base64.Base64Dialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.compression.ZlibWrapper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.jboss.netty.handler.codec.http.HttpMethod
Returns the HttpMethod represented by the specified name.
valueOf(int) - Static method in class org.jboss.netty.handler.codec.http.HttpResponseStatus
Returns the HttpResponseStatus represented by the specified code.
valueOf(String) - Static method in class org.jboss.netty.handler.codec.http.HttpVersion
Returns an existing or new HttpVersion instance which matches to the specified protocol version string.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.replay.VoidEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.jboss.netty.handler.codec.rtsp.RtspMethods
Returns the HttpMethod represented by the specified name.
valueOf(int) - Static method in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
Returns the HttpResponseStatus represented by the specified code.
valueOf(String) - Static method in class org.jboss.netty.handler.codec.rtsp.RtspVersions
Returns an existing or new HttpVersion instance which matches to the specified RTSP version string.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksAuthResponseDecoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksInitResponseDecoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.AddressType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.ProtocolVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.SubnegotiationVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksRequest.SocksRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.socks.SocksResponse.SocksResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
Returns the SpdySessionStatus represented by the specified code.
valueOf(int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
Returns the SpdyStreamStatus represented by the specified code.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.spdy.SpdyVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.ssl.SslProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.timeout.IdleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.netty.logging.InternalLogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.netty.channel.ChannelState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.channel.socket.InternetProtocolFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.base64.Base64Dialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.compression.ZlibWrapper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.replay.VoidEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksAuthResponseDecoder.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksInitResponseDecoder.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.AddressType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.ProtocolVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksMessage.SubnegotiationVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksRequest.SocksRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksResponse.SocksResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.codec.spdy.SpdyVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.ssl.SslProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.handler.timeout.IdleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.netty.logging.InternalLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANT_ALSO_NEGOTIATES - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
506 Variant Also Negotiates (RFC2295)
VARY - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Vary"
VARY - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Vary"
version() - Method in interface org.jboss.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
version() - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
Deprecated.
VERSION - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":version"
Version - Class in org.jboss.netty.util
Provides the version information of Netty.
VIA - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Via"
VIA - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Via"
VirtualExecutorService - Class in org.jboss.netty.util
A delegating ExecutorService with its own termination management.
VirtualExecutorService(Executor) - Constructor for class org.jboss.netty.util.VirtualExecutorService
Creates a new instance with the specified parent Executor.
VoidEnum - Enum in org.jboss.netty.handler.codec.replay
A placeholder Enum which could be specified as a type parameter of ReplayingDecoder when a user wants to manage the decoder state or there's no state to manage.

W

warn(String) - Method in interface org.jboss.netty.logging.InternalLogger
Logs a WARN level message.
warn(String, Throwable) - Method in interface org.jboss.netty.logging.InternalLogger
Logs a WARN level message.
WARNING - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Warning"
weakCachingConcurrentResolver(ClassLoader) - Static method in class org.jboss.netty.handler.codec.serialization.ClassResolvers
non-agressive concurrent cache good for shared cache, when we're worried about class unloading
weakCachingResolver(ClassLoader) - Static method in class org.jboss.netty.handler.codec.serialization.ClassResolvers
non-agressive non-concurrent cache good for non-shared default cache
WeakReferenceMap<K,V> - Class in org.jboss.netty.handler.codec.serialization
 
WeakReferenceMap(Map<K, Reference<V>>) - Constructor for class org.jboss.netty.handler.codec.serialization.WeakReferenceMap
 
WEBSOCKET - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
"WebSocket"
WebSocket00FrameDecoder - Class in org.jboss.netty.handler.codec.http.websocketx
WebSocket00FrameDecoder() - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
WebSocket00FrameDecoder(long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
Creates a new instance of WebSocketFrameDecoder with the specified maxFrameSize.
WebSocket00FrameEncoder - Class in org.jboss.netty.handler.codec.http.websocketx
Encodes a WebSocketFrame into a ChannelBuffer.
WebSocket00FrameEncoder() - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
 
WebSocket07FrameDecoder - Class in org.jboss.netty.handler.codec.http.websocketx
Decodes a web socket frame from wire protocol version 7 format.
WebSocket07FrameDecoder(boolean, boolean, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
Constructor
WebSocket07FrameEncoder - Class in org.jboss.netty.handler.codec.http.websocketx
Encodes a web socket frame into wire protocol version 7 format.
WebSocket07FrameEncoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocket07FrameEncoder
Constructor
WebSocket08FrameDecoder - Class in org.jboss.netty.handler.codec.http.websocketx
Decodes a web socket frame from wire protocol version 8 format.
WebSocket08FrameDecoder(boolean, boolean) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
Constructor with default values
WebSocket08FrameDecoder(boolean, boolean, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
Constructor
WebSocket08FrameDecoder.State - Enum in org.jboss.netty.handler.codec.http.websocketx
 
WebSocket08FrameEncoder - Class in org.jboss.netty.handler.codec.http.websocketx
Encodes a web socket frame into wire protocol version 8 format.
WebSocket08FrameEncoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
Constructor
WebSocket13FrameDecoder - Class in org.jboss.netty.handler.codec.http.websocketx
Decodes a web socket frame from wire protocol version 13 format.
WebSocket13FrameDecoder(boolean, boolean) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
Constructor with default values
WebSocket13FrameDecoder(boolean, boolean, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
Constructor
WebSocket13FrameEncoder - Class in org.jboss.netty.handler.codec.http.websocketx
Encodes a web socket frame into wire protocol version 13 format.
WebSocket13FrameEncoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocket13FrameEncoder
Constructor
WEBSOCKET_07_ACCEPT_GUID - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
 
WEBSOCKET_08_ACCEPT_GUID - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
 
WEBSOCKET_13_ACCEPT_GUID - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
WEBSOCKET_LOCATION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"WebSocket-Location"
WEBSOCKET_ORIGIN - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"WebSocket-Origin"
WEBSOCKET_PROTOCOL - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"WebSocket-Protocol"
WebSocketClientHandshaker - Class in org.jboss.netty.handler.codec.http.websocketx
Base class for web socket client handshake implementations
WebSocketClientHandshaker(URI, WebSocketVersion, String, Map<String, String>) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Base constructor with default values
WebSocketClientHandshaker(URI, WebSocketVersion, String, Map<String, String>, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Base constructor
WebSocketClientHandshaker00 - Class in org.jboss.netty.handler.codec.http.websocketx
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00 A very large portion of this code was taken from the Netty 3.2 HTTP example.
WebSocketClientHandshaker00(URI, WebSocketVersion, String, Map<String, String>) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
Constructor with default values
WebSocketClientHandshaker00(URI, WebSocketVersion, String, Map<String, String>, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
Constructor
WebSocketClientHandshaker07 - Class in org.jboss.netty.handler.codec.http.websocketx
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 07
WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, Map<String, String>, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
Creates a new instance.
WebSocketClientHandshaker08 - Class in org.jboss.netty.handler.codec.http.websocketx
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, Map<String, String>) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
Constructor with default values
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, Map<String, String>, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
Constructor
WebSocketClientHandshaker13 - Class in org.jboss.netty.handler.codec.http.websocketx
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 17
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, Map<String, String>) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
Constructor with default values
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, Map<String, String>, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
Constructor
WebSocketClientHandshakerFactory - Class in org.jboss.netty.handler.codec.http.websocketx
Instances the appropriate handshake class to use for clients
WebSocketClientHandshakerFactory() - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
 
WebSocketFrame - Class in org.jboss.netty.handler.codec.http.websocketx
Base class for web socket frames
WebSocketFrame() - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
 
WebSocketFrameAggregator - Class in org.jboss.netty.handler.codec.http.websocketx
Handler that aggregate fragmented WebSocketFrame's.
WebSocketFrameAggregator(int) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
Construct a new instance
WebSocketFrameType - Enum in org.jboss.netty.handler.codec.http.websocketx
Type of web socket frames
WebSocketHandshakeException - Exception in org.jboss.netty.handler.codec.http.websocketx
Exception during handshaking process
WebSocketHandshakeException(String) - Constructor for exception org.jboss.netty.handler.codec.http.websocketx.WebSocketHandshakeException
 
WebSocketHandshakeException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.http.websocketx.WebSocketHandshakeException
 
WebSocketServerHandshaker - Class in org.jboss.netty.handler.codec.http.websocketx
Base class for server side web socket opening and closing handshakes
WebSocketServerHandshaker(WebSocketVersion, String, String) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Constructor using default values
WebSocketServerHandshaker(WebSocketVersion, String, String, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Constructor specifying the destination web socket location
WebSocketServerHandshaker00 - Class in org.jboss.netty.handler.codec.http.websocketx
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00 A very large portion of this code was taken from the Netty 3.2 HTTP example.
WebSocketServerHandshaker00(String, String) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Constructor with default values
WebSocketServerHandshaker00(String, String, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Constructor specifying the destination web socket location
WebSocketServerHandshaker07 - Class in org.jboss.netty.handler.codec.http.websocketx
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 07
WebSocketServerHandshaker07(String, String, boolean, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
Constructor specifying the destination web socket location
WebSocketServerHandshaker08 - Class in org.jboss.netty.handler.codec.http.websocketx
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
WebSocketServerHandshaker08(String, String, boolean) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Constructor using defaults
WebSocketServerHandshaker08(String, String, boolean, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Constructor
WebSocketServerHandshaker13 - Class in org.jboss.netty.handler.codec.http.websocketx
Performs server side opening and closing handshakes for RFC 6455 (originally web socket specification version draft-ietf-hybi-thewebsocketprotocol- 17).
WebSocketServerHandshaker13(String, String, boolean) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Constructor using defaults
WebSocketServerHandshaker13(String, String, boolean, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Constructor specifying the destination web socket location
WebSocketServerHandshakerFactory - Class in org.jboss.netty.handler.codec.http.websocketx
Instances the appropriate handshake class to use for servers
WebSocketServerHandshakerFactory(String, String, boolean) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Constructor
WebSocketServerHandshakerFactory(String, String, boolean, long) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Constructor
WebSocketServerProtocolHandler - Class in org.jboss.netty.handler.codec.http.websocketx
Handles WebSocket control frames (Close, Ping, Pong) and data frames (Text and Binary) are passed to the next handler in the pipeline.
WebSocketServerProtocolHandler(String) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandshakeHandler - Class in org.jboss.netty.handler.codec.http.websocketx
Handles the HTTP handshake (the HTTP Upgrade request)
WebSocketServerProtocolHandshakeHandler(String, String, boolean) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
WebSocketVersion - Enum in org.jboss.netty.handler.codec.http.websocketx
Versions of the web socket specification.
Worker - Interface in org.jboss.netty.channel.socket
A Worker is responsible to dispatch IO operations
WORKER_STATE_INIT - Static variable in class org.jboss.netty.util.HashedWheelTimer
 
WORKER_STATE_SHUTDOWN - Static variable in class org.jboss.netty.util.HashedWheelTimer
 
WORKER_STATE_STARTED - Static variable in class org.jboss.netty.util.HashedWheelTimer
 
WorkerPool<E extends Worker> - Interface in org.jboss.netty.channel.socket.nio
The WorkerPool is responsible to hand of Worker's on demand
wrap() - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
Returns true if the raw value of this Cookie, was wrapped with double quotes in original Set-Cookie header.
wrap() - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
 
wrappedBuffer(byte[]) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian buffer which wraps the specified array.
wrappedBuffer(ByteOrder, byte[]) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer which wraps the specified array with the specified endianness.
wrappedBuffer(byte[], int, int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian buffer which wraps the sub-region of the specified array.
wrappedBuffer(ByteOrder, byte[], int, int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer which wraps the sub-region of the specified array with the specified endianness.
wrappedBuffer(ByteBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer which wraps the specified NIO buffer's current slice.
wrappedBuffer(ChannelBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new buffer which wraps the specified buffer's readable bytes.
wrappedBuffer(byte[]...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian composite buffer which wraps the specified arrays without copying them.
wrappedBuffer(ByteOrder, byte[]...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new composite buffer which wraps the specified arrays without copying them.
wrappedBuffer(ChannelBuffer...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new composite buffer which wraps the readable bytes of the specified buffers without copying them.
wrappedBuffer(boolean, ChannelBuffer...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new composite buffer which wraps the readable bytes of the specified buffers without copying them.
wrappedBuffer(ByteBuffer...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new composite buffer which wraps the slices of the specified NIO buffers without copying them.
wrappedBuffer(boolean, ByteBuffer...) - Static method in class org.jboss.netty.buffer.ChannelBuffers
Creates a new composite buffer which wraps the slices of the specified NIO buffers without copying them.
WrappedChannelBuffer - Interface in org.jboss.netty.buffer
The common interface for buffer wrappers and derived buffers.
writable() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writable() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns true if and only if (this.capacity - this.writerIndex) is greater than 0.
writableBytes() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writableBytes() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the number of writable bytes which is equal to (this.capacity - this.writerIndex).
write(byte[], int, int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
write(byte[]) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
write(int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
write(Object) - Method in class org.jboss.netty.channel.AbstractChannel
 
write(Object, SocketAddress) - Method in class org.jboss.netty.channel.AbstractChannel
 
write(Object) - Method in class org.jboss.netty.channel.AbstractServerChannel
 
write(Object, SocketAddress) - Method in class org.jboss.netty.channel.AbstractServerChannel
 
write(Object) - Method in interface org.jboss.netty.channel.Channel
Sends a message to this channel asynchronously.
write(Object, SocketAddress) - Method in interface org.jboss.netty.channel.Channel
Sends a message to this channel asynchronously.
write(Channel, Object) - Static method in class org.jboss.netty.channel.Channels
Sends a "write" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
write(ChannelHandlerContext, ChannelFuture, Object) - Static method in class org.jboss.netty.channel.Channels
Sends a "write" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
write(Channel, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "write" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
write(ChannelHandlerContext, ChannelFuture, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
Sends a "write" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
write(Object) - Method in interface org.jboss.netty.channel.group.ChannelGroup
Writes the specified message to all Channels in this group.
write(Object, SocketAddress) - Method in interface org.jboss.netty.channel.group.ChannelGroup
Writes the specified message with the specified remoteAddress to all Channels in this group.
write(Object) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
write(Object, SocketAddress) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
 
write(Object, SocketAddress) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
write(Object, SocketAddress) - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
 
write(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
write(byte[], int, int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
write(byte[]) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
write0(AbstractNioChannel<?>) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramWorker
 
writeBoolean(boolean) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeBoolean(boolean) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeByte(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeByte(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
writeByte(int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeByte(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeByte(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(byte[]) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(ChannelBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(ChannelBuffer, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(InputStream, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeBytes(ChannelBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer becomes unreadable, and increases the writerIndex by the number of the transferred bytes.
writeBytes(ChannelBuffer, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(ChannelBuffer, int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(byte[]) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= src.length).
writeBytes(byte[], int, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(ByteBuffer) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer's position reaches its limit, and increases the writerIndex by the number of the transferred bytes.
writeBytes(InputStream, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the content of the specified stream to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes.
writeBytes(ScatteringByteChannel, int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Transfers the content of the specified channel to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes.
writeBytes(String) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeBytes(InputStream, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeBytes(ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
writeBytes(ChannelBuffer, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
writeBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
writeBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
writeBytes(InputStream, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
writeBytes(ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
writeBytes(String) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeChar(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeChar(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 2-byte UTF-16 character at the current writerIndex and increases the writerIndex by 2 in this buffer.
writeChar(int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeChar(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeChars(String) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeChars(String) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeChunk(ChannelHandlerContext, ChannelFuture, int, HttpChunk, SocketAddress) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
Writes an HTTP chunk downstream as one or more SPDY frames.
writeComplete(ChannelHandlerContext, WriteCompletionEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when something was written into a Channel.
writeComplete(ChannelHandlerContext, WriteCompletionEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Invoked when something was written into a Channel.
writeComplete(ChannelHandlerContext, WriteCompletionEvent) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
 
WriteCompletionEvent - Interface in org.jboss.netty.channel
A ChannelEvent which represents the notification of the completion of a write request on a Channel.
writeDouble(double) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeDouble(double) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 64-bit floating point number at the current writerIndex and increases the writerIndex by 8 in this buffer.
writeDouble(double) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeDouble(double) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeFloat(float) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeFloat(float) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 32-bit floating point number at the current writerIndex and increases the writerIndex by 4 in this buffer.
writeFloat(float) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeFloat(float) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeFromUserCode(AbstractNioChannel<?>) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramWorker
 
writeHandshakeResponse(Channel, HttpResponse, ChannelHandler, ChannelHandler) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Upgrades the connection and send the handshake response.
writeInt(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeInt(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 32-bit integer at the current writerIndex and increases the writerIndex by 4 in this buffer.
writeInt(int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeInt(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeInt(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeLong(long) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeLong(long) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 64-bit long integer at the current writerIndex and increases the writerIndex by 8 in this buffer.
writeLong(long) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeLong(long) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeLong(long) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeMedium(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeMedium(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 24-bit medium integer at the current writerIndex and increases the writerIndex by 3 in this buffer.
writeMedium(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeObject(Object) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
Invoked when Channel.write(Object) is called.
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.channel.SimpleChannelHandler
Invoked when Channel.write(Object) is called.
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.http.HttpContentEncoder
 
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
Stores all write requests to the queue so that they are actually written on BufferedWriteHandler.flush().
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.timeout.WriteTimeoutHandler
 
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
writerIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writerIndex(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writerIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
Returns the writerIndex of this buffer.
writerIndex(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the writerIndex of this buffer.
writerIndex(int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
writeShort(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeShort(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Sets the specified 16-bit short integer at the current writerIndex and increases the writerIndex by 2 in this buffer.
writeShort(int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeShort(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeShort(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeTimedOut(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.WriteTimeoutHandler
 
WriteTimeoutException - Exception in org.jboss.netty.handler.timeout
A TimeoutException raised by WriteTimeoutHandler when no data was written within a certain period of time.
WriteTimeoutException() - Constructor for exception org.jboss.netty.handler.timeout.WriteTimeoutException
Creates a new instance.
WriteTimeoutException(String, Throwable) - Constructor for exception org.jboss.netty.handler.timeout.WriteTimeoutException
Creates a new instance.
WriteTimeoutException(String) - Constructor for exception org.jboss.netty.handler.timeout.WriteTimeoutException
Creates a new instance.
WriteTimeoutException(Throwable) - Constructor for exception org.jboss.netty.handler.timeout.WriteTimeoutException
Creates a new instance.
WriteTimeoutHandler - Class in org.jboss.netty.handler.timeout
Raises a WriteTimeoutException when no data was written within a certain period of time.
WriteTimeoutHandler(Timer, int) - Constructor for class org.jboss.netty.handler.timeout.WriteTimeoutHandler
Creates a new instance.
WriteTimeoutHandler(Timer, long, TimeUnit) - Constructor for class org.jboss.netty.handler.timeout.WriteTimeoutHandler
Creates a new instance.
writeTimeToWait(long, long, long) - Method in class org.jboss.netty.handler.traffic.TrafficCounter
Deprecated.
writeTimeToWait(long, long, long, long) - Method in class org.jboss.netty.handler.traffic.TrafficCounter
Returns the time to wait (if any) for the given length message, using the given limitTraffic and the max wait time.
writeUTF(String) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
 
writeUTF(String) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeZero(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
 
writeZero(int) - Method in interface org.jboss.netty.buffer.ChannelBuffer
Fills this buffer with NUL (0x00) starting at the current writerIndex and increases the writerIndex by the specified length.
writeZero(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
 
writeZero(int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
 
writtenBytes() - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
Returns the number of written bytes by this stream so far.
WWW_AUTHENTICATE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
"WWW-Authenticate"
WWW_AUTHENTICATE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"WWW-Authenticate"

Z

ZlibDecoder - Class in org.jboss.netty.handler.codec.compression
Decompresses a ChannelBuffer using the deflate algorithm.
ZlibDecoder() - Constructor for class org.jboss.netty.handler.codec.compression.ZlibDecoder
Creates a new instance with the default wrapper (ZlibWrapper.ZLIB).
ZlibDecoder(ZlibWrapper) - Constructor for class org.jboss.netty.handler.codec.compression.ZlibDecoder
Creates a new instance with the specified wrapper.
ZlibDecoder(byte[]) - Constructor for class org.jboss.netty.handler.codec.compression.ZlibDecoder
Creates a new instance with the specified preset dictionary.
ZlibEncoder - Class in org.jboss.netty.handler.codec.compression
Compresses a ChannelBuffer using the deflate algorithm.
ZlibEncoder() - Constructor for class org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the default compression level (6), default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB).
ZlibEncoder(int) - Constructor for class org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB).
ZlibEncoder(ZlibWrapper) - Constructor for class org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the default compression level (6), default window bits (15), default memory level (8), and the specified wrapper.
ZlibEncoder(ZlibWrapper, int) - Constructor for class org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, default window bits (15), default memory level (8), and the specified wrapper.
ZlibEncoder(ZlibWrapper, int, int, int) - Constructor for class org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, the specified windowBits, the specified memLevel, and the specified wrapper.
ZlibEncoder(byte[]) - Constructor for class org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the default compression level (6), default window bits (15), default memory level (8), and the specified preset dictionary.
ZlibEncoder(int, byte[]) - Constructor for class org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, default window bits (15), default memory level (8), and the specified preset dictionary.
ZlibEncoder(int, int, int, byte[]) - Constructor for class org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, the specified windowBits, the specified memLevel, and the specified preset dictionary.
ZlibWrapper - Enum in org.jboss.netty.handler.codec.compression
The container file formats that wrap the stream compressed by the DEFLATE algorithm.
A B C D E F G H I J K L M N O P Q R S T U V W Z 

Copyright © 2008-2016 The Netty Project. All Rights Reserved.