Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractChannel - Class in org.jboss.netty.channel
-
A skeletal
Channel
implementation. - 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.
- AbstractChannel(Channel, ChannelFactory, ChannelPipeline, ChannelSink) - Constructor for class org.jboss.netty.channel.AbstractChannel
-
Creates a new instance.
- AbstractChannel.ChannelCloseFuture - Class in org.jboss.netty.channel
- 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
isByteOrder.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.
- AbstractCodecEmbedder<E> - Class in org.jboss.netty.handler.codec.embedder
-
A skeletal
CodecEmbedder
implementation. - AbstractCodecEmbedder(ChannelBufferFactory, ChannelHandler...) - Constructor for class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
-
Creates a new embedder whose pipeline is composed of the specified handlers.
- AbstractCodecEmbedder(ChannelHandler...) - Constructor for class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
-
Creates a new embedder whose pipeline is composed of the specified handlers.
- AbstractCodecEmbedder.EmbeddedChannelPipeline - Class in org.jboss.netty.handler.codec.embedder
- AbstractCodecEmbedder.EmbeddedChannelSink - Class in org.jboss.netty.handler.codec.embedder
- 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> - Class in org.jboss.netty.channel.socket.nio
- AbstractNioBossPool(Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
-
Create a new instance
- AbstractNioBossPool(Executor, int, boolean) - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
- AbstractNioChannel<C> - Class in org.jboss.netty.channel.socket.nio
- AbstractNioChannel(Integer, Channel, ChannelFactory, ChannelPipeline, ChannelSink, AbstractNioWorker, C) - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- AbstractNioChannel(Channel, ChannelFactory, ChannelPipeline, ChannelSink, AbstractNioWorker, C) - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- AbstractNioChannel.WriteRequestQueue - Class in org.jboss.netty.channel.socket.nio
- AbstractNioChannel.WriteTask - 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
- AbstractNioSelector - Class in org.jboss.netty.channel.socket.nio
- AbstractNioSelector(Executor) - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- AbstractNioSelector(Executor, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- AbstractNioWorker - Class in org.jboss.netty.channel.socket.nio
- AbstractNioWorker(Executor) - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- AbstractNioWorker(Executor, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- AbstractNioWorkerPool<E> - Class in org.jboss.netty.channel.socket.nio
-
Abstract base class for
WorkerPool
implementations that create theWorker
's up-front and return them in a "fair" fashion when callingAbstractNioWorkerPool.nextWorker()
- AbstractNioWorkerPool(Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
-
Create a new instance
- AbstractNioWorkerPool(Executor, int, boolean) - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
- AbstractOioChannel - Class in org.jboss.netty.channel.socket.oio
- AbstractOioChannel(Channel, ChannelFactory, ChannelPipeline, ChannelSink) - Constructor for class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- AbstractOioChannelSink - Class in org.jboss.netty.channel.socket.oio
- AbstractOioChannelSink() - Constructor for class org.jboss.netty.channel.socket.oio.AbstractOioChannelSink
- AbstractOioWorker<C> - Class in org.jboss.netty.channel.socket.oio
-
Abstract base class for Oio-Worker implementations
- AbstractOioWorker(C) - Constructor for class org.jboss.netty.channel.socket.oio.AbstractOioWorker
- 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 (seeChannelTrafficShapingHandler
), as traffic shaping. - AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- 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(ObjectSizeEstimator, Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- 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(ObjectSizeEstimator, Timer, long, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Constructor using the specified ObjectSizeEstimator.
- 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(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(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(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(Timer, long, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Constructor using default
ObjectSizeEstimator
. - AbstractTrafficShapingHandler.ReadWriteStatus - Class in org.jboss.netty.handler.traffic
-
Attachment of ChannelHandlerContext
- AbstractTrafficShapingHandler.ReopenReadTimerTask - Class in org.jboss.netty.handler.traffic
-
Class to implement setReadable at fix time.
- AbstractTrafficShapingHandler.SimpleObjectSizeEstimator - Class in org.jboss.netty.handler.traffic
-
For simple ChannelBuffer, returns the readableBytes, else use standard DefaultObjectSizeEstimator.
- accelerationFactor - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- accelerationFactor() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- accept() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of started SSL/TLS handshakes in server mode.
- 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 - 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_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 - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
-
0 - not accepted, 1 - accepted implicitly via wrap()/unwrap(), 2 - accepted explicitly via beginHandshake() call
- ACCEPTED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
202 Accepted
- acceptEncodingQueue - Variable in class org.jboss.netty.handler.codec.http.HttpContentEncoder
- 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.
- acceptStream(int, byte, boolean, boolean) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- acceptStream(int, byte, boolean, boolean, int, int, boolean) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- 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"
- Accessing Cookies - Search tag in interface org.jboss.netty.handler.codec.http.HttpResponse
- Section
- Accessing Query Parameters and Cookie - Search tag in interface org.jboss.netty.handler.codec.http.HttpRequest
- Section
- acquire(Object) - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- acquire(ChannelBuffer) - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- acquire(FileRegion) - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- acquireBuffer() - Method in class org.jboss.netty.handler.ssl.SslBufferPool
-
Acquire a new
ByteBuffer
out of theSslBufferPool
- activeInstances - Variable in class org.jboss.netty.util.internal.SharedResourceMisuseDetector
- activeLocalStreams - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession
- activeRemoteStreams - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession
- activeStreams - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession
- activeStreams() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- activeThreads - Variable in class org.jboss.netty.util.VirtualExecutorService
- 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.
- actualSubprotocol - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- 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
-
The
ReceiveBufferSizePredictorFactory
that creates a newAdaptiveReceiveBufferSizePredictor
. - 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(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)
- add(E) - Method in class org.jboss.netty.util.MapBackedSet
- add(StringBuilder, String) - Static method in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- add(StringBuilder, String, long) - Static method in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- add(StringBuilder, String, String) - Static method in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- add(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer.TrailingHeaders
- add(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- add(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
-
Adds a new header with the specified name and values.
- add(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
- add(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
-
Adds a new header with the specified name and values.
- add(String, Object) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer.TrailingHeaders
- add(String, Object) - 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, Object) - 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(Channel) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- add(HttpHeaders) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
-
Adds all header entries of the specified
headers
. - add(IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
-
Add an ipFilterRule in the list at the end
- add0(int, int, String, String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- add0(int, int, String, String) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
- 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(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.
- 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.
- addAllAbsent(Collection<IpFilterRule>) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
-
Append the element if not present.
- addAllLocalTime(Iterable<? extends LocalTimeProtocol.LocalTime>) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- addAllLocation(Iterable<? extends LocalTimeProtocol.Location>) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- addBefore(String, String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
-
Inserts a
ChannelHandler
before an existing handler of this pipeline. - addBefore(String, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- addBefore(DefaultHttpHeaders.HeaderEntry) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderEntry
- addBefore(DefaultSpdyHeaders.HeaderEntry) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderEntry
- 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.
- addend - Static variable in class org.jboss.netty.util.internal.ThreadLocalRandom
- 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.
- addHttpData(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Utility function to add a new decoded data
- addHttpData(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Utility function to add a new decoded data
- 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.
- addIfSupported(String[], List<String>, String...) - Static method in class org.jboss.netty.handler.ssl.JdkSslContext
- 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.
- Additional resources worth reading - Search tag in interface org.jboss.netty.channel.ChannelEvent
- Section
- Additional resources worth reading - Search tag in interface org.jboss.netty.channel.ChannelHandler
- Section
- Additional resources worth reading - Search tag in interface org.jboss.netty.channel.ChannelHandlerContext
- Section
- 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
- addLocalTime(int, LocalTimeProtocol.LocalTime) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- addLocalTime(int, LocalTimeProtocol.LocalTime.Builder) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- addLocalTime(LocalTimeProtocol.LocalTime) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- addLocalTime(LocalTimeProtocol.LocalTime.Builder) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- addLocalTimeBuilder() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- addLocalTimeBuilder(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- addLocation(int, LocalTimeProtocol.Location) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- addLocation(int, LocalTimeProtocol.Location.Builder) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- addLocation(LocalTimeProtocol.Location) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- addLocation(LocalTimeProtocol.Location.Builder) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- addLocationBuilder() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- addLocationBuilder(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- 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.
- addParam(Map<String, List<String>>, String, String) - Method in class org.jboss.netty.handler.codec.http.QueryStringDecoder
- addQuoted(StringBuilder, String, String) - Static method in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- ADDRESS_NOT_SUPPORTED - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
- addressBigInt - Variable in class org.jboss.netty.handler.ipfilter.CIDR6
-
The big integer for the base address
- addressEndBigInt - Variable in class org.jboss.netty.handler.ipfilter.CIDR6
-
The big integer for the end address
- addressEndInt - Variable in class org.jboss.netty.handler.ipfilter.CIDR4
-
The integer for the end address
- addressInt - Variable in class org.jboss.netty.handler.ipfilter.CIDR4
-
The integer for the base address
- addressStringToInet(String) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
-
Convert an IPv4 or IPv6 textual representation into an InetAddress.
- addressType - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdRequest
- addressType - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder
- addressType - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdResponse
- addressType - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder
- AddressType(byte) - Constructor for enum org.jboss.netty.handler.codec.socks.SocksMessage.AddressType
- addRule(String, String) - Static method in class org.jboss.netty.handler.ipfilter.PatternRule
- 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. - addTimeout(HashedWheelTimer.HashedWheelTimeout) - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelBucket
-
Add
HashedWheelTimer.HashedWheelTimeout
to this bucket. - 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
- adjustment - Variable in class org.jboss.netty.buffer.SlicedChannelBuffer
- advance() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- advance() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- AFRICA - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
AFRICA = 0;
- AFRICA_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
AFRICA = 0;
- after - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderEntry
- after - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderEntry
- 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
- aggregator - Variable in class org.jboss.netty.handler.codec.rtsp.RtspMessageDecoder
- A handler can have more than one context - Search tag in interface org.jboss.netty.channel.ChannelHandlerContext
- Section
- align(int) - Static method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- align(int) - Static method in class org.jboss.netty.util.DefaultObjectSizeEstimator
- ALIGN_MASK - Static variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- ALIGN_SHIFT - Static variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- ALL_IDLE - Enum constant in enum org.jboss.netty.handler.timeout.IdleState
-
No data was either received or sent for a while.
- allChannels - Static variable in class org.jboss.netty.channel.AbstractChannel
- All I/O operations are asynchronous. - Search tag in interface org.jboss.netty.channel.Channel
- Section
- allIdleTimeMillis - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler
- allIdleTimeout - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler.State
- AllIdleTimeoutTask(ChannelHandlerContext) - Constructor for class org.jboss.netty.handler.timeout.IdleStateHandler.AllIdleTimeoutTask
- allocate(int) - Method in class org.jboss.netty.handler.ssl.SslBufferPool
- allocateBigEndianBuffer(int) - Method in class org.jboss.netty.buffer.DirectChannelBufferFactory
- allocateDirect - Variable in class org.jboss.netty.handler.ssl.SslBufferPool
- allocateFullBuffer - Variable in class org.jboss.netty.handler.codec.frame.FixedLengthFrameDecoder
- allocateId(Channel) - Static method in class org.jboss.netty.channel.AbstractChannel
- allocateLittleEndianBuffer(int) - Method in class org.jboss.netty.buffer.DirectChannelBufferFactory
- Allocating a new buffer - Search tag in class org.jboss.netty.buffer.ChannelBuffers
- Section
- 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().
- allowExtensions - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- allowExtensions - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
- allowExtensions - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
- allowExtensions - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
- allowExtensions - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
- allowExtensions - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
- allowExtensions - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
- allowExtensions - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
- allowExtensions - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- allowExtensions - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
- alphabet - Variable in enum org.jboss.netty.handler.codec.base64.Base64Dialect
- alphabet(Base64Dialect) - Static method in class org.jboss.netty.handler.codec.base64.Base64
- AMERICA - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
AMERICA = 1;
- AMERICA_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
AMERICA = 1;
- 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.
- answer - Variable in class org.jboss.netty.example.factorial.FactorialClientHandler
- answer - Variable in class org.jboss.netty.example.localtime.LocalTimeClientHandler
- ANTARCTICA - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
ANTARCTICA = 2;
- ANTARCTICA_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
ANTARCTICA = 2;
- APPEND - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"append"
- appendAttribute(String, int, int, String) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
-
Parse and store a key-value pair.
- appendHeaders(StringBuilder) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
- appendHeaders(StringBuilder) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
- appendHeaders(StringBuilder) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- appendSettings(StringBuilder) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- 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"
- applicationProtocol - Variable in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- applicationProtocol - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- Applying different settings for different Channels - Search tag in class org.jboss.netty.bootstrap.ClientBootstrap
- Section
- Applying different settings for different Channels - Search tag in class org.jboss.netty.bootstrap.ConnectionlessBootstrap
- Section
- Applying different settings for different Channels - Search tag in class org.jboss.netty.bootstrap.ServerBootstrap
- Section
- aprPool - Variable in class org.jboss.netty.handler.ssl.OpenSslServerContext
- ARCTIC - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
ARCTIC = 3;
- ARCTIC_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
ARCTIC = 3;
- 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.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() - 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
- array() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- ARRAY_DELIM - Static variable in class org.jboss.netty.util.internal.ConversionUtil
- 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
- arrayOffset() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- asciiEncoder - Static variable in class org.jboss.netty.handler.codec.socks.SocksAuthRequest
- ASIA - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
ASIA = 4;
- ASIA_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
ASIA = 4;
- ASSOCIATED_TO_STREAM_ID - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders.Names
-
"X-SPDY-Associated-To-Stream-ID"
- associatedToStreamId - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- ATLANTIC - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
ATLANTIC = 5;
- ATLANTIC_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
ATLANTIC = 5;
- AtomicFieldUpdaterUtil - Class in org.jboss.netty.util.internal
- AtomicFieldUpdaterUtil() - Constructor for class org.jboss.netty.util.internal.AtomicFieldUpdaterUtil
- AtomicFieldUpdaterUtil.Node - Class in org.jboss.netty.util.internal
- attach(Channel, ChannelSink) - Method in interface org.jboss.netty.channel.ChannelPipeline
-
Attaches this pipeline to the specified
Channel
andChannelSink
. - attach(Channel, ChannelSink) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- attachment - Variable in class org.jboss.netty.channel.AbstractChannel
- attachment - Variable in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- ATTACHMENT - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
-
Content-disposition value for file attachment.
- attribute - Variable in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
- Attribute - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
- Attribute - Interface in org.jboss.netty.handler.codec.http.multipart
-
Attribute interface
- AUSTRALIA - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
AUSTRALIA = 6;
- AUSTRALIA_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
AUSTRALIA = 6;
- AUTH - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksRequest.SocksRequestType
- AUTH - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksResponse.SocksResponseType
- AUTH_GSSAPI - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthScheme
- AUTH_PASSWORD - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthScheme
- AUTH_PASSWORD - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.SubnegotiationVersion
- 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"
- authScheme - Variable in class org.jboss.netty.handler.codec.socks.SocksInitResponse
- authScheme - Variable in class org.jboss.netty.handler.codec.socks.SocksInitResponseDecoder
- AuthScheme(byte) - Constructor for enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthScheme
- authSchemeNum - Variable in class org.jboss.netty.handler.codec.socks.SocksInitRequestDecoder
- authSchemes - Variable in class org.jboss.netty.handler.codec.socks.SocksInitRequest
- authSchemes - Variable in class org.jboss.netty.handler.codec.socks.SocksInitRequestDecoder
- authStatus - Variable in class org.jboss.netty.handler.codec.socks.SocksAuthResponse
- authStatus - Variable in class org.jboss.netty.handler.codec.socks.SocksAuthResponseDecoder
- AuthStatus(byte) - Constructor for enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthStatus
- AutobahnServer - Class in org.jboss.netty.example.http.websocketx.autobahn
-
A Web Socket echo server for running the autobahn test suite
- AutobahnServer() - Constructor for class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServer
- AutobahnServerHandler - Class in org.jboss.netty.example.http.websocketx.autobahn
-
Handles handshakes and messages
- AutobahnServerHandler() - Constructor for class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerHandler
- AutobahnServerPipelineFactory - Class in org.jboss.netty.example.http.websocketx.autobahn
- AutobahnServerPipelineFactory() - Constructor for class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerPipelineFactory
- Auto-flush - Search tag in class org.jboss.netty.handler.queue.BufferedWriteHandler
- Section
- Automatic Capacity Extension - Search tag in package org.jboss.netty.buffer
- Section
- available() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- available() - Method in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteInput
- available() - Method in class org.jboss.netty.handler.codec.marshalling.LimitingByteInput
- available() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- AVAILABLE - Static variable in class org.jboss.netty.util.internal.AtomicFieldUpdaterUtil
- Available options - Search tag in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- Section
- Available options - Search tag in interface org.jboss.netty.channel.socket.DatagramChannelConfig
- Section
- Available options - Search tag in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
- Section
- Available options - Search tag in interface org.jboss.netty.channel.socket.SocketChannelConfig
- Section
- Available options - Search tag in interface org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig
- Section
- Available options - Search tag in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
- Section
- 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() - Method in class org.jboss.netty.channel.CompleteChannelFuture
- await() - 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() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- await(long) - Method in interface org.jboss.netty.channel.ChannelFuture
-
Waits for this future to be completed within the specified time limit.
- await(long) - Method in class org.jboss.netty.channel.CompleteChannelFuture
- await(long) - Method in class org.jboss.netty.channel.DefaultChannelFuture
- await(long) - 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 class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- 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, TimeUnit) - Method in class org.jboss.netty.channel.CompleteChannelFuture
- await(long, TimeUnit) - Method in class org.jboss.netty.channel.DefaultChannelFuture
- 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, TimeUnit) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- await0(long, boolean) - Method in class org.jboss.netty.channel.DefaultChannelFuture
- await0(long, boolean) - 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() - Method in class org.jboss.netty.channel.CompleteChannelFuture
- awaitUninterruptibly() - 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() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- 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(long) - Method in class org.jboss.netty.channel.CompleteChannelFuture
- awaitUninterruptibly(long) - Method in class org.jboss.netty.channel.DefaultChannelFuture
- 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(long) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- 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, TimeUnit) - Method in class org.jboss.netty.channel.CompleteChannelFuture
- awaitUninterruptibly(long, TimeUnit) - Method in class org.jboss.netty.channel.DefaultChannelFuture
- 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, TimeUnit) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
B
- 2 bytes length field at offset 0, do not strip header - Search tag in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- Section
- 2 bytes length field at offset 0, do not strip header, the length field represents the length of the whole message - Search tag in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- Section
- 2 bytes length field at offset 0, strip header - Search tag in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- Section
- 2 bytes length field at offset 1 in the middle of 4 bytes header, strip the first header field and the length field - Search tag in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- Section
- 2 bytes length field at offset 1 in the middle of 4 bytes header, strip the first header field and the length field, the length field represents the length of the whole message - Search tag in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- Section
- 3 bytes length field at the beginning of 5 bytes header, do not strip header - Search tag in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- Section
- 3 bytes length field at the end of 5 bytes header, do not strip header - Search tag in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- Section
- b - Variable in enum org.jboss.netty.handler.codec.socks.SocksMessage.AddressType
- b - Variable in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthScheme
- b - Variable in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthStatus
- b - Variable in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
- b - Variable in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdType
- b - Variable in enum org.jboss.netty.handler.codec.socks.SocksMessage.ProtocolVersion
- b - Variable in enum org.jboss.netty.handler.codec.socks.SocksMessage.SubnegotiationVersion
- backlog - Variable in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
- 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"
- BASE_URL - Static variable in class org.jboss.netty.example.http.upload.HttpUploadClient
- base64(ChannelBuffer) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketUtil
-
Base 64 encoding
- Base64 - Class in org.jboss.netty.handler.codec.base64
-
Utility class for
ChannelBuffer
that encodes and decodes to and from Base64 notation. - Base64() - Constructor for class org.jboss.netty.handler.codec.base64.Base64
- BASE64 - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
-
"base64"
- Base64Decoder - Class in org.jboss.netty.handler.codec.base64
- 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.
- Base64Dialect(byte[], byte[], boolean) - Constructor for enum org.jboss.netty.handler.codec.base64.Base64Dialect
- Base64Encoder - Class in org.jboss.netty.handler.codec.base64
-
Encodes a
ChannelBuffer
into a Base64-encodedChannelBuffer
. - 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
- before - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderEntry
- before - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderEntry
- 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
- beginHandshakeImplicitly() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
- Beginning the handshake - Search tag in class org.jboss.netty.handler.ssl.SslHandler
- Section
- Better Performance - Search tag in package org.jboss.netty.buffer
- Section
- 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(byte[]) - Constructor for class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
-
Creates a new big-endian heap buffer with an existing byte array.
- BigEndianHeapChannelBuffer(byte[], int, int) - Constructor for class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
- BigEndianHeapChannelBuffer(int) - Constructor for class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
-
Creates a new big-endian heap buffer with a newly allocated byte array.
- bigEndianLock - Variable in class org.jboss.netty.buffer.DirectChannelBufferFactory
- BigIntegerDecoder - Class in org.jboss.netty.example.factorial
-
Decodes the binary representation of a
BigInteger
prepended with a magic number ('F' or 0x46) and a 32-bit integer length prefix into aBigInteger
instance. - BigIntegerDecoder() - Constructor for class org.jboss.netty.example.factorial.BigIntegerDecoder
- bigIntToIPv6Address(BigInteger) - Static method in class org.jboss.netty.handler.ipfilter.CIDR6
-
Convert a big integer into an IPv6 address.
- BINARY - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
-
Could be long text not in ASCII - no encoding
- BINARY - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameType
- BINARY - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
-
"binary"
- binaryData - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
-
Contents of this frame
- 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(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.
- BinaryWebSocketFrame(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
Creates a new binary frame with the specified binary data.
- 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() - 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.ClientBootstrap
-
Attempts to bind a channel with the specified
localAddress
. - bind(SocketAddress) - Method in class org.jboss.netty.bootstrap.ConnectionlessBootstrap
-
Creates a new channel which is bound to the specified local address.
- 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(ChannelHandlerContext, ChannelFuture, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"bind"
request to theChannelDownstreamHandler
which is placed in the closest downstream from the handler associated with the specifiedChannelHandlerContext
. - bind(Channel, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"bind"
request to the lastChannelDownstreamHandler
in theChannelPipeline
of the specifiedChannel
. - bind(DefaultLocalChannel, ChannelFuture, LocalAddress) - Static method in class org.jboss.netty.channel.local.LocalClientChannelSink
- bind(DefaultLocalServerChannel, ChannelFuture, LocalAddress) - Static method in class org.jboss.netty.channel.local.LocalServerChannelSink
- bind(NioClientSocketChannel, ChannelFuture, SocketAddress) - Static method in class org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink
- bind(NioDatagramChannel, ChannelFuture, InetSocketAddress) - Static method in class org.jboss.netty.channel.socket.nio.NioDatagramPipelineSink
-
Will bind the DatagramSocket to the passed-in address.
- bind(NioServerSocketChannel, ChannelFuture, SocketAddress) - Method in class org.jboss.netty.channel.socket.nio.NioServerBoss
- bind(OioClientSocketChannel, ChannelFuture, SocketAddress) - Static method in class org.jboss.netty.channel.socket.oio.OioClientSocketPipelineSink
- bind(OioDatagramChannel, ChannelFuture, SocketAddress) - Method in class org.jboss.netty.channel.socket.oio.OioDatagramPipelineSink
- bind(OioServerSocketChannel, ChannelFuture, SocketAddress) - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink
- BIND - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdType
- 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.
- Binder(SocketAddress) - Constructor for class org.jboss.netty.bootstrap.ServerBootstrap.Binder
- bindFuture - Variable in class org.jboss.netty.bootstrap.ServerBootstrap.Binder
- bindReal(SocketAddress, ChannelFuture) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- 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. - BIT7 - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
-
Default encoding
- BIT8 - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
-
Short lines but not in ASCII - no encoding
- bitField0_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- bitField0_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- bitField0_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- bitField0_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- bitField0_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- bitField0_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- block(InetAddress, InetAddress) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress
- 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
- 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 Class in org.jboss.netty.handler.queue
-
A
IOException
raised byBlockingReadHandler
when no data was read within a certain period of time. - BlockingReadTimeoutException() - Constructor for exception class org.jboss.netty.handler.queue.BlockingReadTimeoutException
-
Creates a new instance.
- BlockingReadTimeoutException(String) - Constructor for exception class org.jboss.netty.handler.queue.BlockingReadTimeoutException
-
Creates a new instance.
- BlockingReadTimeoutException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.queue.BlockingReadTimeoutException
-
Creates a new instance.
- BlockingReadTimeoutException(Throwable) - Constructor for exception class org.jboss.netty.handler.queue.BlockingReadTimeoutException
-
Creates a new instance.
- BLOCKSIZE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
-
"Blocksize"
- bodyListDatas - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
InterfaceHttpData for Body (without encoding)
- bodyListHttpData - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
HttpDatas from Body
- bodyListHttpData - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
HttpDatas from Body
- bodyListHttpDataRank - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Body HttpDatas current position
- bodyListHttpDataRank - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Body HttpDatas current position
- bodyMapHttpData - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
HttpDatas as Map from Body
- bodyMapHttpData - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
HttpDatas as Map from Body
- bootstrap - Variable in class org.jboss.netty.example.uptime.UptimeClientHandler
- 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 - Variable in class org.jboss.netty.channel.socket.nio.NioClientBoss.RegisterTask
- boss - Variable in class org.jboss.netty.channel.socket.nio.NioServerSocketChannel
- Boss - Interface in org.jboss.netty.channel.socket.nio
-
Serves the boss tasks like connecting/accepting
- Boss(OioServerSocketChannel) - Constructor for class org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink.Boss
- bosses - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
- bossExecutor - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
- bossExecutor - Variable in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
- bossIndex - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
- bossPool - Variable in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
- bossPool - Variable in class org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink
- bossPool - Variable in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
- BossPool<E> - Interface in org.jboss.netty.channel.socket.nio
-
A Pool that holds
Boss
instances - bossThread - Variable in class org.jboss.netty.channel.socket.nio.NioAcceptedSocketChannel
- Boss thread - Search tag in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
- Section
- Boss threads - Search tag in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
- Section
- Boss threads - Search tag in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
- Section
- BouncyCastleSelfSignedCertGenerator - Class in org.jboss.netty.handler.ssl.util
-
Generates a self-signed certificate using Bouncy Castle.
- BouncyCastleSelfSignedCertGenerator() - Constructor for class org.jboss.netty.handler.ssl.util.BouncyCastleSelfSignedCertGenerator
- bound - Variable in class org.jboss.netty.channel.local.DefaultLocalServerChannel
- BOUND - Enum constant in enum org.jboss.netty.channel.ChannelState
- BOUNDARY - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
-
"boundary"
- boundManually - Variable in class org.jboss.netty.channel.socket.nio.NioClientSocketChannel
- breakLines - Variable in class org.jboss.netty.handler.codec.base64.Base64Encoder
- breakLines(Base64Dialect) - Static method in class org.jboss.netty.handler.codec.base64.Base64
- breakLinesByDefault - Variable in enum org.jboss.netty.handler.codec.base64.Base64Dialect
- Broadcast a message to multiple Channels - Search tag in interface org.jboss.netty.channel.group.ChannelGroup
- Section
- bucket - Variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- BUCKET_SIZE - Static variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- BUCKET_SIZE - Static variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
- buf - Variable in class org.jboss.netty.channel.socket.nio.SocketReceiveBufferAllocator
- buf - Variable in class org.jboss.netty.example.http.snoop.HttpSnoopServerHandler
-
Buffer that stores the response content
- buf() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- buffer - Variable in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- buffer - Variable in class org.jboss.netty.buffer.ChannelBufferInputStream
- buffer - Variable in class org.jboss.netty.buffer.ChannelBufferOutputStream
- buffer - Variable in class org.jboss.netty.buffer.DuplicatedChannelBuffer
- buffer - Variable in class org.jboss.netty.buffer.DynamicChannelBuffer
- buffer - Variable in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
- buffer - Variable in class org.jboss.netty.buffer.SlicedChannelBuffer
- buffer - Variable in class org.jboss.netty.buffer.TruncatedChannelBuffer
- buffer - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.Preallocation
- buffer - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.UnpooledSendBuffer
- buffer - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
- buffer - Variable in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteInput
- buffer - Variable in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteOutput
- buffer - Variable in class org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder
- 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
andcapacity
. - buffer(ChannelHandlerContext) - Method in class org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder
- BUFFER - Static variable in class org.jboss.netty.buffer.EmptyChannelBuffer
- bufferAllocator - Variable in class org.jboss.netty.channel.socket.nio.NioDatagramWorker
- 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(boolean) - Constructor for class org.jboss.netty.handler.queue.BufferedWriteHandler
-
Creates a new instance with
ConcurrentLinkedQueue
- 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(Queue<MessageEvent>, boolean) - Constructor for class org.jboss.netty.handler.queue.BufferedWriteHandler
-
Creates a new instance with the specified thread-safe unbounded
Queue
. - bufferFactory - Variable in class org.jboss.netty.channel.DefaultChannelConfig
- bufferFactory - Variable in class org.jboss.netty.channel.DefaultServerChannelConfig
- bufferPool - Variable in class org.jboss.netty.handler.ssl.SslContext
- bufferPool - Variable in class org.jboss.netty.handler.ssl.SslHandler
- bufferPool() - Method in class org.jboss.netty.handler.ssl.SslContext
- buffers - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.GatheringSendBuffer
- bufferSize - Variable in class org.jboss.netty.channel.FixedReceiveBufferSizePredictor
- bufPool - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- build() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- build() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- build() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- build() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- Builder() - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- Builder() - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- Builder() - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- Builder() - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- Builder(GeneratedMessage.BuilderParent) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- Builder(GeneratedMessage.BuilderParent) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- Builder(GeneratedMessage.BuilderParent) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- Builder(GeneratedMessage.BuilderParent) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- Building a pipeline - Search tag in interface org.jboss.netty.channel.ChannelPipeline
- Section
- buildPartial() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- buildPartial() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- buildPartial() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- buildPartial() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- BYTE2CHAR - Static variable in class org.jboss.netty.handler.logging.LoggingHandler
- BYTE2HEX - Static variable in class org.jboss.netty.handler.logging.LoggingHandler
- Byte array - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- byteBuffer - Variable in class org.jboss.netty.handler.stream.ChunkedNioStream
-
Associated ByteBuffer
- 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.
- ByteBufferBackedChannelBuffer(ByteBufferBackedChannelBuffer) - Constructor for class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- ByteBufferUtil - Class in org.jboss.netty.util.internal
-
This is fork of ElasticSearch's ByteBufferAllocator.Cleaner class
- ByteBufferUtil() - Constructor for class org.jboss.netty.util.internal.ByteBufferUtil
- BYTEPADDING - Static variable in class org.jboss.netty.handler.logging.LoggingHandler
- bytes - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
- 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(byte) - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Locates the first occurrence of the specified
value
in this buffer. - bytesBefore(byte) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- bytesBefore(int, byte) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- bytesBefore(int, byte) - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Locates the first occurrence of the specified
value
in this buffer. - bytesBefore(int, byte) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- bytesBefore(int, int, byte) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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, byte) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- bytesBefore(int, int, ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- bytesBefore(int, int, ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Locates the first place where the specified
indexFinder
returnstrue
. - bytesBefore(int, int, ChannelBufferIndexFinder) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- bytesBefore(int, ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- bytesBefore(int, ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Locates the first place where the specified
indexFinder
returnstrue
. - bytesBefore(int, ChannelBufferIndexFinder) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- bytesBefore(ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- bytesBefore(ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Locates the first place where the specified
indexFinder
returnstrue
. - bytesBefore(ChannelBufferIndexFinder) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- bytesRealWriteFlowControl(long) - Method in class org.jboss.netty.handler.traffic.TrafficCounter
-
Computes counters for Real Write.
- bytesRecvFlowControl(long) - Method in class org.jboss.netty.handler.traffic.TrafficCounter
-
Computes counters for Read.
- bytesToDiscard - Variable in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- bytesWriteFlowControl(long) - Method in class org.jboss.netty.handler.traffic.TrafficCounter
-
Computes counters for Write.
C
- c2b(char) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageEncoder
- 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.
- CachingClassResolver - Class in org.jboss.netty.handler.codec.serialization
- CachingClassResolver(ClassResolver, Map<String, Class<?>>) - Constructor for class org.jboss.netty.handler.codec.serialization.CachingClassResolver
- calculateSize(Object) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- callAfterAdd(ChannelHandlerContext) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- callAfterRemove(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.DefaultChannelPipeline
- callBeforeAdd(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.DefaultChannelPipeline
- callBeforeRemove(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.DefaultChannelPipeline
- callDecode(ChannelHandlerContext, Channel, ChannelBuffer, SocketAddress) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
- callDecode(ChannelHandlerContext, Channel, ChannelBuffer, ChannelBuffer, SocketAddress) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- Calling checkpoint() with no parameter - Search tag in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- Section
- Calling checkpoint(T) with an Enum - Search tag in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- Section
- 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() - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- cancel() - Method in interface org.jboss.netty.util.Timeout
-
Cancels the
TimerTask
associated with this handle. - CANCEL - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
-
5 Cancel
- cancelHandshakeTimeout() - Method in class org.jboss.netty.handler.ssl.SslHandler
- cancellable - Variable in class org.jboss.netty.channel.DefaultChannelFuture
- CANCELLED - Static variable in class org.jboss.netty.channel.DefaultChannelFuture
- cancelledKeys - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- canHandleDownstream - Variable in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- canHandleDownstream() - Method in interface org.jboss.netty.channel.ChannelHandlerContext
- canHandleDownstream() - Method in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- canHandleUpstream - Variable in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- canHandleUpstream() - Method in interface org.jboss.netty.channel.ChannelHandlerContext
- canHandleUpstream() - Method in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- capacity - Variable in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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
- capacity() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- CaseIgnoringComparator - Class in org.jboss.netty.util.internal
- CaseIgnoringComparator() - Constructor for class org.jboss.netty.util.internal.CaseIgnoringComparator
- cause - Variable in class org.jboss.netty.channel.DefaultChannelFuture
- cause - Variable in class org.jboss.netty.channel.DefaultExceptionEvent
- cause - Variable in class org.jboss.netty.channel.FailedChannelFuture
- 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.
- CERT_PATTERN - Static variable in class org.jboss.netty.handler.ssl.PemReader
- certificate - Variable in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
- certificate() - Method in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
-
Returns the generated X.509 certificate file in PEM format.
- cf - Variable in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
- cf - Variable in class org.jboss.netty.example.proxy.HexDumpProxyPipelineFactory
- ChainedExecutor - Class in org.jboss.netty.handler.execution
- ChainedExecutor(ChannelEventRunnableFilter, Executor, Executor) - Constructor for class org.jboss.netty.handler.execution.ChainedExecutor
-
Create a new
ChainedExecutor
which will used the givenChannelEventRunnableFilter
to see if theChainedExecutor.cur
Executor
should get used. - channel - Variable in class org.jboss.netty.channel.CompleteChannelFuture
- channel - Variable in class org.jboss.netty.channel.DefaultChannelFuture
- channel - Variable in class org.jboss.netty.channel.DefaultChannelPipeline
- channel - Variable in class org.jboss.netty.channel.DefaultExceptionEvent
- channel - Variable in class org.jboss.netty.channel.DefaultWriteCompletionEvent
- channel - Variable in class org.jboss.netty.channel.DownstreamChannelStateEvent
- channel - Variable in class org.jboss.netty.channel.DownstreamMessageEvent
- channel - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- channel - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- channel - Variable in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- channel - Variable in class org.jboss.netty.channel.socket.nio.NioClientBoss.RegisterTask
- channel - Variable in class org.jboss.netty.channel.socket.nio.NioDatagramWorker.ChannelRegistionTask
- channel - Variable in class org.jboss.netty.channel.socket.nio.NioServerBoss.RegisterTask
- channel - Variable in class org.jboss.netty.channel.socket.nio.NioWorker.RegisterTask
- channel - Variable in class org.jboss.netty.channel.socket.oio.AbstractOioWorker
- channel - Variable in class org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink.Boss
- channel - Variable in class org.jboss.netty.channel.UpstreamChannelStateEvent
- channel - Variable in class org.jboss.netty.channel.UpstreamMessageEvent
- channel - Variable in class org.jboss.netty.example.localtime.LocalTimeClientHandler
- channel - Variable in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- channel - Variable in class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
- 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.
- CHANNEL_DEFAULT_USER_DEFINED_WRITABILITY_INDEX - Static variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- 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. - channelBound(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel.ServletChannelHandler
- channelBuffer - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- ChannelBuffer - Interface in org.jboss.netty.buffer
-
A random and sequential accessible sequence of zero or more bytes (octets).
- ChannelBufferByteInput - Class in org.jboss.netty.handler.codec.marshalling
-
ByteInput
implementation which reads its data from aChannelBuffer
- ChannelBufferByteInput(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteInput
- ChannelBufferByteOutput - Class in org.jboss.netty.handler.codec.marshalling
-
ByteOutput
implementation which writes the data to aChannelBuffer
- ChannelBufferByteOutput(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteOutput
-
Create a new instance which use the given
ChannelBuffer
- ChannelBufferByteOutput(ChannelBufferFactory, int) - Constructor for class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteOutput
-
Calls
ChannelBufferByteOutput(ChannelBuffer)
with a dynamicChannelBuffer
- ChannelBufferFactory - Interface in org.jboss.netty.buffer
-
A factory that creates or pools
ChannelBuffer
s. - 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 aChannelBuffer
. - ChannelBufferInputStream(ChannelBuffer) - Constructor for class org.jboss.netty.buffer.ChannelBufferInputStream
-
Creates a new stream which reads data from the specified
buffer
starting at the currentreaderIndex
and ending at the currentwriterIndex
. - 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 currentreaderIndex
and ending atreaderIndex + length
. - ChannelBufferOutputStream - Class in org.jboss.netty.buffer
-
An
OutputStream
which writes data to aChannelBuffer
. - 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. - ChannelBuffers() - Constructor for class org.jboss.netty.buffer.ChannelBuffers
- 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.channel.socket.http.HttpTunnelingClientSocketChannel.ServletChannelHandler
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.http.websocketx.client.WebSocketClientHandler
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler.OutboundHandler
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.uptime.UptimeClientHandler
- 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.HttpClientCodec.Decoder
- 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
- ChannelCloseFuture() - Constructor for class org.jboss.netty.channel.AbstractChannel.ChannelCloseFuture
- channelConfig - Variable in class org.jboss.netty.channel.local.DefaultLocalServerChannel
- 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.example.discard.DiscardClientHandler
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.echo.EchoClientHandler
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.factorial.FactorialClientHandler
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.objectecho.ObjectEchoClientHandler
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.securechat.SecureChatServerHandler
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.telnet.TelnetServerHandler
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.uptime.UptimeClientHandler
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.ssl.SslHandler
-
Calls
SslHandler.handshake()
once theChannel
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
- channelCounters - Variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- 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.channel.socket.http.HttpTunnelingClientSocketChannel.ServletChannelHandler
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.factorial.FactorialServerHandler
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.securechat.SecureChatServerHandler
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.uptime.UptimeClientHandler
- 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 specifiedChannelEvent
downstream. - ChannelDownstreamEventRunnable(ChannelHandlerContext, ChannelEvent, Executor) - Constructor for class org.jboss.netty.handler.execution.ChannelDownstreamEventRunnable
- ChannelDownstreamEventRunnableFilter - Class in org.jboss.netty.handler.execution
-
ChannelEventRunnableFilter
implementation which matchesChannelDownstreamEventRunnable
- 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 aChannelEvent
to the next handler in aChannelPipeline
. - 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 specifiedChannelEvent
upstream via the specifiedChannelHandlerContext
. - ChannelEventRunnableFilter - Interface in org.jboss.netty.handler.execution
- ChannelException - Exception Class in org.jboss.netty.channel
-
A
RuntimeException
which is thrown when an I/O operation fails. - ChannelException() - Constructor for exception class org.jboss.netty.channel.ChannelException
-
Creates a new exception.
- ChannelException(String) - Constructor for exception class org.jboss.netty.channel.ChannelException
-
Creates a new exception.
- ChannelException(String, Throwable) - Constructor for exception class org.jboss.netty.channel.ChannelException
-
Creates a new exception.
- ChannelException(Throwable) - Constructor for exception class org.jboss.netty.channel.ChannelException
-
Creates a new exception.
- channelFactory - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
- 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
- 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 aChannelEvent
to the next handler in aChannelPipeline
. - ChannelHandler.Sharable - Annotation Type in org.jboss.netty.channel
-
Indicates that the same instance of the annotated
ChannelHandler
can be added to one or moreChannelPipeline
s multiple times without a race condition. - ChannelHandlerContext - Interface in org.jboss.netty.channel
-
Enables a
ChannelHandler
to interact with itsChannelPipeline
and other handlers. - ChannelHandlerLifeCycleException - Exception Class in org.jboss.netty.channel
-
A
RuntimeException
which is thrown when aLifeCycleAwareChannelHandler
throws anException
in its handler methods. - ChannelHandlerLifeCycleException() - Constructor for exception class org.jboss.netty.channel.ChannelHandlerLifeCycleException
-
Creates a new exception.
- ChannelHandlerLifeCycleException(String) - Constructor for exception class org.jboss.netty.channel.ChannelHandlerLifeCycleException
-
Creates a new exception.
- ChannelHandlerLifeCycleException(String, Throwable) - Constructor for exception class org.jboss.netty.channel.ChannelHandlerLifeCycleException
-
Creates a new exception.
- ChannelHandlerLifeCycleException(Throwable) - Constructor for exception class 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
'sinterestOps
was changed. - channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
-
Invoked when a
Channel
'sinterestOps
was changed. - channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel.ServletChannelHandler
- channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.discard.DiscardClientHandler
- channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.factorial.FactorialClientHandler
- channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
- channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler.OutboundHandler
- 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
- ChannelLocal(boolean) - Constructor for class org.jboss.netty.channel.ChannelLocal
-
Creates a
Channel
local variable. - channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.bootstrap.ServerBootstrap.Binder
- 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.example.localtime.LocalTimeClientHandler
- channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
- 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
- ChannelPipelineException - Exception Class in org.jboss.netty.channel
-
A
ChannelException
which is thrown when aChannelPipeline
failed to process aChannelEvent
or when aChannelPipelineFactory
failed to initialize aChannelPipeline
. - ChannelPipelineException() - Constructor for exception class org.jboss.netty.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineException(String) - Constructor for exception class org.jboss.netty.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineException(String, Throwable) - Constructor for exception class org.jboss.netty.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineException(Throwable) - Constructor for exception class org.jboss.netty.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineFactory - Interface in org.jboss.netty.channel
-
Creates a new
ChannelPipeline
for a newChannel
. - channelQueues - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
All queues per channel
- channelQueues - Variable in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
- ChannelRegistionTask(NioDatagramChannel, ChannelFuture) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramWorker.ChannelRegistionTask
- ChannelRunnableWrapper - Class in org.jboss.netty.channel.socket
- ChannelRunnableWrapper(Channel, Runnable) - Constructor for class org.jboss.netty.channel.socket.ChannelRunnableWrapper
- channels - Static variable in class org.jboss.netty.example.securechat.SecureChatServerHandler
- Channels - Class in org.jboss.netty.channel
-
A helper class which provides various convenience methods related with
Channel
,ChannelHandler
, andChannelPipeline
. - Channels() - Constructor for class org.jboss.netty.channel.Channels
- Channels are hierarchical - Search tag in interface org.jboss.netty.channel.Channel
- Section
- ChannelSink - Interface in org.jboss.netty.channel
-
Receives and processes the terminal downstream
ChannelEvent
s. - ChannelState - Enum in org.jboss.netty.channel
-
The current or future state of a
Channel
. - ChannelState() - Constructor for enum org.jboss.netty.channel.ChannelState
- ChannelStateEvent - Interface in org.jboss.netty.channel
-
A
ChannelEvent
which represents the change of theChannel
state. - channelTrafficCounter - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
- 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(ObjectSizeEstimator, Timer) - 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, long, long) - 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(Timer) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
- ChannelTrafficShapingHandler(Timer, 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, 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.ToSend - Class in org.jboss.netty.handler.traffic
- 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. - channelUnbound(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel.ServletChannelHandler
- ChannelUpstreamEventRunnable - Class in org.jboss.netty.handler.execution
-
A
ChannelEventRunnable
which sends the specifiedChannelEvent
upstream. - ChannelUpstreamEventRunnable(ChannelHandlerContext, ChannelEvent, Executor) - Constructor for class org.jboss.netty.handler.execution.ChannelUpstreamEventRunnable
-
Creates a
Runnable
which sends the specifiedChannelEvent
upstream via the specifiedChannelHandlerContext
. - ChannelUpstreamEventRunnableFilter - Class in org.jboss.netty.handler.execution
-
ChannelEventRunnableFilter
which matchesChannelDownstreamEventRunnable
- 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 aChannelEvent
to the next handler in aChannelPipeline
. - charset - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
- charset - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Default charset to use
- charset - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Default charset to use
- charset - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Default charset to use
- charset - Variable in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
- charset - Variable in class org.jboss.netty.handler.codec.http.QueryStringDecoder
- charset - Variable in class org.jboss.netty.handler.codec.http.QueryStringEncoder
- charset - Variable in class org.jboss.netty.handler.codec.string.StringDecoder
- charset - Variable in class org.jboss.netty.handler.codec.string.StringEncoder
- CHARSET - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
-
"charset"
- 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. - CharsetUtil() - Constructor for class org.jboss.netty.util.CharsetUtil
- check(byte[]) - Method in class org.jboss.netty.handler.codec.http.websocketx.Utf8Validator
- CHECK_PROTOCOL_VERSION - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder.State
- CHECK_PROTOCOL_VERSION - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksAuthResponseDecoder.State
- CHECK_PROTOCOL_VERSION - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder.State
- CHECK_PROTOCOL_VERSION - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder.State
- CHECK_PROTOCOL_VERSION - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksInitRequestDecoder.State
- CHECK_PROTOCOL_VERSION - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksInitResponseDecoder.State
- checkAttachment(ChannelHandlerContext) - Static method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- checkAvailable(int) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- checkCloseFrameBody(Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- checkDeadLock() - Static method in class org.jboss.netty.channel.DefaultChannelFuture
- checkDeadLock() - Static method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- checkDuplicateName(String) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- checkHttpDataSize(HttpData) - Method in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
Utility method
- checkIndex(int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- checkIndex(int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- checkIndex(int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- checkIndex(int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- checkIndex(int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- checking - Variable in class org.jboss.netty.handler.codec.http.websocketx.Utf8Validator
- checkInterval - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Delay between two performance snapshots
- checkInterval - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Delay between two captures
- checkpoint - Variable in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- 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. - checkReadableBytes(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- checkSize - Variable in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- 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
- checkUTF8String(Channel, byte[]) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Method overridden in GTSH to take into account specific timer for the channel.
- checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
- checkWritableBytes(int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
-
Throws an
IndexOutOfBoundsException
the length is not 0. - checkWriteSuspend(ChannelHandlerContext, long, long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Check the writability according to delay and size for the channel.
- Check your operating system and JDK / JRE - Search tag in interface org.jboss.netty.channel.FileRegion
- Section
- childChannel - Variable in class org.jboss.netty.channel.DefaultChildChannelStateEvent
- 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.bootstrap.ServerBootstrap.Binder
- 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 childChannel
. - ChildExecutor() - Constructor for class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor.ChildExecutor
- ChildExecutorRunnable(Runnable) - Constructor for class org.jboss.netty.util.VirtualExecutorService.ChildExecutorRunnable
- childExecutors - Variable in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
- childListener - Variable in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- childOptions - Variable in class org.jboss.netty.bootstrap.ServerBootstrap.Binder
- chunked - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
- CHUNKED - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
-
"chunked"
- Chunked Content - Search tag in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- Section
- Chunked Content - Search tag in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- Section
- 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 NIOFileChannel
. - 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 aReadableByteChannel
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 anInputStream
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 gettingOutOfMemoryError
. - ChunkedWriteHandler() - Constructor for class org.jboss.netty.handler.stream.ChunkedWriteHandler
- chunkPosition - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- chunkSize - Variable in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- chunkSize - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
- chunkSize - Variable in class org.jboss.netty.handler.stream.ChunkedFile
- chunkSize - Variable in class org.jboss.netty.handler.stream.ChunkedNioFile
- chunkSize - Variable in class org.jboss.netty.handler.stream.ChunkedNioStream
- chunkSize - Variable in class org.jboss.netty.handler.stream.ChunkedStream
- cidr - Variable in class org.jboss.netty.handler.ipfilter.IpSubnet
-
Internal representation
- 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
- cidrMask - Variable in class org.jboss.netty.handler.ipfilter.IpV4Subnet
- cipher - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- ciphers - Variable in class org.jboss.netty.handler.ssl.OpenSslServerContext
- cipherSuites - Variable in class org.jboss.netty.handler.ssl.JdkSslContext
- 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.
- CITIES - Static variable in class org.jboss.netty.example.localtime.LocalTimeClient
- city_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- city_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- CITY_FIELD_NUMBER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- class2size - Variable in class org.jboss.netty.util.DefaultObjectSizeEstimator
- classCache - Variable in class org.jboss.netty.handler.codec.serialization.CachingClassResolver
- classLoader - Variable in class org.jboss.netty.handler.codec.serialization.ClassLoaderClassResolver
- ClassLoaderClassResolver - Class in org.jboss.netty.handler.codec.serialization
- ClassLoaderClassResolver(ClassLoader) - Constructor for class org.jboss.netty.handler.codec.serialization.ClassLoaderClassResolver
- classResolver - Variable in class org.jboss.netty.handler.codec.serialization.CompactObjectInputStream
- classResolver - Variable in class org.jboss.netty.handler.codec.serialization.ObjectDecoder
- classResolver - Variable in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- ClassResolver - Interface in org.jboss.netty.handler.codec.serialization
-
please use
ClassResolvers
as instance factory - ClassResolvers - Class in org.jboss.netty.handler.codec.serialization
- ClassResolvers() - Constructor for class org.jboss.netty.handler.codec.serialization.ClassResolvers
- CLEAN_SUPPORTED - Static variable in class org.jboss.netty.util.internal.ByteBufferUtil
- 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.
- cleanMixedAttributes() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Remove all Attributes that should be cleaned between two FileUpload in Mixed mode
- 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
- cleanString(String) - Static method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Clean the String from any unallowed character
- 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
- CLEANUP_INTERVAL - Static variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- cleanUpCancelledKeys() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- cleanUpWriteBuffer(AbstractNioChannel<?>) - Static method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- clear - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- clear() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- clear() - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Sets the
readerIndex
andwriterIndex
of this buffer to0
. - 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.example.localtime.LocalTimeProtocol.LocalTime.Builder
- clear() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- clear() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- clear() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- 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.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
- clear() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- clear() - Method in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- 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
- clear() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.EntrySet
- clear() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.KeySet
- clear() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- clear() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Values
- clear() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.EntrySet
- clear() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.KeySet
- clear() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- clear() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Values
- clear() - Method in class org.jboss.netty.util.MapBackedSet
- clearCity() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
-
required string city = 2;
- clearContinent() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
-
required .org.jboss.netty.example.localtime.Continent continent = 1;
- clearDayOfMonth() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 dayOfMonth = 4;
- clearDayOfWeek() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
- clearHeaders(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
-
Removes all headers from the specified message.
- clearHour() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 hour = 6;
- Clearing the buffer indexes - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- clearLocalTime() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- clearLocation() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- clearMinute() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 minute = 7;
- clearMonth() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 month = 2;
- clearOpWrite(AbstractNioChannel<?>) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- 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. - clearSecond() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 second = 8;
- clearTimeouts(Set<Timeout>) - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelBucket
-
Clear this bucket and return all not expired / cancelled
Timeout
s. - clearUserDefinedWritability(int) - Method in class org.jboss.netty.channel.AbstractChannel
- clearYear() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 year = 1;
- 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.
- ClientCookieDecoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder
- ClientCookieDecoder.CookieBuilder - Class in org.jboss.netty.handler.codec.http.cookie
- 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.
- ClientCookieEncoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.cookie.ClientCookieEncoder
- clientSocketChannelFactory - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory
- ClientSocketChannelFactory - Interface in org.jboss.netty.channel.socket
-
A
ChannelFactory
which creates a client-sideSocketChannel
. - CLOCK - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"clock"
- clone() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- clone() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- clone() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- clone() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- close() - Method in class org.jboss.netty.channel.AbstractChannel
- close() - Method in interface org.jboss.netty.channel.Channel
-
Closes this channel asynchronously.
- close() - Method in interface org.jboss.netty.channel.group.ChannelGroup
-
Closes all
Channel
s in this group. - close() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- close() - Method in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
- close() - Method in class org.jboss.netty.handler.codec.compression.ZlibEncoder
- close() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- close() - Method in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteInput
- close() - Method in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteOutput
- close() - Method in class org.jboss.netty.handler.codec.marshalling.LimitingByteInput
- 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 underlyingSSLEngine
. - 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(SelectionKey) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- close(SelectionKey) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- 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(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"close"
request to the lastChannelDownstreamHandler
in theChannelPipeline
of the specifiedChannel
. - close(ChannelHandlerContext, ChannelFuture) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"close"
request to theChannelDownstreamHandler
which is placed in the closest downstream from the handler associated with the specifiedChannelHandlerContext
. - 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(DefaultLocalServerChannel, ChannelFuture) - Static method in class org.jboss.netty.channel.local.LocalServerChannelSink
- close(AbstractNioChannel<?>, ChannelFuture) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- close(NioDatagramChannel, ChannelFuture) - Static method in class org.jboss.netty.channel.socket.nio.NioDatagramPipelineSink
- close(NioServerSocketChannel, ChannelFuture) - Method in class org.jboss.netty.channel.socket.nio.NioServerBoss
- close(AbstractOioChannel, ChannelFuture) - Static method in class org.jboss.netty.channel.socket.oio.AbstractOioWorker
- close(AbstractOioChannel, ChannelFuture, boolean) - Static method in class org.jboss.netty.channel.socket.oio.AbstractOioWorker
- close(OioServerSocketChannel, ChannelFuture) - Static method in class org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink
- CLOSE - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameType
- CLOSE - Static variable in interface org.jboss.netty.channel.ChannelFutureListener
-
A
ChannelFutureListener
that closes theChannel
which is associated with the specifiedChannelFuture
. - CLOSE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
-
"close"
- CLOSE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"close"
- CLOSE_ON_FAILURE - Static variable in interface org.jboss.netty.channel.ChannelFutureListener
-
A
ChannelFutureListener
that closes theChannel
when the operation ended up with a failure or cancellation rather than a success. - closed - Variable in class org.jboss.netty.handler.queue.BlockingReadHandler
- CLOSED_OUTBOUND_AND_CHANNEL_UPDATER - Static variable in class org.jboss.netty.handler.ssl.SslHandler
- CLOSEDELIMITER - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- closedOutboundAndChannel - Variable in class org.jboss.netty.handler.ssl.SslHandler
- closeEngine() - Method in class org.jboss.netty.handler.ssl.SslHandler
- closeFuture - Variable in class org.jboss.netty.channel.AbstractChannel
- closeInbound() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
- closeInput(ChunkedInput) - Static method in class org.jboss.netty.handler.stream.ChunkedWriteHandler
- closeLocalSide() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- closeLocalSide(int, boolean) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- closeNow(ChannelFuture) - Method in class org.jboss.netty.channel.local.DefaultLocalChannel
- closeOnFlush(Channel) - Static method in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
-
Closes the specified channel after all queued write requests are flushed.
- closeOnSslException - Variable in class org.jboss.netty.handler.ssl.SslHandler
- closeOutbound() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
- closeOutboundAndChannel(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.ssl.SslHandler
- closeReal(ChannelFuture) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- closeRemoteSide() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- closeRemoteSide(int, boolean) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- 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
- closeSessionFutureListener - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- closeSocket() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- closeSocket() - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- closeSocket() - Method in class org.jboss.netty.channel.socket.oio.OioSocketChannel
- 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(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
- 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
- ClosingChannelFutureListener(ChannelHandlerContext, ChannelStateEvent) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdySessionHandler.ClosingChannelFutureListener
- ClosingChannelFutureListener(ChannelHandlerContext, ChannelStateEvent) - Constructor for class org.jboss.netty.handler.ssl.SslHandler.ClosingChannelFutureListener
- Closing the session - Search tag in class org.jboss.netty.handler.ssl.SslHandler
- Section
- CMD - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksRequest.SocksRequestType
- CMD - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksResponse.SocksResponseType
- cmdStatus - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdResponse
- cmdStatus - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder
- CmdStatus(byte) - Constructor for enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
- cmdType - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdRequest
- cmdType - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder
- CmdType(byte) - Constructor for enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdType
- code - Variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
- code - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
- code - Variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
- 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 Class in org.jboss.netty.handler.codec.embedder
-
A
RuntimeException
which is thrown when aCodecEmbedder
failed to encode or decode the specified input. - CodecEmbedderException() - Constructor for exception class org.jboss.netty.handler.codec.embedder.CodecEmbedderException
-
Creates a new instance.
- CodecEmbedderException(String) - Constructor for exception class org.jboss.netty.handler.codec.embedder.CodecEmbedderException
-
Creates a new instance.
- CodecEmbedderException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.codec.embedder.CodecEmbedderException
-
Creates a new instance.
- CodecEmbedderException(Throwable) - Constructor for exception class org.jboss.netty.handler.codec.embedder.CodecEmbedderException
-
Creates a new instance.
- codep - Variable in class org.jboss.netty.handler.codec.http.websocketx.Utf8Validator
- COLON - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
-
Colon ':'
- CombinedIterator<E> - Class in org.jboss.netty.channel.group
- CombinedIterator(Iterator<E>, Iterator<E>) - Constructor for class org.jboss.netty.channel.group.CombinedIterator
- COMMA - Static variable in class org.jboss.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- COMMA - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
-
Comma ','
- COMMAND_NOT_SUPPORTED - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
- comment - Variable in class org.jboss.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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.
- COMMENT - Static variable in class org.jboss.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- commentUrl - Variable 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.
- COMMENTURL - Static variable in class org.jboss.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- CommonsLogger - Class in org.jboss.netty.logging
-
Apache Commons Logging logger.
- CommonsLogger(Log, String) - Constructor for class org.jboss.netty.logging.CommonsLogger
- 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
- CompactObjectInputStream - Class in org.jboss.netty.handler.codec.serialization
- CompactObjectInputStream(InputStream, ClassResolver) - Constructor for class org.jboss.netty.handler.codec.serialization.CompactObjectInputStream
- CompactObjectOutputStream - Class in org.jboss.netty.handler.codec.serialization
- CompactObjectOutputStream(OutputStream) - Constructor for class org.jboss.netty.handler.codec.serialization.CompactObjectOutputStream
- compare(Integer, Integer) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamComparator
- compare(String, String) - Method in class org.jboss.netty.util.internal.CaseIgnoringComparator
- 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
- compareAndSetState(int, int) - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- compareTo(Object) - Method in class org.jboss.netty.handler.ipfilter.PatternRule
- 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(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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(Attribute) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskAttribute
- compareTo(Attribute) - Method in class org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
- compareTo(FileUpload) - Method in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
- 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.DiskAttribute
- compareTo(InterfaceHttpData) - 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(InterfaceHttpData) - 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(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(InternalAttribute) - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
- 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
- CompatibleMarshallingDecoder - Class in org.jboss.netty.handler.codec.marshalling
- 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 aChannelFuture
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
- componentId(int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- components - Variable in class org.jboss.netty.buffer.CompositeChannelBuffer
- compositeBuffer(ByteOrder, List<ChannelBuffer>, boolean) - Static method in class org.jboss.netty.buffer.ChannelBuffers
- 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
- CompositeChannelBuffer(CompositeChannelBuffer) - 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"
- compressInto(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
- CompressionException - Exception Class in org.jboss.netty.handler.codec.compression
-
An
IOException
that is raised when compression or decompression failed. - CompressionException() - Constructor for exception class org.jboss.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(String) - Constructor for exception class org.jboss.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(Throwable) - Constructor for exception class org.jboss.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- compressionLevel - Variable in class org.jboss.netty.handler.codec.http.HttpContentCompressor
- compressor - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
- computeBalancedWait(float, float, long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- computeDeviationCumulativeBytes() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- ConcurrentIdentityHashMap<K,
V> - Class in org.jboss.netty.util.internal -
An alternative identity-comparing
ConcurrentMap
which is similar toConcurrentHashMap
. - ConcurrentIdentityHashMap() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
- ConcurrentIdentityHashMap(int) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
- ConcurrentIdentityHashMap(int, float) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
- ConcurrentIdentityHashMap(int, float, int) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
- ConcurrentIdentityHashMap(Map<? extends K, ? extends V>) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Creates a new map with the same mappings as the given map.
- ConcurrentIdentityHashMap.EntryIterator - Class in org.jboss.netty.util.internal
- ConcurrentIdentityHashMap.EntrySet - Class in org.jboss.netty.util.internal
- ConcurrentIdentityHashMap.HashEntry<K,
V> - Class in org.jboss.netty.util.internal -
ConcurrentReferenceHashMap list entry.
- ConcurrentIdentityHashMap.HashIterator - Class in org.jboss.netty.util.internal
- ConcurrentIdentityHashMap.KeyIterator - Class in org.jboss.netty.util.internal
- ConcurrentIdentityHashMap.KeySet - Class in org.jboss.netty.util.internal
- ConcurrentIdentityHashMap.Segment<K,
V> - Class in org.jboss.netty.util.internal -
Segments are specialized versions of hash tables.
- ConcurrentIdentityHashMap.SimpleEntry<K,
V> - Class in org.jboss.netty.util.internal - ConcurrentIdentityHashMap.ValueIterator - Class in org.jboss.netty.util.internal
- ConcurrentIdentityHashMap.Values - Class in org.jboss.netty.util.internal
- ConcurrentIdentityHashMap.WriteThroughEntry - Class in org.jboss.netty.util.internal
-
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying map.
- ConcurrentIdentityWeakKeyHashMap<K,
V> - Class in org.jboss.netty.util.internal -
An alternative weak-key identity-comparing
ConcurrentMap
which is similar toConcurrentHashMap
. - ConcurrentIdentityWeakKeyHashMap() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
- ConcurrentIdentityWeakKeyHashMap(int) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
- ConcurrentIdentityWeakKeyHashMap(int, float) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
- ConcurrentIdentityWeakKeyHashMap(int, float, int) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
- ConcurrentIdentityWeakKeyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Creates a new map with the same mappings as the given map.
- ConcurrentIdentityWeakKeyHashMap.EntryIterator - Class in org.jboss.netty.util.internal
- ConcurrentIdentityWeakKeyHashMap.EntrySet - Class in org.jboss.netty.util.internal
- ConcurrentIdentityWeakKeyHashMap.HashEntry<K,
V> - Class in org.jboss.netty.util.internal -
ConcurrentReferenceHashMap list entry.
- ConcurrentIdentityWeakKeyHashMap.HashIterator - Class in org.jboss.netty.util.internal
- ConcurrentIdentityWeakKeyHashMap.KeyIterator - Class in org.jboss.netty.util.internal
- ConcurrentIdentityWeakKeyHashMap.KeySet - Class in org.jboss.netty.util.internal
- ConcurrentIdentityWeakKeyHashMap.Segment<K,
V> - Class in org.jboss.netty.util.internal -
Segments are specialized versions of hash tables.
- ConcurrentIdentityWeakKeyHashMap.SimpleEntry<K,
V> - Class in org.jboss.netty.util.internal - ConcurrentIdentityWeakKeyHashMap.ValueIterator - Class in org.jboss.netty.util.internal
- ConcurrentIdentityWeakKeyHashMap.Values - Class in org.jboss.netty.util.internal
- ConcurrentIdentityWeakKeyHashMap.WeakKeyReference<K> - Class in org.jboss.netty.util.internal
-
A weak-key reference which stores the key hash needed for reclamation.
- ConcurrentIdentityWeakKeyHashMap.WriteThroughEntry - Class in org.jboss.netty.util.internal
-
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying map.
- 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
- config - Variable in class org.jboss.netty.channel.local.DefaultLocalChannel
- config - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- config - Variable in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- config - Variable in class org.jboss.netty.channel.socket.nio.NioServerSocketChannel
- config - Variable in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- config - Variable in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- config - Variable in class org.jboss.netty.channel.socket.oio.OioServerSocketChannel
- config - Variable in class org.jboss.netty.channel.socket.oio.OioSocketChannel
- config - Variable in class org.jboss.netty.handler.codec.embedder.EmbeddedChannel
- config - Variable in class org.jboss.netty.handler.codec.marshalling.DefaultMarshallerProvider
- config - Variable in class org.jboss.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
- config - Variable in class org.jboss.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
- config - Variable in class org.jboss.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
- 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.
- configure(long, long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Change the underlying limitations.
- configure(long, long, long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Change the underlying limitations and check interval.
- configureChannel(long, long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- configurePipeline(ChannelHandler...) - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- Configuring a channel - Search tag in class org.jboss.netty.bootstrap.ClientBootstrap
- Section
- Configuring a channel pipeline - Search tag in class org.jboss.netty.bootstrap.ClientBootstrap
- Section
- Configuring a channel pipeline - Search tag in class org.jboss.netty.bootstrap.ConnectionlessBootstrap
- Section
- Configuring a child channel pipeline - Search tag in class org.jboss.netty.bootstrap.ServerBootstrap
- Section
- Configuring a parent channel pipeline - Search tag in class org.jboss.netty.bootstrap.ServerBootstrap
- Section
- Configuring channels - Search tag in class org.jboss.netty.bootstrap.ConnectionlessBootstrap
- Section
- Configuring channels - Search tag in class org.jboss.netty.bootstrap.ServerBootstrap
- Section
- 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() - Method in class org.jboss.netty.bootstrap.ConnectionlessBootstrap
-
Creates a new connected channel with the current
"remoteAddress"
and"localAddress"
option. - connect() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of started SSL/TLS handshakes in client mode.
- 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) - Method in class org.jboss.netty.bootstrap.ConnectionlessBootstrap
-
Creates a new connected channel with the specified
"remoteAddress"
and the current"localAddress"
option. - 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(SocketAddress, SocketAddress) - Method in class org.jboss.netty.bootstrap.ClientBootstrap
-
Attempts a new connection with the specified
remoteAddress
and the specifiedlocalAddress
. - 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(SelectionKey) - Static method in class org.jboss.netty.channel.socket.nio.NioClientBoss
- connect(ChannelHandlerContext, ChannelFuture, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"connect"
request to theChannelDownstreamHandler
which is placed in the closest downstream from the handler associated with the specifiedChannelHandlerContext
. - connect(Channel, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"connect"
request to the lastChannelDownstreamHandler
in theChannelPipeline
of the specifiedChannel
. - connect(DefaultLocalChannel, ChannelFuture, LocalAddress) - Method in class org.jboss.netty.channel.local.LocalClientChannelSink
- connect(NioClientSocketChannel, ChannelFuture, SocketAddress) - Method in class org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink
- connect(NioDatagramChannel, ChannelFuture, InetSocketAddress) - Static method in class org.jboss.netty.channel.socket.nio.NioDatagramPipelineSink
- connect(OioClientSocketChannel, ChannelFuture, SocketAddress) - Method in class org.jboss.netty.channel.socket.oio.OioClientSocketPipelineSink
- connect(OioDatagramChannel, ChannelFuture, SocketAddress) - Method in class org.jboss.netty.channel.socket.oio.OioDatagramPipelineSink
- CONNECT - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdType
- 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_ATTEMPTS - Static variable in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
- connectAttempts - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
- connectDeadlineNanos - Variable in class org.jboss.netty.channel.socket.nio.NioClientSocketChannel
- CONNECTED - Enum constant in enum org.jboss.netty.channel.ChannelState
- connectedSet - Variable in class org.jboss.netty.handler.ipfilter.OneIpFilterHandler
-
HashMap of current remote connected InetAddress
- connectFuture - Variable in class org.jboss.netty.channel.socket.nio.NioClientSocketChannel
- connectGood() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully established SSL/TLS sessions in client mode.
- Connecting to the HTTP tunnel - Search tag in package org.jboss.netty.channel.socket.http
- Section
- 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
. - connectReal(SocketAddress, ChannelFuture) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- 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 Class in org.jboss.netty.channel
-
ConnectException
which will be thrown if a connection could not be established because of a connection timeout. - ConnectTimeoutException() - Constructor for exception class org.jboss.netty.channel.ConnectTimeoutException
- ConnectTimeoutException(String) - Constructor for exception class org.jboss.netty.channel.ConnectTimeoutException
- connectTimeoutMillis - Variable in class org.jboss.netty.channel.DefaultChannelConfig
- consolidatedWrite(List<MessageEvent>) - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
- consolidateOnFlush - Variable in class org.jboss.netty.handler.queue.BufferedWriteHandler
- Consolidate on flush - Search tag in class org.jboss.netty.handler.queue.BufferedWriteHandler
- Section
- contains(Object) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- contains(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Legacy method testing if some key maps into the specified value in this table.
- contains(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.EntrySet
- contains(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.KeySet
- contains(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Values
- contains(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Legacy method testing if some key maps into the specified value in this table.
- contains(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.EntrySet
- contains(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.KeySet
- contains(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Values
- contains(Object) - Method in class org.jboss.netty.util.MapBackedSet
- contains(String) - 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) - 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(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(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(String) - Static method in class org.jboss.netty.util.internal.SystemPropertyUtil
-
Returns
true
if and only if the system property with the specifiedkey
exists. - contains(String, String, boolean) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- 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(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(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(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(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
- contains(IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
-
Returns true if this list contains the specified element
- 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
- containsKey(Object) - Method in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- containsKey(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Tests if the specified object is a key in this table.
- containsKey(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Tests if the specified object is a key in this table.
- containsKey(Object, int) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- containsKey(Object, int) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- containsValue(Object) - Method in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- containsValue(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- containsValue(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- content - Variable in class org.jboss.netty.example.discard.DiscardClientHandler
- content - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpChunk
- content - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
- content - Variable in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- CONTENT - Static variable in class org.jboss.netty.example.http.helloworld.HttpHelloWorldServerHandler
- 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_DISPOSITION - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
-
HTTP content disposition header name.
- 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"
- contentRead - Variable in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- contentTransferEncoding - Variable in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
- contentTransferEncoding - Variable in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
- contentType - Variable in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
- contentType - Variable in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
- context - Variable in class org.jboss.netty.handler.ssl.OpenSslSessionStats
- context - Variable in class org.jboss.netty.handler.ssl.SslHandler.ClosingChannelFutureListener
- 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 theUnmarshaller
in theChannelHandlerContext
via theChannelHandlerContext.setAttachment(Object)
method. - ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
- Continent(int, int) - Constructor for enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
- continent_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- continent_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- CONTINENT_FIELD_NUMBER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- CONTINUATION - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameType
- 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(boolean, int, String) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Creates a new continuation frame with the specified text 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(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Creates a new continuation frame with the specified binary data.
- CONTINUE - Static variable in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
- 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.
If one wants to not block events, just overridden this method by returning always true.
Note that OPENED and BOUND events are still passed to the next entry in the pipeline since those events come out before the CONNECTED event and so the possibility to filter the connection. - 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.
If one wants to not block events, just overridden this method by returning always true.
Note that OPENED and BOUND events are still passed to the next entry in the pipeline since those events come out before the CONNECTED event and so the possibility to filter the connection. - Conversion to existing JDK types - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- ConversionUtil - Class in org.jboss.netty.util.internal
-
Conversion utility class to parse a property represented as a string or an object.
- ConversionUtil() - Constructor for class org.jboss.netty.util.internal.ConversionUtil
- convert(InternetProtocolFamily) - Static method in class org.jboss.netty.channel.socket.nio.ProtocolFamilyConverter
-
Convert the
InternetProtocolFamily
. - convertToBytes(String, byte[], int) - Static method in class org.jboss.netty.util.NetUtil
-
Converts a 4 character hex word into a 2 byte word equivalent
- convertWrapperType(ZlibWrapper) - Static method in class org.jboss.netty.handler.codec.compression.ZlibUtil
- convertWrapperType(ZlibWrapper, int) - Static method in class org.jboss.netty.handler.codec.compression.ZlibUtil
- cookie - Variable in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- cookie() - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- 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"
- CookieBuilder(DefaultCookie) - Constructor for class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- CookieDecoder - Class in org.jboss.netty.handler.codec.http.cookie
-
Parent of Client and Server side cookie decoders
- CookieDecoder - Class in org.jboss.netty.handler.codec.http
-
Deprecated.Use
invalid reference
io.netty.handler.codec.http.cookie.ClientCookieDecoder
invalid reference
io.netty.handler.codec.http.cookie.ServerCookieDecoder
Cookie
s. 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.cookie.CookieDecoder
- 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 - Class in org.jboss.netty.handler.codec.http
-
Encodes
Cookie
s into an HTTP header value. - CookieEncoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.cookie.CookieEncoder
- 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
- CookieHeaderNames() - Constructor for class org.jboss.netty.handler.codec.http.cookie.CookieHeaderNames
- cookies - Variable in class org.jboss.netty.handler.codec.http.CookieEncoder
- CookieUtil - Class in org.jboss.netty.handler.codec.http.cookie
- CookieUtil - Class in org.jboss.netty.handler.codec.http
-
Deprecated.Duplicate of package private $
invalid reference
io.netty.handler.codec.http.cookie.CookieUtil
- CookieUtil() - Constructor for class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- CookieUtil() - Constructor for class org.jboss.netty.handler.codec.http.CookieUtil
-
Deprecated.
- 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(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(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(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 specifiedcharset
. - 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 specifiedcharset
. - 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 specifiedcharset
. - 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 specifiedcharset
. - 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(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(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 specifiedarray
. - 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 specifiedarrays
. - 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 specifiedarray
's sub-region. - 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 specifiedarray
encoded in the specifiedcharset
. - 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 specifiedarray
encoded in the specifiedcharset
. - 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 specifiedstring
encoded in the specifiedcharset
. - 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 specifiedstring
encoded in the specifiedcharset
. - copiedBuffer(ByteOrder, CharBuffer, Charset) - Static method in class org.jboss.netty.buffer.ChannelBuffers
- 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(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. - copy() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- copy() - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Returns a copy of this buffer's readable bytes.
- copy() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- copy(int, int) - Method in class org.jboss.netty.buffer.BigEndianHeapChannelBuffer
- copy(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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
- copy(int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- copyThreshold - Variable in class org.jboss.netty.handler.codec.frame.FrameDecoder
- copyTo(int, int, int, ChannelBuffer) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- CORRUPT - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
- CorruptedFrameException - Exception Class in org.jboss.netty.handler.codec.frame
-
An
Exception
which is thrown when the received frame data can not be decoded by aFrameDecoder
implementation. - CorruptedFrameException() - Constructor for exception class org.jboss.netty.handler.codec.frame.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(String) - Constructor for exception class org.jboss.netty.handler.codec.frame.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.codec.frame.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(Throwable) - Constructor for exception class org.jboss.netty.handler.codec.frame.CorruptedFrameException
-
Creates a new instance.
- count - Variable in class org.jboss.netty.channel.DefaultFileRegion
- count - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
-
The number of elements in this segment's region.
- count - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
-
The number of elements in this segment's region.
- COUNT - Static variable in class org.jboss.netty.example.factorial.FactorialClient
- counter - Variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.Limiter
- counter - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficCounter.MixedTrafficMonitoringTask
-
The associated TrafficCounter
- counter - Variable in class org.jboss.netty.handler.traffic.TrafficCounter.TrafficMonitoringTask
-
The associated TrafficCounter
- 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
- crc - Variable in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
- create() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- create() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- create() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- create() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- createAttribute(HttpRequest, 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 class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- 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
- createGlobalTrafficCounter() - Method in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
-
Create the global TrafficCounter.
- createGlobalTrafficCounter(Timer) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Create the global TrafficCounter.
- createHttpRequest(int, SpdyHeadersFrame) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
- createHttpRequestHandlerForHttp() - Method in class org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
-
Create the
ChannelUpstreamHandler
that is responsible for handling theHttpRequest
's when theSpdyOrHttpChooser.SelectedProtocol
wasSpdyOrHttpChooser.SelectedProtocol.HttpVersion1_0
orSpdyOrHttpChooser.SelectedProtocol.HttpVersion1_1
- createHttpRequestHandlerForSpdy() - Method in class org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
-
Create the
ChannelUpstreamHandler
that is responsible for handling theHttpRequest
's when theSpdyOrHttpChooser.SelectedProtocol
wasSpdyOrHttpChooser.SelectedProtocol.SpdyVersion3_1
. - createHttpResponse(int, SpdyHeadersFrame) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
- 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.AbstractNioSelector
- 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
- createSet(Class<?>) - Static method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- createSpdyDataFrames(int, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- createSynReplyFrame(HttpResponse) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- createSynStreamFrame(HttpMessage) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- createWheel(int) - Static method in class org.jboss.netty.util.HashedWheelTimer
- Creating a copied buffer - Search tag in class org.jboss.netty.buffer.ChannelBuffers
- Section
- Creating a wrapped buffer - Search tag in class org.jboss.netty.buffer.ChannelBuffers
- Section
- Creation of a buffer - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- Creation of a pipeline - Search tag in interface org.jboss.netty.channel.ChannelPipeline
- Section
- CRLF - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
-
Index finder which locates a
CR ('\r')
orLF ('\n')
. - CRLF - Static variable in class org.jboss.netty.handler.codec.http.HttpMessageEncoder
- CSEQ - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
-
"CSeq"
- ctx - Variable in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
- ctx - Variable in class org.jboss.netty.handler.codec.compression.ZlibEncoder
- ctx - Variable in class org.jboss.netty.handler.codec.frame.FrameDecoder
- ctx - Variable in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
- ctx - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
- ctx - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder.SpdyFrameWriter
- ctx - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler.ClosingChannelFutureListener
- ctx - Variable in class org.jboss.netty.handler.execution.ChannelEventRunnable
- ctx - Variable in class org.jboss.netty.handler.queue.BufferedWriteHandler
- ctx - Variable in class org.jboss.netty.handler.ssl.JdkSslClientContext
- ctx - Variable in class org.jboss.netty.handler.ssl.JdkSslServerContext
- ctx - Variable in class org.jboss.netty.handler.ssl.OpenSslServerContext
-
The OpenSSL SSL_CTX object
- ctx - Variable in class org.jboss.netty.handler.ssl.SslHandler
- ctx - Variable in class org.jboss.netty.handler.stream.ChunkedWriteHandler
- ctx - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler.AllIdleTimeoutTask
- ctx - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler.ReaderIdleTimeoutTask
- ctx - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler.WriterIdleTimeoutTask
- ctx - Variable in class org.jboss.netty.handler.timeout.ReadTimeoutHandler.ReadTimeoutTask
- ctx - Variable in class org.jboss.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
- ctx - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler.ReopenReadTimerTask
- ctx - Variable in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
- ctx - Variable in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler.PerChannel
- cumulation - Variable in class org.jboss.netty.handler.codec.frame.FrameDecoder
- cumulation - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- cumulativeReadBytes - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Maximum cumulative read bytes for one channel among all (as long as channels stay the same)
- cumulativeReadBytes - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Long life read bytes
- cumulativeWrittenBytes - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Maximum cumulative writing bytes for one channel among all (as long as channels stay the same)
- cumulativeWrittenBytes - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Long life written bytes
- cur - Variable in class org.jboss.netty.handler.execution.ChainedExecutor
- current - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- current - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderIterator
- current - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderIterator
- current() - Static method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- current() - Static method in class org.jboss.netty.util.internal.ThreadLocalRandom
-
Returns the current thread's
ThreadLocalRandom
. - CURRENT - Static variable in interface org.jboss.netty.util.ThreadNameDeterminer
-
ThreadNameDeterminer
that rejects the proposed thread name and retains the current one. - CURRENT_SPI - Static variable in class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory
-
SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
must have a reference toSimpleTrustManagerFactory
to delegate its callbacks back toSimpleTrustManagerFactory
. - currentAttribute - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
The current Attribute that is currently in decode process
- currentAttribute - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
The current Attribute that is currently in decode process
- currentBuffer - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
The ChannelBuffer currently used by the encoder
- currentData - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
The current InterfaceHttpData to encode (used if more chunks are available)
- currentEvent - Variable in class org.jboss.netty.handler.stream.ChunkedWriteHandler
- currentFieldAttributes - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Used in Multipart
- currentFileUpload - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
The current FileUpload that is currently in decode process
- currentFileUpload - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
The current FileUpload that is currently in encode process
- currentFrame - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- currentIterator - Variable in class org.jboss.netty.channel.group.CombinedIterator
- currentKey - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- currentKey - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- currentMessage - Variable in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
- currentReadBytes - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Current read bytes
- currentStatus - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Current status
- currentStatus - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Current status
- currentStreamId - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- currentTable - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- currentTable - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- currentWriteBuffer - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- currentWriteEvent - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
-
The current write
MessageEvent
- currentWrittenBytes - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Current written bytes
- customHeaders - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
D
- data - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyDataFrame
- DatagramChannel - Interface in org.jboss.netty.channel.socket
-
A UDP/IP
Channel
which is created byDatagramChannelFactory
. - DatagramChannelConfig - Interface in org.jboss.netty.channel.socket
-
A
ChannelConfig
for aDatagramChannel
. - DatagramChannelFactory - Interface in org.jboss.netty.channel.socket
-
A
ChannelFactory
which creates aDatagramChannel
. - 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"
- dayOfMonth_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- dayOfMonth_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- DAYOFMONTH_FIELD_NUMBER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- DayOfWeek(int, int) - Constructor for enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
- dayOfWeek_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- dayOfWeek_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- DAYOFWEEK_FIELD_NUMBER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- deadline - Variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- DeadLockProofWorker - Class in org.jboss.netty.util.internal
- DeadLockProofWorker() - Constructor for class org.jboss.netty.util.internal.DeadLockProofWorker
- debug(String) - Method in class org.jboss.netty.logging.CommonsLogger
- debug(String) - Method in interface org.jboss.netty.logging.InternalLogger
-
Logs a DEBUG level message.
- debug(String) - Method in class org.jboss.netty.logging.JBossLogger
- debug(String) - Method in class org.jboss.netty.logging.JdkLogger
- debug(String) - Method in class org.jboss.netty.logging.Log4JLogger
- debug(String) - Method in class org.jboss.netty.logging.OsgiLogger
- debug(String) - Method in class org.jboss.netty.logging.Slf4JLogger
- debug(String, Throwable) - Method in class org.jboss.netty.logging.CommonsLogger
- debug(String, Throwable) - Method in interface org.jboss.netty.logging.InternalLogger
-
Logs a DEBUG level message.
- debug(String, Throwable) - Method in class org.jboss.netty.logging.JBossLogger
- debug(String, Throwable) - Method in class org.jboss.netty.logging.JdkLogger
- debug(String, Throwable) - Method in class org.jboss.netty.logging.Log4JLogger
- debug(String, Throwable) - Method in class org.jboss.netty.logging.OsgiLogger
- debug(String, Throwable) - Method in class org.jboss.netty.logging.Slf4JLogger
- DEBUG - Enum constant in enum org.jboss.netty.logging.InternalLogLevel
-
'DEBUG' log level.
- DEBUG_ENABLED - Static variable in class org.jboss.netty.util.DebugUtil
- DebugUtil - Class in org.jboss.netty.util
-
Determines if Netty is running in a debug mode or not.
- DebugUtil() - Constructor for class org.jboss.netty.util.DebugUtil
- decodabet - Variable in enum org.jboss.netty.handler.codec.base64.Base64Dialect
- decodabet(Base64Dialect) - Static method in class org.jboss.netty.handler.codec.base64.Base64
- 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
Cookie
s. - decode(ChannelBuffer) - Static method in class org.jboss.netty.handler.codec.base64.Base64
- decode(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.HttpContentDecoder
- decode(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
- decode(ChannelBuffer, int, int) - 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) - 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(ChannelBuffer, ChannelBufferFactory) - 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, Base64Dialect, ChannelBufferFactory) - Static method in class org.jboss.netty.handler.codec.base64.Base64
- decode(ChannelBuffer, SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockDecoder
-
Decodes a SPDY Header Block, adding the Name/Value pairs to the given Headers frame.
- decode(ChannelBuffer, SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- decode(ChannelBuffer, SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
- 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, Object) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- 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, 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.example.factorial.BigIntegerDecoder
- decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.example.portunification.PortUnificationServerHandler
- 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(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.marshalling.MarshallingDecoder
- decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
- decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoder
- decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
- decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.jboss.netty.handler.ssl.SslHandler
- decode(ChannelHandlerContext, Channel, ChannelBuffer, HttpMessageDecoder.State) - Method in class org.jboss.netty.handler.codec.http.HttpClientCodec.Decoder
- decode(ChannelHandlerContext, Channel, ChannelBuffer, HttpMessageDecoder.State) - Method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- decode(ChannelHandlerContext, Channel, ChannelBuffer, HttpMessageDecoder.State) - Method in class org.jboss.netty.handler.codec.rtsp.RtspMessageDecoder
- decode(ChannelHandlerContext, Channel, ChannelBuffer, WebSocket08FrameDecoder.State) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- decode(ChannelHandlerContext, Channel, ChannelBuffer, VoidEnum) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
- decode(ChannelHandlerContext, Channel, ChannelBuffer, VoidEnum) - Method in class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- 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, T) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
-
Decodes the received packets so far into a frame.
- decode4to3(byte[], int, ChannelBuffer, int, Base64Dialect) - Static method in class org.jboss.netty.handler.codec.base64.Base64
- decodeAttribute(String, Charset) - Static method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Decode component
- decodeBinaryFrame(byte, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
- 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
- decodeHexNibble(char) - Static method in class org.jboss.netty.handler.codec.http.QueryStringDecoder
-
Helper to decode half of a hexadecimal number from a string.
- 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) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- 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.
- decodeMultipart(HttpPostRequestDecoder.MultiPartStatus) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Decode a multipart request by pieces
NOTSTARTED PREAMBLE (
(HEADERDELIMITER DISPOSITION (FIELD | FILEUPLOAD))*
(HEADERDELIMITER DISPOSITION MIXEDPREAMBLE
(MIXEDDELIMITER MIXEDDISPOSITION MIXEDFILEUPLOAD)+
MIXEDCLOSEDELIMITER)*
CLOSEDELIMITER)+ EPILOGUE
Inspired from HttpMessageDecoder - decodeParams(String) - Method in class org.jboss.netty.handler.codec.http.QueryStringDecoder
- decoder - Variable in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
- decoder - Variable in class org.jboss.netty.handler.codec.http.HttpClientCodec
- decoder - Variable in class org.jboss.netty.handler.codec.http.HttpContentDecoder
- decoder - Variable in class org.jboss.netty.handler.codec.http.HttpServerCodec
- decoder - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Does this request is a Multipart request
- decoder - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpCodec
- Decoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http.HttpClientCodec.Decoder
- 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(ChannelBufferFactory, ChannelUpstreamHandler...) - Constructor for class org.jboss.netty.handler.codec.embedder.DecoderEmbedder
-
Creates a new embedder whose pipeline is composed of the specified handlers.
- DecoderEmbedder(ChannelUpstreamHandler...) - Constructor for class org.jboss.netty.handler.codec.embedder.DecoderEmbedder
-
Creates a new embedder whose pipeline is composed of the specified handlers.
- decoders - Static variable in class org.jboss.netty.util.CharsetUtil
- decodeString(ByteBuffer, Charset) - Static method in class org.jboss.netty.buffer.ChannelBuffers
- decodeTextFrame(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
- Decoding a response for a CONNECT request - Search tag in class org.jboss.netty.handler.codec.http.HttpResponseDecoder
- Section
- Decoding a response for a HEAD request - Search tag in class org.jboss.netty.handler.codec.http.HttpResponseDecoder
- Section
- decompose(int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
-
Same with
CompositeChannelBuffer.slice(int, int)
except that this method returns a list. - decompress(SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
- decompressed - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
- decompressor - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
- decrease() - Method in class org.jboss.netty.util.internal.SharedResourceMisuseDetector
- decrease(long) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.Limiter
- decreaseCounter(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- decreaseNow - Variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
- decrement(Object) - Method in class org.jboss.netty.handler.codec.http.HttpClientCodec.Decoder
- DEFAULT_ACCELERATION - Static variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- DEFAULT_BINARY_CONTENT_TYPE - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
-
Default Content-Type in binary form
- DEFAULT_BOSS_COUNT - Static variable in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
- DEFAULT_BUFFER_CAPACITY - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
- 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_CHUNK_SIZE - Static variable in class org.jboss.netty.handler.stream.ChunkedStream
- DEFAULT_CIPHERS - Static variable in class org.jboss.netty.handler.ssl.JdkSslContext
- DEFAULT_CIPHERS - Static variable in class org.jboss.netty.handler.ssl.OpenSslServerContext
- DEFAULT_CONCURRENCY_LEVEL - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
The default concurrency level for this table, used when not otherwise specified in a constructor.
- DEFAULT_CONCURRENCY_LEVEL - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
The default concurrency level for this table, used when not otherwise specified in a constructor.
- DEFAULT_DEVIATION - Static variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- DEFAULT_ENCODER_BUFFER_SIZE - Static variable in class org.jboss.netty.handler.codec.socks.SocksMessageEncoder
- DEFAULT_INITIAL - Static variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
- DEFAULT_INITIAL_CAPACITY - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
The default initial capacity for this table, used when not otherwise specified in a constructor.
- DEFAULT_INITIAL_CAPACITY - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
The default initial capacity for this table, used when not otherwise specified in a constructor.
- DEFAULT_IO_THREADS - Static variable in class org.jboss.netty.channel.socket.nio.SelectorUtil
- DEFAULT_JDK_MEM_LEVEL - Static variable in class org.jboss.netty.handler.codec.http.HttpContentCompressor
- DEFAULT_JDK_WINDOW_SIZE - Static variable in class org.jboss.netty.handler.codec.http.HttpContentCompressor
- DEFAULT_LEVEL - Static variable in class org.jboss.netty.handler.logging.LoggingHandler
- DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
The default load factor for this table, used when not otherwise specified in a constructor.
- DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
The default load factor for this table, used when not otherwise specified in a constructor.
- 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_CONCURRENT_STREAMS - Static variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- DEFAULT_MAX_FRAME_SIZE - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
- DEFAULT_MAX_PARAMS - Static variable in class org.jboss.netty.handler.codec.http.QueryStringDecoder
- DEFAULT_MAX_SIZE - Static variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Default max size to not exceed in buffer (write only).
- 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).
- DEFAULT_MAXIMUM - Static variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
- DEFAULT_MINIMUM - Static variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
- DEFAULT_POOL_SIZE - Static variable in class org.jboss.netty.handler.ssl.SslBufferPool
- DEFAULT_PREALLOCATION_SIZE - Static variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- DEFAULT_PREDICTOR_FACTORY - Static variable in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- DEFAULT_PREDICTOR_FACTORY - Static variable in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- DEFAULT_SELECT_TIMEOUT - Static variable in class org.jboss.netty.channel.socket.nio.SelectorUtil
- DEFAULT_SLOWDOWN - Static variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- DEFAULT_TEXT_CONTENT_TYPE - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
-
Default Content-Type in Text form
- DEFAULT_WINDOW_SIZE - Static variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- defaultBufferPool - Static variable in class org.jboss.netty.handler.ssl.SslHandler
- 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.
- DefaultChannelGroupFuture(ChannelGroup, Map<Integer, ChannelFuture>) - Constructor for class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- DefaultChannelHandlerContext(DefaultChannelPipeline.DefaultChannelHandlerContext, DefaultChannelPipeline.DefaultChannelHandlerContext, String, ChannelHandler) - Constructor for class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- DefaultChannelPipeline - Class in org.jboss.netty.channel
-
The default
ChannelPipeline
implementation. - DefaultChannelPipeline() - Constructor for class org.jboss.netty.channel.DefaultChannelPipeline
- DefaultChannelPipeline.DefaultChannelHandlerContext - Class in org.jboss.netty.channel
- DefaultChannelPipeline.DiscardingChannelSink - Class in org.jboss.netty.channel
- 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.
- defaultClassLoader(ClassLoader) - Static method in class org.jboss.netty.handler.codec.serialization.ClassResolvers
- 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 - Class in org.jboss.netty.handler.codec.http
-
Deprecated.Use
invalid reference
io.netty.handler.codec.http.cookie.DefaultCookie
- 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(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.
- defaultFactory - Static variable in class org.jboss.netty.logging.InternalLoggerFactory
- 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
- DefaultHttpChunkTrailer.TrailingHeaders - Class in org.jboss.netty.handler.codec.http
- 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
- DefaultHttpHeaders.HeaderEntry - Class in org.jboss.netty.handler.codec.http
- DefaultHttpHeaders.HeaderIterator - Class in org.jboss.netty.handler.codec.http
- 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.
- defaultInstance - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- defaultInstance - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- defaultInstance - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- defaultInstance - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- DefaultLocalChannel - Class in org.jboss.netty.channel.local
- DefaultLocalChannel(LocalServerChannel, ChannelFactory, ChannelPipeline, ChannelSink, DefaultLocalChannel) - Constructor for class org.jboss.netty.channel.local.DefaultLocalChannel
- 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.
- DefaultLocalServerChannel - Class in org.jboss.netty.channel.local
- DefaultLocalServerChannel(ChannelFactory, ChannelPipeline, ChannelSink) - Constructor for class org.jboss.netty.channel.local.DefaultLocalServerChannel
- 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 newMarshaller
on everDefaultMarshallerProvider.getMarshaller(ChannelHandlerContext)
call. - DefaultMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.netty.handler.codec.marshalling.DefaultMarshallerProvider
-
Create a new instance
- DefaultNioDatagramChannelConfig - Class in org.jboss.netty.channel.socket.nio
-
The default
NioSocketChannelConfig
implementation. - DefaultNioDatagramChannelConfig(DatagramChannel) - Constructor for class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- DefaultNioSocketChannelConfig - Class in org.jboss.netty.channel.socket.nio
-
The default
NioSocketChannelConfig
implementation. - DefaultNioSocketChannelConfig(Socket) - Constructor for class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- 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.
- defaultOrder - Variable in class org.jboss.netty.buffer.AbstractChannelBufferFactory
- 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
- DefaultSpdyHeaders() - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
- DefaultSpdyHeaders.HeaderEntry - Class in org.jboss.netty.handler.codec.spdy
- DefaultSpdyHeaders.HeaderIterator - 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
- DefaultSpdySettingsFrame.Setting - Class in org.jboss.netty.handler.codec.spdy
- 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 newUnmarshaller
on every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)
- DefaultUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
-
Create a new instance of
DefaultMarshallerProvider
- defaultValue - Variable in class org.jboss.netty.util.internal.ThreadLocalBoolean
- 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
- definedSize - Variable in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
- deflate(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
- 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"
- deflater - Variable in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
- delegate - Variable in class org.jboss.netty.handler.codec.serialization.CachingClassResolver
- delegate - Variable in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- delegate - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
- 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.
- 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.
- 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
- DELIM - Static variable in class org.jboss.netty.example.localtime.LocalTimeClientHandler
- DelimiterBasedFrameDecoder - Class in org.jboss.netty.handler.codec.frame
-
A decoder that splits the received
ChannelBuffer
s by one or more delimiters. - DelimiterBasedFrameDecoder(int, boolean, 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, boolean, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, boolean, ChannelBuffer...) - Constructor for class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, ChannelBuffer...) - Constructor for class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
-
Creates a new instance.
- delimiters - Variable in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
- Delimiters - Class in org.jboss.netty.handler.codec.frame
-
A set of commonly used delimiters for
DelimiterBasedFrameDecoder
. - Delimiters() - Constructor for class org.jboss.netty.handler.codec.frame.Delimiters
- delivering - Variable in class org.jboss.netty.channel.local.DefaultLocalChannel
- deltaWindowSize - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
- Deploying the HTTP tunnel as a Servlet - Search tag in package org.jboss.netty.channel.socket.http
- Section
- dereferenceValue(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashEntry
- Derived buffers - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- 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.
- descriptor - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol
- 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
- destroy(ByteBuffer) - Static method in class org.jboss.netty.util.internal.ByteBufferUtil
-
Destroy the given
ByteBuffer
if possible - destroy(ChannelHandlerContext) - Static method in class org.jboss.netty.handler.timeout.IdleStateHandler
- destroy(ChannelHandlerContext) - Static method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
- destroyChannelFactory(ChannelFactory) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
- destroyed - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- DESTROYED_UPDATER - Static variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- destroyPools() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
- detectDeadLock() - Static method in class org.jboss.netty.handler.queue.BlockingReadHandler
- detectGzip - Variable in class org.jboss.netty.example.portunification.PortUnificationServerHandler
- DetectionUtil - Class in org.jboss.netty.util.internal
-
Utility that detects various properties specific to the current runtime environment, such as Java version and the availability of the
sun.misc.Unsafe
object. - DetectionUtil() - Constructor for class org.jboss.netty.util.internal.DetectionUtil
- detectSsl - Variable in class org.jboss.netty.example.portunification.PortUnificationServerHandler
- determiner - Variable in class org.jboss.netty.channel.socket.nio.NioClientBossPool
- determiner - Variable in class org.jboss.netty.channel.socket.nio.NioServerBossPool
- determiner - Variable in class org.jboss.netty.channel.socket.nio.NioWorkerPool
- determiner - Variable in class org.jboss.netty.channel.socket.oio.OioClientSocketPipelineSink
- determiner - Variable in class org.jboss.netty.channel.socket.oio.OioDatagramPipelineSink
- determiner - Variable in class org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink
- determiner - Variable in class org.jboss.netty.util.ThreadRenamingRunnable
- determineThreadName(String, String) - Method in interface org.jboss.netty.util.ThreadNameDeterminer
-
Overrides the thread name proposed by
ThreadRenamingRunnable
. - determineWrapper(String) - Static method in class org.jboss.netty.handler.codec.http.HttpContentCompressor
- dialect - Variable in class org.jboss.netty.handler.codec.base64.Base64Decoder
- dialect - Variable in class org.jboss.netty.handler.codec.base64.Base64Encoder
- dictionary - Variable in class org.jboss.netty.handler.codec.compression.ZlibDecoder
- 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
andcapacity
. - directBufferCleaner - Static variable in class org.jboss.netty.util.internal.ByteBufferUtil
- directBufferCleanerClean - Static variable in class org.jboss.netty.util.internal.ByteBufferUtil
- 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
isByteOrder.BIG_ENDIAN
. - DirectChannelBufferFactory(int) - Constructor for class org.jboss.netty.buffer.DirectChannelBufferFactory
-
Creates a new factory whose default
ByteOrder
isByteOrder.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
. - disabledDeadLockCheckerOnce - Static variable in class org.jboss.netty.channel.DefaultChannelFuture
- discard - Variable in class org.jboss.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- discard(ChannelHandlerContext, boolean) - Method in class org.jboss.netty.handler.stream.ChunkedWriteHandler
- DISCARD - Static variable in class org.jboss.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- DISCARD_FRAME - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- Discardable bytes - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- DiscardClient - Class in org.jboss.netty.example.discard
-
Keeps sending random data to the specified address.
- DiscardClient() - Constructor for class org.jboss.netty.example.discard.DiscardClient
- DiscardClientHandler - Class in org.jboss.netty.example.discard
-
Handles a client-side channel.
- DiscardClientHandler() - Constructor for class org.jboss.netty.example.discard.DiscardClientHandler
- discardedBytes - Variable in class org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
- discarding - Variable in class org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
-
True if we're discarding input because we're already over maxLength.
- DiscardingChannelSink() - Constructor for class org.jboss.netty.channel.DefaultChannelPipeline.DiscardingChannelSink
- discardingSink - Static variable in class org.jboss.netty.channel.DefaultChannelPipeline
- discardingTooLongFrame - Variable in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
- discardingTooLongFrame - Variable in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- discardingTooLongFrame - Variable in class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- 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
- discardReadBytes() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- DiscardServer - Class in org.jboss.netty.example.discard
-
Discards any incoming data.
- DiscardServer() - Constructor for class org.jboss.netty.example.discard.DiscardServer
- DiscardServerHandler - Class in org.jboss.netty.example.discard
-
Handles a server-side channel.
- DiscardServerHandler() - Constructor for class org.jboss.netty.example.discard.DiscardServerHandler
- 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() - Method in interface org.jboss.netty.channel.group.ChannelGroup
-
Disconnects all
Channel
s in this group from their remote peers. - disconnect() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- disconnect(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"disconnect"
request to the lastChannelDownstreamHandler
in theChannelPipeline
of the specifiedChannel
. - disconnect(ChannelHandlerContext, ChannelFuture) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"disconnect"
request to theChannelDownstreamHandler
which is placed in the closest downstream from the handler associated with the specifiedChannelHandlerContext
. - disconnect(NioDatagramChannel, ChannelFuture) - Static method in class org.jboss.netty.channel.socket.nio.NioDatagramWorker
- disconnect(OioDatagramChannel, ChannelFuture) - Static method in class org.jboss.netty.channel.socket.oio.OioDatagramWorker
- disconnectReal(ChannelFuture) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- 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
- DISPOSITION - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- 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 - Variable in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- domain - Variable in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
- domain() - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
-
Returns the domain of this
Cookie
. - domain() - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
- DOMAIN - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.AddressType
- DOMAIN - Static variable in class org.jboss.netty.handler.codec.http.cookie.CookieHeaderNames
- done - Variable in class org.jboss.netty.channel.DefaultChannelFuture
- done - Variable in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- done - Variable in class org.jboss.netty.channel.socket.oio.AbstractOioWorker
- done - Variable in class org.jboss.netty.handler.codec.http.HttpClientCodec
-
If true, decoding stops (i.e.
- Do not call #await() inside ChannelHandler - Search tag in interface org.jboss.netty.channel.ChannelFuture
- Section
- Do not call #await() inside ChannelHandler - Search tag in interface org.jboss.netty.channel.group.ChannelGroupFuture
- Section
- Do not confuse I/O timeout and await timeout - Search tag in interface org.jboss.netty.channel.ChannelFuture
- Section
- Do not create many instances. - Search tag in class org.jboss.netty.util.HashedWheelTimer
- Section
- 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.
- Downcast to access transport-specific operations - Search tag in interface org.jboss.netty.channel.Channel
- Section
- 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.
- Downstream events - Search tag in interface org.jboss.netty.channel.ChannelEvent
- Section
- 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.
- DUMMY_ID - Static variable in class org.jboss.netty.handler.codec.embedder.EmbeddedChannel
- 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
- duplicate() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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
- DuplicatedChannelBuffer(DuplicatedChannelBuffer) - Constructor for class org.jboss.netty.buffer.DuplicatedChannelBuffer
- duringMixedMode - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
While adding a FileUpload, is the multipart currently in Mixed Mode
- 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(int) - Static method in class org.jboss.netty.buffer.ChannelBuffers
-
Creates a new big-endian dynamic buffer with 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) - 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(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.
- dynamicBuffer(ChannelBufferFactory) - Static method in class org.jboss.netty.buffer.ChannelBuffers
- DynamicChannelBuffer - Class in org.jboss.netty.buffer
-
A dynamic capacity buffer which increases its capacity as needed.
- DynamicChannelBuffer(int) - Constructor for class org.jboss.netty.buffer.DynamicChannelBuffer
- DynamicChannelBuffer(ByteOrder, int) - Constructor for class org.jboss.netty.buffer.DynamicChannelBuffer
- DynamicChannelBuffer(ByteOrder, int, ChannelBufferFactory) - Constructor for class org.jboss.netty.buffer.DynamicChannelBuffer
E
- e - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder.SpdyFrameWriter
- e - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler.ClosingChannelFutureListener
- e - Variable in class org.jboss.netty.handler.execution.ChannelEventRunnable
- e - Variable in class org.jboss.netty.handler.ssl.SslHandler.ClosingChannelFutureListener
- e - Variable in class org.jboss.netty.util.VirtualExecutorService
- EchoClient - Class in org.jboss.netty.example.echo
-
Sends one message when a connection is open and echoes back any received data to the server.
- EchoClient() - Constructor for class org.jboss.netty.example.echo.EchoClient
- EchoClientHandler - Class in org.jboss.netty.example.echo
-
Handler implementation for the echo client.
- EchoClientHandler() - Constructor for class org.jboss.netty.example.echo.EchoClientHandler
-
Creates a client-side handler.
- EchoServer - Class in org.jboss.netty.example.echo
-
Echoes back any received data from a client.
- EchoServer() - Constructor for class org.jboss.netty.example.echo.EchoServer
- EchoServerHandler - Class in org.jboss.netty.example.echo
-
Handler implementation for the echo server.
- EchoServerHandler() - Constructor for class org.jboss.netty.example.echo.EchoServerHandler
- elements() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Returns an enumeration of the values in this table.
- elements() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Returns an enumeration of the values in this table.
- EmbeddedChannel - Class in org.jboss.netty.handler.codec.embedder
-
TODO Make EmbeddedChannel implement ChannelConfig and ChannelSink to reduce overhead.
- EmbeddedChannel(ChannelPipeline, ChannelSink) - Constructor for class org.jboss.netty.handler.codec.embedder.EmbeddedChannel
- EmbeddedChannelFactory - Class in org.jboss.netty.handler.codec.embedder
- EmbeddedChannelFactory() - Constructor for class org.jboss.netty.handler.codec.embedder.EmbeddedChannelFactory
- EmbeddedChannelPipeline() - Constructor for class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder.EmbeddedChannelPipeline
- EmbeddedChannelSink() - Constructor for class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder.EmbeddedChannelSink
- EmbeddedSocketAddress - Class in org.jboss.netty.handler.codec.embedder
- EmbeddedSocketAddress() - Constructor for class org.jboss.netty.handler.codec.embedder.EmbeddedSocketAddress
- EMPTY_ARRAY - Static variable in class org.jboss.netty.handler.codec.compression.ZlibEncoder
- EMPTY_BOOLEANS - Static variable in class org.jboss.netty.util.internal.EmptyArrays
- EMPTY_BUFFER - Static variable in class org.jboss.netty.buffer.ChannelBuffers
-
A buffer whose capacity is
0
. - EMPTY_BUFFER - Static variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- EMPTY_BUFFER - Static variable in class org.jboss.netty.handler.ssl.SslHandler
- EMPTY_BYTE_BUFFERS - Static variable in class org.jboss.netty.util.internal.EmptyArrays
- EMPTY_BYTES - Static variable in class org.jboss.netty.util.internal.EmptyArrays
- EMPTY_CERTIFICATES - Static variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- EMPTY_DOUBLES - Static variable in class org.jboss.netty.util.internal.EmptyArrays
- EMPTY_FLOATS - Static variable in class org.jboss.netty.util.internal.EmptyArrays
- 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
- EMPTY_INTS - Static variable in class org.jboss.netty.util.internal.EmptyArrays
- EMPTY_LONGS - Static variable in class org.jboss.netty.util.internal.EmptyArrays
- EMPTY_OBJECTS - Static variable in class org.jboss.netty.util.internal.EmptyArrays
- EMPTY_SHORTS - Static variable in class org.jboss.netty.util.internal.EmptyArrays
- EMPTY_STACK_TRACE - Static variable in class org.jboss.netty.util.internal.EmptyArrays
- EMPTY_STRING - Static variable in class org.jboss.netty.util.internal.StringUtil
- EMPTY_STRINGS - Static variable in class org.jboss.netty.util.internal.EmptyArrays
- EMPTY_X509_CERTIFICATES - Static variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- EMPTY_X509_CERTIFICATES - Static variable in class org.jboss.netty.util.internal.EmptyArrays
- EmptyArrays - Class in org.jboss.netty.util.internal
- EmptyArrays() - Constructor for class org.jboss.netty.util.internal.EmptyArrays
- EmptyChannelBuffer - Class in org.jboss.netty.buffer
-
An immutable empty buffer implementation.
- EmptyChannelBuffer() - Constructor for class org.jboss.netty.buffer.EmptyChannelBuffer
- EmptySendBuffer() - Constructor for class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.EmptySendBuffer
- enabledSslCipherSuites - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- enabledSslProtocols - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- enableGzip(ChannelHandlerContext) - Method in class org.jboss.netty.example.portunification.PortUnificationServerHandler
- enableRenegotiation - Variable in class org.jboss.netty.handler.ssl.SslHandler
- enableSsl(ChannelHandlerContext) - Method in class org.jboss.netty.example.portunification.PortUnificationServerHandler
- enableSslSessionCreation - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- encode() - Method in class org.jboss.netty.handler.codec.http.CookieEncoder
-
Encodes the
Cookie
s which were added byCookieEncoder.addCookie(Cookie)
so far into an HTTP 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(Iterable<? extends Cookie>) - Method in class org.jboss.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Batch encodes cookies into Set-Cookie header values.
- encode(StringBuilder, Cookie) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieEncoder
- encode(String, String) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookie into a 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(Collection<? extends Cookie>) - Method in class org.jboss.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Batch encodes cookies into Set-Cookie header values.
- encode(ChannelBuffer) - Static method in class org.jboss.netty.handler.codec.base64.Base64
- encode(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.HttpContentEncoder
- encode(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
- encode(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
- encode(ChannelBuffer, boolean) - 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) - 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, boolean) - 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) - 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(ChannelBuffer, int, int, ChannelBufferFactory) - 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, Base64Dialect, ChannelBufferFactory) - 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) - 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(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.example.factorial.NumberEncoder
- 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(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.http.HttpClientCodec.Encoder
- 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(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.string.StringEncoder
- 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.ServerCookieEncoder
-
Encodes the specified cookie into a Set-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(Cookie...) - Method in class org.jboss.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Batch encodes cookies into Set-Cookie header values.
- encode(SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockEncoder
- encode(SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
- encode(SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
- encode(SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
- encode3to4(ChannelBuffer, int, int, ChannelBuffer, int, Base64Dialect) - Static method in class org.jboss.netty.handler.codec.base64.Base64
- 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
- encodeAttribute(String, Charset) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Encode one attribute
- encodeClientSide() - Method in class org.jboss.netty.handler.codec.http.CookieEncoder
- encodeComponent(String, Charset) - Static method in class org.jboss.netty.handler.codec.http.QueryStringEncoder
- 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
- encodeHeader(ChannelBuffer, String, String) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageEncoder
- encodeHeaders(ChannelBuffer, HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageEncoder
- 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
- encodeNextChunkMultipart(int) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
From the current context (currentBuffer and currentData), returns the next HttpChunk (if possible) trying to get sizeleft bytes more into the currentBuffer.
- encodeNextChunkUrlEncoded(int) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
From the current context (currentBuffer and currentData), returns the next HttpChunk (if possible) trying to get sizeleft bytes more into the currentBuffer.
- encodePingFrame(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
- encoder - Variable in class org.jboss.netty.handler.codec.http.HttpClientCodec
- encoder - Variable in class org.jboss.netty.handler.codec.http.HttpContentEncoder
- encoder - Variable in class org.jboss.netty.handler.codec.http.HttpServerCodec
- encoder - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpCodec
- Encoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpClientCodec.Encoder
- 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(ChannelBufferFactory, ChannelDownstreamHandler...) - Constructor for class org.jboss.netty.handler.codec.embedder.EncoderEmbedder
-
Creates a new embedder whose pipeline is composed of the specified handlers.
- EncoderEmbedder(ChannelDownstreamHandler...) - Constructor for class org.jboss.netty.handler.codec.embedder.EncoderEmbedder
-
Creates a new embedder whose pipeline is composed of the specified handlers.
- encoderMode - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- EncoderMode() - Constructor for enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
- encoders - Static variable in class org.jboss.netty.util.CharsetUtil
- encodeRstStreamFrame(int, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
- encodeServerSide() - Method in class org.jboss.netty.handler.codec.http.CookieEncoder
- encodeSettingsFrame(SpdySettingsFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
- encodeString(CharBuffer, Charset) - Static method in class org.jboss.netty.buffer.ChannelBuffers
- 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
- encodeTrailingHeaders(ChannelBuffer, HttpChunkTrailer) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageEncoder
- encodeWindowUpdateFrame(int, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
- ENCRYPTED_PACKET_OVERSIZED - Static variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- end - Variable in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
- end() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockDecoder
- end() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockEncoder
- end() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
- end() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- end() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
- end() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
- end() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
- END_HEADER_BLOCK - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
- endHeaderBlock(SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockDecoder
- endHeaderBlock(SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- endHeaderBlock(SpdyHeadersFrame) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
- endianness - Variable in class org.jboss.netty.buffer.DynamicChannelBuffer
- endIndex - Variable in class org.jboss.netty.buffer.ChannelBufferInputStream
- EndOfDataDecoderException() - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
- endOffset - Variable in class org.jboss.netty.handler.stream.ChunkedFile
- endOffset - Variable in class org.jboss.netty.handler.stream.ChunkedNioFile
- ENDPOINT - Static variable in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
- engine - Variable in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- engine - Variable in class org.jboss.netty.handler.ssl.SslHandler
- ENGINE_CLOSED - Static variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- engineClosed - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- 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.
- engineGetTrustManagers() - Method in class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
- engineInit(KeyStore) - Method in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
- engineInit(KeyStore) - 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(KeyStore) - Method in class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
- engineInit(ManagerFactoryParameters) - Method in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
- engineInit(ManagerFactoryParameters) - Method in class org.jboss.netty.handler.ssl.util.InsecureTrustManagerFactory
- engineInit(ManagerFactoryParameters) - Method in class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory
-
Initializes this factory with a source of provider-specific key material.
- engineInit(ManagerFactoryParameters) - Method in class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
- ensureAvailability() - Static method in class org.jboss.netty.handler.ssl.OpenSsl
-
Ensure that
netty-tcnative
and its OpenSSL support are available. - ensureBound() - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- ensureBuffer() - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
- ensureLocalTimeIsMutable() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- ensureLocationIsMutable() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- 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
- ensureWritableBytes(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- entries - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- entries - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
- 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.
- EntryIterator() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.EntryIterator
- EntryIterator() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.EntryIterator
- entrySet - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
- entrySet - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
- entrySet() - Method in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- entrySet() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Returns a
Set
view of the mappings contained in this map. - entrySet() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Returns a
Set
view of the mappings contained in this map. - EntrySet() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.EntrySet
- EntrySet() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.EntrySet
- ephemeral - Variable in class org.jboss.netty.channel.local.LocalAddress
- EPHEMERAL - Static variable in class org.jboss.netty.channel.local.LocalAddress
- Ephemeral Address - Search tag in class org.jboss.netty.channel.local.LocalAddress
- Section
- EPILOGUE - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- EPOLL_BUG_WORKAROUND - Static variable in class org.jboss.netty.channel.socket.nio.SelectorUtil
- eq(Object, Object) - Static method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.SimpleEntry
- eq(Object, Object) - Static method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry
- eq(String, String) - Static method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- eq(String, String) - Static method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
- 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(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(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.replay.ReplayingDecoderBuffer
- 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
- equals(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.SimpleEntry
- equals(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry
- 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 inChannelBuffer#equals(Object)
. - EQUALS - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
-
Equals '='
- EQUALS_SIGN - Static variable in class org.jboss.netty.handler.codec.base64.Base64
-
The equals sign (=) as a byte.
- EQUALS_SIGN_ENC - Static variable in class org.jboss.netty.handler.codec.base64.Base64
- error(String) - Method in class org.jboss.netty.logging.CommonsLogger
- error(String) - Method in interface org.jboss.netty.logging.InternalLogger
-
Logs an ERROR level message.
- error(String) - Method in class org.jboss.netty.logging.JBossLogger
- error(String) - Method in class org.jboss.netty.logging.JdkLogger
- error(String) - Method in class org.jboss.netty.logging.Log4JLogger
- error(String) - Method in class org.jboss.netty.logging.OsgiLogger
- error(String) - Method in class org.jboss.netty.logging.Slf4JLogger
- error(String, Throwable) - Method in class org.jboss.netty.logging.CommonsLogger
- error(String, Throwable) - Method in interface org.jboss.netty.logging.InternalLogger
-
Logs an ERROR level message.
- error(String, Throwable) - Method in class org.jboss.netty.logging.JBossLogger
- error(String, Throwable) - Method in class org.jboss.netty.logging.JdkLogger
- error(String, Throwable) - Method in class org.jboss.netty.logging.Log4JLogger
- error(String, Throwable) - Method in class org.jboss.netty.logging.OsgiLogger
- error(String, Throwable) - Method in class org.jboss.netty.logging.Slf4JLogger
- ERROR - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
- ERROR - Enum constant in enum org.jboss.netty.logging.InternalLogLevel
-
'ERROR' log level.
- ErrorDataDecoderException() - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
- ErrorDataDecoderException(String) - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
- ErrorDataDecoderException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
- ErrorDataDecoderException(Throwable) - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
- ErrorDataEncoderException() - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
- ErrorDataEncoderException(String) - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
- ErrorDataEncoderException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
- ErrorDataEncoderException(Throwable) - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
- 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. - estimateCompressedSize(int) - Method in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
- estimatedLength - Variable in class org.jboss.netty.handler.codec.marshalling.MarshallingEncoder
- estimatedLength - Variable in class org.jboss.netty.handler.codec.serialization.ObjectEncoder
- estimatedLength - Variable in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- estimatedSize - Variable in class org.jboss.netty.handler.execution.ChannelEventRunnable
- estimatedSize - Variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.MemoryAwareRunnable
- estimateSize(Class<?>, Set<Class<?>>) - Method in class org.jboss.netty.util.DefaultObjectSizeEstimator
- 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"
- EUROPE - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
EUROPE = 7;
- EUROPE_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
EUROPE = 7;
- Event execution order - Search tag in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- Section
- Event execution order - Search tag in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
- Section
- eventQueue - Variable in class org.jboss.netty.channel.socket.oio.AbstractOioWorker
- eventSunk(ChannelPipeline, ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelSink
-
Invoked by
ChannelPipeline
when a downstreamChannelEvent
has reached its terminal (the head of the pipeline). - eventSunk(ChannelPipeline, ChannelEvent) - Method in class org.jboss.netty.channel.DefaultChannelPipeline.DiscardingChannelSink
- eventSunk(ChannelPipeline, ChannelEvent) - Method in class org.jboss.netty.channel.local.LocalClientChannelSink
- eventSunk(ChannelPipeline, ChannelEvent) - Method in class org.jboss.netty.channel.local.LocalServerChannelSink
- eventSunk(ChannelPipeline, ChannelEvent) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketPipelineSink
- eventSunk(ChannelPipeline, ChannelEvent) - Method in class org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink
- eventSunk(ChannelPipeline, ChannelEvent) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramPipelineSink
-
Handle downstream event.
- eventSunk(ChannelPipeline, ChannelEvent) - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink
- eventSunk(ChannelPipeline, ChannelEvent) - Method in class org.jboss.netty.channel.socket.oio.OioClientSocketPipelineSink
- eventSunk(ChannelPipeline, ChannelEvent) - Method in class org.jboss.netty.channel.socket.oio.OioDatagramPipelineSink
- eventSunk(ChannelPipeline, ChannelEvent) - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink
- eventSunk(ChannelPipeline, ChannelEvent) - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder.EmbeddedChannelSink
- EventTask(ChannelEventRunnable) - Constructor for class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor.EventTask
- exceedCount - Variable in class org.jboss.netty.channel.socket.nio.SocketReceiveBufferAllocator
- exception(ZStream, String, int) - Static method in class org.jboss.netty.handler.codec.compression.ZlibUtil
- EXCEPTION - Static variable in class org.jboss.netty.handler.codec.marshalling.LimitingByteInput
- EXCEPTION - Static variable in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
- EXCEPTION - Static variable in class org.jboss.netty.handler.timeout.WriteTimeoutHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.bootstrap.ServerBootstrap.Binder
- 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.channel.socket.http.HttpTunnelingClientSocketChannel.ServletChannelHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet.OutboundConnectionHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.discard.DiscardClientHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.discard.DiscardServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.echo.EchoClientHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.echo.EchoServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.factorial.FactorialClientHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.factorial.FactorialServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.http.helloworld.HttpHelloWorldServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.http.snoop.HttpSnoopServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.http.upload.HttpUploadClientHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.http.websocketx.client.WebSocketClientHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.http.websocketx.server.WebSocketServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.localtime.LocalTimeClientHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.localtime.LocalTimeServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.objectecho.ObjectEchoClientHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.objectecho.ObjectEchoServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler.OutboundHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.qotm.QuoteOfTheMomentClientHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.qotm.QuoteOfTheMomentServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.securechat.SecureChatClientHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.securechat.SecureChatServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.telnet.TelnetClientHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.telnet.TelnetServerHandler
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.uptime.UptimeClientHandler
- 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, 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
- exceptionCaught(ChannelPipeline, ChannelEvent, ChannelPipelineException) - Method in class org.jboss.netty.channel.AbstractChannelSink
-
Sends an
ExceptionEvent
upstream with the specifiedcause
. - exceptionCaught(ChannelPipeline, ChannelEvent, ChannelPipelineException) - Method in interface org.jboss.netty.channel.ChannelSink
-
Invoked by
ChannelPipeline
when an exception was raised while one of itsChannelHandler
s process aChannelEvent
. - exceptionCaught(ChannelPipeline, ChannelEvent, ChannelPipelineException) - Method in class org.jboss.netty.channel.DefaultChannelPipeline.DiscardingChannelSink
- exceptionCaught(ChannelPipeline, ChannelEvent, ChannelPipelineException) - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder.EmbeddedChannelSink
- ExceptionEvent - Interface in org.jboss.netty.channel
-
A
ChannelEvent
which represents the notification of an exception raised by aChannelHandler
or an I/O thread. - 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(Runnable) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- execute(Runnable) - Method in class org.jboss.netty.handler.execution.ChainedExecutor
-
Execute the passed
ChannelEventRunnable
with the currentExecutor
if theChannelEventRunnableFilter
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.internal.UnterminatableExecutor
- execute(Runnable) - Method in class org.jboss.netty.util.VirtualExecutorService
- execute(ChannelPipeline, Runnable) - Method in class org.jboss.netty.channel.AbstractChannelSink
-
This implementation just directly call
Runnable.run()
. - execute(ChannelPipeline, Runnable) - Method in interface org.jboss.netty.channel.ChannelSink
-
Execute the given
Runnable
later in the io-thread. - execute(ChannelPipeline, Runnable) - Method in class org.jboss.netty.channel.DefaultChannelPipeline.DiscardingChannelSink
- 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(ChannelPipeline, Runnable) - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder.EmbeddedChannelSink
- executeInIoThread(Runnable) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- executeInIoThread(Runnable) - Method in class org.jboss.netty.channel.socket.oio.AbstractOioWorker
- executeInIoThread(Runnable) - Method in interface org.jboss.netty.channel.socket.Worker
-
Execute the given
Runnable
in the IO-Thread. - executeInIoThread(Runnable, boolean) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
-
Execute the
Runnable
in a IO-Thread - ExecutionHandler - Class in org.jboss.netty.handler.execution
-
Forwards an upstream
ChannelEvent
to anExecutor
. - 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
. - executor - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
-
Executor used to execute
Runnable
s such as channel registration task. - executor - Variable in class org.jboss.netty.handler.execution.ChannelEventRunnable
- executor - Variable in class org.jboss.netty.handler.execution.ExecutionHandler
- executor - Variable in class org.jboss.netty.util.internal.UnterminatableExecutor
- ExecutorUtil - Class in org.jboss.netty.util.internal
-
Shuts down a list of
Executor
s. - ExecutorUtil() - Constructor for class org.jboss.netty.util.internal.ExecutorUtil
- 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
- expectedChallengeResponseBytes - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
- expectedChallengeResponseString - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
- expectedChallengeResponseString - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
- expectedChallengeResponseString - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
- expectedSubprotocol - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- expire() - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- expires - Variable in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- 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"
- expireTimeouts(long) - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelBucket
-
Expire all
HashedWheelTimer.HashedWheelTimeout
s for the givendeadline
. - Extensibility - Search tag in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- Section
- Extensibility - Search tag in class org.jboss.netty.handler.codec.http.HttpMessageEncoder
- Section
- Extensibility - Search tag in package org.jboss.netty.buffer
- Section
- extensionRegistry - Variable in class org.jboss.netty.handler.codec.protobuf.ProtobufDecoder
- 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
ExternalResourceReleasable
s. - ExternalResourceUtil() - Constructor for class org.jboss.netty.util.ExternalResourceUtil
- 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
- extractKeyValuePairs(String, List<String>, List<String>) - Static method in class org.jboss.netty.handler.codec.http.CookieDecoder
-
Deprecated.
F
- factorial - Variable in class org.jboss.netty.example.factorial.FactorialServerHandler
- FactorialClient - Class in org.jboss.netty.example.factorial
-
Sends a sequence of integers to a
FactorialServer
to calculate the factorial of the specified integer. - FactorialClient() - Constructor for class org.jboss.netty.example.factorial.FactorialClient
- FactorialClientHandler - Class in org.jboss.netty.example.factorial
-
Handler for a client-side channel.
- FactorialClientHandler() - Constructor for class org.jboss.netty.example.factorial.FactorialClientHandler
- FactorialClientPipelineFactory - Class in org.jboss.netty.example.factorial
-
Creates a newly configured
ChannelPipeline
for a client-side channel. - FactorialClientPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.factorial.FactorialClientPipelineFactory
- FactorialServer - Class in org.jboss.netty.example.factorial
-
Receives a sequence of integers from a
FactorialClient
to calculate the factorial of the specified integer. - FactorialServer() - Constructor for class org.jboss.netty.example.factorial.FactorialServer
- FactorialServerHandler - Class in org.jboss.netty.example.factorial
-
Handler for a server-side channel.
- FactorialServerHandler() - Constructor for class org.jboss.netty.example.factorial.FactorialServerHandler
- FactorialServerPipelineFactory - Class in org.jboss.netty.example.factorial
-
Creates a newly configured
ChannelPipeline
for a server-side channel. - FactorialServerPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.factorial.FactorialServerPipelineFactory
- factory - Variable in class org.jboss.netty.bootstrap.Bootstrap
- factory - Variable in class org.jboss.netty.buffer.DynamicChannelBuffer
- factory - Variable in class org.jboss.netty.channel.AbstractChannel
- factory - Variable in class org.jboss.netty.example.http.tunnel.LocalEchoServerRegistration
- factory - Static variable in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
- factory - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Factory used to create InterfaceHttpData
- factory - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Factory used to create InterfaceHttpData
- factory - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Factory used to create InterfaceHttpData
- factory - Variable in class org.jboss.netty.handler.codec.marshalling.DefaultMarshallerProvider
- factory - Variable in class org.jboss.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
- factory - Variable in class org.jboss.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
- factory - Variable in class org.jboss.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
- 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 defaultByteOrder
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
- factory() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- Factory methods - Search tag in class org.jboss.netty.channel.Channels
- Section
- fail(ZStream, String, int) - Static method in class org.jboss.netty.handler.codec.compression.ZlibUtil
- fail(ChannelHandlerContext, int) - Method in class org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
- fail(ChannelHandlerContext, long) - Method in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
- fail(ChannelHandlerContext, long) - Method in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- fail(ChannelHandlerContext, String) - Method in class org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
- 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 specifiedChannel
. - failFast - Variable in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
- failFast - Variable in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- failFast - Variable in class org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
-
Whether or not to throw an exception as soon as we exceed maxLength.
- failIfNecessary(ChannelHandlerContext, boolean) - Method in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- failOnMissingResponse - Variable in class org.jboss.netty.handler.codec.http.HttpClientCodec
- FAILURE - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthStatus
- FAILURE - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
- failureCount - Variable in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- Fair of FairOrderedMemoryAwareThreadPoolExecutor - Search tag in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
- Section
- 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
- fallback - Variable in class org.jboss.netty.logging.OsgiLogger
- fallback - Variable in class org.jboss.netty.logging.OsgiLoggerFactory
- fallbackApplicationProtocol - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- family - Variable in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
- FIELD - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- fieldLength - Variable in class org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder
- fieldLength - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder
- fieldLength - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder
- fieldUpdater - Variable in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
- file - Variable in class org.jboss.netty.channel.DefaultFileRegion
- file - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.FileSendBuffer
- file - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
- file - Variable in class org.jboss.netty.handler.stream.ChunkedFile
- FILE - Static variable in class org.jboss.netty.example.http.upload.HttpUploadClient
- FILE - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
-
Content-disposition value for file attachment.
- fileChannel - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
- filename - Variable in class org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
- filename - Variable in class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
- FILENAME - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
- FileRegion - Interface in org.jboss.netty.channel
-
A region of a file that is sent via a
Channel
which supports zero-copy file transfer. - FileSendBuffer(FileRegion) - Constructor for class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.FileSendBuffer
- fileUpload - Variable in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
- FileUpload - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
- FileUpload - Interface in org.jboss.netty.handler.codec.http.multipart
-
FileUpload interface that could be in memory, on temporary file or any other implementations.
- FILEUPLOAD - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- fillChannelBuffer() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- filter - Variable in class org.jboss.netty.handler.execution.ChainedExecutor
- filter(ChannelEventRunnable) - Method in class org.jboss.netty.handler.execution.ChannelDownstreamEventRunnableFilter
- filter(ChannelEventRunnable) - Method in interface org.jboss.netty.handler.execution.ChannelEventRunnableFilter
- filter(ChannelEventRunnable) - Method in class org.jboss.netty.handler.execution.ChannelUpstreamEventRunnableFilter
- filterDownstreamInterestOps(int) - Static method in class org.jboss.netty.channel.Channels
- finalFragment - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
-
Flag to indicate if this frame is the final fragment in a message.
- 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.
Once finalized, no data must be added.
If the request does not need chunk (isChunked() == false), this request is the only object to send to the remote server. - 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 theChannel
whose ID matches the specified integer. - find(Integer) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- find(Integer) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- find(ChannelBuffer, int) - Method in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
-
Returns
true
if and only if the data is found at the specifiedguessedIndex
of the specifiedbuffer
. - 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 specifiedChannel
. - find(Channel) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- findEndOfLine(ChannelBuffer) - Static method in class org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
-
Returns the index in the buffer of the end of line found.
- findEndOfString(String) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- findEndOfString(String) - Static method in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
-
Find the end of String
- findMultipartDelimiter(String, HttpPostRequestDecoder.MultiPartStatus, HttpPostRequestDecoder.MultiPartStatus) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Find the next Multipart Delimiter
- findMultipartDisposition() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Find the next Disposition
- findNonWhitespace(String, int) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- findNonWhitespace(String, int) - Static method in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
-
Find the first non whitespace
- findWhitespace(String, int) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- findWhitespace(String, int) - Static method in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
-
Find the first whitespace
- FINGERPRINT_PATTERN - Static variable in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
- FINGERPRINT_STRIP_PATTERN - Static variable in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
- fingerprints - Variable in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
- FingerprintTrustManagerFactory - Class in org.jboss.netty.handler.ssl.util
-
An
TrustManagerFactory
that trusts an X.509 certificate whose SHA1 checksum matches. - FingerprintTrustManagerFactory(byte[]...) - Constructor for class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
Creates a new instance.
- 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.
- finish() - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- 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.
- finish() - Method in class org.jboss.netty.handler.codec.http.websocketx.Utf8Validator
- finishDecode() - Method in class org.jboss.netty.handler.codec.http.HttpContentDecoder
- finished - Variable in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
- finished - Variable in class org.jboss.netty.handler.codec.compression.ZlibDecoder
- finished - Variable in class org.jboss.netty.handler.codec.compression.ZlibEncoder
- finished - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
- finished - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
- finished() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.EmptySendBuffer
- finished() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.FileSendBuffer
- finished() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.GatheringSendBuffer
- finished() - Method in interface org.jboss.netty.channel.socket.nio.SocketSendBufferPool.SendBuffer
- finished() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.UnpooledSendBuffer
- finishEncode() - Method in class org.jboss.netty.handler.codec.http.HttpContentEncoder
- finishEncode(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
- finishEncode(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.compression.ZlibEncoder
- 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:
- finishHandshake(Channel, HttpResponse) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
Process server response:
- finishHandshake(Channel, HttpResponse) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
Process server response:
- finishHandshake(Channel, HttpResponse) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Process server response:
- fireChannelBound(ChannelHandlerContext, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelBound"
event to theChannelUpstreamHandler
which is placed in the closest upstream from the handler associated with the specifiedChannelHandlerContext
. - fireChannelBound(Channel, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelBound"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
. - fireChannelClosed(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelClosed"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
. - fireChannelClosed(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelClosed"
event to theChannelUpstreamHandler
which is placed in the closest upstream from the handler associated with the specifiedChannelHandlerContext
. - fireChannelClosedLater(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelClosed"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
once the io-thread runs again. - fireChannelConnected(ChannelHandlerContext, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelConnected"
event to theChannelUpstreamHandler
which is placed in the closest upstream from the handler associated with the specifiedChannelHandlerContext
. - fireChannelConnected(Channel, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelConnected"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
. - fireChannelDisconnected(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelDisconnected"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
. - fireChannelDisconnected(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelDisconnected"
event to theChannelUpstreamHandler
which is placed in the closest upstream from the handler associated with the specifiedChannelHandlerContext
. - fireChannelDisconnectedLater(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelDisconnected"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
once the io-thread runs again. - fireChannelIdle(ChannelHandlerContext, IdleState, long) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
- fireChannelInterestChanged(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelInterestChanged"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
. - fireChannelInterestChanged(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelInterestChanged"
event to theChannelUpstreamHandler
which is placed in the closest upstream from the handler associated with the specifiedChannelHandlerContext
. - fireChannelInterestChangedLater(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelInterestChanged"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
once the io-thread runs again. - fireChannelOpen(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelOpen"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
. - fireChannelOpen(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelOpen"
event to theChannelUpstreamHandler
which is placed in the closest upstream from the handler associated with the specifiedChannelHandlerContext
. - fireChannelUnbound(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelUnbound"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
. - fireChannelUnbound(ChannelHandlerContext) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelUnbound"
event to theChannelUpstreamHandler
which is placed in the closest upstream from the handler associated with the specifiedChannelHandlerContext
. - fireChannelUnboundLater(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"channelUnbound"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
once the io-thread runs again. - fireChildChannelStateChanged(Channel, Channel) - Static method in class org.jboss.netty.channel.Channels
- fireExceptionCaught(ChannelHandlerContext, Throwable) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"exceptionCaught"
event to theChannelUpstreamHandler
which is placed in the closest upstream from the handler associated with the specifiedChannelHandlerContext
. - fireExceptionCaught(Channel, Throwable) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"exceptionCaught"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
. - fireExceptionCaughtLater(ChannelHandlerContext, Throwable) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"exceptionCaught"
event to theChannelUpstreamHandler
which is placed in the closest upstream from the handler associated with the specifiedChannelHandlerContext
once the io-thread runs again. - fireExceptionCaughtLater(Channel, Throwable) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"exceptionCaught"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
once the io-thread runs again. - fireInitialEvents() - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- fireMessageReceived(ChannelHandlerContext, Object) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"messageReceived"
event to theChannelUpstreamHandler
which is placed in the closest upstream from the handler associated with the specifiedChannelHandlerContext
. - fireMessageReceived(ChannelHandlerContext, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"messageReceived"
event to theChannelUpstreamHandler
which is placed in the closest upstream from the handler associated with the specifiedChannelHandlerContext
. - fireMessageReceived(Channel, Object) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"messageReceived"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
. - fireMessageReceived(Channel, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"messageReceived"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
belongs. - fireReadTimedOut(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler.ReadTimeoutTask
- fireWriteComplete(ChannelHandlerContext, long) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"writeComplete"
event to theChannelUpstreamHandler
which is placed in the closest upstream from the handler associated with the specifiedChannelHandlerContext
. - fireWriteComplete(Channel, long) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"writeComplete"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
. - fireWriteCompleteLater(Channel, long) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"writeComplete"
event to the firstChannelUpstreamHandler
in theChannelPipeline
of the specifiedChannel
in the next io-thread. - fireWriteTimeOut(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
- Firing an event to the next handler - Search tag in interface org.jboss.netty.channel.ChannelDownstreamHandler
- Section
- Firing an event to the next handler - Search tag in interface org.jboss.netty.channel.ChannelUpstreamHandler
- Section
- FIRST_ADDRESS_OCTET_SHIFT - Static variable in class org.jboss.netty.handler.codec.socks.SocksCommonUtils
- firstIndexOf(ChannelBuffer, int, int, byte) - Static method in class org.jboss.netty.buffer.ChannelBuffers
- firstIndexOf(ChannelBuffer, int, int, ChannelBufferIndexFinder) - Static method in class org.jboss.netty.buffer.ChannelBuffers
- firstInvalidCookieNameOctet(CharSequence) - Static method in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- firstInvalidCookieNameOctet(CharSequence) - Static method in class org.jboss.netty.handler.codec.http.CookieUtil
-
Deprecated.
- firstInvalidCookieValueOctet(CharSequence) - Static method in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- firstInvalidCookieValueOctet(CharSequence) - Static method in class org.jboss.netty.handler.codec.http.CookieUtil
-
Deprecated.
- firstInvalidOctet(CharSequence, BitSet) - Static method in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- firstInvalidOctet(CharSequence, BitSet) - Static method in class org.jboss.netty.handler.codec.http.CookieUtil
-
Deprecated.
- firstListener - Variable in class org.jboss.netty.channel.DefaultChannelFuture
- firstListener - Variable in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- firstMessage - Variable in class org.jboss.netty.example.echo.EchoClientHandler
- firstMessage - Variable in class org.jboss.netty.example.objectecho.ObjectEchoClientHandler
- FixedLengthFrameDecoder - Class in org.jboss.netty.handler.codec.frame
-
A decoder that splits the received
ChannelBuffer
s by the fixed number of bytes. - FixedLengthFrameDecoder(int) - Constructor for class org.jboss.netty.handler.codec.frame.FixedLengthFrameDecoder
-
Calls
FixedLengthFrameDecoder(int, boolean)
withfalse
- 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 aFixedReceiveBufferSizePredictor
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. - flags - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
- FLOW_CONTROL_ERROR - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
-
7 Flow Control Error
- flowControlLock - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- flush - Variable in class org.jboss.netty.handler.queue.BufferedWriteHandler
- flush - Variable in class org.jboss.netty.handler.stream.ChunkedWriteHandler
- flush() - Method in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteOutput
- 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.
- flush(ChannelHandlerContext, boolean) - Method in class org.jboss.netty.handler.stream.ChunkedWriteHandler
- flushNeeded - Variable in class org.jboss.netty.handler.stream.ChunkedWriteHandler
- flushPendingEncryptedWrites(ChannelHandlerContext) - Method in class org.jboss.netty.handler.ssl.SslHandler
- flushWriteBuffer() - Method in class org.jboss.netty.channel.local.DefaultLocalChannel
- fold(V) - Method in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- fold(V) - Method in class org.jboss.netty.handler.codec.serialization.SoftReferenceMap
- fold(V) - Method in class org.jboss.netty.handler.codec.serialization.WeakReferenceMap
- FORBIDDEN - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
- 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
- forbiddenHttpRequestResponder() - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- FORM_DATA - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
-
Content-disposition value for form data.
- FORMAT_THREAD_LOCAL - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat
- format1 - Variable in class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat
- format2 - Variable in class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat
- formatBuffer(ChannelBuffer) - Static method in class org.jboss.netty.handler.logging.LoggingHandler
- formget(ClientBootstrap, String, int, String, URI) - Static method in class org.jboss.netty.example.http.upload.HttpUploadClient
-
Standard usage of HTTP API in Netty without file Upload (get is not able to achieve File upload due to limitation on request size).
- formpost(ClientBootstrap, String, int, URI, File, HttpDataFactory, List<Map.Entry<String, String>>) - Static method in class org.jboss.netty.example.http.upload.HttpUploadClient
-
Standard post without multipart but already support on Factory (memory management)
- formpostmultipart(ClientBootstrap, String, int, URI, HttpDataFactory, List<Map.Entry<String, String>>, List<InterfaceHttpData>) - Static method in class org.jboss.netty.example.http.upload.HttpUploadClient
-
Multipart example
- FOUND - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
302 Found
- fragmentedFramesCount - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- FRAME_ERROR - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- FRAME_START - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
- 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
ChannelBuffer
s 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
- frameFinalFlag - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- frameLength - Variable in class org.jboss.netty.handler.codec.frame.FixedLengthFrameDecoder
- frameOpcode - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- framePayload - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- framePayloadBytesRead - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- framePayloadLength - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- frameRsv - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- FRIDAY - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
FRIDAY = 6;
- FRIDAY_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
FRIDAY = 6;
- 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 - Variable in class org.jboss.netty.channel.ChannelFutureNotifier
- future - Variable in class org.jboss.netty.channel.DownstreamChannelStateEvent
- future - Variable in class org.jboss.netty.channel.DownstreamMessageEvent
- future - Variable in class org.jboss.netty.channel.socket.nio.NioDatagramWorker.ChannelRegistionTask
- future - Variable in class org.jboss.netty.channel.socket.nio.NioServerBoss.RegisterTask
- future - Variable in class org.jboss.netty.channel.socket.nio.NioWorker.RegisterTask
- future - Variable in class org.jboss.netty.handler.ssl.SslHandler.PendingWrite
- future - Variable in class org.jboss.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
- future(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Creates a new non-cancellable
ChannelFuture
for the specifiedChannel
. - future(Channel, boolean) - Static method in class org.jboss.netty.channel.Channels
-
Creates a new
ChannelFuture
for the specifiedChannel
. - futures - Variable in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
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
- gathering - Variable in class org.jboss.netty.buffer.CompositeChannelBuffer
- GatheringSendBuffer(ByteBuffer[]) - Constructor for class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.GatheringSendBuffer
- generate(String, KeyPair, SecureRandom) - Static method in class org.jboss.netty.handler.ssl.util.BouncyCastleSelfSignedCertGenerator
- generate(String, KeyPair, SecureRandom) - Static method in class org.jboss.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator
- generateKeySpec(char[], byte[]) - Static method in class org.jboss.netty.handler.ssl.JdkSslServerContext
-
Generates a key specification for an (encrypted) private key.
- generateSeed(int) - Method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- generateTraffic(ChannelStateEvent) - Method in class org.jboss.netty.example.discard.DiscardClientHandler
- get() - Static method in class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat
- get() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
- get() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- get() - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
-
Returns the contents of the file item as an array of bytes.
- get() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
- get() - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
- get(int) - Method in class org.jboss.netty.channel.socket.nio.SocketReceiveBufferAllocator
- get(int) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
-
Returns the element at the specified position in this list
- get(Class<T>) - Method in interface org.jboss.netty.channel.ChannelPipeline
-
Returns the
ChannelHandler
of the specified type in this pipeline. - get(Class<T>) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- get(Object) - Method in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- get(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Returns the value to which the specified key is mapped, or
null
if this map contains no mapping for the key. - get(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Returns the value to which the specified key is mapped, or
null
if this map contains no mapping for the key. - get(Object, int) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- get(Object, int) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- get(String) - Method in interface org.jboss.netty.channel.ChannelPipeline
-
Returns the
ChannelHandler
with the specified name in this pipeline. - get(String) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- get(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- get(String) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
-
Returns the value of a header with the specified name.
- 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(String) - Static method in class org.jboss.netty.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back tonull
if the property access fails. - get(String, boolean) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- get(String, String) - Static method in class org.jboss.netty.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if the property access fails. - get(Channel) - Method in class org.jboss.netty.channel.ChannelLocal
-
Returns the value of this variable.
- 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_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.
- getActualDownstreamContext(DefaultChannelPipeline.DefaultChannelHandlerContext) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- getActualSubprotocol() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the subprotocol response sent by the server.
- getActualUpstreamContext(DefaultChannelPipeline.DefaultChannelHandlerContext) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- getAddressType() - Method in class org.jboss.netty.handler.codec.socks.SocksCmdRequest
-
Returns the
SocksMessage.AddressType
of thisSocksCmdRequest
- getAddressType() - Method in class org.jboss.netty.handler.codec.socks.SocksCmdResponse
-
Returns the
SocksMessage.AddressType
of thisSocksCmdResponse
- getAlgorithm() - Method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- 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.
- getApplicationBufferSize() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- getAssociatedToStreamId() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- getAssociatedToStreamId() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
-
Returns the Associated-To-Stream-ID of this frame.
- 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. - getAttachment() - Method in class org.jboss.netty.channel.AbstractChannel
- getAttachment() - Method in interface org.jboss.netty.channel.Channel
- getAttachment() - Method in interface org.jboss.netty.channel.ChannelHandlerContext
-
Retrieves an object which is
attached
to this context. - getAttachment() - Method in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- getAuthScheme() - Method in class org.jboss.netty.handler.codec.socks.SocksInitResponse
-
Returns the
SocksMessage.AuthScheme
of thisSocksInitResponse
- getAuthSchemes() - Method in class org.jboss.netty.handler.codec.socks.SocksInitRequest
- getAuthStatus() - Method in class org.jboss.netty.handler.codec.socks.SocksAuthResponse
-
Returns the
SocksMessage.AuthStatus
of thisSocksAuthResponse
- 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.
If chunked, all chunks must have been offered using offer() method. - 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.
If chunked, all chunks must have been offered using offer() method. - getBodyHttpDatas() - 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.
If chunked, all chunks must have been offered using offer() method. - getBodyHttpDatas() - 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.
If chunked, all chunks must have been offered using offer() method. - getBodyHttpDatas(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
- 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.
If chunked, all chunks must have been offered using offer() method. - getBodyHttpDatas(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
- 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.
If chunked, all chunks must have been offered using offer() method. - getBodyListAttributes() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
This method returns a List of all InterfaceHttpData from body part.
- getBoolean(String, boolean) - Static method in class org.jboss.netty.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if the property access fails. - getBuffer() - Method in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteOutput
-
Return the
ChannelBuffer
which contains the written content - getBuffer(byte[], int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBufferFactory
- 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 specifiedarray
. - getBuffer(int) - Method in class org.jboss.netty.buffer.AbstractChannelBufferFactory
- getBuffer(int) - Method in interface org.jboss.netty.buffer.ChannelBufferFactory
-
Returns a
ChannelBuffer
with the specifiedcapacity
. - getBuffer(int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- getBuffer(ByteBuffer) - Method in interface org.jboss.netty.buffer.ChannelBufferFactory
-
Returns a
ChannelBuffer
whose content is equal to the sub-region of the specifiednioBuffer
. - getBuffer(ByteBuffer) - Method in class org.jboss.netty.buffer.DirectChannelBufferFactory
- getBuffer(ByteBuffer) - Method in class org.jboss.netty.buffer.HeapChannelBufferFactory
- 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 specifiedarray
. - getBuffer(ByteOrder, byte[], int, int) - Method in class org.jboss.netty.buffer.DirectChannelBufferFactory
- getBuffer(ByteOrder, byte[], int, int) - Method in class org.jboss.netty.buffer.HeapChannelBufferFactory
- getBuffer(ByteOrder, int) - Method in interface org.jboss.netty.buffer.ChannelBufferFactory
- getBuffer(ByteOrder, int) - Method in class org.jboss.netty.buffer.DirectChannelBufferFactory
- getBuffer(ByteOrder, int) - Method in class org.jboss.netty.buffer.HeapChannelBufferFactory
- getBufferFactory() - Method in interface org.jboss.netty.channel.ChannelConfig
-
Returns the default
ChannelBufferFactory
used to create a newChannelBuffer
. - 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 aCharSequence
IP address. - getByName(CharSequence, boolean) - Static method in class org.jboss.netty.util.NetUtil
-
Returns the
Inet6Address
representation of aCharSequence
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
- getByte(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getBytes(int, byte[]) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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[]) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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, byte[], int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
- getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
- getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
- getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- getBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- getBytes(int, byte[], int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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, OutputStream, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
- getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
- getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
- getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- getBytes(int, OutputStream, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- getBytes(int, OutputStream, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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, ByteBuffer) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
- getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
- getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
- getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- getBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- getBytes(int, ByteBuffer) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
- getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- 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, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- getBytes(int, GatheringByteChannel, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getBytes(int, ChannelBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getBytes(int, ChannelBuffer, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
- getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
- getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
- getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- getBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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 theChannelPipeline
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.DefaultChannelHandlerContext
- 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.codec.embedder.AbstractCodecEmbedder
-
Returns the virtual
Channel
which will be used as a mock during encoding and decoding. - getChannel() - Method in class org.jboss.netty.handler.ssl.SslHandler.SSLEngineInboundCloseFuture
- getChannel() - Method in class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
- getChannel(LocalAddress) - Static method in class org.jboss.netty.channel.local.LocalChannelRegistry
- 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
- getChannelCounter(Channel) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- 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. - getChar(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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
- getChunkSize(String) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- getCipherSuite() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- getCity() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
-
required string city = 2;
- getCity() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
-
required string city = 2;
- getCity() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocationOrBuilder
-
required string city = 2;
- getCityBytes() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
-
required string city = 2;
- getCityBytes() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
-
required string city = 2;
- getCityBytes() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocationOrBuilder
-
required string city = 2;
- 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
SocksMessage.CmdStatus
of thisSocksCmdResponse
- getCmdType() - Method in class org.jboss.netty.handler.codec.socks.SocksCmdRequest
-
Returns the
SocksMessage.CmdType
of thisSocksCmdRequest
- 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 class org.jboss.netty.channel.local.DefaultLocalChannel
- getConfig() - Method in class org.jboss.netty.channel.local.DefaultLocalServerChannel
- getConfig() - Method in interface org.jboss.netty.channel.socket.DatagramChannel
- getConfig() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- getConfig() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- getConfig() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- getConfig() - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannel
- getConfig() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- getConfig() - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- getConfig() - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketChannel
- getConfig() - Method in class org.jboss.netty.channel.socket.oio.OioSocketChannel
- getConfig() - Method in interface org.jboss.netty.channel.socket.ServerSocketChannel
- getConfig() - Method in interface org.jboss.netty.channel.socket.SocketChannel
- getConfig() - Method in class org.jboss.netty.handler.codec.embedder.EmbeddedChannel
- 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.
- getContent(String) - Static method in class org.jboss.netty.example.http.websocketx.server.WebSocketServerIndexPage
- 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() - Method in class org.jboss.netty.handler.execution.ChannelEventRunnable
-
Returns the
ChannelHandlerContext
which will be used to send theChannelEvent
upstream. - 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(Class<? extends ChannelHandler>) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- 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(String) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- getContext(ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
-
Returns the context object of the specified
ChannelHandler
in this pipeline. - getContext(ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- getContextOrDie(Class<? extends ChannelHandler>) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- getContextOrDie(String) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- getContextOrDie(ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- getContinent() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
-
required .org.jboss.netty.example.localtime.Continent continent = 1;
- getContinent() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
-
required .org.jboss.netty.example.localtime.Continent continent = 1;
- getContinent() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocationOrBuilder
-
required .org.jboss.netty.example.localtime.Continent continent = 1;
- 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.
- getCreationTime() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- 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.
- getDataFuture(ChannelHandlerContext, ChannelFuture, SpdyDataFrame[], SocketAddress) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- getDatagramChannel() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- 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.
- getDayOfMonth() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 dayOfMonth = 4;
- getDayOfMonth() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required uint32 dayOfMonth = 4;
- getDayOfMonth() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required uint32 dayOfMonth = 4;
- getDayOfWeek() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
- getDayOfWeek() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
- getDayOfWeek() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
- 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.
- getDefaultInstance() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- getDefaultInstance() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- getDefaultInstance() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- getDefaultInstance() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- getDefaultInstanceForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- getDefaultInstanceForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- getDefaultInstanceForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- getDefaultInstanceForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- getDefaultInstanceForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- getDefaultInstanceForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- getDefaultInstanceForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- getDefaultInstanceForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- 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 byChannelBufferFactory.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.
- getDescriptor() - Static method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
- getDescriptor() - Static method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
- getDescriptor() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol
- getDescriptor() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- getDescriptor() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- getDescriptor() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- getDescriptor() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- getDescriptor() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- getDescriptor() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- getDescriptor() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- getDescriptor() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- getDescriptorForType() - Method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
- getDescriptorForType() - Method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
- getDescriptorForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- getDescriptorForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- getDescriptorForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- getDescriptorForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- 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. - getDouble(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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. - getEncryptedPacketLength(ChannelBuffer, int) - Static method in class org.jboss.netty.handler.ssl.SslHandler
-
Return how much bytes can be read out of the encrypted data.
- 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. - getEngineStatus() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
- 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
- getFactorial() - Method in class org.jboss.netty.example.factorial.FactorialClientHandler
- 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
- getFileUpload(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Get the FileUpload (new one or current one)
- getFirst() - Method in interface org.jboss.netty.channel.ChannelPipeline
-
Returns the first
ChannelHandler
in this pipeline. - getFirst() - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- getFirst(int) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
-
Returns properly casted first entry of bin for given hash.
- getFirst(int) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
-
Returns properly casted first entry of bin for given hash.
- 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. - getFloat(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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. - getHandler() - Method in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- getHandshaker(ChannelHandlerContext) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- 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
ofSslHandler.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() - Method in class org.jboss.netty.handler.codec.socks.SocksCmdRequest
-
Returns host that is used as a parameter in
SocksMessage.CmdType
- 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(SpdyHeadersFrame) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
-
Returns the SPDY host header.
- getHour() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 hour = 6;
- getHour() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required uint32 hour = 6;
- getHour() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required uint32 hour = 6;
- 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.
- getId() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- 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. - getIdString() - Method in class org.jboss.netty.channel.AbstractChannel
- getInputStream() - Method in class org.jboss.netty.channel.socket.oio.OioAcceptedSocketChannel
- getInputStream() - Method in class org.jboss.netty.channel.socket.oio.OioClientSocketChannel
- getInputStream() - Method in class org.jboss.netty.channel.socket.oio.OioSocketChannel
- getInstance() - Static method in class org.jboss.netty.buffer.DirectChannelBufferFactory
- getInstance() - 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.
- getInstance(ByteOrder) - Static method in class org.jboss.netty.buffer.DirectChannelBufferFactory
- getInstance(ByteOrder) - Static method in class org.jboss.netty.buffer.HeapChannelBufferFactory
- 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
- getInt(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getInt(String, int) - Static method in class org.jboss.netty.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if the property access fails. - 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. - getInterestOps() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- 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
- getInterface() - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- getInternalInterestOps() - Method in class org.jboss.netty.channel.AbstractChannel
- getInternalInterestOps() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- getInternalInterestOps() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- 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.
- getIntValue(char) - Static method in class org.jboss.netty.util.NetUtil
- 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() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderEntry
- getKey() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderEntry
- getKey() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.SimpleEntry
- getKey() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry
- 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
- getLastAccessedTime() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- 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 aChannelEvent
. - getList(HttpRequest) - Method in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- getLocalAddress() - Method in interface org.jboss.netty.channel.Channel
-
Returns the local address where this channel is bound to.
- getLocalAddress() - Method in class org.jboss.netty.channel.local.DefaultLocalChannel
- getLocalAddress() - Method in class org.jboss.netty.channel.local.DefaultLocalServerChannel
- 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 class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- getLocalAddress() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- getLocalAddress() - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannel
- getLocalAddress() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- getLocalAddress() - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketChannel
- getLocalAddress() - Method in interface org.jboss.netty.channel.socket.ServerSocketChannel
- getLocalAddress() - Method in interface org.jboss.netty.channel.socket.SocketChannel
- getLocalAddress() - Method in class org.jboss.netty.handler.codec.embedder.EmbeddedChannel
- getLocalCertificates() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- getLocalPrincipal() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- getLocalSocketAddress() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- getLocalSocketAddress() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- getLocalSocketAddress() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- getLocalSocketAddress() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- getLocalSocketAddress() - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- getLocalSocketAddress() - Method in class org.jboss.netty.channel.socket.oio.OioSocketChannel
- getLocalTime(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTime(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTime(int) - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimesOrBuilder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeBuilder(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeBuilderList() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeCount() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeCount() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeCount() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimesOrBuilder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeFieldBuilder() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- getLocalTimeList() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeList() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeList() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimesOrBuilder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeOrBuilder(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeOrBuilder(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeOrBuilder(int) - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimesOrBuilder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeOrBuilderList() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeOrBuilderList() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimeOrBuilderList() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimesOrBuilder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- getLocalTimes(Collection<String>) - Method in class org.jboss.netty.example.localtime.LocalTimeClientHandler
- getLocation(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocation(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocation(int) - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocationsOrBuilder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationBuilder(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationBuilderList() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationCount() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationCount() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationCount() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocationsOrBuilder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationFieldBuilder() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- getLocationList() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationList() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationList() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocationsOrBuilder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationOrBuilder(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationOrBuilder(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationOrBuilder(int) - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocationsOrBuilder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationOrBuilderList() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationOrBuilderList() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLocationOrBuilderList() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocationsOrBuilder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- getLogger() - Method in class org.jboss.netty.handler.logging.LoggingHandler
-
Returns the
InternalLogger
that this handler uses to log aChannelEvent
. - 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
- getLong(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getLong(String, long) - Static method in class org.jboss.netty.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if the property access fails. - 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 givenChannelHandlerContext
- 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.
- getMaxThreads(Executor) - Static method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
-
Returns number of max threads for the
NioWorkerPool
to use. - 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. - getMedium(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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
- getMessage(MessageEvent) - Method in class org.jboss.netty.handler.queue.BlockingReadHandler
- getMessageFuture(ChannelHandlerContext, MessageEvent, int, HttpMessage) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- getMessageSize(MessageEvent) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannel.WriteRequestQueue
- getMessageType() - Method in class org.jboss.netty.handler.codec.socks.SocksMessage
-
Returns the
SocksMessage.MessageType
of thisSocksMessage
- 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"
. - getMinorVersion() - Method in enum org.jboss.netty.handler.codec.spdy.SpdyVersion
- getMinute() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 minute = 7;
- getMinute() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required uint32 minute = 7;
- getMinute() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required uint32 minute = 7;
- getMonth() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 month = 2;
- getMonth() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required uint32 month = 2;
- getMonth() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required uint32 month = 2;
- 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 theChannelPipeline
. - getName() - Method in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- 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
- getNetMask(String) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
-
Get the Subnet's Netmask in Decimal format.
i.e.: getNetMask("255.255.255.0") returns the integer CIDR mask - getNetworkInterface() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.IP_MULTICAST_IF
option. - getNetworkInterface() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- getNetworkInterface() - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- getNewMultipartDelimiter() - Static method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- getNewThreadName(String) - Method in class org.jboss.netty.util.ThreadRenamingRunnable
- getNextState(int, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
- getNotifyChannelFuturesOnShutdown() - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
-
Returns if the
ChannelFuture
's of theChannelEventRunnable
's should be notified about the shutdown of thisMemoryAwareThreadPoolExecutor
. - getNumber() - Method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
- getNumber() - Method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
- 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
- getOrSetPerChannel(ChannelHandlerContext) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- getOrSetPerChannel(ChannelHandlerContext) - Method in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
- getOutputStream() - Method in class org.jboss.netty.channel.socket.oio.OioAcceptedSocketChannel
- getOutputStream() - Method in class org.jboss.netty.channel.socket.oio.OioClientSocketChannel
- getOutputStream() - Method in class org.jboss.netty.channel.socket.oio.OioSocketChannel
- getPacketBufferSize() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- 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. - getParserForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- getParserForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- getParserForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- getParserForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- 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.
- getPeerCertificateChain() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- getPeerCertificates() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- getPeerHost() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- getPeerPort() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- getPeerPrincipal() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- getPendingWrite() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- getPendingWrite(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- getPipeline() - Method in class org.jboss.netty.bootstrap.Bootstrap
-
Returns the default
ChannelPipeline
which is cloned when a newChannel
is created. - getPipeline() - Method in class org.jboss.netty.channel.AbstractChannel
- getPipeline() - Method in interface org.jboss.netty.channel.Channel
-
Returns the
ChannelPipeline
which handlesChannelEvent
s associated with this channel. - getPipeline() - Method in interface org.jboss.netty.channel.ChannelHandlerContext
-
Returns the
ChannelPipeline
that theChannelHandler
belongs to. - getPipeline() - Method in interface org.jboss.netty.channel.ChannelPipelineFactory
-
Returns a newly created
ChannelPipeline
. - getPipeline() - Method in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- getPipeline() - Method in class org.jboss.netty.example.factorial.FactorialClientPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.factorial.FactorialServerPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.http.file.HttpStaticFileServerPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.http.helloworld.HttpHelloWorldServerPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.http.snoop.HttpSnoopClientPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.http.snoop.HttpSnoopServerPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.http.upload.HttpUploadClientPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.http.upload.HttpUploadServerPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.http.websocketx.server.WebSocketServerPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.localtime.LocalTimeClientPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.localtime.LocalTimeServerPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.proxy.HexDumpProxyPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.securechat.SecureChatClientPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.securechat.SecureChatServerPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.telnet.TelnetClientPipelineFactory
- getPipeline() - Method in class org.jboss.netty.example.telnet.TelnetServerPipelineFactory
- getPipeline() - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- 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
- 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
- getPreallocation() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- getPreallocation0() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- 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() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- getPriority() - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
-
Returns the priority of the stream.
- getPriority(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
-
Returns the value of the
"X-SPDY-Priority"
header. - getProtocol() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- getProtocol(SSLEngine) - Method in class org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
-
Return the
SpdyOrHttpChooser.SelectedProtocol
for theSSLEngine
. - 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
-
Returns the
SocksMessage.ProtocolVersion
of thisSocksMessage
- 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
- getReadPosition(int) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
- 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
-
Gets the
StandardSocketOptions.SO_RCVBUF
option. - getReceiveBufferSize() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- getReceiveBufferSize() - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
- getReceiveBufferSize() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
- getReceiveBufferSize() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- getReceiveBufferSize() - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
-
Gets the
StandardSocketOptions.SO_RCVBUF
option. - getReceiveBufferSize() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
-
Gets the
StandardSocketOptions.SO_RCVBUF
option. - getReceiveBufferSizePredictor() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Returns the
ReceiveBufferSizePredictor
which predicts the number of readable bytes in the socket receive buffer. - getReceiveBufferSizePredictor() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- getReceiveBufferSizePredictor() - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- 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 newReceiveBufferSizePredictor
when a new channel is created and noReceiveBufferSizePredictor
was set. - getReceiveBufferSizePredictorFactory() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- getReceiveBufferSizePredictorFactory() - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- getReceiveBufferSizePredictorFactory() - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
-
Returns the
ReceiveBufferSizePredictorFactory
which creates a newReceiveBufferSizePredictor
when a new channel is created and noReceiveBufferSizePredictor
was set. - getReceiveWindowSizeLowerBound() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- getReceiveWindowSizeLowerBound(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- 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 class org.jboss.netty.channel.local.DefaultLocalChannel
- getRemoteAddress() - Method in class org.jboss.netty.channel.local.DefaultLocalServerChannel
- 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 class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- getRemoteAddress() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- getRemoteAddress() - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannel
- getRemoteAddress() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- getRemoteAddress() - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketChannel
- 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
- getRemoteAddress() - Method in class org.jboss.netty.example.uptime.UptimeClientHandler
- getRemoteAddress() - Method in class org.jboss.netty.handler.codec.embedder.EmbeddedChannel
- getRemoteSocketAddress() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- getRemoteSocketAddress() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- getRemoteSocketAddress() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- getRemoteSocketAddress() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- getRemoteSocketAddress() - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- getRemoteSocketAddress() - Method in class org.jboss.netty.channel.socket.oio.OioSocketChannel
- 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. - getSecond() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 second = 8;
- getSecond() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required uint32 second = 8;
- getSecond() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required uint32 second = 8;
- 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
-
Gets the
StandardSocketOptions.SO_SNDBUF
option. - getSendBufferSize() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- getSendBufferSize() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
- getSendBufferSize() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- getSendBufferSize() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
-
Gets the
StandardSocketOptions.SO_SNDBUF
option. - getSendWindowSize() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- getSendWindowSize(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- getSerializedSize() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- getSerializedSize() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- getSerializedSize() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- getSerializedSize() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- 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
- getSessionContext() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- getSettings() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- 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
- getShort(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getShort(ChannelBuffer, int) - Static method in class org.jboss.netty.handler.ssl.SslHandler
-
Reads a big-endian short integer from the buffer.
- getSignedInt(ChannelBuffer, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
-
Reads a big-endian signed integer from the buffer.
- 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
- getSizeTableIndex(int) - Static method in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
- 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
-
Gets the
StandardSocketOptions.SO_LINGER
option. - getSslContext() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
-
Returns the
SSLContext
which is used to establish an HTTPS connection. - getSSLEngineInboundCloseFuture() - Method in class org.jboss.netty.handler.ssl.SslHandler
-
Return the
ChannelFuture
that will get notified if the inbound of theSSLEngine
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() - Method in interface org.jboss.netty.handler.codec.spdy.SpdyRstStreamFrame
-
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. - 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() - 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.
- getStreamId(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
-
Returns the value of the
"X-SPDY-Stream-ID"
header. - getString() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
- getString() - 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() - 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.AbstractDiskHttpData
- getString(Charset) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- 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(Charset) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
- 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 class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- 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 class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- getTimer() - Method in interface org.jboss.netty.util.Timeout
-
Returns the
Timer
that created this handle. - getTimeToLive() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.IP_MULTICAST_TTL
option. - getTimeToLive() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- getTimeToLive() - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- getTrafficClass() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.IP_TOS
option. - getTrafficClass() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- getTrafficClass() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
- getTrafficClass() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- getTrafficClass() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
-
Gets the
StandardSocketOptions.IP_TOS
option. - getTrafficCounter() - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- getTransferredBytes() - Method in class org.jboss.netty.example.discard.DiscardClientHandler
- getTransferredBytes() - Method in class org.jboss.netty.example.discard.DiscardServerHandler
- getTransferredBytes() - Method in class org.jboss.netty.example.echo.EchoClientHandler
- getTransferredBytes() - Method in class org.jboss.netty.example.echo.EchoServerHandler
- 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.
- getTransferredMessages() - Method in class org.jboss.netty.example.objectecho.ObjectEchoClientHandler
- getTransferredMessages() - Method in class org.jboss.netty.example.objectecho.ObjectEchoServerHandler
- getUnacquiredPoolSize() - Method in class org.jboss.netty.handler.ssl.SslBufferPool
-
Returns the number of bytes which were allocated but have not been acquired yet.
- getUnknownFields() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- getUnknownFields() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- getUnknownFields() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- getUnknownFields() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- 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 givenChannelHandlerContext
- 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. - getUnsignedByte(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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. - getUnsignedInt(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getUnsignedInt(ChannelBuffer, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
-
Reads a big-endian (31-bit) integer from the 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
- getUnsignedMedium(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getUnsignedMedium(ChannelBuffer, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
-
Reads a big-endian unsigned medium integer from the buffer.
- 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. - getUnsignedShort(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- getUnsignedShort(ChannelBuffer, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
-
Reads a big-endian unsigned short integer from the buffer.
- getUnsupportedOperationFuture() - Method in class org.jboss.netty.channel.AbstractChannel
-
Returns the
FailedChannelFuture
whose cause is anUnsupportedOperationException
. - 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 totrue
. - 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 class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderEntry
- 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() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderEntry
- getValue() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
- getValue() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.SimpleEntry
- getValue() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry
- 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.
- getValue(String) - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- getValueDescriptor() - Method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
- getValueDescriptor() - Method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
- getValueNames() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- 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() - Method in enum org.jboss.netty.handler.codec.spdy.SpdyVersion
- 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
- getWebSocketContentLength(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
-
Returns the content length of the specified web socket message.
- getWebSocketLocation(ChannelPipeline, HttpRequest, String) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
- getWebSocketLocation(HttpRequest) - Static method in class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerHandler
- getWebSocketLocation(HttpRequest) - Static method in class org.jboss.netty.example.http.websocketx.server.WebSocketServerHandler
- getWebSocketUrl() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the URI to the web socket.
- 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.AbstractNioChannel
-
Return the
AbstractNioWorker
that handle the IO of theAbstractNioChannel
- 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 class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- getWriteBufferHighWaterMark() - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- getWriteBufferHighWaterMark() - Method in interface org.jboss.netty.channel.socket.nio.NioChannelConfig
-
Returns the high water mark of the write buffer.
- getWriteBufferLowWaterMark() - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- getWriteBufferLowWaterMark() - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- 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 class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- getWriteSpinCount() - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- 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.
- getYear() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 year = 1;
- getYear() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required uint32 year = 1;
- getYear() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required uint32 year = 1;
- GLOBAL_DEFAULT_USER_DEFINED_WRITABILITY_INDEX - Static variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- globalBodySize - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Global Body size
- GLOBALCHANNEL_DEFAULT_USER_DEFINED_WRITABILITY_INDEX - Static variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- GlobalChannelTrafficCounter - Class in org.jboss.netty.handler.traffic
-
Version for
GlobalChannelTrafficShapingHandler
. - GlobalChannelTrafficCounter(GlobalChannelTrafficShapingHandler, Timer, String, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficCounter
- GlobalChannelTrafficCounter.MixedTrafficMonitoringTask - Class in org.jboss.netty.handler.traffic
-
Class to implement monitoring at fix delay.
- 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.
This version shall not be in the same pipeline than other TrafficShapingHandler.
The general use should be as follow:
Create your unique GlobalChannelTrafficShapingHandler like:
GlobalChannelTrafficShapingHandler myHandler = new GlobalChannelTrafficShapingHandler(executor);
The executor could be the underlying IO worker pool
pipeline.addLast(myHandler);
Note that this handler has a Pipeline Coverage of "all" which means only one such handler must be created and shared among all channels as the counter must be shared among all channels.
Other arguments can be passed like write or read limitation (in bytes/s where 0 means no limitation) or the check interval (in millisecond) that represents the delay between two computations of the bandwidth and so the call back of the doAccounting method (0 means no accounting at all).
Note that as this is a fusion of both Global and Channel Traffic Shaping, limits are in 2 sets, respectively Global and Channel.
A value of 0 means no accounting for checkInterval. - GlobalChannelTrafficShapingHandler(ObjectSizeEstimator, Timer) - 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, 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, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- GlobalChannelTrafficShapingHandler(Timer) - 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, 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, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Create a new instance.
- GlobalChannelTrafficShapingHandler.PerChannel - Class in org.jboss.netty.handler.traffic
- GlobalChannelTrafficShapingHandler.ToSend - Class in org.jboss.netty.handler.traffic
- 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(ObjectSizeEstimator, Timer) - 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, long, long) - 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(Timer) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
- GlobalTrafficShapingHandler(Timer, 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, 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.PerChannel - Class in org.jboss.netty.handler.traffic
- GlobalTrafficShapingHandler.ToSend - Class in org.jboss.netty.handler.traffic
- 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
- Graceful shutdown - Search tag in interface org.jboss.netty.channel.ChannelFactory
- Section
- Greeter(SslHandler) - Constructor for class org.jboss.netty.example.securechat.SecureChatServerHandler.Greeter
- group - Variable in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- group - Variable in class org.jboss.netty.channel.local.DefaultLocalServerChannelFactory
- GZIP - Enum constant in enum org.jboss.netty.handler.codec.compression.ZlibWrapper
-
The GZIP wrapper as specified in RFC 1952.
- 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"
- gzipHeader - Static variable in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
H
- halfCloseStream(int, boolean, ChannelFuture) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- handleAcceptedChannel(ChannelEvent) - Static method in class org.jboss.netty.channel.local.LocalServerChannelSink
- handleAcceptedSocket(ChannelEvent) - Static method in class org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink
- handleAcceptedSocket(ChannelEvent) - Static method in class org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink
- handleAllowedChannel(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
- handleDownstream - Variable in class org.jboss.netty.handler.execution.ExecutionHandler
- 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
- handleEvent(ChannelEvent) - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder.EmbeddedChannelSink
- handleHttpRequest(ChannelHandlerContext, HttpRequest) - Method in class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerHandler
- handleHttpRequest(ChannelHandlerContext, HttpRequest) - Method in class org.jboss.netty.example.http.websocketx.server.WebSocketServerHandler
- handler - Variable in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- handler - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- 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().
- handleRenegotiation(SSLEngineResult.HandshakeStatus) - Method in class org.jboss.netty.handler.ssl.SslHandler
- handleServerChannel(ChannelEvent) - Static method in class org.jboss.netty.channel.local.LocalServerChannelSink
- handleServerSocket(ChannelEvent) - Static method in class org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink
- handleServerSocket(ChannelEvent) - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink
- handleUpstream - Variable in class org.jboss.netty.handler.execution.ExecutionHandler
- 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.example.discard.DiscardClientHandler
- handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.example.discard.DiscardServerHandler
- handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.example.factorial.FactorialClientHandler
- handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.example.factorial.FactorialServerHandler
- handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.example.localtime.LocalTimeClientHandler
- handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.example.localtime.LocalTimeServerHandler
- handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.example.objectecho.ObjectEchoClientHandler
- handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.example.objectecho.ObjectEchoServerHandler
- handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.example.securechat.SecureChatClientHandler
- handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.example.securechat.SecureChatServerHandler
- handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.example.telnet.TelnetClientHandler
- handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.example.telnet.TelnetServerHandler
- handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder.EmbeddedChannelSink
- 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
- handleWebSocketFrame(ChannelHandlerContext, WebSocketFrame) - Method in class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerHandler
- handleWebSocketFrame(ChannelHandlerContext, WebSocketFrame) - Method in class org.jboss.netty.example.http.websocketx.server.WebSocketServerHandler
- handshake() - Method in class org.jboss.netty.handler.ssl.SslHandler
-
Starts an SSL / TLS handshake for the specified channel.
- handshake(Channel) - Method in class org.jboss.netty.handler.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:
- handshake(Channel) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
/**
- handshake(Channel) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
/**
- handshake(Channel) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
/**
- 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 - Search tag in class org.jboss.netty.handler.ssl.SslHandler
- Section
- HANDSHAKE_LISTENER - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
ChannelFutureListener
which will callChannels.fireExceptionCaught(ChannelHandlerContext, Throwable)
if theChannelFuture
was not successful. - handshakeComplete - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- handshakeFinished - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- handshakeFuture - Variable in class org.jboss.netty.handler.ssl.SslHandler
- handshakeLock - Variable in class org.jboss.netty.handler.ssl.SslHandler
- handshaken - Variable in class org.jboss.netty.handler.ssl.SslHandler
- handshaker - Variable in class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerHandler
- handshaker - Variable in class org.jboss.netty.example.http.websocketx.client.WebSocketClientHandler
- handshaker - Variable in class org.jboss.netty.example.http.websocketx.server.WebSocketServerHandler
- handshakeTimeout - Variable in class org.jboss.netty.handler.ssl.SslHandler
- handshakeTimeoutInMillis - Variable in class org.jboss.netty.handler.ssl.SslHandler
- handshaking - Variable in class org.jboss.netty.handler.ssl.SslHandler
- HAS_PARSER - Static variable in class org.jboss.netty.handler.codec.protobuf.ProtobufDecoder
- HAS_UNSAFE - Static variable in class org.jboss.netty.util.internal.DetectionUtil
- 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
- hasArray() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- hasCity() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
-
required string city = 2;
- hasCity() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
-
required string city = 2;
- hasCity() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocationOrBuilder
-
required string city = 2;
- hasContinent() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
-
required .org.jboss.netty.example.localtime.Continent continent = 1;
- hasContinent() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
-
required .org.jboss.netty.example.localtime.Continent continent = 1;
- hasContinent() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocationOrBuilder
-
required .org.jboss.netty.example.localtime.Continent continent = 1;
- hasDayOfMonth() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 dayOfMonth = 4;
- hasDayOfMonth() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required uint32 dayOfMonth = 4;
- hasDayOfMonth() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required uint32 dayOfMonth = 4;
- hasDayOfWeek() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
- hasDayOfWeek() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
- hasDayOfWeek() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
- hasFlag(byte, byte) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
- hash - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderEntry
- hash - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderEntry
- hash - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashEntry
- hash - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashEntry
- hash - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.WeakKeyReference
- hash(int) - Static method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Applies a supplemental hash function to a given hashCode, which defends against poor quality hash functions.
- hash(int) - Static method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Applies a supplemental hash function to a given hashCode, which defends against poor quality hash functions.
- hash(String) - Static method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
- hash(String, boolean) - Static method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- 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() - 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.replay.ReplayingDecoderBuffer
- 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
- hashCode() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.SimpleEntry
- hashCode() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry
- hashCode(ChannelBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
-
Calculates the hash code of the specified buffer.
- HashDOS vulnerability fix - Search tag in class org.jboss.netty.handler.codec.http.QueryStringDecoder
- Section
- HashedWheelBucket() - Constructor for class org.jboss.netty.util.HashedWheelTimer.HashedWheelBucket
- HashedWheelTimeout(HashedWheelTimer, TimerTask, long) - Constructor for class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- 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.
- HashedWheelTimer.HashedWheelBucket - Class in org.jboss.netty.util
-
Bucket that stores HashedWheelTimeouts.
- HashedWheelTimer.HashedWheelTimeout - Class in org.jboss.netty.util
- HashedWheelTimer.Worker - Class in org.jboss.netty.util
- HashEntry(K, int, ConcurrentIdentityHashMap.HashEntry<K, V>, V) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashEntry
- HashEntry(K, int, ConcurrentIdentityWeakKeyHashMap.HashEntry<K, V>, V, ReferenceQueue<Object>) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashEntry
- HashIterator() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- HashIterator() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- hashOf(Object) - Static method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
- hashOf(Object) - Static method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
- hasHour() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 hour = 6;
- hasHour() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required uint32 hour = 6;
- hasHour() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required uint32 hour = 6;
- hasMinute() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 minute = 7;
- hasMinute() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required uint32 minute = 7;
- hasMinute() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required uint32 minute = 7;
- hasMonth() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 month = 2;
- hasMonth() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required uint32 month = 2;
- hasMonth() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required uint32 month = 2;
- hasMoreElements() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- hasMoreElements() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- hasNext() - Method in class org.jboss.netty.channel.group.CombinedIterator
- hasNext() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderIterator
- 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.
- hasNext() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderIterator
- hasNext() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- hasNext() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- 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
- hasPath - Variable in class org.jboss.netty.handler.codec.http.QueryStringDecoder
- hasReceivedReply() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- hasReceivedReply(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- hasSecond() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 second = 8;
- hasSecond() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required uint32 second = 8;
- hasSecond() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required uint32 second = 8;
- hasUnsafe() - Static method in class org.jboss.netty.util.internal.DetectionUtil
- hasUnsafe(ClassLoader) - Static method in class org.jboss.netty.util.internal.DetectionUtil
- hasUnsafeField(Class<?>) - Static method in class org.jboss.netty.util.internal.DetectionUtil
- hasYear() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 year = 1;
- hasYear() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
required uint32 year = 1;
- hasYear() - Method in interface org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimeOrBuilder
-
required uint32 year = 1;
- head - Variable in class org.jboss.netty.channel.DefaultChannelPipeline
- head - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- head - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
- head - Variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelBucket
- 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
- HEADERDELIMITER - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- HeaderEntry(int, String, String) - Constructor for class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderEntry
- HeaderEntry(int, String, String) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderEntry
- headerFinalized - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
To check if the header has been finalized
- HeaderIterator() - Constructor for class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderIterator
- HeaderIterator() - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderIterator
- headers - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
- headers - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- 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
. - headerSize - Variable in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- headerSize - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- HeapChannelBuffer - Class in org.jboss.netty.buffer
-
A skeletal implementation for Java heap buffers.
- 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.
- HeapChannelBuffer(int) - Constructor for class org.jboss.netty.buffer.HeapChannelBuffer
-
Creates a new heap buffer with a newly allocated 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
isByteOrder.BIG_ENDIAN
. - HeapChannelBufferFactory(ByteOrder) - Constructor for class org.jboss.netty.buffer.HeapChannelBufferFactory
-
Creates a new factory with the specified default
ByteOrder
. - hexDump - Variable in class org.jboss.netty.handler.logging.LoggingHandler
- 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.
- HEXDUMP_TABLE - Static variable in class org.jboss.netty.buffer.ChannelBuffers
- HexDumpProxy - Class in org.jboss.netty.example.proxy
- HexDumpProxy() - Constructor for class org.jboss.netty.example.proxy.HexDumpProxy
- HexDumpProxyInboundHandler - Class in org.jboss.netty.example.proxy
- HexDumpProxyInboundHandler(ClientSocketChannelFactory) - Constructor for class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
- HexDumpProxyInboundHandler.OutboundHandler - Class in org.jboss.netty.example.proxy
- HexDumpProxyPipelineFactory - Class in org.jboss.netty.example.proxy
- HexDumpProxyPipelineFactory(ClientSocketChannelFactory) - Constructor for class org.jboss.netty.example.proxy.HexDumpProxyPipelineFactory
- HEXPADDING - Static variable in class org.jboss.netty.handler.logging.LoggingHandler
- highWaterMarkCounter - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
-
Keeps track of the highWaterMark.
- hits() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully reused sessions.
- host - Variable in class org.jboss.netty.example.http.snoop.HttpSnoopClientPipelineFactory
- host - Variable in class org.jboss.netty.example.http.upload.HttpUploadClientPipelineFactory
- host - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdRequest
- host - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder
- host - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder
- HOST - Static variable in class org.jboss.netty.example.discard.DiscardClient
- HOST - Static variable in class org.jboss.netty.example.echo.EchoClient
- HOST - Static variable in class org.jboss.netty.example.factorial.FactorialClient
- HOST - Static variable in class org.jboss.netty.example.localtime.LocalTimeClient
- HOST - Static variable in class org.jboss.netty.example.objectecho.ObjectEchoClient
- HOST - Static variable in class org.jboss.netty.example.securechat.SecureChatClient
- HOST - Static variable in class org.jboss.netty.example.telnet.TelnetClient
- HOST - Static variable in class org.jboss.netty.example.uptime.UptimeClient
- 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"
- HOST_UNREACHABLE - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
- hour_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- hour_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- HOUR_FIELD_NUMBER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- How an event flows in a pipeline - Search tag in interface org.jboss.netty.channel.ChannelPipeline
- Section
- How Browser Caching Works - Search tag in class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
- Section
- How does this work? - Search tag in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- Section
- How threads work - Search tag in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
- Section
- How threads work - Search tag in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
- Section
- How threads work - Search tag in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
- Section
- How threads work - Search tag in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
- Section
- How threads work - Search tag in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
- Section
- How threads work - Search tag in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
- Section
- How to run the tests on Ubuntu. - Search tag in package org.jboss.netty.example.http.websocketx.autobahn
- Section
- HT - Static variable in class org.jboss.netty.handler.codec.http.HttpConstants
-
Horizontal tab
- HTML5 - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
-
The HTML5 spec disallows mixed mode in multipart/form-data requests.
- 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_CACHE_SECONDS - Static variable in class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
- HTTP_DATE_FORMAT - Static variable in class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
- HTTP_DATE_GMT_TIMEZONE - Static variable in class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
- 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 anHttpMessage
and its followingHttpChunk
s into a singleHttpMessage
with no followingHttpChunk
s. - 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
andHttpResponseDecoder
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)
, andmaxChunkSize (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.
- HttpClientCodec.Decoder - Class in org.jboss.netty.handler.codec.http
- HttpClientCodec.Encoder - Class in org.jboss.netty.handler.codec.http
- HttpCodecUtil - Class in org.jboss.netty.handler.codec.http
- HttpCodecUtil() - Constructor for class org.jboss.netty.handler.codec.http.HttpCodecUtil
- HttpConstants - Class in org.jboss.netty.handler.codec.http
- HttpConstants() - Constructor for class org.jboss.netty.handler.codec.http.HttpConstants
- HttpContentCompressor - Class in org.jboss.netty.handler.codec.http
-
Compresses an
HttpMessage
and anHttpChunk
ingzip
ordeflate
encoding while respecting the"Accept-Encoding"
header. - HttpContentCompressor() - Constructor for class org.jboss.netty.handler.codec.http.HttpContentCompressor
- HttpContentCompressor(int) - Constructor for class org.jboss.netty.handler.codec.http.HttpContentCompressor
- 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
andHttpChunk
. - HttpContentDecoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpContentDecoder
-
Creates a new instance.
- HttpContentDecompressor - Class in org.jboss.netty.handler.codec.http
- 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
andHttpChunk
. - 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
- HttpDataType() - Constructor for enum org.jboss.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
- 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 - HttpHeaderDateFormat() - Constructor for class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat
-
Standard date format
- HttpHeaderDateFormat.HttpHeaderDateFormatObsolete1 - Class in org.jboss.netty.handler.codec.http
-
First obsolete format
- HttpHeaderDateFormat.HttpHeaderDateFormatObsolete2 - Class in org.jboss.netty.handler.codec.http
-
Second obsolete format
- HttpHeaderDateFormatObsolete1() - Constructor for class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat.HttpHeaderDateFormatObsolete1
- HttpHeaderDateFormatObsolete2() - Constructor for class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat.HttpHeaderDateFormatObsolete2
- 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.
- HttpHelloWorldServer - Class in org.jboss.netty.example.http.helloworld
-
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.
- HttpHelloWorldServer() - Constructor for class org.jboss.netty.example.http.helloworld.HttpHelloWorldServer
- HttpHelloWorldServerHandler - Class in org.jboss.netty.example.http.helloworld
- HttpHelloWorldServerHandler() - Constructor for class org.jboss.netty.example.http.helloworld.HttpHelloWorldServerHandler
- HttpHelloWorldServerPipelineFactory - Class in org.jboss.netty.example.http.helloworld
- HttpHelloWorldServerPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.http.helloworld.HttpHelloWorldServerPipelineFactory
- HttpMessage - Interface in org.jboss.netty.handler.codec.http
-
An HTTP message which provides common properties for
HttpRequest
andHttpResponse
. - HttpMessageDecoder - Class in org.jboss.netty.handler.codec.http
- HttpMessageDecoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpMessageDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096
},maxHeaderSize (8192)
, andmaxChunkSize (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
- HttpMessageEncoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpMessageEncoder
-
Creates a new instance.
- HttpMethod - Class in org.jboss.netty.handler.codec.http
- HttpMethod(String) - Constructor for class org.jboss.netty.handler.codec.http.HttpMethod
-
Creates a new HTTP method with the specified name.
- HttpNames() - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHeaders.HttpNames
- httpOnly - Variable in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- httpOnly - Variable in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
- HTTPONLY - Static variable in class org.jboss.netty.handler.codec.http.cookie.CookieHeaderNames
- HttpPostBodyUtil - Class in org.jboss.netty.handler.codec.http.multipart
-
Shared Static object between HttpMessageDecoder, HttpPostRequestDecoder and HttpPostRequestEncoder
- HttpPostBodyUtil() - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
- HttpPostBodyUtil.SeekAheadNoBackArrayException - Exception Class in org.jboss.netty.handler.codec.http.multipart
-
Exception when NO Backend Array is found
- HttpPostBodyUtil.SeekAheadOptimize - Class in org.jboss.netty.handler.codec.http.multipart
-
This class intends to decrease the CPU in seeking ahead some bytes in HttpPostRequestDecoder
- HttpPostBodyUtil.TransferEncodingMechanism - Enum in org.jboss.netty.handler.codec.http.multipart
-
Allowed mechanism for multipart mechanism := "7bit" / "8bit" / "binary" Not allowed: "quoted-printable" / "base64"
- 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 Class in org.jboss.netty.handler.codec.http.multipart
-
Exception when the body is fully decoded, even if there is still data
- HttpPostRequestDecoder.ErrorDataDecoderException - Exception Class in org.jboss.netty.handler.codec.http.multipart
-
Exception when an error occurs while decoding
- 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 ...
- HttpPostRequestDecoder.NotEnoughDataDecoderException - Exception Class 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)
- 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 Class in org.jboss.netty.handler.codec.http.multipart
-
Exception when an error occurs while encoding
- 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
- HttpRequestDecoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpRequestDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096
},maxHeaderSize (8192)
, andmaxChunkSize (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
- 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
- HttpResponseDecoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpResponseDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096
},maxHeaderSize (8192)
, andmaxChunkSize (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
- HttpResponseEncoder() - Constructor for class org.jboss.netty.handler.codec.http.HttpResponseEncoder
- HttpResponseStatus - Class in org.jboss.netty.handler.codec.http
- HttpResponseStatus(int, String) - Constructor for class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
Creates a new instance with the specified
code
and itsreasonPhrase
. - HttpServerCodec - Class in org.jboss.netty.handler.codec.http
-
A combination of
HttpRequestDecoder
andHttpResponseEncoder
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)
, andmaxChunkSize (8192)
). - HttpServerCodec(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder options.
- HttpSnoopClient - Class in org.jboss.netty.example.http.snoop
-
A simple HTTP client that prints out the content of the HTTP response to
System.out
to testHttpSnoopServer
. - HttpSnoopClient() - Constructor for class org.jboss.netty.example.http.snoop.HttpSnoopClient
- HttpSnoopClientHandler - Class in org.jboss.netty.example.http.snoop
- HttpSnoopClientHandler() - Constructor for class org.jboss.netty.example.http.snoop.HttpSnoopClientHandler
- HttpSnoopClientPipelineFactory - Class in org.jboss.netty.example.http.snoop
- HttpSnoopClientPipelineFactory(SslContext, String, int) - Constructor for class org.jboss.netty.example.http.snoop.HttpSnoopClientPipelineFactory
- HttpSnoopServer - Class in org.jboss.netty.example.http.snoop
-
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.
- HttpSnoopServer() - Constructor for class org.jboss.netty.example.http.snoop.HttpSnoopServer
- HttpSnoopServerHandler - Class in org.jboss.netty.example.http.snoop
- HttpSnoopServerHandler() - Constructor for class org.jboss.netty.example.http.snoop.HttpSnoopServerHandler
- HttpSnoopServerPipelineFactory - Class in org.jboss.netty.example.http.snoop
- HttpSnoopServerPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.http.snoop.HttpSnoopServerPipelineFactory
- HttpStaticFileServer - Class in org.jboss.netty.example.http.file
- HttpStaticFileServer() - Constructor for class org.jboss.netty.example.http.file.HttpStaticFileServer
- HttpStaticFileServerHandler - Class in org.jboss.netty.example.http.file
-
A simple handler that serves incoming HTTP requests to send their respective HTTP responses.
- HttpStaticFileServerHandler() - Constructor for class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
- HttpStaticFileServerPipelineFactory - Class in org.jboss.netty.example.http.file
- HttpStaticFileServerPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.http.file.HttpStaticFileServerPipelineFactory
- HttpTunnelingClientExample - Class in org.jboss.netty.example.http.tunnel
-
An HTTP tunneled version of the telnet client example.
- HttpTunnelingClientExample() - Constructor for class org.jboss.netty.example.http.tunnel.HttpTunnelingClientExample
- HttpTunnelingClientSocketChannel - Class in org.jboss.netty.channel.socket.http
- HttpTunnelingClientSocketChannel(ChannelFactory, ChannelPipeline, ChannelSink, ClientSocketChannelFactory) - Constructor for class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- HttpTunnelingClientSocketChannel.ServletChannelHandler - Class in org.jboss.netty.channel.socket.http
- HttpTunnelingClientSocketChannelFactory - Class in org.jboss.netty.channel.socket.http
-
Creates a client-side
SocketChannel
which connects to anHttpTunnelingServlet
to communicate with the server application behind theHttpTunnelingServlet
. - HttpTunnelingClientSocketChannelFactory(ClientSocketChannelFactory) - Constructor for class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory
-
Creates a new instance.
- HttpTunnelingClientSocketPipelineSink - Class in org.jboss.netty.channel.socket.http
- HttpTunnelingClientSocketPipelineSink() - Constructor for class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketPipelineSink
- 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
- HttpTunnelingServlet.OutboundConnectionHandler - Class in org.jboss.netty.channel.socket.http
- HttpTunnelingSocketChannelConfig - Class in org.jboss.netty.channel.socket.http
-
The
ChannelConfig
of a client-side HTTP tunnelingSocketChannel
. - HttpTunnelingSocketChannelConfig(HttpTunnelingClientSocketChannel) - Constructor for class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
-
Creates a new instance.
- HttpUploadClient - Class in org.jboss.netty.example.http.upload
- HttpUploadClient() - Constructor for class org.jboss.netty.example.http.upload.HttpUploadClient
- HttpUploadClientHandler - Class in org.jboss.netty.example.http.upload
- HttpUploadClientHandler() - Constructor for class org.jboss.netty.example.http.upload.HttpUploadClientHandler
- HttpUploadClientPipelineFactory - Class in org.jboss.netty.example.http.upload
- HttpUploadClientPipelineFactory(SslContext, String, int) - Constructor for class org.jboss.netty.example.http.upload.HttpUploadClientPipelineFactory
- HttpUploadServer - Class in org.jboss.netty.example.http.upload
- HttpUploadServer() - Constructor for class org.jboss.netty.example.http.upload.HttpUploadServer
- HttpUploadServerHandler - Class in org.jboss.netty.example.http.upload
- HttpUploadServerHandler() - Constructor for class org.jboss.netty.example.http.upload.HttpUploadServerHandler
- HttpUploadServerPipelineFactory - Class in org.jboss.netty.example.http.upload
- HttpUploadServerPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.http.upload.HttpUploadServerPipelineFactory
- HttpVersion - Class in org.jboss.netty.handler.codec.http
- 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.
- HttpVersion1_0 - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
- HttpVersion1_1 - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
I
- i - Variable in class org.jboss.netty.example.factorial.FactorialClientHandler
- I/O Streams - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- i1 - Variable in class org.jboss.netty.channel.group.CombinedIterator
- i2 - Variable in class org.jboss.netty.channel.group.CombinedIterator
- id - Variable in class org.jboss.netty.channel.AbstractChannel
- id - Variable in class org.jboss.netty.channel.local.LocalAddress
- id - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- id - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyPingFrame
- id - Static variable in class org.jboss.netty.util.HashedWheelTimer
- 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
- IdleState() - Constructor for enum org.jboss.netty.handler.timeout.IdleState
- IdleStateAwareChannelHandler - Class in org.jboss.netty.handler.timeout
-
An extended
SimpleChannelHandler
that adds the handler method for anIdleStateEvent
. - 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 anIdleStateEvent
. - IdleStateAwareChannelUpstreamHandler() - Constructor for class org.jboss.netty.handler.timeout.IdleStateAwareChannelUpstreamHandler
- IdleStateEvent - Interface in org.jboss.netty.handler.timeout
-
A
ChannelEvent
that is triggered when aChannel
has been idle for a while. - IdleStateHandler - Class in org.jboss.netty.handler.timeout
-
Triggers an
IdleStateEvent
when aChannel
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.
- IdleStateHandler.AllIdleTimeoutTask - Class in org.jboss.netty.handler.timeout
- IdleStateHandler.ReaderIdleTimeoutTask - Class in org.jboss.netty.handler.timeout
- IdleStateHandler.State - Class in org.jboss.netty.handler.timeout
- IdleStateHandler.WriterIdleTimeoutTask - Class in org.jboss.netty.handler.timeout
- ids - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
- 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"
- IGNORABLE_CLASS_IN_STACK - Static variable in class org.jboss.netty.handler.ssl.SslHandler
- IGNORABLE_ERROR_MESSAGE - Static variable in class org.jboss.netty.handler.ssl.SslHandler
- IGNORABLE_ERROR_PREFIX - Static variable in class org.jboss.netty.handler.ssl.OpenSsl
- ignoreClosedChannelException - Variable in class org.jboss.netty.handler.ssl.SslHandler
- ignoreClosedChannelExceptionLock - Variable in class org.jboss.netty.handler.ssl.SslHandler
- ignoreException(Throwable) - Method in class org.jboss.netty.handler.ssl.SslHandler
-
Checks if the given
Throwable
can be ignore and just "swallowed" When an ssl connection is closed a close_notify message is sent. - ImmediateExecutor - Class in org.jboss.netty.handler.ssl
-
Executor
which executes the command in the caller thread. - ImmediateExecutor() - Constructor for class org.jboss.netty.handler.ssl.ImmediateExecutor
- Implementation Details - Search tag in class org.jboss.netty.util.HashedWheelTimer
- Section
- Implementing StartTLS - Search tag in class org.jboss.netty.handler.ssl.SslHandler
- Section
- Improving the performance - Search tag in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- Section
- in - Variable in class org.jboss.netty.channel.socket.oio.OioAcceptedSocketChannel
- in - Variable in class org.jboss.netty.channel.socket.oio.OioClientSocketChannel
- in - Variable in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- in - Variable in class org.jboss.netty.handler.stream.ChunkedNioFile
- in - Variable in class org.jboss.netty.handler.stream.ChunkedNioStream
- in - Variable in class org.jboss.netty.handler.stream.ChunkedStream
- inboundChannel - Variable in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler.OutboundHandler
- increase() - Method in class org.jboss.netty.util.internal.SharedResourceMisuseDetector
- increase(long) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.Limiter
- increaseCancelledKeys() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- increaseCounter(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- index - Variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
- index - Variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
- index - Variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
- index - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- index(int) - Static method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- index(int) - Static method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
- INDEX_DECREMENT - Static variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
- INDEX_INCREMENT - Static variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
- indexOf(int, int, byte) - 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, byte) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- indexOf(int, int, ChannelBufferIndexFinder) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- indexOf(int, int, ChannelBufferIndexFinder) - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Locates the first place where the specified
indexFinder
returnstrue
. - indexOf(int, int, ChannelBufferIndexFinder) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- indexOf(ChannelBuffer, int, int, byte) - Static method in class org.jboss.netty.buffer.ChannelBuffers
-
The default implementation of
ChannelBuffer.indexOf(int, int, byte)
. - indexOf(ChannelBuffer, int, int, ChannelBufferIndexFinder) - Static method in class org.jboss.netty.buffer.ChannelBuffers
-
The default implementation of
ChannelBuffer.indexOf(int, int, ChannelBufferIndexFinder)
. - indexOf(ChannelBuffer, ChannelBuffer) - Static method in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
-
Returns the number of bytes between the readerIndex of the haystack and the first needle found in the haystack.
- INDIAN - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
INDIAN = 8;
- INDIAN_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
INDIAN = 8;
- indices - Variable in class org.jboss.netty.buffer.CompositeChannelBuffer
- inetAddress - Variable in class org.jboss.netty.handler.ipfilter.IpV4Subnet
- info(String) - Method in class org.jboss.netty.logging.CommonsLogger
- info(String) - Method in interface org.jboss.netty.logging.InternalLogger
-
Logs an INFO level message.
- info(String) - Method in class org.jboss.netty.logging.JBossLogger
- info(String) - Method in class org.jboss.netty.logging.JdkLogger
- info(String) - Method in class org.jboss.netty.logging.Log4JLogger
- info(String) - Method in class org.jboss.netty.logging.OsgiLogger
- info(String) - Method in class org.jboss.netty.logging.Slf4JLogger
- info(String, Throwable) - Method in class org.jboss.netty.logging.CommonsLogger
- info(String, Throwable) - Method in interface org.jboss.netty.logging.InternalLogger
-
Logs an INFO level message.
- info(String, Throwable) - Method in class org.jboss.netty.logging.JBossLogger
- info(String, Throwable) - Method in class org.jboss.netty.logging.JdkLogger
- info(String, Throwable) - Method in class org.jboss.netty.logging.Log4JLogger
- info(String, Throwable) - Method in class org.jboss.netty.logging.OsgiLogger
- info(String, Throwable) - Method in class org.jboss.netty.logging.Slf4JLogger
- INFO - Enum constant in enum org.jboss.netty.logging.InternalLogLevel
-
'INFO' log level.
- informReadOperation(ChannelHandlerContext, long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Method overridden in GTSH to take into account specific timer for the channel.
- informReadOperation(ChannelHandlerContext, long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- informReadOperation(ChannelHandlerContext, long) - Method in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
- 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
- init(String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- init(SimpleTrustManagerFactory) - Method in class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
- init(ObjectSizeEstimator, Timer, long, long, long, long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- INIT - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksRequest.SocksRequestType
- INIT - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksResponse.SocksResponseType
- initCookie(String, int, int, int, int) - Method in class org.jboss.netty.handler.codec.http.cookie.CookieDecoder
- initCookie(String, String) - Method in class org.jboss.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- initDataMultipart() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Init the delimiter for Global Part (Data).
- initFields() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- initFields() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- initFields() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- initFields() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- initial - Variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictorFactory
- initialBytesToStrip - Variable in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- INITIALIZATION_TIMEOUT - Static variable in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
-
The boss pool raises an exception unless all boss threads start and run within this timeout (in seconds.)
- INITIALIZATION_TIMEOUT - Static variable in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
-
The worker pool raises an exception unless all worker threads start and run within this timeout (in seconds.)
- initialize(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler
- initialize(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
- initialized - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
- initialized - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
- initialized - Variable in class org.jboss.netty.util.internal.ThreadLocalRandom
-
Initialization flag to permit the first and only allowed call to setSeed (inside Random constructor) to succeed.
- initializedLogger - Static variable in class org.jboss.netty.util.internal.SystemPropertyUtil
- initialPos - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.UnpooledSendBuffer
- initialReceiveWindowSize - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- initialSendWindowSize - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- initialSessionReceiveWindowSize - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- initialValue() - Method in class org.jboss.netty.util.internal.ThreadLocalBoolean
- initialValue(Channel) - Method in class org.jboss.netty.channel.ChannelLocal
-
Returns the initial value of the variable.
- initMixedMultipart() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Init the delimiter for Mixed Part (Mixed).
- input - Variable in class org.jboss.netty.handler.codec.marshalling.LimitingByteInput
- inRangeEndExclusive(int, int, int) - Static method in class org.jboss.netty.util.NetUtil
-
Does a range check on
value
if is withinstart
(inclusive) andend
(exclusive). - InsecureTrustManagerFactory - Class in org.jboss.netty.handler.ssl.util
-
An insecure
TrustManagerFactory
that trusts all X.509 certificates without any verification. - InsecureTrustManagerFactory() - Constructor for class org.jboss.netty.handler.ssl.util.InsecureTrustManagerFactory
- insertRandomCharacters(String) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
- insertSpaces(String, int) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
- INSTANCE - Static variable in class org.jboss.netty.handler.codec.embedder.EmbeddedChannelFactory
- 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
- INSTANCE - Static variable in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- INSTANCE - Static variable in class org.jboss.netty.util.internal.CaseIgnoringComparator
- INSTANCE_BE - Static variable in class org.jboss.netty.buffer.DirectChannelBufferFactory
- INSTANCE_BE - Static variable in class org.jboss.netty.buffer.HeapChannelBufferFactory
- INSTANCE_LE - Static variable in class org.jboss.netty.buffer.DirectChannelBufferFactory
- INSTANCE_LE - Static variable in class org.jboss.netty.buffer.HeapChannelBufferFactory
- INSUFFICIENT_STORAGE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
507 Insufficient Storage (WebDAV, RFC4918)
- INTEGER_PATTERN - Static variable in class org.jboss.netty.util.internal.SystemPropertyUtil
- INTEGERS - Static variable in class org.jboss.netty.util.internal.ConversionUtil
- INTEREST_OPS - Enum constant in enum org.jboss.netty.channel.ChannelState
-
Represents a
Channel
'sinterestOps
property - interestOps - Variable in class org.jboss.netty.channel.AbstractChannel
- InterestOps - Search tag in interface org.jboss.netty.channel.Channel
- Section
- interestOpsLock - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- interestOpsLock - Variable in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- 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
- internal_static_org_jboss_netty_example_localtime_LocalTime_descriptor - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol
- internal_static_org_jboss_netty_example_localtime_LocalTime_fieldAccessorTable - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol
- internal_static_org_jboss_netty_example_localtime_LocalTimes_descriptor - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol
- internal_static_org_jboss_netty_example_localtime_LocalTimes_fieldAccessorTable - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol
- internal_static_org_jboss_netty_example_localtime_Location_descriptor - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol
- internal_static_org_jboss_netty_example_localtime_Location_fieldAccessorTable - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol
- internal_static_org_jboss_netty_example_localtime_Locations_descriptor - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol
- internal_static_org_jboss_netty_example_localtime_Locations_fieldAccessorTable - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol
- 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 - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
- 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
- internalGetFieldAccessorTable() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- internalGetFieldAccessorTable() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- internalGetFieldAccessorTable() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- internalGetFieldAccessorTable() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- internalGetFieldAccessorTable() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- internalGetFieldAccessorTable() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- internalGetFieldAccessorTable() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- internalGetFieldAccessorTable() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- internalGetValueMap() - Static method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
- internalGetValueMap() - Static method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
- 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. - InternalLogLevel() - Constructor for enum org.jboss.netty.logging.InternalLogLevel
- internalSubmitWrite(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Deprecated.
- internalValueMap - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
- internalValueMap - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
- InternetProtocolFamily - Enum in org.jboss.netty.channel.socket
-
Internet Protocol (IP) families
- InternetProtocolFamily() - Constructor for enum org.jboss.netty.channel.socket.InternetProtocolFamily
- intToIp(int) - Static method in class org.jboss.netty.handler.codec.socks.SocksCommonUtils
- intToIPv4Address(int) - Static method in class org.jboss.netty.handler.ipfilter.CIDR4
-
Convert an integer into an (IPv4) InetAddress.
- invalid - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- INVALID_CREDENTIALS - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
-
10 Invalid Credentials
- INVALID_FRAME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
- INVALID_HEADER_BLOCK - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
- 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
- Invalid access to the ChannelHandlerContext - Search tag in interface org.jboss.netty.channel.LifeCycleAwareChannelHandler
- Section
- invalidate() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- inWriteNowLoop - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
-
Boolean that indicates that write operation is in progress.
- 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.
This implementation could be changed by implementing a newIpFilterRule
than defaultIpV4SubnetFilterRule
(IPV4 support only),IpSubnetFilterRule
(IPV4 and IPV6 support) orIpFilterRule
(IP and host name string pattern support) .
The check is done by going from step to step in the underlying array of IpFilterRule.
EachIpFilterRule
answers to the method accept if theInetAddress
is accepted or not, according to its implementation. - IpFilterRuleHandler() - Constructor for class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
-
Empty constructor (no IpFilterRule in the List at construction).
- IpFilterRuleHandler(List<IpFilterRule>) - Constructor for class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
-
Constructor from a new list of IpFilterRule
- ipFilterRuleList - Variable in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
-
List of
IpFilterRule
- 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.
- ipPattern - Variable in class org.jboss.netty.handler.ipfilter.PatternRule
- 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 subnet = new IpSubnet("10.10.10.0/24"); or
IpSubnet subnet = new IpSubnet("10.10.10.0/255.255.255.0"); or
IpSubnet subnet = new IpSubnet("1fff:0:0a88:85a3:0:0:0:0/24"); - 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.
Note that mix of IPV4 and IPV6 is allowed but it is not recommended. - IpSubnetFilterRule(boolean) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
-
Constructor for a ALLOW or DENY ALL
- IpSubnetFilterRule(boolean, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
- 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
- IPv4 - Enum constant in enum org.jboss.netty.channel.socket.InternetProtocolFamily
- IPv4 - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.AddressType
- IPV4_BYTE_COUNT - Static variable in class org.jboss.netty.util.NetUtil
-
Number of bytes needed to represent and IPV4 value
- IPv4_HOSTNAME_ZEROED - Static variable in class org.jboss.netty.handler.codec.socks.SocksCmdResponse
- IPV4_MAX_CHAR_BETWEEN_SEPARATOR - Static variable in class org.jboss.netty.util.NetUtil
-
Maximum amount of value adding characters in between IPV4 separators
- IPV4_SEPARATORS - Static variable in class org.jboss.netty.util.NetUtil
-
Number of separators that must be present in an IPv4 string
- ipv4AddressToInt(byte[]) - Static method in class org.jboss.netty.handler.ipfilter.CIDR4
-
Given an IPv4 address as array of bytes, convert it into an integer.
- ipv4AddressToInt(InetAddress) - Static method in class org.jboss.netty.handler.ipfilter.CIDR4
-
Given an IPv4 address, convert it into an integer.
- ipv4PrefixLengthToLength(int) - Static method in class org.jboss.netty.handler.ipfilter.CIDR4
-
Given an IPv4 baseAddress length, return the block length.
- ipv4PrefixLengthToMask(int) - Static method in class org.jboss.netty.handler.ipfilter.CIDR4
-
Given a baseAddress length, return a netmask.
- IpV4Subnet - Class in org.jboss.netty.handler.ipfilter
-
This class allows to check if an IP-V4-Address is contained in a subnet.
Supported Formats for the Subnets are: 1.1.1.1/255.255.255.255 or 1.1.1.1/32 (CIDR-Notation) and (InetAddress,Mask) where Mask is a integer for CIDR-notation or a String for Standard Mask notation.
Example1:
IpV4Subnet ips = new IpV4Subnet("192.168.1.0/24");
System.out.println("Result: "+ ips.contains("192.168.1.123"));
System.out.println("Result: "+ ips.contains(inetAddress2));
Example1 bis:
IpV4Subnet ips = new IpV4Subnet(inetAddress, 24);
where inetAddress is 192.168.1.0 and inetAddress2 is 192.168.1.123
Example2:
IpV4Subnet ips = new IpV4Subnet("192.168.1.0/255.255.255.0");
System.out.println("Result: "+ ips.contains("192.168.1.123"));
System.out.println("Result: "+ ips.contains(inetAddress2));
Example2 bis:
IpV4Subnet ips = new IpV4Subnet(inetAddress, "255.255.255.0");
where inetAddress is 192.168.1.0 and inetAddress2 is 192.168.1.123 - 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, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
- 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
- IPv6 - Enum constant in enum org.jboss.netty.channel.socket.InternetProtocolFamily
- IPv6 - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.AddressType
- IPV6_BYTE_COUNT - Static variable in class org.jboss.netty.util.NetUtil
-
Number of bytes needed to represent and IPV6 value
- IPv6_HOSTNAME_ZEROED - Static variable in class org.jboss.netty.handler.codec.socks.SocksCmdResponse
- IPV6_MAX_CHAR_BETWEEN_SEPARATOR - Static variable in class org.jboss.netty.util.NetUtil
-
Maximum amount of value adding characters in between IPV6 separators
- IPV6_MAX_CHAR_COUNT - Static variable in class org.jboss.netty.util.NetUtil
-
The maximum number of characters for an IPV6 string with no scope
- IPV6_MAX_SEPARATORS - Static variable in class org.jboss.netty.util.NetUtil
-
Maximum number of separators that must be present in an IPv6 string
- IPV6_MIN_SEPARATORS - Static variable in class org.jboss.netty.util.NetUtil
-
Minimum number of separators that must be present in an IPv6 string
- IPV6_WORD_COUNT - Static variable in class org.jboss.netty.util.NetUtil
-
This defines how many words (represented as ints) are needed to represent an IPv6 address
- ipv6AddressToBigInteger(InetAddress) - Static method in class org.jboss.netty.handler.ipfilter.CIDR6
-
Given an IPv6 address, convert it into a BigInteger.
- ipv6CidrMaskToBaseAddress(int) - Static method in class org.jboss.netty.handler.ipfilter.CIDR6
-
Given an IPv6 baseAddress length, return the block length.
- ipv6CidrMaskToMask(int) - Static method in class org.jboss.netty.handler.ipfilter.CIDR6
- ipv6conseqZeroFiller - Static variable in class org.jboss.netty.handler.codec.socks.SocksCommonUtils
- ipv6hextetSeparator - Static variable in class org.jboss.netty.handler.codec.socks.SocksCommonUtils
- ipv6toCompressedForm(byte[]) - Static method in class org.jboss.netty.handler.codec.socks.SocksCommonUtils
- ipv6toStr(byte[]) - Static method in class org.jboss.netty.handler.codec.socks.SocksCommonUtils
- ipv6toStr(StringBuilder, byte[], int, int) - Static method in class org.jboss.netty.handler.codec.socks.SocksCommonUtils
- IS_WINDOWS - Static variable in class org.jboss.netty.util.internal.DetectionUtil
- 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. - isActiveStream(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- isAllowRule - Variable in class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
-
Is this IpV4Subnet an ALLOW or DENY rule
- isAllowRule - Variable in class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
-
Is this IpV4Subnet an ALLOW or DENY rule
- isAllowRule - Variable in class org.jboss.netty.handler.ipfilter.PatternRule
- 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 aChannel
. - 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 ifnetty-tcnative
and its OpenSSL support are available. - isAvailable() - Static method in class org.jboss.netty.util.internal.AtomicFieldUpdaterUtil
- 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.local.DefaultLocalChannel
- isBound() - Method in class org.jboss.netty.channel.local.DefaultLocalServerChannel
- isBound() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- isBound() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- isBound() - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannel
- isBound() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- isBound() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- isBound() - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketChannel
- isBound() - Method in class org.jboss.netty.handler.codec.embedder.EmbeddedChannel
- isBroadcast() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.SO_BROADCAST
option. - isBroadcast() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- isCancelled() - Method in interface org.jboss.netty.channel.ChannelFuture
-
Returns
true
if and only if this future was cancelled by aChannelFuture.cancel()
method. - isCancelled() - Method in class org.jboss.netty.channel.CompleteChannelFuture
- isCancelled() - Method in class org.jboss.netty.channel.DefaultChannelFuture
- isCancelled() - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- isCancelled() - Method in interface org.jboss.netty.util.Timeout
-
Returns
true
if and only if theTimerTask
associated with this handle has been cancelled. - isChecking() - Method in class org.jboss.netty.handler.codec.http.websocketx.Utf8Validator
- isChunked - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Chunked false by default
- 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 theHttpChunk
s, which is generated byHttpMessageDecoder
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 theChannel
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.local.DefaultLocalChannel
- isConnected() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- isConnected() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- isConnected() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- isConnected() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- isConnected() - Method in class org.jboss.netty.handler.codec.embedder.EmbeddedChannel
- isConsolidateOnFlush() - Method in class org.jboss.netty.handler.queue.BufferedWriteHandler
- isContentAlwaysEmpty(HttpMessage) - Method in class org.jboss.netty.handler.codec.http.HttpClientCodec.Decoder
- 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.HttpCodecUtil
- isContentLengthSet(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
- isDebugEnabled() - Method in class org.jboss.netty.logging.CommonsLogger
- isDebugEnabled() - Method in interface org.jboss.netty.logging.InternalLogger
-
Returns
true
if a DEBUG level message is logged. - isDebugEnabled() - Method in class org.jboss.netty.logging.JBossLogger
- isDebugEnabled() - Method in class org.jboss.netty.logging.JdkLogger
- isDebugEnabled() - Method in class org.jboss.netty.logging.Log4JLogger
- isDebugEnabled() - Method in class org.jboss.netty.logging.OsgiLogger
- isDebugEnabled() - Method in class org.jboss.netty.logging.Slf4JLogger
- 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
- isDirect() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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.channel.socket.nio.AbstractNioChannel.WriteRequestQueue
- isEmpty() - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
-
Returns
true
if and only if the produce queue is empty and thereforeAbstractCodecEmbedder.poll()
will returnnull
. - 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.serialization.ReferenceMap
- 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
- isEmpty() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.EntrySet
- isEmpty() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.KeySet
- isEmpty() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Values
- isEmpty() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.EntrySet
- isEmpty() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.KeySet
- isEmpty() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Values
- 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
- isEncrypted(ChannelBuffer) - Static method in class org.jboss.netty.handler.ssl.SslHandler
-
Returns
true
if the givenChannelBuffer
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 class org.jboss.netty.logging.CommonsLogger
- isErrorEnabled() - Method in interface org.jboss.netty.logging.InternalLogger
-
Returns
true
if an ERROR level message is logged. - isErrorEnabled() - Method in class org.jboss.netty.logging.JBossLogger
- isErrorEnabled() - Method in class org.jboss.netty.logging.JdkLogger
- isErrorEnabled() - Method in class org.jboss.netty.logging.Log4JLogger
- isErrorEnabled() - Method in class org.jboss.netty.logging.OsgiLogger
- isErrorEnabled() - Method in class org.jboss.netty.logging.Slf4JLogger
- isExpired() - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- isExpired() - Method in interface org.jboss.netty.util.Timeout
-
Returns
true
if and only if theTimerTask
associated with this handle has been expired. - isFactorial(int) - Static method in class org.jboss.netty.example.portunification.PortUnificationServerHandler
- 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 specifiedactualCause
, which was raised while handling the specifiedevent
, must trigger anexceptionCaught()
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
- isGzip() - Method in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
- isGzip(int, int) - Method in class org.jboss.netty.example.portunification.PortUnificationServerHandler
- isHandshakeComplete() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Flag to indicate if the opening handshake is complete
- isHeldByCurrentThread() - Method in class org.jboss.netty.util.internal.NonReentrantLock
- isHeldExclusively() - Method in class org.jboss.netty.util.internal.NonReentrantLock
- isHttp(int, int) - Static method in class org.jboss.netty.example.portunification.PortUnificationServerHandler
- 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 - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- isInboundDone() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
- isInfoEnabled() - Method in class org.jboss.netty.logging.CommonsLogger
- isInfoEnabled() - Method in interface org.jboss.netty.logging.InternalLogger
-
Returns
true
if an INFO level message is logged. - isInfoEnabled() - Method in class org.jboss.netty.logging.JBossLogger
- isInfoEnabled() - Method in class org.jboss.netty.logging.JdkLogger
- isInfoEnabled() - Method in class org.jboss.netty.logging.Log4JLogger
- isInfoEnabled() - Method in class org.jboss.netty.logging.OsgiLogger
- isInfoEnabled() - Method in class org.jboss.netty.logging.Slf4JLogger
- isInitialized() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- isInitialized() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- isInitialized() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- isInitialized() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- isInitialized() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- isInitialized() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- isInitialized() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- isInitialized() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- 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. - isIoThread() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- isIoThread(AbstractNioChannel<?>) - Static method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- isIoThread(AbstractOioChannel) - Static method in class org.jboss.netty.channel.socket.oio.AbstractOioWorker
- 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
-
Gets the
StandardSocketOptions.SO_KEEPALIVE
option. - 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. - isKey - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
If not multipart, does the currentBuffer stands for the Key or for the Value
- 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. - isLastChunk - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Does the last chunk already received
- isLastChunk - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Does the last non empty chunk already encoded so that next chunk will be empty (last chunk)
- isLastChunk - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Does the last chunk already received
- isLastChunkSent - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Last chunk already sent
- isLineBased(ChannelBuffer[]) - Static method in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
-
Returns true if the delimiters are "\n" and "\r\n".
- isLocalhost(InetAddress) - Static method in class org.jboss.netty.handler.ipfilter.PatternRule
- isLocalSideClosed() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- isLocalSideClosed(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- isLoopbackModeDisabled() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.IP_MULTICAST_LOOP
option. - isLoopbackModeDisabled() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- isLoopbackModeDisabled() - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- isMultipart - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Does this request is a Multipart request
- isMultipart() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
- 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
- isMultipart(HttpRequest) - Static method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Check if the given request is a multipart request
- ISO_8859_1 - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
-
Charset for 8BIT
- ISO_8859_1 - Static variable in class org.jboss.netty.util.CharsetUtil
-
ISO Latin Alphabet No.
- 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.local.DefaultLocalChannel
- isOpen() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- isOrderedMap(Map<?, ?>) - Static method in class org.jboss.netty.bootstrap.Bootstrap
- isOSX() - Static method in class org.jboss.netty.util.internal.NativeLibraryLoader
- isOutboundDone - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- 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
- isPersist() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
- isPersisted() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
- 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. - isRegistered(LocalAddress) - Static method in class org.jboss.netty.channel.local.LocalChannelRegistry
- isRemoteInitiatedId(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- isRemoteSideClosed() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- isRemoteSideClosed(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- isRenamed - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
- isRenamed - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- isReuseAddress() - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.SO_REUSEADDR
option. - isReuseAddress() - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- isReuseAddress() - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
- isReuseAddress() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
- isReuseAddress() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- isReuseAddress() - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
-
Gets the
StandardSocketOptions.SO_REUSEADDR
option. - isReuseAddress() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
-
Gets the
StandardSocketOptions.SO_REUSEADDR
option. - isRunning - Variable in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor.ChildExecutor
- 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. - isServerId(int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
-
Returns
true
if ID is for a server initiated stream or ping. - 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
- isShutdown(Executor) - Static method in class org.jboss.netty.util.internal.ExecutorUtil
- isSocketBound() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- isSocketBound() - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- isSocketBound() - Method in class org.jboss.netty.channel.socket.oio.OioSocketChannel
- isSocketClosed() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- isSocketClosed() - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- isSocketClosed() - Method in class org.jboss.netty.channel.socket.oio.OioSocketChannel
- isSocketConnected() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- isSocketConnected() - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- isSocketConnected() - Method in class org.jboss.netty.channel.socket.oio.OioSocketChannel
- isSsl(ChannelBuffer) - Method in class org.jboss.netty.example.portunification.PortUnificationServerHandler
- isSubclass() - Method in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
-
Return
true
if the current instance is a subclass of DelimiterBasedFrameDecoder - 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
- issueHandshake - Variable in class org.jboss.netty.handler.ssl.SslHandler
- issueSessionError(ChannelHandlerContext, Channel, SocketAddress, SpdySessionStatus) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- issueStreamError(ChannelHandlerContext, SocketAddress, int, SpdyStreamStatus) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- isTcpNoDelay() - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
- isTcpNoDelay() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- isTcpNoDelay() - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
-
Gets the
StandardSocketOptions.TCP_NODELAY
option. - isTerminated() - Method in class org.jboss.netty.util.VirtualExecutorService
- isTransferEncodingChunked(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http.HttpCodecUtil
- 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. - isValid() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- isValidFrameHeader(int, int, byte, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
- isValidHexChar(char) - Static method in class org.jboss.netty.util.NetUtil
- 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
- isValidNumericChar(char) - Static method in class org.jboss.netty.util.NetUtil
- isWarnEnabled() - Method in class org.jboss.netty.logging.CommonsLogger
- isWarnEnabled() - Method in interface org.jboss.netty.logging.InternalLogger
-
Returns
true
if a WARN level message is logged. - isWarnEnabled() - Method in class org.jboss.netty.logging.JBossLogger
- isWarnEnabled() - Method in class org.jboss.netty.logging.JdkLogger
- isWarnEnabled() - Method in class org.jboss.netty.logging.Log4JLogger
- isWarnEnabled() - Method in class org.jboss.netty.logging.OsgiLogger
- isWarnEnabled() - Method in class org.jboss.netty.logging.Slf4JLogger
- isWindows() - Static method in class org.jboss.netty.util.internal.DetectionUtil
-
Return
true
if the JVM is running on Windows - isWindows() - Static method in class org.jboss.netty.util.internal.NativeLibraryLoader
- 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. - isWritable() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- iterator - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Iterator to be used when encoding will be called chunk after chunk
- iterator() - Method in class org.jboss.netty.channel.ChannelLocal
- iterator() - Method in interface org.jboss.netty.channel.group.ChannelGroupFuture
-
Returns the
Iterator
that enumerates allChannelFuture
s 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
- iterator() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.EntrySet
- iterator() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.KeySet
- iterator() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Values
- iterator() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.EntrySet
- iterator() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.KeySet
- iterator() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Values
- iterator() - Method in class org.jboss.netty.util.MapBackedSet
J
- JAVA_VERSION - Static variable in class org.jboss.netty.util.internal.DetectionUtil
- javaVersion() - Static method in class org.jboss.netty.util.internal.DetectionUtil
- javaVersion0() - Static method in class org.jboss.netty.util.internal.DetectionUtil
- JBossLogger - Class in org.jboss.netty.logging
-
JBoss Logging logger.
- JBossLogger(Logger) - Constructor for class org.jboss.netty.logging.JBossLogger
- JBossLoggerFactory - Class in org.jboss.netty.logging
-
Logger factory which creates a JBoss Logging logger.
- JBossLoggerFactory() - Constructor for class org.jboss.netty.logging.JBossLoggerFactory
- JDK - Enum constant in enum org.jboss.netty.handler.ssl.SslProvider
-
JDK's default implementation.
- JdkLogger - Class in org.jboss.netty.logging
-
java.util.logging logger.
- JdkLogger(Logger, String) - Constructor for class org.jboss.netty.logging.JdkLogger
- 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(File, TrustManagerFactory) - 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(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. - JdkSslContext(SslBufferPool, Iterable<String>) - Constructor for class org.jboss.netty.handler.ssl.JdkSslContext
- 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(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) - 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(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. - 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. - JettyNpnSslSession - Class in org.jboss.netty.handler.ssl
- JettyNpnSslSession(SSLEngine) - Constructor for class org.jboss.netty.handler.ssl.JettyNpnSslSession
- joinGroup(InetAddress) - Method in interface org.jboss.netty.channel.socket.DatagramChannel
-
Joins a multicast group.
- joinGroup(InetAddress) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- joinGroup(InetAddress) - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- 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.
- joinGroup(InetSocketAddress, NetworkInterface) - Method in interface org.jboss.netty.channel.socket.DatagramChannel
-
Joins the specified multicast group at the specified interface.
- joinGroup(InetSocketAddress, NetworkInterface) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- joinGroup(InetSocketAddress, NetworkInterface) - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
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"
- keepAliveDefault - Variable in class org.jboss.netty.handler.codec.http.HttpVersion
- key - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderEntry
- key - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderEntry
- key - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashEntry
- key - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.SimpleEntry
- key - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry
- key() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashEntry
- key() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashEntry
- KEY_MANAGEMENT_FAILURE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
-
463 Key management failure
- KEY_PATTERN - Static variable in class org.jboss.netty.handler.ssl.PemReader
- keyEq(Object, Object) - Static method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- keyEq(Object, Object) - Static method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- keyHash() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.WeakKeyReference
- KeyIterator() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.KeyIterator
- KeyIterator() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.KeyIterator
- KEYMGMT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
-
"KeyMgmt"
- keyRef - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashEntry
- keyRef() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.WeakKeyReference
- keys() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Returns an enumeration of the keys in this table.
- keys() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Returns an enumeration of the keys in this table.
- keySet - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
- keySet - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
- keySet() - Method in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- keySet() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Returns a
Set
view of the keys contained in this map. - keySet() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Returns a
Set
view of the keys contained in this map. - KeySet() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.KeySet
- KeySet() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.KeySet
- KNOWN_NAMES - Static variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- KNOWN_VALUES - Static variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- Known issues - Search tag in class org.jboss.netty.handler.ssl.SslHandler
- Section
L
- last - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.GatheringSendBuffer
- last - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpChunk
- last - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyStreamFrame
- LAST_CHUNK - Static variable in interface org.jboss.netty.handler.codec.http.HttpChunk
-
The 'end of content' marker in chunked encoding.
- LAST_CHUNK - Static variable in class org.jboss.netty.handler.codec.http.HttpMessageEncoder
- 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"
- lastAccessedComponentId - Variable in class org.jboss.netty.buffer.CompositeChannelBuffer
- lastActivityTimeMillis - Variable in class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
- lastCumulativeTime - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Last Time where cumulative bytes where reset to zero: this time is a real EPOC time (informative only)
- lastGoodStreamId - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
- lastGoodStreamId - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- lastIndexOf(ChannelBuffer, int, int, byte) - Static method in class org.jboss.netty.buffer.ChannelBuffers
- lastIndexOf(ChannelBuffer, int, int, ChannelBufferIndexFinder) - Static method in class org.jboss.netty.buffer.ChannelBuffers
- lastMultiplier - Variable in class org.jboss.netty.example.factorial.FactorialServerHandler
- lastPrimingReadResult - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- lastReadBytes - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Last read bytes number during last check interval
- lastReadingTime - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Last reading time during last check interval
- lastReadThroughput - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Last reading bandwidth
- lastReadTime - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler.State
- lastReadTime - Variable in class org.jboss.netty.handler.timeout.ReadTimeoutHandler.State
- lastReadTimestamp - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
- lastReadTimestamp - Variable in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler.PerChannel
- lastReturned - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- lastReturned - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- lastTime - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Last Time Check taken
- lastWriteThroughput - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Last writing bandwidth
- lastWriteTime - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler.State
- lastWriteTimestamp - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
- lastWriteTimestamp - Variable in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler.PerChannel
- lastWritingTime - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Last future writing time during last check interval
- lastWrittenBytes - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Last written bytes number during last check interval
- 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(InetAddress) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- leaveGroup(InetAddress) - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- 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.
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in interface org.jboss.netty.channel.socket.DatagramChannel
-
Leaves a multicast group on a specified local interface.
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- length - Variable in class org.jboss.netty.buffer.SlicedChannelBuffer
- length - Variable in class org.jboss.netty.buffer.TruncatedChannelBuffer
- length - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
- length - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- 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_FIELD_SIZE - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- LENGTH_PLACEHOLDER - Static variable in class org.jboss.netty.handler.codec.marshalling.MarshallingEncoder
- LENGTH_PLACEHOLDER - Static variable in class org.jboss.netty.handler.codec.serialization.ObjectEncoder
- 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
- lengthAdjustment - Variable in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- LengthFieldBasedFrameDecoder - Class in org.jboss.netty.handler.codec.frame
-
A decoder that splits the received
ChannelBuffer
s 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.
- lengthFieldEndOffset - Variable in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- lengthFieldLength - Variable in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- lengthFieldLength - Variable in class org.jboss.netty.handler.codec.frame.LengthFieldPrepender
- lengthFieldOffset - Variable in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- 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.
- lengthIncludesLengthFieldLength - Variable in class org.jboss.netty.handler.codec.frame.LengthFieldPrepender
- level - Variable in class org.jboss.netty.handler.logging.LoggingHandler
- 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 aChannelPipeline
. - Life cycle of threads and graceful shutdown - Search tag in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
- Section
- Life cycle of threads and graceful shutdown - Search tag in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
- Section
- Life cycle of threads and graceful shutdown - Search tag in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
- Section
- Life cycle of threads and graceful shutdown - Search tag in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
- Section
- Life cycle of threads and graceful shutdown - Search tag in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
- Section
- Life cycle of threads and graceful shutdown - Search tag in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
- Section
- limit - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
- limit - Variable in class org.jboss.netty.handler.codec.marshalling.LimitingByteInput
- limit - Variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.Limiter
- Limitation - Search tag in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
- Section
- Limitation - Search tag in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
- Section
- Limitation - Search tag in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
- Section
- Limitation - Search tag in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
- Section
- Limitations - Search tag in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- Section
- Limiter(long) - Constructor for class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.Limiter
- LimitingByteInput - Class in org.jboss.netty.handler.codec.marshalling
-
ByteInput
implementation which wraps anotherByteInput
and throws aLimitingByteInput.TooBigObjectException
if the read limit was reached. - LimitingByteInput(ByteInput, long) - Constructor for class org.jboss.netty.handler.codec.marshalling.LimitingByteInput
- LimitingByteInput.TooBigObjectException - Exception Class in org.jboss.netty.handler.codec.marshalling
-
Exception that will get thrown if the
Object
is to big to unmarshall - limitSize - Variable in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
- limitSize - Variable in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
- LINEAR_WHITESPACE - Static variable in interface org.jboss.netty.buffer.ChannelBufferIndexFinder
-
Index finder which locates a linear whitespace (
' '
and'\t'
). - lineBasedDecoder - Variable in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
-
Set only when decoding with "\n" and "\r\n" as the delimiter.
- LineBasedFrameDecoder - Class in org.jboss.netty.handler.codec.frame
-
A decoder that splits the received
ChannelBuffer
s 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.
- lineBuf - Variable in class org.jboss.netty.buffer.ChannelBufferInputStream
- lineDelimiter() - Static method in class org.jboss.netty.handler.codec.frame.Delimiters
-
Returns
CR ('\r')
andLF ('\n')
delimiters, which could be used for text-based line protocols. - listener - Variable in class org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
- 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(byte[]) - Constructor for class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
-
Creates a new little-endian heap buffer with an existing byte array.
- LittleEndianHeapChannelBuffer(byte[], int, int) - Constructor for class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
- LittleEndianHeapChannelBuffer(int) - Constructor for class org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
-
Creates a new little-endian heap buffer with a newly allocated byte array.
- littleEndianLock - Variable in class org.jboss.netty.buffer.DirectChannelBufferFactory
- load(String, ClassLoader) - Static method in class org.jboss.netty.util.internal.NativeLibraryLoader
-
Load the given library with the specified
ClassLoader
- loadFactor - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
-
The load factor for the hash table.
- loadFactor - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
-
The load factor for the hash table.
- loadFieldMultipart(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Load the field value from a Multipart request
- loadFieldMultipartStandard(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Load the field value from a Multipart request
- LOCAL_PORT - Static variable in class org.jboss.netty.example.proxy.HexDumpProxy
- localAddress - Variable in class org.jboss.netty.bootstrap.ServerBootstrap.Binder
- localAddress - Variable in class org.jboss.netty.channel.local.DefaultLocalChannel
- localAddress - Variable in class org.jboss.netty.channel.local.DefaultLocalServerChannel
- localAddress - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- localAddress - Variable in class org.jboss.netty.channel.socket.nio.NioServerBoss.RegisterTask
- localAddress - Variable in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- localAddress - Variable in class org.jboss.netty.handler.codec.embedder.EmbeddedChannel
- 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. - LocalChannelRegistry - Class in org.jboss.netty.channel.local
- LocalChannelRegistry() - Constructor for class org.jboss.netty.channel.local.LocalChannelRegistry
- LocalClientChannelFactory - Interface in org.jboss.netty.channel.local
-
A
ChannelFactory
that creates a client-sideLocalChannel
. - LocalClientChannelSink - Class in org.jboss.netty.channel.local
- LocalClientChannelSink() - Constructor for class org.jboss.netty.channel.local.LocalClientChannelSink
- localConcurrentStreams - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- LocalEchoServerRegistration - Class in org.jboss.netty.example.http.tunnel
-
Deploy this in JBossAS 5 or other IoC container by adding the following bean.
- LocalEchoServerRegistration() - Constructor for class org.jboss.netty.example.http.tunnel.LocalEchoServerRegistration
- LocalExample - Class in org.jboss.netty.example.local
- LocalExample() - Constructor for class org.jboss.netty.example.local.LocalExample
- localhost - Variable in class org.jboss.netty.handler.ipfilter.PatternRule
- localRandom - Static variable in class org.jboss.netty.util.internal.ThreadLocalRandom
-
The actual ThreadLocal
- LocalServerChannel - Interface in org.jboss.netty.channel.local
-
A
ServerChannel
for the local transport. - LocalServerChannelFactory - Interface in org.jboss.netty.channel.local
-
A
ServerChannelFactory
that creates aLocalServerChannel
. - LocalServerChannelSink - Class in org.jboss.netty.channel.local
- LocalServerChannelSink() - Constructor for class org.jboss.netty.channel.local.LocalServerChannelSink
- localSideClosed - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- LocalTime(boolean) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- LocalTime(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- LocalTime(GeneratedMessage.Builder<?>) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- localTime_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- localTime_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- LOCALTIME_FIELD_NUMBER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- localTimeBuilder_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- LocalTimeClient - Class in org.jboss.netty.example.localtime
-
Sends a list of continent/city pairs to a
LocalTimeServer
to get the local times of the specified cities. - LocalTimeClient() - Constructor for class org.jboss.netty.example.localtime.LocalTimeClient
- LocalTimeClientHandler - Class in org.jboss.netty.example.localtime
- LocalTimeClientHandler() - Constructor for class org.jboss.netty.example.localtime.LocalTimeClientHandler
- LocalTimeClientPipelineFactory - Class in org.jboss.netty.example.localtime
- LocalTimeClientPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.localtime.LocalTimeClientPipelineFactory
- LocalTimeProtocol - Class in org.jboss.netty.example.localtime
- LocalTimeProtocol() - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol
- LocalTimeProtocol.Continent - Enum in org.jboss.netty.example.localtime
-
Protobuf enum
org.jboss.netty.example.localtime.Continent
- LocalTimeProtocol.DayOfWeek - Enum in org.jboss.netty.example.localtime
-
Protobuf enum
org.jboss.netty.example.localtime.DayOfWeek
- LocalTimeProtocol.LocalTime - Class in org.jboss.netty.example.localtime
-
Protobuf type
org.jboss.netty.example.localtime.LocalTime
- LocalTimeProtocol.LocalTime.Builder - Class in org.jboss.netty.example.localtime
-
Protobuf type
org.jboss.netty.example.localtime.LocalTime
- LocalTimeProtocol.LocalTimeOrBuilder - Interface in org.jboss.netty.example.localtime
- LocalTimeProtocol.LocalTimes - Class in org.jboss.netty.example.localtime
-
Protobuf type
org.jboss.netty.example.localtime.LocalTimes
- LocalTimeProtocol.LocalTimes.Builder - Class in org.jboss.netty.example.localtime
-
Protobuf type
org.jboss.netty.example.localtime.LocalTimes
- LocalTimeProtocol.LocalTimesOrBuilder - Interface in org.jboss.netty.example.localtime
- LocalTimeProtocol.Location - Class in org.jboss.netty.example.localtime
-
Protobuf type
org.jboss.netty.example.localtime.Location
- LocalTimeProtocol.Location.Builder - Class in org.jboss.netty.example.localtime
-
Protobuf type
org.jboss.netty.example.localtime.Location
- LocalTimeProtocol.LocationOrBuilder - Interface in org.jboss.netty.example.localtime
- LocalTimeProtocol.Locations - Class in org.jboss.netty.example.localtime
-
Protobuf type
org.jboss.netty.example.localtime.Locations
- LocalTimeProtocol.Locations.Builder - Class in org.jboss.netty.example.localtime
-
Protobuf type
org.jboss.netty.example.localtime.Locations
- LocalTimeProtocol.LocationsOrBuilder - Interface in org.jboss.netty.example.localtime
- LocalTimes(boolean) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- LocalTimes(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- LocalTimes(GeneratedMessage.Builder<?>) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- LocalTimeServer - Class in org.jboss.netty.example.localtime
-
Receives a list of continent/city pairs from a
LocalTimeClient
to get the local times of the specified cities. - LocalTimeServer() - Constructor for class org.jboss.netty.example.localtime.LocalTimeServer
- LocalTimeServerHandler - Class in org.jboss.netty.example.localtime
- LocalTimeServerHandler() - Constructor for class org.jboss.netty.example.localtime.LocalTimeServerHandler
- LocalTimeServerPipelineFactory - Class in org.jboss.netty.example.localtime
- LocalTimeServerPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.localtime.LocalTimeServerPipelineFactory
- Location(boolean) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- Location(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- Location(GeneratedMessage.Builder<?>) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- LOCATION - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
-
"Location"
- location_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- location_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- LOCATION_FIELD_NUMBER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- locationBuilder_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- Locations(boolean) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- Locations(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- Locations(GeneratedMessage.Builder<?>) - Constructor for class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- lock() - Method in class org.jboss.netty.util.internal.NonReentrantLock
- LOCKED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
423 Locked (WebDAV, RFC4918)
- lockInterruptibly() - Method in class org.jboss.netty.util.internal.NonReentrantLock
- log(String) - Static method in class org.jboss.netty.util.internal.SystemPropertyUtil
- log(String, Exception) - Static method in class org.jboss.netty.util.internal.SystemPropertyUtil
- log(ChannelEvent) - Method in class org.jboss.netty.handler.logging.LoggingHandler
-
Logs the specified event to the
InternalLogger
returned byLoggingHandler.getLogger()
. - 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 class org.jboss.netty.logging.AbstractInternalLogger
- log(InternalLogLevel, String, Throwable) - Method in interface org.jboss.netty.logging.InternalLogger
-
Logs a message.
- Log4JLogger - Class in org.jboss.netty.logging
-
Apache Log4J logger.
- Log4JLogger(Logger) - Constructor for class org.jboss.netty.logging.Log4JLogger
- Log4JLoggerFactory - Class in org.jboss.netty.logging
-
Logger factory which creates an Apache Log4J logger.
- Log4JLoggerFactory() - Constructor for class org.jboss.netty.logging.Log4JLoggerFactory
- logged - Variable in class org.jboss.netty.util.internal.SharedResourceMisuseDetector
- loggedException - Static variable in class org.jboss.netty.util.internal.SystemPropertyUtil
- logger - Static variable in class org.jboss.netty.channel.CompleteChannelFuture
- logger - Static variable in class org.jboss.netty.channel.DefaultChannelFuture
- logger - Static variable in class org.jboss.netty.channel.DefaultChannelPipeline
- logger - Static variable in class org.jboss.netty.channel.DefaultFileRegion
- logger - Static variable in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- logger - Static variable in class org.jboss.netty.channel.local.LocalClientChannelSink
- logger - Static variable in class org.jboss.netty.channel.SimpleChannelHandler
- logger - Static variable in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
- logger - Static variable in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
- logger - Static variable in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
- logger - Static variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
-
Internal Netty logger.
- logger - Static variable in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
- logger - Static variable in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- logger - Static variable in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- logger - Static variable in class org.jboss.netty.channel.socket.nio.NioClientSocketChannel
- logger - Static variable in class org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink
- logger - Static variable in class org.jboss.netty.channel.socket.nio.NioServerSocketChannel
- logger - Static variable in class org.jboss.netty.channel.socket.nio.SelectorUtil
- logger - Static variable in class org.jboss.netty.channel.socket.oio.OioServerSocketChannel
- logger - Static variable in class org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink
- logger - Static variable in class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerHandler
- logger - Variable in class org.jboss.netty.handler.codec.http.cookie.CookieDecoder
- logger - Variable in class org.jboss.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- logger - Static variable in class org.jboss.netty.handler.codec.http.HttpContentCompressor
- logger - Static variable in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
- logger - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- logger - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
- logger - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
- logger - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
- logger - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
- logger - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
- logger - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
- logger - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
- logger - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
- logger - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
- logger - Static variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- logger - Static variable in class org.jboss.netty.handler.ipfilter.CIDR6
- logger - Static variable in class org.jboss.netty.handler.ipfilter.IpFilterRuleList
- logger - Static variable in class org.jboss.netty.handler.ipfilter.IpSubnet
- logger - Static variable in class org.jboss.netty.handler.ipfilter.PatternRule
- logger - Variable in class org.jboss.netty.handler.logging.LoggingHandler
- logger - Static variable in class org.jboss.netty.handler.ssl.JdkSslContext
- logger - Static variable in class org.jboss.netty.handler.ssl.OpenSsl
- logger - Static variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- logger - Static variable in class org.jboss.netty.handler.ssl.OpenSslServerContext
- logger - Static variable in class org.jboss.netty.handler.ssl.PemReader
- logger - Static variable in class org.jboss.netty.handler.ssl.SslHandler
- logger - Static variable in class org.jboss.netty.handler.ssl.util.InsecureTrustManagerFactory
- logger - Static variable in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
- logger - Static variable in class org.jboss.netty.handler.stream.ChunkedWriteHandler
- logger - Static variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Internal logger
- logger - Static variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- logger - Static variable in class org.jboss.netty.handler.traffic.TrafficCounter
- logger - Variable in class org.jboss.netty.logging.CommonsLogger
- logger - Variable in class org.jboss.netty.logging.JBossLogger
- logger - Variable in class org.jboss.netty.logging.JdkLogger
- logger - Variable in class org.jboss.netty.logging.Log4JLogger
- logger - Variable in class org.jboss.netty.logging.Slf4JLogger
- logger - Static variable in class org.jboss.netty.util.HashedWheelTimer
- logger - Static variable in class org.jboss.netty.util.internal.NativeLibraryLoader
- logger - Static variable in class org.jboss.netty.util.internal.SharedResourceMisuseDetector
- logger - Static variable in class org.jboss.netty.util.internal.SystemPropertyUtil
- logger - Static variable in class org.jboss.netty.util.NetUtil
-
The logger being used by this class
- logger - Static variable in class org.jboss.netty.util.ThreadRenamingRunnable
- loggerFactory - Variable in class org.jboss.netty.container.osgi.NettyBundleActivator
- loggerName - Variable in class org.jboss.netty.logging.CommonsLogger
- loggerName - Variable in class org.jboss.netty.logging.JdkLogger
- LoggingHandler - Class in org.jboss.netty.handler.logging
-
A
ChannelHandler
that logs all events viaInternalLogger
. - 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(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.
- 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(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.
- logService - Variable in class org.jboss.netty.logging.OsgiLoggerFactory
- logServiceTracker - Variable in class org.jboss.netty.logging.OsgiLoggerFactory
- 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.example.discard.DiscardClient
- main(String[]) - Static method in class org.jboss.netty.example.discard.DiscardServer
- main(String[]) - Static method in class org.jboss.netty.example.echo.EchoClient
- main(String[]) - Static method in class org.jboss.netty.example.echo.EchoServer
- main(String[]) - Static method in class org.jboss.netty.example.factorial.FactorialClient
- main(String[]) - Static method in class org.jboss.netty.example.factorial.FactorialServer
- main(String[]) - Static method in class org.jboss.netty.example.http.file.HttpStaticFileServer
- main(String[]) - Static method in class org.jboss.netty.example.http.helloworld.HttpHelloWorldServer
- main(String[]) - Static method in class org.jboss.netty.example.http.snoop.HttpSnoopClient
- main(String[]) - Static method in class org.jboss.netty.example.http.snoop.HttpSnoopServer
- main(String[]) - Static method in class org.jboss.netty.example.http.tunnel.HttpTunnelingClientExample
- main(String[]) - Static method in class org.jboss.netty.example.http.upload.HttpUploadClient
- main(String[]) - Static method in class org.jboss.netty.example.http.upload.HttpUploadServer
- main(String[]) - Static method in class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServer
- main(String[]) - Static method in class org.jboss.netty.example.http.websocketx.client.WebSocketClient
- main(String[]) - Static method in class org.jboss.netty.example.http.websocketx.server.WebSocketServer
- main(String[]) - Static method in class org.jboss.netty.example.local.LocalExample
- main(String[]) - Static method in class org.jboss.netty.example.localtime.LocalTimeClient
- main(String[]) - Static method in class org.jboss.netty.example.localtime.LocalTimeServer
- main(String[]) - Static method in class org.jboss.netty.example.objectecho.ObjectEchoClient
- main(String[]) - Static method in class org.jboss.netty.example.objectecho.ObjectEchoServer
- main(String[]) - Static method in class org.jboss.netty.example.portunification.PortUnificationServer
- main(String[]) - Static method in class org.jboss.netty.example.proxy.HexDumpProxy
- main(String[]) - Static method in class org.jboss.netty.example.qotm.QuoteOfTheMomentClient
- main(String[]) - Static method in class org.jboss.netty.example.qotm.QuoteOfTheMomentServer
- main(String[]) - Static method in class org.jboss.netty.example.securechat.SecureChatClient
- main(String[]) - Static method in class org.jboss.netty.example.securechat.SecureChatServer
- main(String[]) - Static method in class org.jboss.netty.example.telnet.TelnetClient
- main(String[]) - Static method in class org.jboss.netty.example.telnet.TelnetServer
- main(String[]) - Static method in class org.jboss.netty.example.uptime.UptimeClient
- main(String[]) - Static method in class org.jboss.netty.util.Version
-
Prints out the version identifier to stdout.
- majorVersion - Variable in class org.jboss.netty.handler.codec.http.HttpVersion
- Making your client support SSL/TLS - Search tag in class org.jboss.netty.handler.ssl.SslContext
- Section
- Making your server support SSL/TLS - Search tag in class org.jboss.netty.handler.ssl.SslContext
- Section
- map - Variable in class org.jboss.netty.channel.ChannelLocal
- map - Static variable in class org.jboss.netty.channel.local.LocalChannelRegistry
- map - Variable in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
- map - Variable in class org.jboss.netty.util.MapBackedSet
- MapBackedSet<E> - Class in org.jboss.netty.util
- MapBackedSet(Map<E, Boolean>) - Constructor for class org.jboss.netty.util.MapBackedSet
-
Creates a new instance which wraps the specified
map
. - mark(int) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- mark(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- Mark and reset - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- markedReaderIndex - Variable in class org.jboss.netty.buffer.AbstractChannelBuffer
- markedWriterIndex - Variable in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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
- markReaderIndex() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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
- markWriterIndex() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- MarshallerProvider - Interface in org.jboss.netty.handler.codec.marshalling
-
This provider is responsible to get a
Marshaller
for the givenChannelHandlerContext
. - marshallers - Variable in class org.jboss.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
- 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.
- mask - Variable in class org.jboss.netty.handler.ipfilter.IpV4Subnet
- mask - Variable in class org.jboss.netty.util.HashedWheelTimer
- mask - Static variable in class org.jboss.netty.util.internal.ThreadLocalRandom
- maskedPayload - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- MASKING_KEY - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
- maskingKey - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- maskPayload - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
- MAX_ACTIVE_INSTANCES - Static variable in class org.jboss.netty.util.internal.SharedResourceMisuseDetector
- 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_CIPHERTEXT_LENGTH - Static variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- MAX_COMPRESSED_LENGTH - Static variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- MAX_DEVIATION - Static variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- MAX_ENCRYPTED_PACKET_LENGTH - Static variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- MAX_FORWARDS - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
-
"Max-Forwards"
- MAX_LINE_LENGTH - Static variable in class org.jboss.netty.handler.codec.base64.Base64
-
Maximum line length (76) of Base64 output.
- MAX_PACKET_SIZE_ALIGNED - Static variable in class org.jboss.netty.handler.ssl.SslBufferPool
- MAX_PLAINTEXT_LENGTH - Static variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- MAX_SEGMENTS - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
The maximum number of segments to allow; used to bound constructor arguments.
- MAX_SEGMENTS - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
The maximum number of segments to allow; used to bound constructor arguments.
- 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 - Variable in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- maxAge - Variable in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
- maxAge() - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
-
Returns the maximum age of this
Cookie
in seconds orInteger.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
- maxBufferCount - Variable in class org.jboss.netty.handler.ssl.SslBufferPool
- maxChannelMemorySize - Variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.Settings
- maxChunkSize - Variable in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- maxChunkSize - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
- maxContentLength - Variable in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
- maxContentLength - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
- maxCumulationBufferComponents - Variable in class org.jboss.netty.handler.codec.frame.FrameDecoder
- maxCumulationBufferComponents - Variable in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
- maxDeviation - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- maxDeviation() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- maxExceedCount - Variable in class org.jboss.netty.channel.socket.nio.SocketReceiveBufferAllocator
- maxFrameLength - Variable in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
- maxFrameLength - Variable in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- maxFramePayloadLength - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- maxFramePayloadLength - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- maxFramePayloadLength - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
- maxFramePayloadLength - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
- maxFrameSize - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
- maxFrameSize - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- maxGlobalWriteSize - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Max size in the list before proposing to stop writing new objects from next handlers for all channel (global)
- maxGlobalWriteSize - Variable in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
-
Max size in the list before proposing to stop writing new objects from next handlers for all channel (global)
- maxHeaderSize - Variable in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- maxHeaderSize - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- maxHttpContentLength - Variable in class org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
- maximum - Variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictorFactory
- MAXIMUM_CAPACITY - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
The maximum capacity, used if a higher value is implicitly specified by either of the constructors with arguments.
- MAXIMUM_CAPACITY - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
The maximum capacity, used if a higher value is implicitly specified by either of the constructors with arguments.
- maximumCumulativeReadBytes() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- maximumCumulativeWrittenBytes() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- maxIndex - Variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
- maxInitialLineLength - Variable in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- maxLength - Variable in class org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
-
Maximum length of a frame we're willing to decode.
- maxObjectSize - Variable in class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- maxObjectSize - Variable in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- maxParams - Variable in class org.jboss.netty.handler.codec.http.QueryStringDecoder
- maxSize - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
- maxSize - Variable in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- maxSize - Variable in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
- maxSize - Variable in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
- MAXSIZE - Static variable in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
Proposed default MAXSIZE = -1 as UNLIMITED
- maxSpdyContentLength - Variable in class org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
- maxTime - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Max delay in wait
- maxWriteDelay - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Max time to delay before proposing to stop writing new objects from next handlers
- maxWriteSize - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Max size in the list before proposing to stop writing new objects from next handlers
- maybeForceBuilderInitialization() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- maybeForceBuilderInitialization() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- maybeForceBuilderInitialization() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- maybeForceBuilderInitialization() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- md5(ChannelBuffer) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketUtil
-
Performs an MD5 hash
- memberships - Variable in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- memLevel - Variable in class org.jboss.netty.handler.codec.http.HttpContentCompressor
- memoizedIsInitialized - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- memoizedIsInitialized - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- memoizedIsInitialized - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- memoizedIsInitialized - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- memoizedSerializedSize - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- memoizedSerializedSize - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- memoizedSerializedSize - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- memoizedSerializedSize - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- 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
- MemoryAwareRunnable(Runnable) - Constructor for class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.MemoryAwareRunnable
- 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.
- MemoryAwareThreadPoolExecutor.Limiter - Class in org.jboss.netty.handler.execution
- MemoryAwareThreadPoolExecutor.MemoryAwareRunnable - Class in org.jboss.netty.handler.execution
- MemoryAwareThreadPoolExecutor.NewThreadRunsPolicy - Class in org.jboss.netty.handler.execution
- MemoryAwareThreadPoolExecutor.Settings - Class in org.jboss.netty.handler.execution
- MemoryFileUpload - Class in org.jboss.netty.handler.codec.http.multipart
-
Default FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation. - MemoryFileUpload(String, String, String, String, Charset, long) - Constructor for class org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- mergeFrom(Message) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- mergeFrom(Message) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- mergeFrom(Message) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- mergeFrom(Message) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- mergeFrom(LocalTimeProtocol.LocalTime) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- mergeFrom(LocalTimeProtocol.LocalTimes) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
- mergeFrom(LocalTimeProtocol.Location) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
- mergeFrom(LocalTimeProtocol.Locations) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
- mergeMaxAgeAndExpire(int, String) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- message - Variable in class org.jboss.netty.channel.DownstreamMessageEvent
- message - Variable in class org.jboss.netty.channel.UpstreamMessageEvent
- message - Variable in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- MessageEvent - Interface in org.jboss.netty.channel
-
A
ChannelEvent
which represents the transmission or reception of a message. - messageMap - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
- 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.channel.socket.http.HttpTunnelingClientSocketChannel.ServletChannelHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet.OutboundConnectionHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.discard.DiscardClientHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.discard.DiscardServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.echo.EchoClientHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.echo.EchoServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.factorial.FactorialClientHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.factorial.FactorialServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.http.helloworld.HttpHelloWorldServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.http.snoop.HttpSnoopClientHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.http.snoop.HttpSnoopServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.http.upload.HttpUploadClientHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.http.websocketx.client.WebSocketClientHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.http.websocketx.server.WebSocketServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.localtime.LocalTimeClientHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.localtime.LocalTimeServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.objectecho.ObjectEchoClientHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.objectecho.ObjectEchoServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler.OutboundHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.qotm.QuoteOfTheMomentClientHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.qotm.QuoteOfTheMomentServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.securechat.SecureChatClientHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.securechat.SecureChatServerHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.telnet.TelnetClientHandler
- messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.telnet.TelnetServerHandler
- 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
- messagesQueue - Variable in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
- messagesQueue - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
- messagesQueue - Variable in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler.PerChannel
- messageType - Variable in class org.jboss.netty.handler.codec.socks.SocksMessage
- MessageType() - Constructor for enum org.jboss.netty.handler.codec.socks.SocksMessage.MessageType
- method - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpRequest
- 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
- methodMap - Static variable in class org.jboss.netty.handler.codec.http.HttpMethod
- methodMap - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspMethods
- MIDEAST - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
MIDEAST = 9;
- MIDEAST_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
MIDEAST = 9;
- 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"
- MINIMAL_WAIT - Static variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Default minimal time to wait
- minimum - Variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictorFactory
- minIndex - Variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
- minorVersion - Variable in class org.jboss.netty.handler.codec.http.HttpVersion
- minorVersion - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- minorVersion - Variable in enum org.jboss.netty.handler.codec.spdy.SpdyVersion
- minSize - Variable in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- MINSIZE - Static variable in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
Proposed default MINSIZE as 16 KB.
- minute_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- minute_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- MINUTE_FIELD_NUMBER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- Miscellaneous utility methods - Search tag in class org.jboss.netty.buffer.ChannelBuffers
- Section
- 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.
- misuseDetector - Static variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- misuseDetector - Static variable in class org.jboss.netty.util.HashedWheelTimer
- 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
- MIXEDCLOSEDELIMITER - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- MIXEDDELIMITER - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- MIXEDDISPOSITION - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- 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
- MIXEDFILEUPLOAD - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- MIXEDPREAMBLE - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- MixedTrafficMonitoringTask(GlobalChannelTrafficShapingHandler, TrafficCounter) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficCounter.MixedTrafficMonitoringTask
- modCount - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
-
Number of updates that alter the size of the table.
- modCount - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
-
Number of updates that alter the size of the table.
- MODE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"mode"
- Modifying a pipeline - Search tag in interface org.jboss.netty.channel.ChannelHandlerContext
- Section
- MONDAY - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
MONDAY = 2;
- MONDAY_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
MONDAY = 2;
- monitorActive - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Is Monitor active
- month_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- month_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- MONTH_FIELD_NUMBER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- 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
- msg - Variable in class org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder
- msg - Variable in class org.jboss.netty.handler.codec.socks.SocksAuthResponseDecoder
- msg - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder
- msg - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder
- msg - Variable in class org.jboss.netty.handler.codec.socks.SocksInitRequestDecoder
- msg - Variable in class org.jboss.netty.handler.codec.socks.SocksInitResponseDecoder
- 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"
- MULTIPART_MIXED - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
-
HTTP content type body attribute for multiple uploads.
- multipartDataBoundary - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
If multipart, this is the boundary for the flobal multipart
- multipartDataBoundary - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
If multipart, this is the boundary for the flobal multipart
- multipartHttpDatas - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
The final Multipart List of InterfaceHttpData including encoding
- multipartMixedBoundary - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
If multipart, there could be internal multiparts (mixed) to the global multipart.
- multipartMixedBoundary - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
If multipart, there could be internal multiparts (mixed) to the global multipart.
- MultiPartStatus() - Constructor for enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- 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
- multiplier - Static variable in class org.jboss.netty.util.internal.ThreadLocalRandom
- 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 - Variable in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- name - Variable in class org.jboss.netty.channel.group.DefaultChannelGroup
- name - Variable in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
- name - Variable in class org.jboss.netty.handler.codec.http.HttpMethod
- name - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
- name - Variable in class org.jboss.netty.handler.codec.http.QueryStringEncoder.Param
- name - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- name - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Name of this Monitor
- name - Variable in class org.jboss.netty.logging.OsgiLogger
- 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 - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
- name2ctx - Variable in class org.jboss.netty.channel.DefaultChannelPipeline
- namePattern - Variable in class org.jboss.netty.handler.ipfilter.PatternRule
- 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. - Names() - Constructor for class org.jboss.netty.handler.codec.http.HttpHeaders.Names
- Names() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
- Names() - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders.Names
- NATIVE_RESOURCE_HOME - Static variable in class org.jboss.netty.util.internal.NativeLibraryLoader
- NativeLibraryLoader - Class in org.jboss.netty.util.internal
-
Helper class to load JNI resources.
- NativeLibraryLoader() - Constructor for class org.jboss.netty.util.internal.NativeLibraryLoader
- needsCleanup - Variable in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- NettyBundleActivator - Class in org.jboss.netty.container.osgi
-
An OSGi
BundleActivator
that configures logging. - NettyBundleActivator() - Constructor for class org.jboss.netty.container.osgi.NettyBundleActivator
- NettyLoggerConfigurator - Class in org.jboss.netty.container.microcontainer
-
A bean that configures the default
InternalLoggerFactory
. - NettyLoggerConfigurator - Class in org.jboss.netty.container.spring
-
A bean that configures the default
InternalLoggerFactory
. - NettyLoggerConfigurator() - Constructor for class org.jboss.netty.container.microcontainer.NettyLoggerConfigurator
- NettyLoggerConfigurator() - Constructor for class org.jboss.netty.container.spring.NettyLoggerConfigurator
- NetUtil - Class in org.jboss.netty.util
-
A class that holds a number of network-related constants.
- NetUtil() - Constructor for class org.jboss.netty.util.NetUtil
-
A constructor to stop this class being constructed.
- NETWORK_AUTHENTICATION_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
511 Network Authentication Required (RFC6585)
- NETWORK_UNREACHABLE - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
- networkBIO - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- NEW_LINE - Static variable in class org.jboss.netty.handler.codec.base64.Base64
-
The new line character (\n) as a byte.
- newArray(int) - Static method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashEntry
- newArray(int) - Static method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- newArray(int) - Static method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashEntry
- newArray(int) - Static method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- newBoss(Executor) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
- newBoss(Executor) - Method in class org.jboss.netty.channel.socket.nio.NioClientBossPool
- newBoss(Executor) - Method in class org.jboss.netty.channel.socket.nio.NioServerBossPool
- newBuffer(int) - Method in class org.jboss.netty.channel.socket.nio.SocketReceiveBufferAllocator
- newBufferPool() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
- newBufferPool() - Method in class org.jboss.netty.handler.ssl.SslContext
- newBuilder() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- newBuilder() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- newBuilder() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- newBuilder() - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- newBuilder(LocalTimeProtocol.LocalTime) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- newBuilder(LocalTimeProtocol.LocalTimes) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- newBuilder(LocalTimeProtocol.Location) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- newBuilder(LocalTimeProtocol.Locations) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- newBuilderForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- newBuilderForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- newBuilderForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- newBuilderForType() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.ChannelFactory
- newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.local.DefaultLocalClientChannelFactory
- newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.local.DefaultLocalServerChannelFactory
- newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.local.LocalClientChannelFactory
- newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.local.LocalServerChannelFactory
- newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.ServerChannelFactory
- newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.socket.ClientSocketChannelFactory
- newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.socket.DatagramChannelFactory
- newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory
- newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
- newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
- newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
- newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
- newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
- newChannel(ChannelPipeline) - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
- newChannel(ChannelPipeline) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelFactory
- newChannel(ChannelPipeline) - Method in class org.jboss.netty.handler.codec.embedder.EmbeddedChannelFactory
- newChildExecutorMap() - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
- 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"); - 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
- 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(File, TrustManagerFactory) - 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(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, File, TrustManagerFactory) - 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, 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
. - newCondition() - Method in class org.jboss.netty.util.internal.NonReentrantLock
- 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() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
-
Returns a new server-side
SSLEngine
with the current configuration. - 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.JdkSslContext
- newEngine(String, int) - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
- 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. - newHandler(SSLEngine) - Method in class org.jboss.netty.handler.ssl.SslContext
- 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
- newHashEntry(K, int, ConcurrentIdentityHashMap.HashEntry<K, V>, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- newHashEntry(K, int, ConcurrentIdentityWeakKeyHashMap.HashEntry<K, V>, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- 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
- newInstance(SpdyVersion, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockDecoder
- newInstance(SpdyVersion, int, int, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockEncoder
- newIntUpdater(Class<T>, String) - Static method in class org.jboss.netty.util.internal.AtomicFieldUpdaterUtil
- NEWLINE - Static variable in class org.jboss.netty.example.http.websocketx.server.WebSocketServerIndexPage
- NEWLINE - Static variable in class org.jboss.netty.handler.logging.LoggingHandler
- NEWLINE - Static variable in class org.jboss.netty.util.internal.StringUtil
- 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 specifiedOutputStream
. - newRefUpdater(Class<T>, Class<V>, String) - Static method in class org.jboss.netty.util.internal.AtomicFieldUpdaterUtil
- newSelfSignedCertificate(String, PrivateKey, X509Certificate) - Static method in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
- 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
. - newSocket() - Static method in class org.jboss.netty.channel.socket.nio.NioClientSocketChannel
- newThreadRenamingRunnable(int, ThreadNameDeterminer) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- newThreadRenamingRunnable(int, ThreadNameDeterminer) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- 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
- NewThreadRunsPolicy() - Constructor for class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.NewThreadRunsPolicy
- 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
- 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 - Variable in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- next - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.PreallocationRef
- next - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderEntry
- next - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderEntry
- next - Variable in class org.jboss.netty.handler.execution.ChainedExecutor
- next - Variable in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor.EventTask
- next - Variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- next - Variable in class org.jboss.netty.util.internal.AtomicFieldUpdaterUtil.Node
- next - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashEntry
- next - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashEntry
- next() - Method in class org.jboss.netty.channel.group.CombinedIterator
- next() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderIterator
- 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.
- next() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderIterator
- next() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.EntryIterator
- next() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.KeyIterator
- next() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.ValueIterator
- next() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.EntryIterator
- next() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.KeyIterator
- next() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.ValueIterator
- next(int) - Method in class org.jboss.netty.util.internal.ThreadLocalRandom
- nextBoolean() - Method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- 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 - nextBoss() - Method in class org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink
- nextBytes(byte[]) - Method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- 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
- nextDouble() - Method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- nextElement() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.KeyIterator
- nextElement() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.ValueIterator
- nextElement() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.KeyIterator
- nextElement() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.ValueIterator
- nextEntry - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- nextEntry - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- nextEntry() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- nextEntry() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- nextFloat() - Method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- nextGaussian() - Method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- nextId - Static variable in class org.jboss.netty.channel.group.DefaultChannelGroup
- nextId - Static variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- nextInt() - Method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- nextInt(int) - Method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- nextLong() - Method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- nextMessage() - Method in class org.jboss.netty.example.discard.DiscardClientHandler
- nextProtocols - Variable in class org.jboss.netty.handler.ssl.JdkSslClientContext
- nextProtocols - Variable in class org.jboss.netty.handler.ssl.JdkSslServerContext
- nextProtocols - Variable in class org.jboss.netty.handler.ssl.OpenSslServerContext
- 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.
- nextQuote() - Static method in class org.jboss.netty.example.qotm.QuoteOfTheMomentServerHandler
- nextReceiveBufferSize - Variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
- 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. - nextSegmentIndex - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- nextSegmentIndex - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- nextTableIndex - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- nextTableIndex - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- nextWorker() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
- nextWorker() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramPipelineSink
- 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 - NioAcceptedSocketChannel - Class in org.jboss.netty.channel.socket.nio
- NioAcceptedSocketChannel(ChannelFactory, ChannelPipeline, Channel, ChannelSink, SocketChannel, NioWorker, Thread) - Constructor for class org.jboss.netty.channel.socket.nio.NioAcceptedSocketChannel
- NIO Buffers - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- 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 - NioClientBoss(Executor, Timer, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientBoss
- NioClientBoss.RegisterTask - Class in org.jboss.netty.channel.socket.nio
- NioClientBossPool - Class in org.jboss.netty.channel.socket.nio
-
Holds
NioClientBoss
instances to use - NioClientBossPool(Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientBossPool
-
Create a new instance using a new
HashedWheelTimer
and noThreadNameDeterminer
- NioClientBossPool(Executor, int, Timer, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientBossPool
-
Create a new instance
- NioClientSocketChannel - Class in org.jboss.netty.channel.socket.nio
- NioClientSocketChannel(ChannelFactory, ChannelPipeline, ChannelSink, NioWorker) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketChannel
- NioClientSocketChannelFactory - Class in org.jboss.netty.channel.socket.nio
-
A
ClientSocketChannelFactory
which creates a client-side NIO-basedSocketChannel
. - NioClientSocketChannelFactory() - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
-
Creates a new
NioClientSocketChannelFactory
which usesExecutors.newCachedThreadPool()
for the worker and boss executors. - 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(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(BossPool<NioClientBoss>, WorkerPool<NioWorker>) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
-
Creates a new instance.
- NioClientSocketPipelineSink - Class in org.jboss.netty.channel.socket.nio
- NioClientSocketPipelineSink(BossPool<NioClientBoss>) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink
- NioDatagramChannel - Class in org.jboss.netty.channel.socket.nio
-
Provides an NIO based
DatagramChannel
. - NioDatagramChannel(ChannelFactory, ChannelPipeline, ChannelSink, NioDatagramWorker, InternetProtocolFamily) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- NioDatagramChannelConfig - Interface in org.jboss.netty.channel.socket.nio
-
A
DatagramChannelConfig
for a NIO TCP/IPDatagramChannel
. - NioDatagramChannelFactory - Class in org.jboss.netty.channel.socket.nio
-
A
DatagramChannelFactory
that creates a NIO-based connectionlessDatagramChannel
. - NioDatagramChannelFactory() - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
-
Create a new
NioDatagramChannelFactory
with aExecutors.newCachedThreadPool()
and without preferredInternetProtocolFamily
. - 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(Executor, int, InternetProtocolFamily) - 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(InternetProtocolFamily) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
-
Create a new
NioDatagramChannelFactory
with aExecutors.newCachedThreadPool()
. - NioDatagramChannelFactory(WorkerPool<NioDatagramWorker>) - 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.
- NioDatagramPipelineSink - Class in org.jboss.netty.channel.socket.nio
-
Receives downstream events from a
ChannelPipeline
. - NioDatagramPipelineSink(WorkerPool<NioDatagramWorker>) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramPipelineSink
-
Creates a new
NioDatagramPipelineSink
with a the number ofNioDatagramWorker
s specified in workerCount. - NioDatagramWorker - Class in org.jboss.netty.channel.socket.nio
-
A class responsible for registering channels with
Selector
. - NioDatagramWorker(Executor) - Constructor for class org.jboss.netty.channel.socket.nio.NioDatagramWorker
-
Sole constructor.
- NioDatagramWorker.ChannelRegistionTask - Class in org.jboss.netty.channel.socket.nio
-
RegisterTask is a task responsible for registering a channel with a 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
- NioServerBoss(Executor) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerBoss
- NioServerBoss(Executor, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerBoss
- NioServerBoss.RegisterTask - Class in org.jboss.netty.channel.socket.nio
- NioServerBossPool - Class in org.jboss.netty.channel.socket.nio
-
Holds
NioServerBoss
instances to use - NioServerBossPool(Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerBossPool
-
Create a new instance using no
ThreadNameDeterminer
- NioServerBossPool(Executor, int, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerBossPool
-
Create a new instance
- NioServerSocketChannel - Class in org.jboss.netty.channel.socket.nio
- NioServerSocketChannel(ChannelFactory, ChannelPipeline, ChannelSink, Boss, WorkerPool<NioWorker>) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannel
- NioServerSocketChannelFactory - Class in org.jboss.netty.channel.socket.nio
-
A
ServerSocketChannelFactory
which creates a server-side NIO-basedServerSocketChannel
. - NioServerSocketChannelFactory() - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
-
Create a new
NioServerSocketChannelFactory
usingExecutors.newCachedThreadPool()
for the boss and worker. - NioServerSocketChannelFactory(Executor, int, Executor, int) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
-
Create a new instance.
- NioServerSocketChannelFactory(Executor, int, WorkerPool<NioWorker>) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
-
Create a new instance.
- 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, WorkerPool<NioWorker>) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
-
Creates a new instance.
- NioServerSocketChannelFactory(BossPool<NioServerBoss>, WorkerPool<NioWorker>) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
-
Create a new instance.
- NioServerSocketPipelineSink - Class in org.jboss.netty.channel.socket.nio
- NioServerSocketPipelineSink() - Constructor for class org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink
- 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
-
A
SocketChannelConfig
for a NIO TCP/IPSocketChannel
. - 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
- NioWorker.RegisterTask - Class in org.jboss.netty.channel.socket.nio
- 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_AUTH - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthScheme
- 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_ID - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
- 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"
- noActiveStreams() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- Node() - Constructor for class org.jboss.netty.util.internal.AtomicFieldUpdaterUtil.Node
- noJdkZlibEncoder - Static variable in class org.jboss.netty.handler.codec.http.HttpContentCompressor
- NON_AUTHORITATIVE_INFORMATION - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
203 Non-Authoritative Information (since HTTP/1.1)
- None - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
- NONE - Enum constant in enum org.jboss.netty.handler.codec.compression.ZlibWrapper
-
Raw DEFLATE stream only (no header and no footer).
- 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"
- NonReentrantLock - Class in org.jboss.netty.util.internal
- NonReentrantLock() - Constructor for class org.jboss.netty.util.internal.NonReentrantLock
- nonServerChannels - Variable in class org.jboss.netty.channel.group.DefaultChannelGroup
- normalizeCapacity(int) - Static method in class org.jboss.netty.channel.socket.nio.SocketReceiveBufferAllocator
- normalizeTicksPerWheel(int) - Static method in class org.jboss.netty.util.HashedWheelTimer
- 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_AFTER - Static variable in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
-
The maximum possible value in X.509 specification: 9999-12-31 23:59:59
- NOT_BEFORE - Static variable in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
-
Current time minus 1 year, just in case software clock goes back due to time synchronization
- 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 aLF ('\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. - Not all transports support it - Search tag in interface org.jboss.netty.channel.FileRegion
- Section
- NotEnoughDataDecoderException() - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
- NotEnoughDataDecoderException(String) - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
- NotEnoughDataDecoderException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
- NotEnoughDataDecoderException(Throwable) - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
- notifyHandlerException(ChannelEvent, Throwable) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- notifyHandlerException(ChannelEvent, Throwable) - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder.EmbeddedChannelPipeline
- notifying - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel.WriteRequestQueue
- notifyListener(ChannelFutureListener) - Method in class org.jboss.netty.channel.DefaultChannelFuture
- notifyListener(ChannelGroupFutureListener) - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- notifyListeners() - Method in class org.jboss.netty.channel.DefaultChannelFuture
- notifyListeners() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- notifyOnShutdown - Variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- notifyProgressListener(ChannelFutureProgressListener, long, long, long) - Method in class org.jboss.netty.channel.DefaultChannelFuture
- NotSslRecordException - Exception Class 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 class org.jboss.netty.handler.ssl.NotSslRecordException
- NotSslRecordException(String) - Constructor for exception class org.jboss.netty.handler.ssl.NotSslRecordException
- NotSslRecordException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.ssl.NotSslRecordException
- NotSslRecordException(Throwable) - Constructor for exception class org.jboss.netty.handler.ssl.NotSslRecordException
- NOTSTARTED - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- nParams - Variable in class org.jboss.netty.handler.codec.http.QueryStringDecoder
- 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. - numActiveStreams(boolean) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- numAllocations - Variable in class org.jboss.netty.handler.ssl.SslBufferPool
-
The number of buffers allocated so far.
- number() - Method in class org.jboss.netty.handler.ssl.OpenSslSessionStats
-
Returns the current number of sessions in the internal session cache.
- NumberEncoder - Class in org.jboss.netty.example.factorial
-
Encodes a
Number
into the binary representation prepended with a magic number ('F' or 0x46) and a 32-bit length prefix. - NumberEncoder() - Constructor for class org.jboss.netty.example.factorial.NumberEncoder
- numComponents() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- numHeaders - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- numSettings - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
O
- ObjectDecoder - Class in org.jboss.netty.handler.codec.serialization
-
A decoder which deserializes the received
ChannelBuffer
s into Java objects. - ObjectDecoder(int, ClassResolver) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoder
-
Creates a new decoder with the specified maximum object size.
- ObjectDecoder(ClassResolver) - Constructor for class org.jboss.netty.handler.codec.serialization.ObjectDecoder
-
Creates a new decoder whose maximum object size is
1048576
bytes. - ObjectDecoderInputStream - Class in org.jboss.netty.handler.codec.serialization
- ObjectDecoderInputStream(InputStream) - 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) - 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
. - ObjectEchoClient - Class in org.jboss.netty.example.objectecho
-
Modification of
EchoClient
which utilizes Java object serialization. - ObjectEchoClient() - Constructor for class org.jboss.netty.example.objectecho.ObjectEchoClient
- ObjectEchoClientHandler - Class in org.jboss.netty.example.objectecho
-
Handler implementation for the object echo client.
- ObjectEchoClientHandler(int) - Constructor for class org.jboss.netty.example.objectecho.ObjectEchoClientHandler
-
Creates a client-side handler.
- ObjectEchoServer - Class in org.jboss.netty.example.objectecho
-
Modification of
EchoServer
which utilizes Java object serialization. - ObjectEchoServer() - Constructor for class org.jboss.netty.example.objectecho.ObjectEchoServer
- ObjectEchoServerHandler - Class in org.jboss.netty.example.objectecho
-
Handles both client-side and server-side handler depending on which constructor was called.
- ObjectEchoServerHandler() - Constructor for class org.jboss.netty.example.objectecho.ObjectEchoServerHandler
- 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
- 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 - Variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.Settings
- objectSizeEstimator - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
ObjectSizeEstimator
- 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(MessageEvent) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannel.WriteRequestQueue
- 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
- offerEncryptedWriteRequest(MessageEvent) - Method in class org.jboss.netty.handler.ssl.SslHandler
- offerred - Variable in class org.jboss.netty.handler.codec.http.HttpContentEncoder
- offset - Variable in class org.jboss.netty.handler.stream.ChunkedFile
- offset - Variable in class org.jboss.netty.handler.stream.ChunkedNioFile
- offset - Variable in class org.jboss.netty.handler.stream.ChunkedNioStream
- offset - Variable in class org.jboss.netty.handler.stream.ChunkedStream
- OioAcceptedSocketChannel - Class in org.jboss.netty.channel.socket.oio
- OioAcceptedSocketChannel(Channel, ChannelFactory, ChannelPipeline, ChannelSink, Socket) - Constructor for class org.jboss.netty.channel.socket.oio.OioAcceptedSocketChannel
- OioClientSocketChannel - Class in org.jboss.netty.channel.socket.oio
- OioClientSocketChannel(ChannelFactory, ChannelPipeline, ChannelSink) - Constructor for class org.jboss.netty.channel.socket.oio.OioClientSocketChannel
- OioClientSocketChannelFactory - Class in org.jboss.netty.channel.socket.oio
-
A
ClientSocketChannelFactory
which creates a client-side blocking I/O basedSocketChannel
. - 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.
- OioClientSocketPipelineSink - Class in org.jboss.netty.channel.socket.oio
- OioClientSocketPipelineSink(Executor, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.oio.OioClientSocketPipelineSink
- OioDatagramChannel - Class in org.jboss.netty.channel.socket.oio
- OioDatagramChannel(ChannelFactory, ChannelPipeline, ChannelSink) - Constructor for class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- OioDatagramChannelFactory - Class in org.jboss.netty.channel.socket.oio
-
A
DatagramChannelFactory
which creates a blocking I/O basedDatagramChannel
. - OioDatagramChannelFactory() - Constructor for class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
-
Creates a new instance with a
Executors.newCachedThreadPool()
SeeOioDatagramChannelFactory(Executor)
- 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.
- OioDatagramPipelineSink - Class in org.jboss.netty.channel.socket.oio
- OioDatagramPipelineSink(Executor, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.oio.OioDatagramPipelineSink
- OioDatagramWorker - Class in org.jboss.netty.channel.socket.oio
- OioDatagramWorker(OioDatagramChannel) - Constructor for class org.jboss.netty.channel.socket.oio.OioDatagramWorker
- OioServerSocketChannel - Class in org.jboss.netty.channel.socket.oio
- OioServerSocketChannel(ChannelFactory, ChannelPipeline, ChannelSink) - Constructor for class org.jboss.netty.channel.socket.oio.OioServerSocketChannel
- OioServerSocketChannelFactory - Class in org.jboss.netty.channel.socket.oio
-
A
ServerSocketChannelFactory
which creates a server-side blocking I/O basedServerSocketChannel
. - OioServerSocketChannelFactory() - Constructor for class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
-
Create a new
OioServerSocketChannelFactory
with aExecutors.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.
- OioServerSocketPipelineSink - Class in org.jboss.netty.channel.socket.oio
- OioServerSocketPipelineSink(Executor, ThreadNameDeterminer) - Constructor for class org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink
- OioServerSocketPipelineSink.Boss - Class in org.jboss.netty.channel.socket.oio
- OioSocketChannel - Class in org.jboss.netty.channel.socket.oio
- OioSocketChannel(Channel, ChannelFactory, ChannelPipeline, ChannelSink, Socket) - Constructor for class org.jboss.netty.channel.socket.oio.OioSocketChannel
- OioWorker - Class in org.jboss.netty.channel.socket.oio
- OioWorker(OioSocketChannel) - Constructor for class org.jboss.netty.channel.socket.oio.OioWorker
- 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
- onAfterExecute(Runnable, Throwable) - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
- 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"
- Only for connectionless transports - Search tag in class org.jboss.netty.bootstrap.ConnectionlessBootstrap
- Section
- Only for connection oriented transports - Search tag in class org.jboss.netty.bootstrap.ServerBootstrap
- Section
- oout - Variable in class org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder
- 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. - OPCODE_BINARY - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- OPCODE_BINARY - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
- OPCODE_CLOSE - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- OPCODE_CLOSE - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
- OPCODE_CONT - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- OPCODE_CONT - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
- OPCODE_PING - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- OPCODE_PING - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
- OPCODE_PONG - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- OPCODE_PONG - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
- OPCODE_TEXT - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- OPCODE_TEXT - Static variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
- open() - Static method in class org.jboss.netty.channel.socket.nio.SelectorUtil
- OPEN - Enum constant in enum org.jboss.netty.channel.ChannelState
- OpenJdkSelfSignedCertGenerator - Class in org.jboss.netty.handler.ssl.util
-
Generates a self-signed certificate using
sun.security.x509
package provided by OpenJDK. - OpenJdkSelfSignedCertGenerator() - Constructor for class org.jboss.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator
- openNonBlockingChannel(InternetProtocolFamily) - Static method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- openSelector(ThreadNameDeterminer) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
-
Start the
AbstractNioWorker
and return theSelector
that will be used for theAbstractNioChannel
's when they get registered - OpenSsl - Class in org.jboss.netty.handler.ssl
-
Tells if
netty-tcnative
and its OpenSSL support are available. - OpenSsl() - Constructor for class org.jboss.netty.handler.ssl.OpenSsl
- OPENSSL - Enum constant in enum org.jboss.netty.handler.ssl.SslProvider
-
OpenSSL-based implementation.
- OpenSslEngine - Class in org.jboss.netty.handler.ssl
-
Implements a
SSLEngine
using OpenSSL BIO abstractions. - 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.
- OpenSslSessionStats(long) - Constructor for class org.jboss.netty.handler.ssl.OpenSslSessionStats
- 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(ChannelFuture) - Method in class org.jboss.netty.example.securechat.SecureChatServerHandler.Greeter
- operationComplete(ChannelFuture) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder.SpdyFrameWriter
- operationComplete(ChannelFuture) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler.ClosingChannelFutureListener
- operationComplete(ChannelFuture) - Method in class org.jboss.netty.handler.ssl.SslHandler.ClosingChannelFutureListener
- operationComplete(ChannelFuture) - Method in class org.jboss.netty.handler.timeout.WriteTimeoutHandler.TimeoutCanceller
- 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
- Optional Annotations - Search tag in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- Section
- Option map - Search tag in interface org.jboss.netty.channel.ChannelConfig
- Section
- options - Variable in class org.jboss.netty.bootstrap.Bootstrap
- 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 - Variable in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- order - Variable in class org.jboss.netty.buffer.CompositeChannelBuffer
- 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
- order() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- ORDER_TEST_SAMPLES - Static variable in class org.jboss.netty.bootstrap.Bootstrap
- ORDERED - Enum constant in enum org.jboss.netty.handler.codec.base64.Base64Dialect
-
Special "ordered" dialect of Base64 described in RFC1940.
- OrderedDownstreamThreadPoolExecutor - Class in org.jboss.netty.handler.execution
-
Executor
which should be used for downstreamChannelEvent
'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 sameChannel
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
- 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
Channel
s 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.container.microcontainer - package org.jboss.netty.container.microcontainer
-
JBoss Microcontainer integration.
- org.jboss.netty.container.osgi - package org.jboss.netty.container.osgi
-
OSGi framework integration.
- org.jboss.netty.container.spring - package org.jboss.netty.container.spring
-
Spring framework integration.
- org.jboss.netty.example.discard - package org.jboss.netty.example.discard
- org.jboss.netty.example.echo - package org.jboss.netty.example.echo
- org.jboss.netty.example.factorial - package org.jboss.netty.example.factorial
- org.jboss.netty.example.http.file - package org.jboss.netty.example.http.file
- org.jboss.netty.example.http.helloworld - package org.jboss.netty.example.http.helloworld
- org.jboss.netty.example.http.snoop - package org.jboss.netty.example.http.snoop
- org.jboss.netty.example.http.tunnel - package org.jboss.netty.example.http.tunnel
- org.jboss.netty.example.http.upload - package org.jboss.netty.example.http.upload
- org.jboss.netty.example.http.websocketx.autobahn - package org.jboss.netty.example.http.websocketx.autobahn
-
This package is intended for use with testing against the Python AutoBahn test suite.
- org.jboss.netty.example.http.websocketx.client - package org.jboss.netty.example.http.websocketx.client
-
This is an example web service client.
- org.jboss.netty.example.http.websocketx.server - package org.jboss.netty.example.http.websocketx.server
-
This package contains an example web socket web server.
- org.jboss.netty.example.local - package org.jboss.netty.example.local
- org.jboss.netty.example.localtime - package org.jboss.netty.example.localtime
- org.jboss.netty.example.objectecho - package org.jboss.netty.example.objectecho
- org.jboss.netty.example.portunification - package org.jboss.netty.example.portunification
- org.jboss.netty.example.proxy - package org.jboss.netty.example.proxy
- org.jboss.netty.example.qotm - package org.jboss.netty.example.qotm
- org.jboss.netty.example.securechat - package org.jboss.netty.example.securechat
- org.jboss.netty.example.telnet - package org.jboss.netty.example.telnet
- org.jboss.netty.example.uptime - package org.jboss.netty.example.uptime
- 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
orChannelBuffer
into a decodedChannelBuffer
and vice versa. - org.jboss.netty.handler.codec.compression - package org.jboss.netty.handler.codec.compression
-
Encoder and decoder which compresses and decompresses
ChannelBuffer
s 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 aChannelBuffer
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 aChannelBuffer
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 anInternalLogger
. - 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
- 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.
- org.jboss.netty.util.internal - package org.jboss.netty.util.internal
-
Internal-use-only utilities which is not allowed to be used outside Netty.
- ORIGIN - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
-
"Origin"
- origPos - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
- OsgiLogger - Class in org.jboss.netty.logging
-
OSGi
LogService
logger. - OsgiLogger(OsgiLoggerFactory, String, InternalLogger) - Constructor for class org.jboss.netty.logging.OsgiLogger
- 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
- OSNAME - Static variable in class org.jboss.netty.util.internal.NativeLibraryLoader
- otherListeners - Variable in class org.jboss.netty.channel.DefaultChannelFuture
- otherListeners - Variable in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- out - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet.OutboundConnectionHandler
- out - Variable in class org.jboss.netty.channel.socket.oio.OioAcceptedSocketChannel
- out - Variable in class org.jboss.netty.channel.socket.oio.OioClientSocketChannel
- out - Variable in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
- out - Variable in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- outAppBuf - Variable in class org.jboss.netty.handler.ssl.SslHandler.PendingWrite
- outboundChannel - Variable in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
- OutboundConnectionHandler(ServletOutputStream) - Constructor for class org.jboss.netty.channel.socket.http.HttpTunnelingServlet.OutboundConnectionHandler
- OutboundHandler(Channel) - Constructor for class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler.OutboundHandler
- Overriding the handleDownstream method - Search tag in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
- Section
- Overriding the handleUpstream and handleDownstream method - Search tag in class org.jboss.netty.channel.SimpleChannelHandler
- Section
- Overriding the handleUpstream method - Search tag in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
- Section
- owner - Variable in class org.jboss.netty.util.internal.NonReentrantLock
P
- PACIFIC - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
PACIFIC = 10;
- PACIFIC_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
PACIFIC = 10;
- packetLength - Variable in class org.jboss.netty.handler.ssl.SslHandler
- pad0 - Variable in class org.jboss.netty.util.internal.ThreadLocalRandom
- pad1 - Variable in class org.jboss.netty.util.internal.ThreadLocalRandom
- pad2 - Variable in class org.jboss.netty.util.internal.ThreadLocalRandom
- pad3 - Variable in class org.jboss.netty.util.internal.ThreadLocalRandom
- pad4 - Variable in class org.jboss.netty.util.internal.ThreadLocalRandom
- pad5 - Variable in class org.jboss.netty.util.internal.ThreadLocalRandom
- pad6 - Variable in class org.jboss.netty.util.internal.ThreadLocalRandom
- pad7 - Variable in class org.jboss.netty.util.internal.ThreadLocalRandom
- pairedChannel - Variable in class org.jboss.netty.channel.local.DefaultLocalChannel
- Param(String, String) - Constructor for class org.jboss.netty.handler.codec.http.QueryStringEncoder.Param
- 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
- Parameters that prevents excessive memory consumption - Search tag in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- Section
- Parameters that prevents excessive memory consumption - Search tag in class org.jboss.netty.handler.codec.http.HttpRequestDecoder
- Section
- Parameters that prevents excessive memory consumption - Search tag in class org.jboss.netty.handler.codec.http.HttpResponseDecoder
- Section
- Parameters that prevents excessive memory consumption - Search tag in class org.jboss.netty.handler.codec.rtsp.RtspMessageDecoder
- Section
- Parameters that prevents excessive memory consumption - Search tag in class org.jboss.netty.handler.codec.rtsp.RtspRequestDecoder
- Section
- Parameters that prevents excessive memory consumption - Search tag in class org.jboss.netty.handler.codec.rtsp.RtspResponseDecoder
- Section
- params - Variable in class org.jboss.netty.handler.codec.http.QueryStringDecoder
- params - Variable in class org.jboss.netty.handler.codec.http.QueryStringEncoder
- parent - Variable in class org.jboss.netty.channel.AbstractChannel
- parent - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.PooledSendBuffer
- parent - Variable in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- parent - Variable in class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
- parent - Variable in class org.jboss.netty.logging.OsgiLogger
- 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. - PARENT - Static variable in class org.jboss.netty.util.internal.DeadLockProofWorker
-
An internal use only thread-local variable that tells the
Executor
that this worker acquired a worker thread from. - parentChannel - Variable in class org.jboss.netty.channel.DefaultChildChannelStateEvent
- Parent channel and its children - Search tag in class org.jboss.netty.bootstrap.ServerBootstrap
- Section
- parentHandler - Variable in class org.jboss.netty.bootstrap.ServerBootstrap
- parse(String) - Method in class org.jboss.netty.handler.ipfilter.PatternRule
- parse(String, ParsePosition) - Method in class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat
- parse4(String, int, String) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- parse6(String, int, String) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- parse7(String, int, String) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- parse8(String, int, String) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- parseBody() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
This method will parse as much as possible data and fill the list and map
- parseBody() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
This method will parse as much as possible data and fill the list and map
- parseBodyAttributes() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
This method fill the map and list with as much Attribute as possible from Body in not Multipart mode.
- parseBodyAttributesStandard() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
This method fill the map and list with as much Attribute as possible from Body in not Multipart mode.
- parseBodyMultipart() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Parse the Body for multipart
- parseDelimitedFrom(InputStream) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- parseDelimitedFrom(InputStream) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- parseDelimitedFrom(InputStream) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- parseDelimitedFrom(InputStream) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- parseEndpoint(String) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
- parseFrom(byte[]) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- parseFrom(byte[]) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- parseFrom(byte[]) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- parseFrom(byte[]) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- parseFrom(ByteString) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- parseFrom(ByteString) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- parseFrom(ByteString) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- parseFrom(ByteString) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- parseFrom(CodedInputStream) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- parseFrom(CodedInputStream) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- parseFrom(CodedInputStream) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- parseFrom(CodedInputStream) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- parseFrom(InputStream) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- parseFrom(InputStream) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- parseFrom(InputStream) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- parseFrom(InputStream) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- parseInt(String, int) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
- PARSER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- PARSER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- PARSER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- PARSER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- parseRule(String) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleList
- parseRules(String) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleList
- PARTIAL_CONTENT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
206 Partial Content
- password - Variable in class org.jboss.netty.handler.codec.socks.SocksAuthRequest
- password - Variable in class org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder
- 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 - Variable in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- path - Variable in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
- path - Variable in class org.jboss.netty.handler.codec.http.QueryStringDecoder
- path() - Method in interface org.jboss.netty.handler.codec.http.cookie.Cookie
-
Returns the path of this
Cookie
. - path() - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
- PATH - Static variable in class org.jboss.netty.handler.codec.http.cookie.CookieHeaderNames
- PATH - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":path"
- pattern - Variable in class org.jboss.netty.handler.ipfilter.PatternRule
- 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.
- PAYLOAD - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
- 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 class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- peek() - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
-
Reads an encoded or decoded output from the head of the product queue.
- PemReader - Class in org.jboss.netty.handler.ssl
-
Reads a PEM file and converts it into a list of DERs so that they are imported into a
KeyStore
easily. - PemReader() - Constructor for class org.jboss.netty.handler.ssl.PemReader
- pendingEncryptedWrites - Variable in class org.jboss.netty.handler.ssl.SslHandler
- pendingEncryptedWritesLock - Variable in class org.jboss.netty.handler.ssl.SslHandler
- pendingUnencryptedWrites - Variable in class org.jboss.netty.handler.ssl.SslHandler
- pendingUnencryptedWritesLock - Variable in class org.jboss.netty.handler.ssl.SslHandler
- PendingWrite(ChannelFuture, ByteBuffer) - Constructor for class org.jboss.netty.handler.ssl.SslHandler.PendingWrite
- pendingWriteQueue - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- percentEncodings - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- percentual - Variable in class org.jboss.netty.channel.socket.nio.SocketReceiveBufferAllocator
- PerChannel() - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
- PerChannel() - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler.PerChannel
- persist - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
- persisted - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
- PING - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameType
- pings - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- 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(boolean, int, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
Creates a new ping frame with the specified binary data
- PingWebSocketFrame(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
Creates a new ping frame with the specified binary data.
- pipeline - Variable in class org.jboss.netty.bootstrap.Bootstrap
- pipeline - Variable in class org.jboss.netty.channel.AbstractChannel
- pipeline - Variable in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- 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 specifiedChannelHandler
s. - pipeline(ChannelPipeline) - Static method in class org.jboss.netty.channel.Channels
-
Creates a new
ChannelPipeline
which contains the same entries with the specifiedpipeline
. - pipelineFactory - Variable in class org.jboss.netty.bootstrap.Bootstrap
- pipelineFactory - Variable in class org.jboss.netty.channel.DefaultServerChannelConfig
- pipelineFactory(ChannelPipeline) - Static method in class org.jboss.netty.channel.Channels
-
Creates a new
ChannelPipelineFactory
which creates a newChannelPipeline
which contains the same entries with the specifiedpipeline
. - Pitfall - Search tag in interface org.jboss.netty.channel.ChannelPipeline
- Section
- 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 class org.jboss.netty.channel.socket.nio.AbstractNioChannel.WriteRequestQueue
- poll() - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- poll() - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
-
Consumes an encoded or decoded output from the product queue.
- pollAll() - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- 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 class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- pollAll(T[]) - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
-
Consumes all encoded or decoded output from the product queue.
- pollTimeout() - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelBucket
- PONG - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameType
- 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(boolean, int, ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
Creates a new pong frame with the specified binary data
- PongWebSocketFrame(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
Creates a new pong frame with the specified binary data.
- pool - Variable in class org.jboss.netty.handler.ssl.SslBufferPool
- PooledSendBuffer(SocketSendBufferPool.Preallocation, ByteBuffer) - Constructor for class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.PooledSendBuffer
- poolHead - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- port - Variable in class org.jboss.netty.example.http.snoop.HttpSnoopClientPipelineFactory
- port - Variable in class org.jboss.netty.example.http.upload.HttpUploadClientPipelineFactory
- port - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdRequest
- port - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder
- port - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder
- PORT - Static variable in class org.jboss.netty.example.discard.DiscardClient
- PORT - Static variable in class org.jboss.netty.example.discard.DiscardServer
- PORT - Static variable in class org.jboss.netty.example.echo.EchoClient
- PORT - Static variable in class org.jboss.netty.example.echo.EchoServer
- PORT - Static variable in class org.jboss.netty.example.factorial.FactorialClient
- PORT - Static variable in class org.jboss.netty.example.factorial.FactorialServer
- PORT - Static variable in class org.jboss.netty.example.http.file.HttpStaticFileServer
- PORT - Static variable in class org.jboss.netty.example.http.helloworld.HttpHelloWorldServer
- PORT - Static variable in class org.jboss.netty.example.http.snoop.HttpSnoopServer
- PORT - Static variable in class org.jboss.netty.example.http.upload.HttpUploadServer
- PORT - Static variable in class org.jboss.netty.example.http.websocketx.server.WebSocketServer
- PORT - Static variable in class org.jboss.netty.example.local.LocalExample
- PORT - Static variable in class org.jboss.netty.example.localtime.LocalTimeClient
- PORT - Static variable in class org.jboss.netty.example.localtime.LocalTimeServer
- PORT - Static variable in class org.jboss.netty.example.objectecho.ObjectEchoClient
- PORT - Static variable in class org.jboss.netty.example.objectecho.ObjectEchoServer
- PORT - Static variable in class org.jboss.netty.example.portunification.PortUnificationServer
- PORT - Static variable in class org.jboss.netty.example.qotm.QuoteOfTheMomentClient
- PORT - Static variable in class org.jboss.netty.example.qotm.QuoteOfTheMomentServer
- PORT - Static variable in class org.jboss.netty.example.securechat.SecureChatClient
- PORT - Static variable in class org.jboss.netty.example.securechat.SecureChatServer
- PORT - Static variable in class org.jboss.netty.example.telnet.TelnetClient
- PORT - Static variable in class org.jboss.netty.example.telnet.TelnetServer
- PORT - Static variable in class org.jboss.netty.example.uptime.UptimeClient
- PORT - Static variable in class org.jboss.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- PORT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"port"
- ports - Variable in class org.jboss.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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.
- PortUnificationServer - Class in org.jboss.netty.example.portunification
-
Serves two protocols (HTTP and Factorial) using only one port, enabling either SSL or GZIP dynamically on demand.
- PortUnificationServer() - Constructor for class org.jboss.netty.example.portunification.PortUnificationServer
- PortUnificationServerHandler - Class in org.jboss.netty.example.portunification
-
Manipulates the current pipeline dynamically to switch protocols or enable SSL or GZIP.
- PortUnificationServerHandler(SslContext) - Constructor for class org.jboss.netty.example.portunification.PortUnificationServerHandler
- PortUnificationServerHandler(SslContext, boolean, boolean) - Constructor for class org.jboss.netty.example.portunification.PortUnificationServerHandler
- pos - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
- position - Variable in class org.jboss.netty.channel.DefaultFileRegion
- 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"
- preallocated - Variable in class org.jboss.netty.handler.ssl.SslBufferPool
- preallocatedBEBuf - Variable in class org.jboss.netty.buffer.DirectChannelBufferFactory
- preallocatedBEBufPos - Variable in class org.jboss.netty.buffer.DirectChannelBufferFactory
- preallocatedBufCapacity - Variable in class org.jboss.netty.buffer.DirectChannelBufferFactory
- preallocatedLEBuf - Variable in class org.jboss.netty.buffer.DirectChannelBufferFactory
- preallocatedLEBufPos - Variable in class org.jboss.netty.buffer.DirectChannelBufferFactory
- Preallocation(int) - Constructor for class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.Preallocation
- PreallocationRef(SocketSendBufferPool.Preallocation, SocketSendBufferPool.PreallocationRef) - Constructor for class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.PreallocationRef
- PREAMBLE - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- 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)
- Predefined delimiters - Search tag in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
- Section
- predictor - Variable in class org.jboss.netty.channel.FixedReceiveBufferSizePredictorFactory
- predictor - Variable in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- predictor - Variable in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- predictorFactory - Variable in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- predictorFactory - Variable in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- PREEPILOGUE - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- Prefer #addListener(ChannelFutureListener) to #await() - Search tag in interface org.jboss.netty.channel.ChannelFuture
- Section
- Prefer #addListener(ChannelGroupFutureListener) to #await() - Search tag in interface org.jboss.netty.channel.group.ChannelGroupFuture
- Section
- 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
- prefix - Variable in class org.jboss.netty.logging.OsgiLogger
- PrematureChannelClosureException - Exception Class in org.jboss.netty.handler.codec
-
Exception which should get thrown if a Channel got closed before it is expected
- PrematureChannelClosureException() - Constructor for exception class org.jboss.netty.handler.codec.PrematureChannelClosureException
- PrematureChannelClosureException(String) - Constructor for exception class org.jboss.netty.handler.codec.PrematureChannelClosureException
- PrematureChannelClosureException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.codec.PrematureChannelClosureException
- PrematureChannelClosureException(Throwable) - Constructor for exception class org.jboss.netty.handler.codec.PrematureChannelClosureException
- prev - Variable in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- prev - Variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- 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.
- println(String) - Method in class org.jboss.netty.example.uptime.UptimeClientHandler
- Prioritized Writes - Search tag in class org.jboss.netty.handler.queue.BufferedWriteHandler
- Section
- priority - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- priority - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- 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 - Variable in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
- privateKey() - Method in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
-
Returns the generated RSA private key file in PEM format.
- process() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioWorker
-
Process the incoming messages and also is responsible for call
Channels.fireMessageReceived(Channel, Object)
once a message was processed without errors. - process() - Method in class org.jboss.netty.channel.socket.oio.OioDatagramWorker
- process() - Method in class org.jboss.netty.channel.socket.oio.OioWorker
- process(Selector) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- process(Selector) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- process(Selector) - Method in class org.jboss.netty.channel.socket.nio.NioClientBoss
- process(Selector) - Method in class org.jboss.netty.channel.socket.nio.NioServerBoss
- processConnectTimeout(Set<SelectionKey>, long) - Static method in class org.jboss.netty.channel.socket.nio.NioClientBoss
- processEventQueue() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioWorker
- PROCESSING - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
102 Processing (WebDAV, RFC2518)
- processSelectedKeys(Set<SelectionKey>) - Method in class org.jboss.netty.channel.socket.nio.NioClientBoss
- processTaskQueue() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- productQueue - Variable in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- progressListeners - Variable in class org.jboss.netty.channel.DefaultChannelFuture
- PROPOSED - Static variable in interface org.jboss.netty.util.ThreadNameDeterminer
-
ThreadNameDeterminer
that accepts the proposed thread name as is. - proposedThreadName - Variable in class org.jboss.netty.util.ThreadRenamingRunnable
- ProtobufDecoder - Class in org.jboss.netty.handler.codec.protobuf
- 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
- 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
ChannelBuffer
s 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 - Static variable in class org.jboss.netty.handler.ssl.JdkSslContext
- 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
- PROTOCOL_EXCEPTION - Static variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- ProtocolFamilyConverter - Class in org.jboss.netty.channel.socket.nio
-
Helper class which convert the
InternetProtocolFamily
. - ProtocolFamilyConverter() - Constructor for class org.jboss.netty.channel.socket.nio.ProtocolFamilyConverter
- protocolName - Variable in class org.jboss.netty.handler.codec.http.HttpVersion
- PROTOCOLS - Static variable in class org.jboss.netty.handler.ssl.JdkSslContext
- protocolVersion - Variable in class org.jboss.netty.handler.codec.socks.SocksMessage
- ProtocolVersion(byte) - Constructor for enum org.jboss.netty.handler.codec.socks.SocksMessage.ProtocolVersion
- protocolViolation(Channel, String) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- protocolViolation(Channel, CorruptedFrameException) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- prototype - Variable in class org.jboss.netty.handler.codec.protobuf.ProtobufDecoder
- provider - Variable in class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- provider - Variable in class org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
- provider - Variable in class org.jboss.netty.handler.codec.marshalling.MarshallingDecoder
- provider - Variable in class org.jboss.netty.handler.codec.marshalling.MarshallingEncoder
- PROVIDER - Static variable in class org.jboss.netty.handler.ssl.util.BouncyCastleSelfSignedCertGenerator
- PROVIDER - Static variable in class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory
- 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"
- purgeStaleEntries() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Removes any stale entries whose keys have been finalized.
- Pushed Resource Annotations - Search tag in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- Section
- Pushed Resources - Search tag in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- Section
- put(K, int, V, boolean) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- put(K, int, V, boolean) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- put(K, V) - Method in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- put(K, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Maps the specified key to the specified value in this table.
- put(K, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Maps the specified key to the specified value in this table.
- 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.
- putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Copies all of the mappings from the specified map to this one.
- putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Copies all of the mappings from the specified map to this one.
- putIfAbsent(K, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
- putIfAbsent(K, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
- putMessage(int, HttpMessage) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
- putPendingWrite(int, MessageEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- putPendingWrite(MessageEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- putValue(String, Object) - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
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.
- QueryStringEncoder.Param - Class in org.jboss.netty.handler.codec.http
- QUESTION_MARK - Static variable in class org.jboss.netty.handler.codec.http.HttpRequestEncoder
- queue - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel.WriteRequestQueue
- queue - Variable in class org.jboss.netty.handler.codec.http.HttpClientCodec
-
A queue that is used for correlating a request and a response.
- queue - Variable in class org.jboss.netty.handler.queue.BlockingReadHandler
- queue - Variable in class org.jboss.netty.handler.queue.BufferedWriteHandler
- queue - Variable in class org.jboss.netty.handler.stream.ChunkedWriteHandler
- queueSize - Variable in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
- queueSize - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
- queueSize - Variable in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler.PerChannel
- queueSize() - Method in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
- queuesSize - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Global queues size
- queuesSize - Variable in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
-
Global queues size
- 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"
- QuoteOfTheMomentClient - Class in org.jboss.netty.example.qotm
-
A UDP broadcast client that asks for a quote of the moment (QOTM) to
QuoteOfTheMomentServer
. - QuoteOfTheMomentClient() - Constructor for class org.jboss.netty.example.qotm.QuoteOfTheMomentClient
- QuoteOfTheMomentClientHandler - Class in org.jboss.netty.example.qotm
- QuoteOfTheMomentClientHandler() - Constructor for class org.jboss.netty.example.qotm.QuoteOfTheMomentClientHandler
- QuoteOfTheMomentServer - Class in org.jboss.netty.example.qotm
-
A UDP server that responds to the QOTM (quote of the moment) request to a
QuoteOfTheMomentClient
. - QuoteOfTheMomentServer() - Constructor for class org.jboss.netty.example.qotm.QuoteOfTheMomentServer
- QuoteOfTheMomentServerHandler - Class in org.jboss.netty.example.qotm
- QuoteOfTheMomentServerHandler() - Constructor for class org.jboss.netty.example.qotm.QuoteOfTheMomentServerHandler
- quotes - Static variable in class org.jboss.netty.example.qotm.QuoteOfTheMomentServerHandler
R
- random - Static variable in class org.jboss.netty.channel.AbstractChannel
- random - Static variable in class org.jboss.netty.example.qotm.QuoteOfTheMomentServerHandler
- random() - Static method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- Random Access Indexing - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- randomBytes(int) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketUtil
-
Creates some random bytes
- randomNumber(int, int) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketUtil
-
Generates a random number
- 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 - Variable in class org.jboss.netty.handler.codec.marshalling.LimitingByteInput
- read() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- read() - Method in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteInput
- read() - Method in class org.jboss.netty.handler.codec.marshalling.LimitingByteInput
- read() - 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(byte[]) - Method in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteInput
- read(byte[]) - Method in class org.jboss.netty.handler.codec.marshalling.LimitingByteInput
- read(byte[]) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- read(byte[], int, int) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- read(byte[], int, int) - Method in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteInput
- read(byte[], int, int) - Method in class org.jboss.netty.handler.codec.marshalling.LimitingByteInput
- read(byte[], int, int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- 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. - read(PushbackInputStream) - Static method in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
- read(SelectionKey) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
-
Read is called when a Selector has been notified that the underlying channel was something to be read.
- 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_AUTH_RESPONSE - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksAuthResponseDecoder.State
- READ_AUTH_SCHEMES - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksInitRequestDecoder.State
- READ_CHUNK_DELIMITER - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- READ_CHUNK_FOOTER - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- READ_CHUNK_SIZE - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- READ_CHUNKED_CONTENT - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- READ_CHUNKED_CONTENT_AS_CHUNKS - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- READ_CMD_ADDRESS - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder.State
- READ_CMD_ADDRESS - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder.State
- READ_CMD_HEADER - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder.State
- READ_CMD_HEADER - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder.State
- READ_COMMON_HEADER - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- READ_DATA_FRAME - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- READ_FIXED_LENGTH_CONTENT - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- READ_FIXED_LENGTH_CONTENT_AS_CHUNKS - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- READ_GOAWAY_FRAME - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- READ_HEADER - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- READ_HEADER_BLOCK - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- READ_HEADERS_FRAME - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- READ_INITIAL - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- READ_NAME - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
- READ_NAME_LENGTH - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
- READ_NUM_HEADERS - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
- READ_PASSWORD - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder.State
- READ_PING_FRAME - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- READ_PREFFERED_AUTH_TYPE - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksInitResponseDecoder.State
- READ_RST_STREAM_FRAME - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- READ_SETTING - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- READ_SETTINGS_FRAME - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- READ_SYN_REPLY_FRAME - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- READ_SYN_STREAM_FRAME - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- READ_TIMEOUT - Static variable in class org.jboss.netty.example.uptime.UptimeClient
- READ_USERNAME - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder.State
- READ_VALUE - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
- READ_VALUE_LENGTH - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
- READ_VARIABLE_LENGTH_CONTENT - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- READ_VARIABLE_LENGTH_CONTENT_AS_CHUNKS - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- READ_WINDOW_UPDATE_FRAME - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- 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 than0
. - readable() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readable(int) - Method in class org.jboss.netty.handler.codec.marshalling.LimitingByteInput
- 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)
. - readableBytes() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- Readable bytes (the actual content) - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- 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 thereaderIndex
by1
in this buffer. - readByte() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- readByte() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readByte() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- readBytes() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
-
Returns the number of read bytes by this stream so far.
- readBytes(byte[]) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thereaderIndex
by the number of the transferred bytes (=dst.length
). - readBytes(byte[]) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- readBytes(byte[]) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thereaderIndex
by the number of the transferred bytes (=length
). - readBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- readBytes(byte[], int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readBytes(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 thereaderIndex
by the number of the transferred bytes (=length
). - readBytes(int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- readBytes(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readBytes(OutputStream, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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(OutputStream, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- readBytes(OutputStream, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thereaderIndex
by the number of the transferred bytes. - readBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- readBytes(ByteBuffer) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readBytes(GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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(GatheringByteChannel, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- readBytes(GatheringByteChannel, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readBytes(ChannelBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thereaderIndex
by the number of the transferred bytes. - readBytes(ChannelBuffer) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- readBytes(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readBytes(ChannelBuffer, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thereaderIndex
by the number of the transferred bytes (=length
). - readBytes(ChannelBuffer, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- readBytes(ChannelBuffer, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thereaderIndex
by the number of the transferred bytes (=length
). - readBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- readBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readCertificates(File) - Static method in class org.jboss.netty.handler.ssl.PemReader
- readChannelLimit - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Limit in B/s to apply to read
- 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 thereaderIndex
by2
in this buffer. - readChar() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- readChar() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readChar() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- readClassDescriptor() - Method in class org.jboss.netty.handler.codec.serialization.CompactObjectInputStream
- readContent(File) - Static method in class org.jboss.netty.handler.ssl.PemReader
- 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.
- readDelimiter(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF.
- readDelimiterStandard(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF.
- readDeviationActive - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- 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 thereaderIndex
by8
in this buffer. - readDouble() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- readDouble() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readDouble() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- readEncryptedData(ByteBuffer, int) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
-
Read encrypted data from the OpenSSL network BIO
- READER_IDLE - Enum constant in enum org.jboss.netty.handler.timeout.IdleState
-
No data was received for a while.
- readerIdleTimeMillis - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler
- readerIdleTimeout - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler.State
- ReaderIdleTimeoutTask(ChannelHandlerContext) - Constructor for class org.jboss.netty.handler.timeout.IdleStateHandler.ReaderIdleTimeoutTask
- readerIndex - Variable in class org.jboss.netty.buffer.AbstractChannelBuffer
- readerIndex - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
- readerIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- readerIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Returns the
readerIndex
of this buffer. - readerIndex() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readerIndex(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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
- readerIndex(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readEvent() - Method in class org.jboss.netty.handler.queue.BlockingReadHandler
-
Waits until a new
ChannelEvent
is received or the associatedChannel
is closed. - readEvent(long, TimeUnit) - Method in class org.jboss.netty.handler.queue.BlockingReadHandler
-
Waits until a new
ChannelEvent
is received or the associatedChannel
is closed. - readFileUploadByteMultipart(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Read a FileUpload data as Byte (Binary) and add the bytes directly to the FileUpload.
- readFileUploadByteMultipartStandard(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Read a FileUpload data as Byte (Binary) and add the bytes directly to the FileUpload.
- readFixedLengthContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- 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 thereaderIndex
by4
in this buffer. - readFloat() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- readFloat() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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.
- readFrom(File) - Static method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
Utility function
- readFully(byte[]) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- readFully(byte[]) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- 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
- 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.
- readHeader(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- 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.
- readHeaders(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- 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.
- readHttpDataAllReceive(Channel) - Method in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
-
Example of reading all InterfaceHttpData from finished transfer
- readHttpDataChunkByChunk() - Method in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
-
Example of reading request by chunk and getting values from chunk to chunk
- readingChunks - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel.ServletChannelHandler
- readingChunks - Variable in class org.jboss.netty.example.http.snoop.HttpSnoopClientHandler
- readingChunks - Variable in class org.jboss.netty.example.http.snoop.HttpSnoopServerHandler
- readingChunks - Variable in class org.jboss.netty.example.http.upload.HttpUploadClientHandler
- readingChunks - Variable in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
- readingTime - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Last reading delay during current check interval
- 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 thereaderIndex
by4
in this buffer. - readInt() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- readInt() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readInt() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- readLengthField(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- readLimit - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Limit in B/s to apply to read
- readLine() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- readLine() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Read one line up to the CRLF or LF
- readLine() - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readLine(ChannelBuffer, int) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- readLineStandard() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Read one line up to the CRLF or LF
- 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 thereaderIndex
by8
in this buffer. - readLong() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- readLong() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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 thereaderIndex
by3
in this buffer. - readMedium() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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
- ReadOnlyChannelBuffer(ReadOnlyChannelBuffer) - 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.
- readPlaintextData(ByteBuffer) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
-
Read plaintext data from the OpenSSL internal BIO
- readPrivateKey(File) - Static method in class org.jboss.netty.handler.ssl.PemReader
- readResolve() - Method in class org.jboss.netty.util.internal.CaseIgnoringComparator
- 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 thereaderIndex
by2
in this buffer. - readShort() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- readShort() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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 thereaderIndex
by the size of the new slice (=length
). - readSlice(int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- readSlice(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- readStreamHeader() - Method in class org.jboss.netty.handler.codec.serialization.CompactObjectInputStream
- readSuspend - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler.ReadWriteStatus
- 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 Class in org.jboss.netty.handler.timeout
-
A
TimeoutException
raised byReadTimeoutHandler
when no data was read within a certain period of time. - ReadTimeoutException() - Constructor for exception class org.jboss.netty.handler.timeout.ReadTimeoutException
-
Creates a new instance.
- ReadTimeoutException(String) - Constructor for exception class org.jboss.netty.handler.timeout.ReadTimeoutException
-
Creates a new instance.
- ReadTimeoutException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.timeout.ReadTimeoutException
-
Creates a new instance.
- ReadTimeoutException(Throwable) - Constructor for exception class 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.
- ReadTimeoutHandler.ReadTimeoutTask - Class in org.jboss.netty.handler.timeout
- ReadTimeoutHandler.State - Class in org.jboss.netty.handler.timeout
- ReadTimeoutTask(ChannelHandlerContext) - Constructor for class org.jboss.netty.handler.timeout.ReadTimeoutHandler.ReadTimeoutTask
- 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.
- readTrailingHeaders(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- 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 thereaderIndex
by1
in this buffer. - readUnsignedByte() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- readUnsignedByte() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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 thereaderIndex
by4
in this buffer. - readUnsignedInt() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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 thereaderIndex
by3
in this buffer. - readUnsignedMedium() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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 thereaderIndex
by2
in this buffer. - readUnsignedShort() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- readUnsignedShort() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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
- readValueUnderLock(ConcurrentIdentityHashMap.HashEntry<K, V>) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
-
Reads value field of an entry under lock.
- readValueUnderLock(ConcurrentIdentityWeakKeyHashMap.HashEntry<K, V>) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
-
Reads value field of an entry under lock.
- 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.
- ReadWriteStatus() - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler.ReadWriteStatus
- realChannel - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- realWriteThroughput - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Real writing bandwidth
- realWrittenBytes - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Real written bytes
- reasonPhrase - Variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
- rebuildSelector() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- rebuildSelector() - Method in interface org.jboss.netty.channel.socket.nio.NioSelector
- 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
- 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
-
Creates a new
ReceiveBufferSizePredictor
. - receivedClosingHandshake - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
- receivedClosingHandshake - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- receivedGoAwayFrame - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- receivedMessages - Variable in class org.jboss.netty.example.factorial.FactorialClientHandler
- receivedReply - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- receivedReply() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- receivedReply(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- receivedShutdown - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- receiveWindowSize - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession
- receiveWindowSize - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- receiveWindowSizeLowerBound - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- RECONNECT_DELAY - Static variable in class org.jboss.netty.example.uptime.UptimeClient
- 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.
- recvBufferPool - Variable in class org.jboss.netty.channel.socket.nio.NioWorker
- 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.
- refCnt - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.Preallocation
- ReferenceMap<K,
V> - Class in org.jboss.netty.handler.codec.serialization - ReferenceMap(Map<K, Reference<V>>) - Constructor for class org.jboss.netty.handler.codec.serialization.ReferenceMap
- 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"
- refQueue - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
-
The collected weak-key reference queue for this segment.
- 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 - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
- REFUSED_STREAM - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
-
3 Refused Stream
- register(Channel, ChannelFuture) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- register(Channel, ChannelFuture) - Method in interface org.jboss.netty.channel.socket.nio.NioSelector
- register(LocalAddress, Channel) - Static method in class org.jboss.netty.channel.local.LocalChannelRegistry
- registerAcceptedChannel(NioServerSocketChannel, SocketChannel, Thread) - Static method in class org.jboss.netty.channel.socket.nio.NioServerBoss
- registerAllExtensions(ExtensionRegistry) - Static method in class org.jboss.netty.example.localtime.LocalTimeProtocol
- registerTask(Runnable) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- RegisterTask(NioClientBoss, NioClientSocketChannel) - Constructor for class org.jboss.netty.channel.socket.nio.NioClientBoss.RegisterTask
- RegisterTask(NioServerSocketChannel, ChannelFuture, SocketAddress) - Constructor for class org.jboss.netty.channel.socket.nio.NioServerBoss.RegisterTask
- RegisterTask(NioSocketChannel, ChannelFuture, boolean) - Constructor for class org.jboss.netty.channel.socket.nio.NioWorker.RegisterTask
- rehash() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- rehash() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.NewThreadRunsPolicy
- relativeTimeAction - Variable in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler.ToSend
- relativeTimeAction - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler.ToSend
- relativeTimeAction - Variable in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler.ToSend
- release - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Boolean associated with the release of this TrafficShapingHandler.
- release() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.EmptySendBuffer
- release() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.FileSendBuffer
- release() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.GatheringSendBuffer
- release() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.PooledSendBuffer
- release() - Method in interface org.jboss.netty.channel.socket.nio.SocketSendBufferPool.SendBuffer
- release() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.UnpooledSendBuffer
- 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
ExternalResourceReleasable
s. - releaseAfterTransfer - Variable in class org.jboss.netty.channel.DefaultFileRegion
- 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
- releaseExternal(Executor) - Static method in class org.jboss.netty.handler.execution.ChainedExecutor
- 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.nio.SocketReceiveBufferAllocator
- releaseExternalResources() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- 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.codec.embedder.EmbeddedChannelFactory
- 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.
- releasePool - Variable in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
- releasePool() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
- releasePools - Variable in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
- releasePools - Variable in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
- releasePools() - Method in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
- releasePools() - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
- releaseReadSuspended(ChannelHandlerContext) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Release the Read suspension.
- releaseWriteSuspended(ChannelHandlerContext) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Explicitly release the Write suspended status.
- remainingRounds - Variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- REMOTE_HOST - Static variable in class org.jboss.netty.example.proxy.HexDumpProxy
- REMOTE_PORT - Static variable in class org.jboss.netty.example.proxy.HexDumpProxy
- remoteAddress - Variable in class org.jboss.netty.channel.DownstreamMessageEvent
- remoteAddress - Variable in class org.jboss.netty.channel.local.DefaultLocalChannel
- remoteAddress - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
- remoteAddress - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- remoteAddress - Variable in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- remoteAddress - Variable in class org.jboss.netty.channel.UpstreamMessageEvent
- remoteAddress - Variable in class org.jboss.netty.handler.codec.embedder.EmbeddedChannel
- remoteConcurrentStreams - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- remoteSideClosed - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- remove() - Method in class org.jboss.netty.channel.group.CombinedIterator
- remove() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderEntry
- remove() - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderIterator
- remove() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderEntry
- remove() - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderIterator
- remove() - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- remove() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- remove() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- remove(int) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
-
Removes the element at the specified position in this list
- remove(Class<T>) - Method in interface org.jboss.netty.channel.ChannelPipeline
-
Removes the
ChannelHandler
of the specified type from this pipeline - remove(Class<T>) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- remove(Object) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- remove(Object) - Method in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- remove(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.EntrySet
- remove(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.KeySet
- remove(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Removes the key (and its corresponding value) from this map.
- remove(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.EntrySet
- remove(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.KeySet
- remove(Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Removes the key (and its corresponding value) from this map.
- remove(Object) - Method in class org.jboss.netty.util.MapBackedSet
- remove(Object, int, Object, boolean) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
-
Remove; match on key only if value null, else match both.
- remove(Object, int, Object, boolean) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
-
Remove; match on key only if value null, else match both.
- remove(Object, Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
- remove(Object, Object) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
- remove(Runnable) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- remove(String) - Method in interface org.jboss.netty.channel.ChannelPipeline
-
Removes the
ChannelHandler
with the specified name from this pipeline. - remove(String) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- 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(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(ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- remove(DefaultChannelPipeline.DefaultChannelHandlerContext) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- remove(IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
-
Remove the ipFilterRule from the list
- remove(HashedWheelTimer.HashedWheelTimeout) - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelBucket
- remove0(int, int, String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- remove0(int, int, String) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
- removeActiveStream(int, boolean) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- 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
- removeIfClosed(ChannelEventRunnable, Object) - Method in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
- 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
- removeLocalTime(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- removeLocation(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- 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.
- removeOnClose - Variable in class org.jboss.netty.channel.ChannelLocal
- removePendingWrite() - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- removePendingWrite(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- removePriority(HttpMessage) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
-
Removes the
"X-SPDY-Priority"
header. - remover - Variable in class org.jboss.netty.channel.ChannelLocal
- remover - Variable in class org.jboss.netty.channel.group.DefaultChannelGroup
- 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. - removeStale() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- removeStatus(int, SpdyHeadersFrame) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
-
Removes the HTTP response status header.
- removeStream(int, boolean) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- removeStream(int, ChannelFuture) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- 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.HttpCodecUtil
- 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.
- removeValue(String) - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- 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
- Renegotiation - Search tag in class org.jboss.netty.handler.ssl.SslHandler
- Section
- RENEGOTIATION_UNSUPPORTED - Static variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- reopenReadTimerTask - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler.ReadWriteStatus
- ReopenReadTimerTask(ChannelHandlerContext) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler.ReopenReadTimerTask
- 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(Class<T>, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- 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(String, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- replace(String, ChannelHandler) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
- replace(K, int, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- replace(K, int, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- replace(K, int, V, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- replace(K, int, V, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- replace(K, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
- replace(K, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
- replace(K, V, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
- replace(K, V, V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
- replace(ChannelHandler, String, ChannelHandler) - Method in interface org.jboss.netty.channel.ChannelPipeline
-
Replaces the specified
ChannelHandler
with a new handler in this pipeline. - replace(ChannelHandler, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- replace(DefaultChannelPipeline.DefaultChannelHandlerContext, String, ChannelHandler) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- REPLACE_PATTERN - Static variable in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
- replaceDecoder(Channel, ChannelHandler) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Replace the HTTP decoder with a new Web Socket decoder.
- Replacing a decoder with another decoder in a pipeline - Search tag in class org.jboss.netty.handler.codec.frame.FrameDecoder
- Section
- Replacing a decoder with another decoder in a pipeline - Search tag in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- Section
- REPLAY - Static variable in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- replayable - Variable in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- ReplayError - Exception Class in org.jboss.netty.handler.codec.replay
- ReplayError() - Constructor for exception class org.jboss.netty.handler.codec.replay.ReplayError
- ReplayingDecoder<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
- ReplayingDecoderBuffer - Class in org.jboss.netty.handler.codec.replay
- ReplayingDecoderBuffer(ReplayingDecoder<?>) - Constructor for class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- request - Variable in class org.jboss.netty.example.http.snoop.HttpSnoopServerHandler
- request - Variable in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
- request - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Request to decode
- request - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Request to encode
- request - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Request to decode
- REQUEST - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.MessageType
- 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
- Request Annotations - Search tag in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- Section
- REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
416 Requested Range Not Satisfiable
- requestedRemoteAddress - Variable in class org.jboss.netty.channel.socket.nio.NioClientSocketChannel
- requestFileDeleteMap - Variable in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
Keep all HttpDatas until cleanAllHttpDatas() is called.
- requestHeaderWritten - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- requestResponseCounter - Variable in class org.jboss.netty.handler.codec.http.HttpClientCodec
- REQUIRE - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
-
"Require"
- Required Annotations - Search tag in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- Section
- reserved - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder
- reserved - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder
- reset() - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- reset() - Method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- 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
- resetAccounting(long) - Method in class org.jboss.netty.handler.traffic.TrafficCounter
-
Reset the accounting on Read and Write.
- 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().
- resetInterval - Variable in class org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder
- resetReaderIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- resetReaderIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Repositions the current
readerIndex
to the markedreaderIndex
in this buffer. - resetReaderIndex() - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- resetReaderIndex() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- resetState() - Method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- resetWriterIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- resetWriterIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Repositions the current
writerIndex
to the markedwriterIndex
in this buffer. - resetWriterIndex() - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- resetWriterIndex() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- resolve(String) - Method in class org.jboss.netty.handler.codec.serialization.CachingClassResolver
- resolve(String) - Method in class org.jboss.netty.handler.codec.serialization.ClassLoaderClassResolver
- resolve(String) - Method in interface org.jboss.netty.handler.codec.serialization.ClassResolver
- resolveClass(ObjectStreamClass) - Method in class org.jboss.netty.handler.codec.serialization.CompactObjectInputStream
- RESPONSE - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.MessageType
- Response Annotations - Search tag in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- Section
- responseContent - Variable in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
- Restarting the session - Search tag in class org.jboss.netty.handler.ssl.SslHandler
- Section
- 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
- rethrow() - Method in class org.jboss.netty.channel.FailedChannelFuture
- rethrowIfFailed0() - Method in class org.jboss.netty.channel.DefaultChannelFuture
- RETRIES_BEFORE_LOCK - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Number of unsynchronized retries in size and containsValue methods before resorting to locking.
- RETRIES_BEFORE_LOCK - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Number of unsynchronized retries in size and containsValue methods before resorting to locking.
- Retrieving for later use - Search tag in interface org.jboss.netty.channel.ChannelHandlerContext
- Section
- 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"
- RETRY_DELAY - Static variable in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
- retryDelay - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
- Returning a POJO rather than a ChannelBuffer - Search tag in class org.jboss.netty.handler.codec.frame.FrameDecoder
- Section
- Return the control to the caller quickly - Search tag in interface org.jboss.netty.channel.ChannelFutureListener
- Section
- Return the control to the caller quickly - Search tag in interface org.jboss.netty.channel.ChannelFutureProgressListener
- Section
- ReusableIterator<E> - Interface in org.jboss.netty.util.internal
- rewind() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
- rewind() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
- rewind() - Method in interface org.jboss.netty.util.internal.ReusableIterator
- RFC1738 - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
-
Legacy mode which should work for most.
- RFC2965_DOMAIN - Static variable in class org.jboss.netty.handler.codec.http.cookie.ServerCookieDecoder
- RFC2965_PATH - Static variable in class org.jboss.netty.handler.codec.http.cookie.ServerCookieDecoder
- RFC2965_PORT - Static variable in class org.jboss.netty.handler.codec.http.cookie.ServerCookieDecoder
- RFC2965_VERSION - Static variable in class org.jboss.netty.handler.codec.http.cookie.ServerCookieDecoder
- RFC3986 - Enum constant in enum org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
-
Mode which is more new and is used for OAUTH
- rnd - Variable in class org.jboss.netty.util.internal.ThreadLocalRandom
-
The random seed.
- rsv - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
-
RSV1, RSV2, RSV3 used for extensions
- 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() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspHeaders
- 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.
- RtspMessageDecoder - Class in org.jboss.netty.handler.codec.rtsp
-
Decodes
ChannelBuffer
s into RTSP messages represented inHttpMessage
s. - RtspMessageDecoder() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspMessageDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096
},maxHeaderSize (8192)
, andmaxContentLength (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 aChannelBuffer
. - 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.
- RtspMethods() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspMethods
- RtspRequestDecoder - Class in org.jboss.netty.handler.codec.rtsp
-
Decodes
ChannelBuffer
s into RTSP requests represented inHttpRequest
s. - RtspRequestDecoder() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspRequestDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096
},maxHeaderSize (8192)
, andmaxContentLength (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 aChannelBuffer
. - RtspRequestEncoder() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspRequestEncoder
- RtspResponseDecoder - Class in org.jboss.netty.handler.codec.rtsp
-
Decodes
ChannelBuffer
s into RTSP responses represented inHttpResponse
s. - RtspResponseDecoder() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspResponseDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096
},maxHeaderSize (8192)
, andmaxContentLength (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 aChannelBuffer
. - 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.
- RtspResponseStatuses() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
- RtspVersions - Class in org.jboss.netty.handler.codec.rtsp
-
The version of RTSP.
- RtspVersions() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspVersions
- run() - Method in class org.jboss.netty.channel.socket.ChannelRunnableWrapper
- run() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannel.WriteTask
- run() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- run() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- run() - Method in class org.jboss.netty.channel.socket.nio.NioClientBoss.RegisterTask
- run() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramWorker.ChannelRegistionTask
-
This runnable's task.
- run() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramWorker
- run() - Method in class org.jboss.netty.channel.socket.nio.NioServerBoss.RegisterTask
- run() - Method in class org.jboss.netty.channel.socket.nio.NioWorker.RegisterTask
- run() - Method in class org.jboss.netty.channel.socket.nio.NioWorker
- run() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioWorker
- run() - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink.Boss
- run() - Method in class org.jboss.netty.channel.socket.oio.OioWorker
- 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.MemoryAwareThreadPoolExecutor.MemoryAwareRunnable
- run() - Method in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor.ChildExecutor
- run() - Method in class org.jboss.netty.util.HashedWheelTimer.Worker
- run() - Method in class org.jboss.netty.util.ThreadRenamingRunnable
- run() - Method in class org.jboss.netty.util.VirtualExecutorService.ChildExecutorRunnable
- run(Timeout) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler.AllIdleTimeoutTask
- run(Timeout) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler.ReaderIdleTimeoutTask
- run(Timeout) - Method in class org.jboss.netty.handler.timeout.IdleStateHandler.WriterIdleTimeoutTask
- run(Timeout) - Method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler.ReadTimeoutTask
- run(Timeout) - Method in class org.jboss.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
- run(Timeout) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler.ReopenReadTimerTask
- run(Timeout) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficCounter.MixedTrafficMonitoringTask
- run(Timeout) - Method in class org.jboss.netty.handler.traffic.TrafficCounter.TrafficMonitoringTask
- run(Timeout) - Method in interface org.jboss.netty.util.TimerTask
-
Executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit)
. - runDelegatedTasks() - Method in class org.jboss.netty.handler.ssl.SslHandler
-
Fetches all delegated tasks from the
SSLEngine
and runs them immediately. - runnable - Variable in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor.EventTask
- runnable - Variable in class org.jboss.netty.util.ThreadRenamingRunnable
- runnable - Variable in class org.jboss.netty.util.VirtualExecutorService.ChildExecutorRunnable
S
- s - Variable in class org.jboss.netty.util.VirtualExecutorService
- S_MAXAGE - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Values
-
"s-maxage"
- safeClose(File, OutputStream) - Static method in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
- safeClose(InputStream) - Static method in class org.jboss.netty.handler.ssl.PemReader
- safeClose(OutputStream) - Static method in class org.jboss.netty.handler.ssl.PemReader
- safeDelete(File) - Static method in class org.jboss.netty.handler.ssl.util.SelfSignedCertificate
- sanitizeUri(String) - Static method in class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
- SATURDAY - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
SATURDAY = 7;
- SATURDAY_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
SATURDAY = 7;
- 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.AbstractNioWorker
- 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"
- Search operations - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- 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"
- second_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- second_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- SECOND_ADDRESS_OCTET_SHIFT - Static variable in class org.jboss.netty.handler.codec.socks.SocksCommonUtils
- SECOND_FIELD_NUMBER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- secure - Variable in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- secure - Variable in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
- SECURE - Static variable in class org.jboss.netty.handler.codec.http.cookie.CookieHeaderNames
- SecureChatClient - Class in org.jboss.netty.example.securechat
-
Simple SSL chat client modified from
TelnetClient
. - SecureChatClient() - Constructor for class org.jboss.netty.example.securechat.SecureChatClient
- SecureChatClientHandler - Class in org.jboss.netty.example.securechat
-
Handles a client-side channel.
- SecureChatClientHandler() - Constructor for class org.jboss.netty.example.securechat.SecureChatClientHandler
- SecureChatClientPipelineFactory - Class in org.jboss.netty.example.securechat
-
Creates a newly configured
ChannelPipeline
for a new channel. - SecureChatClientPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.securechat.SecureChatClientPipelineFactory
- SecureChatServer - Class in org.jboss.netty.example.securechat
-
Simple SSL chat server modified from
TelnetServer
. - SecureChatServer() - Constructor for class org.jboss.netty.example.securechat.SecureChatServer
- SecureChatServerHandler - Class in org.jboss.netty.example.securechat
-
Handles a server-side channel.
- SecureChatServerHandler() - Constructor for class org.jboss.netty.example.securechat.SecureChatServerHandler
- SecureChatServerHandler.Greeter - Class in org.jboss.netty.example.securechat
- SecureChatServerPipelineFactory - Class in org.jboss.netty.example.securechat
-
Creates a newly configured
ChannelPipeline
for a new channel. - SecureChatServerPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.securechat.SecureChatServerPipelineFactory
- SEDA (Staged Event-Driven Architecture) - Search tag in class org.jboss.netty.handler.execution.ExecutionHandler
- Section
- SEE_OTHER - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
303 See Other (since HTTP/1.1)
- SeekAheadNoBackArrayException() - Constructor for exception class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadNoBackArrayException
- SeekAheadOptimize(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
- Segment(int, float) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- Segment(int, float) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- segmentFor(int) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Returns the segment that should be used for key with given hash.
- segmentFor(int) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Returns the segment that should be used for key with given hash.
- segmentMask - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Mask value for indexing into segments.
- segmentMask - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Mask value for indexing into segments.
- segments - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
The segments, each of which is a specialized hash table
- segments - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
The segments, each of which is a specialized hash table
- segmentShift - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Shift value for indexing within segments.
- segmentShift - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Shift value for indexing within segments.
- select(Selector) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- select(Selector) - Method in class org.jboss.netty.channel.socket.nio.NioServerBoss
- select(Selector) - Static method in class org.jboss.netty.channel.socket.nio.SelectorUtil
- SELECT_TIMEOUT - Static variable in class org.jboss.netty.channel.socket.nio.SelectorUtil
- SELECT_TIMEOUT_NANOS - Static variable in class org.jboss.netty.channel.socket.nio.SelectorUtil
- SelectedProtocol() - Constructor for enum org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
- selectedSubprotocol - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
- selector - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
-
The NIO
Selector
. - SelectorUtil - Class in org.jboss.netty.channel.socket.nio
- SelectorUtil() - Constructor for class org.jboss.netty.channel.socket.nio.SelectorUtil
- 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 ';'
- send100Continue(MessageEvent) - Static method in class org.jboss.netty.example.http.snoop.HttpSnoopServerHandler
- sendAllValid(ChannelHandlerContext, long) - Method in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
- sendAllValid(ChannelHandlerContext, GlobalChannelTrafficShapingHandler.PerChannel, long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- sendAllValid(ChannelHandlerContext, GlobalTrafficShapingHandler.PerChannel, long) - Method in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
- sendBufferPool - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- sendDownstream(ChannelEvent) - Method in interface org.jboss.netty.channel.ChannelHandlerContext
-
Sends the specified
ChannelEvent
to theChannelDownstreamHandler
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 lastChannelDownstreamHandler
in this pipeline. - sendDownstream(ChannelEvent) - Method in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- sendDownstream(ChannelEvent) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- sendDownstream(DefaultChannelPipeline.DefaultChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- sendError(ChannelHandlerContext, HttpResponseStatus) - Static method in class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
- sendGoAwayFrame(ChannelHandlerContext, Channel, SocketAddress, SpdySessionStatus) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- sendGoAwayFrame(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- sendHttpResponse(ChannelHandlerContext, HttpRequest, HttpResponse) - Static method in class org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerHandler
- sendHttpResponse(ChannelHandlerContext, HttpRequest, HttpResponse) - Static method in class org.jboss.netty.example.http.websocketx.server.WebSocketServerHandler
- sendHttpResponse(ChannelHandlerContext, HttpRequest, HttpResponse) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
- Sending an event - Search tag in interface org.jboss.netty.channel.ChannelHandlerContext
- Section
- Sending a stream which generates a chunk intermittently - Search tag in class org.jboss.netty.handler.stream.ChunkedWriteHandler
- Section
- sendNotModified(ChannelHandlerContext) - Static method in class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
-
When file timestamp is the same as what the browser is sending up, send a "304 Not Modified"
- sendNumbers(ChannelStateEvent) - Method in class org.jboss.netty.example.factorial.FactorialClientHandler
- 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 theChannelUpstreamHandler
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 firstChannelUpstreamHandler
in this pipeline. - sendUpstream(ChannelEvent) - Method in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- sendUpstream(ChannelEvent) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- sendUpstream(DefaultChannelPipeline.DefaultChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.channel.DefaultChannelPipeline
- sendWindowSize - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession
- sendWindowSize - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- SENT_CLOSE_NOTIFY_UPDATER - Static variable in class org.jboss.netty.handler.ssl.SslHandler
- SENT_FIRST_MESSAGE_UPDATER - Static variable in class org.jboss.netty.handler.ssl.SslHandler
- sentCloseNotify - Variable in class org.jboss.netty.handler.ssl.SslHandler
- sentFirstMessage - Variable in class org.jboss.netty.handler.ssl.SslHandler
- sentGoAwayFrame - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- SEQ - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"seq"
- Sequential Access Indexing - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- serialVersionUID - Static variable in exception class org.jboss.netty.channel.ChannelException
- serialVersionUID - Static variable in exception class org.jboss.netty.channel.ChannelHandlerLifeCycleException
- serialVersionUID - Static variable in exception class org.jboss.netty.channel.ChannelPipelineException
- serialVersionUID - Static variable in exception class org.jboss.netty.channel.ConnectTimeoutException
- serialVersionUID - Static variable in class org.jboss.netty.channel.local.LocalAddress
- serialVersionUID - Static variable in class org.jboss.netty.channel.socket.http.HttpTunnelingServlet
- serialVersionUID - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- serialVersionUID - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- serialVersionUID - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- serialVersionUID - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.compression.CompressionException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.embedder.CodecEmbedderException
- serialVersionUID - Static variable in class org.jboss.netty.handler.codec.embedder.EmbeddedSocketAddress
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.frame.CorruptedFrameException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.frame.TooLongFrameException
- serialVersionUID - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat.HttpHeaderDateFormatObsolete1
- serialVersionUID - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat.HttpHeaderDateFormatObsolete2
- serialVersionUID - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaderDateFormat
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadNoBackArrayException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.http.websocketx.WebSocketHandshakeException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.marshalling.LimitingByteInput.TooBigObjectException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.PrematureChannelClosureException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.replay.ReplayError
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.replay.UnreplayableOperationException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.codec.spdy.SpdyProtocolException
- serialVersionUID - Static variable in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamComparator
- serialVersionUID - Static variable in class org.jboss.netty.handler.ipfilter.IpFilterRuleList
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.queue.BlockingReadTimeoutException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.ssl.NotSslRecordException
- serialVersionUID - Static variable in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.timeout.ReadTimeoutException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.timeout.TimeoutException
- serialVersionUID - Static variable in exception class org.jboss.netty.handler.timeout.WriteTimeoutException
- serialVersionUID - Static variable in class org.jboss.netty.util.internal.CaseIgnoringComparator
- serialVersionUID - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
- serialVersionUID - Static variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
- serialVersionUID - Static variable in class org.jboss.netty.util.internal.NonReentrantLock
- serialVersionUID - Static variable in class org.jboss.netty.util.internal.ThreadLocalRandom
- serialVersionUID - Static variable in class org.jboss.netty.util.MapBackedSet
- server - Variable in class org.jboss.netty.channel.socket.nio.NioWorker.RegisterTask
- server - Variable in class org.jboss.netty.handler.codec.http.CookieEncoder
- server - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- 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
. - ServerBootstrap.Binder - Class in org.jboss.netty.bootstrap
- serverChannel - Variable in class org.jboss.netty.example.http.tunnel.LocalEchoServerRegistration
- ServerChannel - Interface in org.jboss.netty.channel
- ServerChannelFactory - Interface in org.jboss.netty.channel
-
A
ChannelFactory
that creates aServerChannel
. - serverChannels - Variable in class org.jboss.netty.channel.group.DefaultChannelGroup
- ServerCookieDecoder - Class in org.jboss.netty.handler.codec.http.cookie
-
A RFC6265 compliant cookie decoder to be used server side.
- ServerCookieDecoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.cookie.ServerCookieDecoder
- 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).
- ServerCookieEncoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http.cookie.ServerCookieEncoder
- serverName - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- serverPath - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- ServerSocketChannel - Interface in org.jboss.netty.channel.socket
-
A TCP/IP
ServerChannel
which accepts incoming TCP/IP connections. - ServerSocketChannelConfig - Interface in org.jboss.netty.channel.socket
-
A
ChannelConfig
for aServerSocketChannel
. - ServerSocketChannelFactory - Interface in org.jboss.netty.channel.socket
-
A
ChannelFactory
which creates aServerSocketChannel
. - 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
- ServletChannelHandler() - Constructor for class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel.ServletChannelHandler
- session - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- 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 - Variable in class org.jboss.netty.handler.ssl.OpenSslServerContext
- 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 - Variable in class org.jboss.netty.handler.ssl.OpenSslServerContext
- 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(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
- set(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer.TrailingHeaders
- set(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- set(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.http.HttpHeaders
-
Sets a header with the specified name and values.
- set(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
- set(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
-
Sets a new header with the specified name and values.
- set(String, Object) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer.TrailingHeaders
- set(String, Object) - 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, Object) - 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(Channel, T) - Method in class org.jboss.netty.channel.ChannelLocal
-
Sets the value of this variable.
- 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_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.
- 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. - setActualSubprotocol(String) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- setApplicationProtocol(String) - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- setAssociatedToStreamId(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- setAssociatedToStreamId(int) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
-
Sets the Associated-To-Stream-ID of this frame.
- setAssociatedToStreamId(HttpMessage, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
-
Sets the
"X-SPDY-Associated-To-Stream-ID"
header. - 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. - setAttachment(Object) - Method in class org.jboss.netty.channel.DefaultChannelPipeline.DefaultChannelHandlerContext
- 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
- setBound() - Method in class org.jboss.netty.channel.local.DefaultLocalChannel
- setBound() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- setBroadcast(boolean) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.SO_BROADCAST
option. - setBroadcast(boolean) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- setBufferFactory(ChannelBufferFactory) - Method in interface org.jboss.netty.channel.ChannelConfig
-
Sets the default
ChannelBufferFactory
used to create a newChannelBuffer
. - 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
- setByte(int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setBytes(int, byte[]) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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[]) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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, byte[], int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
- setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
- setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
- setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- setBytes(int, byte[], int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- setBytes(int, byte[], int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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, InputStream, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
- setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
- setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
- setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- setBytes(int, InputStream, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- setBytes(int, InputStream, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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, ByteBuffer) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
- setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
- setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
- setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- setBytes(int, ByteBuffer) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- setBytes(int, ByteBuffer) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
- setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
- setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
- setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- setBytes(int, ScatteringByteChannel, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setBytes(int, ChannelBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setBytes(int, ChannelBuffer, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
- setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
- setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.HeapChannelBuffer
- setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
- setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- setBytes(int, ChannelBuffer, int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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. - setChar(int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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
HttpChunk
s, which is generated byHttpMessageDecoder
consecutively, contain the actual content. - setCidrNetMask(int) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
-
Sets the CIDR Netmask
i.e.: setCidrNetMask(24); - setCity(String) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
-
required string city = 2;
- setCityBytes(ByteString) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
-
required string city = 2;
- 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.ChannelCloseFuture
- setClosed() - Method in class org.jboss.netty.channel.AbstractChannel
-
Marks this channel as closed.
- setClosed() - Method in class org.jboss.netty.channel.local.DefaultLocalChannel
- setClosed() - Method in class org.jboss.netty.channel.local.DefaultLocalServerChannel
- setClosed() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- setClosed() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- setClosed() - Method in class org.jboss.netty.channel.socket.nio.NioDatagramChannel
- setClosed() - Method in class org.jboss.netty.channel.socket.nio.NioServerSocketChannel
- setClosed() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- setClosed() - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- setClosed() - Method in class org.jboss.netty.channel.socket.oio.OioServerSocketChannel
- setClosed() - Method in class org.jboss.netty.handler.ssl.SslHandler.SSLEngineInboundCloseFuture
- setCloseOnSSLException(boolean) - Method in class org.jboss.netty.handler.ssl.SslHandler
- 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.
- setComponents(List<ChannelBuffer>) - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
-
Setup this ChannelBuffer from the list
- setConnected() - Method in class org.jboss.netty.channel.local.DefaultLocalChannel
- setConnected() - Method in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- 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(File) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
- setContent(File) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- setContent(File) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
-
Set the content from the file (erase any previous data)
- setContent(File) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
- 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.AbstractDiskHttpData
- setContent(InputStream) - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- setContent(InputStream) - Method in interface org.jboss.netty.handler.codec.http.multipart.HttpData
-
Set the content from the inputStream (erase any previous data)
- setContent(InputStream) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
- setContent(InputStream) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
- 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(ChannelBuffer) - 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(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.multipart.MixedAttribute
- setContent(ChannelBuffer) - 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
- setContentTypeHeader(HttpResponse, File) - Static method in class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
-
Sets the content type header for the HTTP Response
- setContinent(LocalTimeProtocol.Continent) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
-
required .org.jboss.netty.example.localtime.Continent continent = 1;
- setCookieAttribute(String, int, int, String) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- 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. - setDateAndCacheHeaders(HttpResponse, File) - Static method in class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
-
Sets the Date and Cache headers for the HTTP Response
- 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.
- 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(HttpResponse) - Static method in class org.jboss.netty.example.http.file.HttpStaticFileServerHandler
-
Sets the Date header for the HTTP response
- setDayOfMonth(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 dayOfMonth = 4;
- setDayOfWeek(LocalTimeProtocol.DayOfWeek) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
- 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
- setDone() - Method in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- 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. - setDouble(int, double) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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
SSLSession
s may be established by anSSLEngine
. - setExpire(String) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- 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 class org.jboss.netty.channel.AbstractChannel.ChannelCloseFuture
- setFailure(Throwable) - Method in interface org.jboss.netty.channel.ChannelFuture
-
Marks this future as a failure and notifies all listeners.
- setFailure(Throwable) - Method in class org.jboss.netty.channel.CompleteChannelFuture
- setFailure(Throwable) - Method in class org.jboss.netty.channel.DefaultChannelFuture
- setFailure(Throwable) - Method in class org.jboss.netty.handler.ssl.SslHandler.SSLEngineInboundCloseFuture
- 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
- setFinalBuffer(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
- 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. - setFloat(int, float) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setHandshakeComplete() - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- setHandshakeFailure(Channel, SSLException) - Method in class org.jboss.netty.handler.ssl.SslHandler
- setHandshaker(ChannelHandlerContext, WebSocketServerHandshaker) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- setHandshakeSuccess(Channel) - Method in class org.jboss.netty.handler.ssl.SslHandler
- setHandshakeSuccessIfStillHandshaking(Channel) - Method in class org.jboss.netty.handler.ssl.SslHandler
-
Works around some Android
SSLEngine
implementations that skipSSLEngineResult.HandshakeStatus.FINISHED
and go straight intoSSLEngineResult.HandshakeStatus.NOT_HANDSHAKING
when handshake is finished. - 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(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(SpdyHeadersFrame, String, Iterable<?>) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
-
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.
- 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.
- setHour(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 hour = 6;
- 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
andwriterIndex
of this buffer in one shot. - setIndex(int, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- setIndex(int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setInput(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
- setInput(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
- setInput(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
- 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
- setInt(int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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(int) - Method in interface org.jboss.netty.channel.group.ChannelGroup
- setInterestOps(int) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- setInterestOps(ChannelHandlerContext, ChannelFuture, int) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"setInterestOps"
request to theChannelDownstreamHandler
which is placed in the closest downstream from the handler associated with the specifiedChannelHandlerContext
. - setInterestOps(Channel, int) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"setInterestOps"
request to the lastChannelDownstreamHandler
in theChannelPipeline
of the specifiedChannel
. - setInterestOps(AbstractNioChannel<?>, ChannelFuture, int) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- setInterestOps(AbstractOioChannel, ChannelFuture, int) - Static method in class org.jboss.netty.channel.socket.oio.AbstractOioWorker
- setInterestOpsReal(int, ChannelFuture) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- 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
- setInterface(InetAddress) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- 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
- setInternalInterestOps(int) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- setInternalInterestOps(int) - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- 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
-
Sets the
StandardSocketOptions.SO_KEEPALIVE
option. - 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.
- setLengthField(ChannelBuffer, int, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
- setLocalTime(int, LocalTimeProtocol.LocalTime) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- setLocalTime(int, LocalTimeProtocol.LocalTime.Builder) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
- setLocation(int, LocalTimeProtocol.Location) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- setLocation(int, LocalTimeProtocol.Location.Builder) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
repeated .org.jboss.netty.example.localtime.Location location = 1;
- 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
- setLong(int, long) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setLoopbackModeDisabled(boolean) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.IP_MULTICAST_LOOP
option. - setLoopbackModeDisabled(boolean) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- setLoopbackModeDisabled(boolean) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- 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
- setMaxAge(String) - Method in class org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
- 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.
So the expected usage of this method is to be used not too often, accordingly to the traffic shaping configuration. - 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
- setMedium(int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setMethod(int, SpdyHeadersFrame, HttpMethod) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
-
Sets the HTTP method header.
- 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.
- setMinute(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 minute = 7;
- setMonth(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 month = 2;
- setMultipart(String) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Set from the request ContentType the multipartDataBoundary and the possible charset.
- setNeedClientAuth(boolean) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
- setNetAddress(String) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
-
Sets the Network Address in either CIDR or Decimal Notation.
i.e.: setNetAddress("1.1.1.1/24"); or
setNetAddress("1.1.1.1/255.255.255.0"); - setNetAddress(InetAddress, int) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
-
Sets the Network Address in CIDR Notation.
- setNetAddress(InetAddress, String) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
-
Sets the Network Address in Decimal Notation.
- setNetId(String) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
-
Sets the BaseAdress of the Subnet.
i.e.: setNetId("192.168.1.0"); - setNetId(InetAddress) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
-
Sets the BaseAdress of the Subnet.
- setNetMask(String) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
-
Sets the Subnet's Netmask in Decimal format.
i.e.: setNetMask("255.255.255.0"); - setNetworkInterface(NetworkInterface) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.IP_MULTICAST_IF
option. - setNetworkInterface(NetworkInterface) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- setNetworkInterface(NetworkInterface) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- setNotifyChannelFuturesOnShutdown(boolean) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
-
If set to
false
no queuedChannelEventRunnable
'sChannelFuture
will get notified onceMemoryAwareThreadPoolExecutor.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
- setOption(String, Object) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- setOption(String, Object) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- setOptions(Map<String, Object>) - Method in class org.jboss.netty.bootstrap.Bootstrap
- 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
- setOptions(Map<String, Object>) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- setOptions(Map<String, Object>) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- setOpWrite(AbstractNioChannel<?>) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- 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)
. - setPersist(boolean) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
- setPersisted(boolean) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
- 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 newChannel
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
- 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(int...) - Method in class org.jboss.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setPorts(Iterable<Integer>) - Method in interface org.jboss.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- 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(byte) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
-
Sets the priority of the stream.
- setPriority(HttpMessage, byte) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
-
Sets the
"X-SPDY-Priority"
header. - 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 allChannel
s 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.
- setReadPosition(int) - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
- setReceiveBufferSize(int) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.SO_RCVBUF
option. - setReceiveBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- setReceiveBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
- setReceiveBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
- setReceiveBufferSize(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- setReceiveBufferSize(int) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
-
Sets the
StandardSocketOptions.SO_RCVBUF
option. - setReceiveBufferSize(int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.SO_RCVBUF
option. - setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Sets the
ReceiveBufferSizePredictor
which predicts the number of readable bytes in the socket receive buffer. - setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- 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 newReceiveBufferSizePredictor
when a new channel is created and noReceiveBufferSizePredictor
was set. - setReceiveBufferSizePredictorFactory(ReceiveBufferSizePredictorFactory) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- setReceiveBufferSizePredictorFactory(ReceiveBufferSizePredictorFactory) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- setReceiveBufferSizePredictorFactory(ReceiveBufferSizePredictorFactory) - Method in interface org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
-
Sets the
ReceiveBufferSizePredictor
which creates a newReceiveBufferSizePredictor
when a new channel is created and noReceiveBufferSizePredictor
was set. - setReceiveWindowSizeLowerBound(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- setReuseAddress(boolean) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.SO_REUSEADDR
option. - setReuseAddress(boolean) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- setReuseAddress(boolean) - Method in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
- setReuseAddress(boolean) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
- setReuseAddress(boolean) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- setReuseAddress(boolean) - Method in interface org.jboss.netty.channel.socket.ServerSocketChannelConfig
-
Sets the
StandardSocketOptions.SO_REUSEADDR
option. - setReuseAddress(boolean) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.SO_REUSEADDR
option. - 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. - setSecond(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 second = 8;
- 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
- setSeed(byte[]) - Method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- setSeed(long) - Method in class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- setSeed(long) - Method in class org.jboss.netty.util.internal.ThreadLocalRandom
-
Throws
UnsupportedOperationException
. - setSelectedSubprotocol(String) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
- setSendBufferSize(int) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.SO_SNDBUF
option. - setSendBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- setSendBufferSize(int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
- setSendBufferSize(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- setSendBufferSize(int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.SO_SNDBUF
option. - setServerName(String) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
-
Sets the host name of the HTTP server.
- setServerPath(String) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
-
Sets the path where the
HttpTunnelingServlet
is mapped to. - 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
- setShort(int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- setSoLinger(int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
- setSoLinger(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- setSoLinger(int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.SO_LINGER
option. - setSslContext(SSLContext) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
-
Sets the
SSLContext
which is used to establish an HTTPS connection. - setState(T) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
-
Sets the current state of this decoder.
- setStatus(int, SpdyHeadersFrame, HttpResponseStatus) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaders
-
Sets the HTTP response status header.
- 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(SpdySessionStatus) - Method in interface org.jboss.netty.handler.codec.spdy.SpdyGoAwayFrame
-
Sets the status of this frame.
- setStatus(SpdyStreamStatus) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
- 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(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.
- setStreamId(HttpMessage, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
-
Sets the
"X-SPDY-Stream-ID"
header. - setSuccess() - Method in class org.jboss.netty.channel.AbstractChannel.ChannelCloseFuture
- 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
- setSuccess() - Method in class org.jboss.netty.handler.ssl.SslHandler.SSLEngineInboundCloseFuture
- setTable(ConcurrentIdentityHashMap.HashEntry<K, V>[]) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
-
Sets table to new HashEntry array.
- setTable(ConcurrentIdentityWeakKeyHashMap.HashEntry<K, V>[]) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
-
Sets table to new HashEntry array.
- setTcpNoDelay(boolean) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
- setTcpNoDelay(boolean) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- setTcpNoDelay(boolean) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.TCP_NODELAY
option. - 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
-
Sets the
StandardSocketOptions.IP_MULTICAST_TTL
option. - setTimeToLive(int) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- setTimeToLive(int) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- Setting(int, boolean, boolean) - Constructor for class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
- settings - Variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- Settings(ObjectSizeEstimator, long) - Constructor for class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.Settings
- 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
- settingsMap - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- setTrafficClass(int) - Method in interface org.jboss.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.IP_TOS
option. - setTrafficClass(int) - Method in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- setTrafficClass(int) - Method in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
- setTrafficClass(int) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- setTrafficClass(int) - Method in interface org.jboss.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.IP_TOS
option. - setTrafficCounter(TrafficCounter) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- 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) - Method in class org.jboss.netty.channel.AbstractChannel
- 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(int) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
- setValue(int, int) - 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 class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- setValue(int, int, boolean, boolean) - Method in interface org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets the value of the setting ID.
- 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 class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderEntry
- 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) - 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(String) - Method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderEntry
- setValue(String, int) - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
- setValue(V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashEntry
- setValue(V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.SimpleEntry
- setValue(V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.WriteThroughEntry
-
Set our entry's value and write through to the map.
- setValue(V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashEntry
- setValue(V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry
- setValue(V) - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.WriteThroughEntry
-
Set our entry's value and write through to the map.
- 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
- setWritable(ChannelHandlerContext, boolean) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- setWriteBufferHighWaterMark(int) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- setWriteBufferHighWaterMark(int) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- setWriteBufferHighWaterMark(int) - Method in interface org.jboss.netty.channel.socket.nio.NioChannelConfig
-
Sets the high water mark of the write buffer.
- setWriteBufferHighWaterMark0(int) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- setWriteBufferHighWaterMark0(int) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- setWriteBufferLowWaterMark(int) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- setWriteBufferLowWaterMark(int) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- setWriteBufferLowWaterMark(int) - Method in interface org.jboss.netty.channel.socket.nio.NioChannelConfig
-
Sets the low water mark of the write buffer.
- setWriteBufferLowWaterMark0(int) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- setWriteBufferLowWaterMark0(int) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- 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 class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- setWriteSpinCount(int) - Method in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- 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. - setYear(int) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
required uint32 year = 1;
- 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
. - setZero(int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- sha1(ChannelBuffer) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocketUtil
-
Performs an SHA-1 hash
- SHA1_BYTE_LEN - Static variable in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
- SHA1_HEX_LEN - Static variable in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
- ShareableWorkerPool<E> - Class in org.jboss.netty.channel.socket.nio
-
This implementation of a
WorkerPool
should be used if you plan to share aWorkerPool
between different Factories. - ShareableWorkerPool(WorkerPool<E>) - Constructor for class org.jboss.netty.channel.socket.nio.ShareableWorkerPool
- SharedResourceMisuseDetector - Class in org.jboss.netty.util.internal
-
Warn when user creates too many instances to avoid
OutOfMemoryError
. - SharedResourceMisuseDetector(Class<?>) - Constructor for class org.jboss.netty.util.internal.SharedResourceMisuseDetector
- 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 specifiedtask
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 - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- shutdown - Variable in class org.jboss.netty.util.VirtualExecutorService
- 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.AbstractNioSelector
- 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.codec.embedder.EmbeddedChannelFactory
- shutdown() - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
-
Destroys this engine.
- shutdown() - Method in class org.jboss.netty.util.VirtualExecutorService
- shutdownExecutor - Variable in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
- shutdownExecutor - Variable in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
- shutdownExecutor - Variable in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
- shutdownLatch - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- shutdownLock - Variable in class org.jboss.netty.channel.socket.oio.OioServerSocketChannel
- shutdownNow() - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
-
This will call
MemoryAwareThreadPoolExecutor.shutdownNow(boolean)
with the value ofMemoryAwareThreadPoolExecutor.getNotifyChannelFuturesOnShutdown()
. - shutdownNow() - Method in class org.jboss.netty.util.VirtualExecutorService
- shutdownNow(boolean) - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
-
See
ThreadPoolExecutor.shutdownNow()
for how it handles the shutdown. - shutdownNow(Executor) - Static method in class org.jboss.netty.util.internal.ExecutorUtil
-
Try to call
ExecutorService.shutdownNow()
- SimpleChannelDownstreamHandler - Search tag in interface org.jboss.netty.channel.ChannelDownstreamHandler
- Section
- 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 - Search tag in interface org.jboss.netty.channel.ChannelUpstreamHandler
- Section
- 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
- SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.SimpleEntry
- SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry
- SimpleEntry(K, V) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.SimpleEntry
- SimpleEntry(K, V) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry
- SimpleObjectSizeEstimator() - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler.SimpleObjectSizeEstimator
- 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.
- SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi - Class in org.jboss.netty.handler.ssl.util
- SimpleTrustManagerFactorySpi() - Constructor for class org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
- Simplify shutdown process with ChannelGroup - Search tag in interface org.jboss.netty.channel.group.ChannelGroup
- Section
- sink - Variable in class org.jboss.netty.channel.DefaultChannelPipeline
- sink - Variable in class org.jboss.netty.channel.local.DefaultLocalClientChannelFactory
- sink - Variable in class org.jboss.netty.channel.local.DefaultLocalServerChannelFactory
- sink - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory
- sink - Variable in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
- sink - Variable in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
- sink - Variable in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
- sink - Variable in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
- sink - Variable in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
- sink - Variable in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
- sink - Variable in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- size - Variable in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
- size - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler.ToSend
- size - Variable in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler.ToSend
- size() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- size() - Method in class org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder
- size() - Method in interface org.jboss.netty.handler.codec.embedder.CodecEmbedder
-
Returns the number of encoded or decoded output in the product queue.
- 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.codec.serialization.ReferenceMap
- size() - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
-
Returns the number of elements in this list.
- size() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.EntrySet
- size() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.KeySet
- size() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Values
- size() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.EntrySet
- size() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.KeySet
- size() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Values
- size() - Method in class org.jboss.netty.util.MapBackedSet
- SIZE - Static variable in class org.jboss.netty.example.discard.DiscardClient
- SIZE - Static variable in class org.jboss.netty.example.echo.EchoClient
- SIZE - Static variable in class org.jboss.netty.example.objectecho.ObjectEchoClient
- SIZE_TABLE - Static variable in class org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
- skip(long) - Method in class org.jboss.netty.buffer.ChannelBufferInputStream
- skip(long) - Method in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteInput
- skip(long) - Method in class org.jboss.netty.handler.codec.marshalling.LimitingByteInput
- skip(long) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- SKIP_CONTROL_CHARS - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- SKIP_NAME - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
- SKIP_VALUE - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
- 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 specifiedlength
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.replay.ReplayingDecoderBuffer
- skipBytes(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
- skipControlCharacters() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Skip control Characters
- skipControlCharacters(ChannelBuffer) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- skipControlCharactersStandard() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
- skipOneLine() - Method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Skip one empty line
- SLASH - Static variable in class org.jboss.netty.handler.codec.http.HttpRequestEncoder
- Slf4JLogger - Class in org.jboss.netty.logging
-
SLF4J logger.
- Slf4JLogger(Logger) - Constructor for class org.jboss.netty.logging.Slf4JLogger
- 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() - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Returns a slice of this buffer's readable bytes.
- slice() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- slice(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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
- slice(int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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 - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- slowDownFactor() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- socket - Variable in class org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
- socket - Variable in class org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
- socket - Variable in class org.jboss.netty.channel.socket.DefaultSocketChannelConfig
- socket - Variable in class org.jboss.netty.channel.socket.nio.NioServerSocketChannel
- socket - Variable in class org.jboss.netty.channel.socket.oio.OioDatagramChannel
- socket - Variable in class org.jboss.netty.channel.socket.oio.OioServerSocketChannel
- socket - Variable in class org.jboss.netty.channel.socket.oio.OioSocketChannel
- SOCKET_CLOSED_MESSAGE - Static variable in class org.jboss.netty.channel.socket.oio.OioWorker
- SocketChannel - Interface in org.jboss.netty.channel.socket
-
A TCP/IP socket
Channel
which was either accepted byServerSocketChannel
or created byClientSocketChannelFactory
. - SocketChannelConfig - Interface in org.jboss.netty.channel.socket
-
A
ChannelConfig
for aSocketChannel
. - SocketReceiveBufferAllocator - Class in org.jboss.netty.channel.socket.nio
- SocketReceiveBufferAllocator() - Constructor for class org.jboss.netty.channel.socket.nio.SocketReceiveBufferAllocator
- SocketReceiveBufferAllocator(int, int) - Constructor for class org.jboss.netty.channel.socket.nio.SocketReceiveBufferAllocator
- SocketSendBufferPool - Class in org.jboss.netty.channel.socket.nio
- SocketSendBufferPool() - Constructor for class org.jboss.netty.channel.socket.nio.SocketSendBufferPool
- SocketSendBufferPool.EmptySendBuffer - Class in org.jboss.netty.channel.socket.nio
- SocketSendBufferPool.FileSendBuffer - Class in org.jboss.netty.channel.socket.nio
- SocketSendBufferPool.GatheringSendBuffer - Class in org.jboss.netty.channel.socket.nio
- SocketSendBufferPool.PooledSendBuffer - Class in org.jboss.netty.channel.socket.nio
- SocketSendBufferPool.Preallocation - Class in org.jboss.netty.channel.socket.nio
- SocketSendBufferPool.PreallocationRef - Class in org.jboss.netty.channel.socket.nio
- SocketSendBufferPool.SendBuffer - Interface in org.jboss.netty.channel.socket.nio
- SocketSendBufferPool.UnpooledSendBuffer - Class in org.jboss.netty.channel.socket.nio
- SOCKS4a - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.ProtocolVersion
- SOCKS5 - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.ProtocolVersion
- 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
-
Decodes
ChannelBuffer
s intoSocksAuthRequest
. - SocksAuthRequestDecoder() - Constructor for class org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder
- SocksAuthRequestDecoder.State - Enum in org.jboss.netty.handler.codec.socks
- 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
-
Decodes
ChannelBuffer
s intoSocksAuthResponse
. - 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
-
Decodes
ChannelBuffer
s intoSocksCmdRequest
. - SocksCmdRequestDecoder() - Constructor for class org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder
- SocksCmdRequestDecoder.State - Enum in org.jboss.netty.handler.codec.socks
- 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
-
Decodes
ChannelBuffer
s intoSocksCmdResponse
. - SocksCmdResponseDecoder() - Constructor for class org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder
- SocksCmdResponseDecoder.State - Enum in org.jboss.netty.handler.codec.socks
- SocksCommonUtils - Class in org.jboss.netty.handler.codec.socks
- SocksCommonUtils() - Constructor for class org.jboss.netty.handler.codec.socks.SocksCommonUtils
-
A constructor to stop this class being constructed.
- 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
-
Decodes
ChannelBuffer
s intoSocksInitRequest
. - SocksInitRequestDecoder() - Constructor for class org.jboss.netty.handler.codec.socks.SocksInitRequestDecoder
- SocksInitRequestDecoder.State - Enum in org.jboss.netty.handler.codec.socks
- 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
-
Decodes
ChannelBuffer
s intoSocksInitResponse
. - 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
andSocksResponse
. - 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 aChannelBuffer
. - 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
andUnknownSocksRequest
. - 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
- socksRequestType - Variable in class org.jboss.netty.handler.codec.socks.SocksRequest
- SocksRequestType() - Constructor for enum org.jboss.netty.handler.codec.socks.SocksRequest.SocksRequestType
- SocksResponse - Class in org.jboss.netty.handler.codec.socks
-
An abstract class that defines a SocksResponse, providing common properties for
SocksInitResponse
,SocksAuthResponse
,SocksCmdResponse
andUnknownSocksResponse
. - 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
- socksResponseType - Variable in class org.jboss.netty.handler.codec.socks.SocksResponse
- SocksResponseType() - Constructor for enum org.jboss.netty.handler.codec.socks.SocksResponse.SocksResponseType
- 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
- SPDY_3_1 - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyVersion
- SPDY_DATA_FLAG_FIN - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_DATA_FRAME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_DICT - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_FLAG_FIN - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_FLAG_UNIDIRECTIONAL - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_GOAWAY_FRAME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_HEADER_FLAGS_OFFSET - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_HEADER_LENGTH_OFFSET - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_HEADER_SIZE - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_HEADER_TYPE_OFFSET - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_HEADERS_FRAME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_MAX_LENGTH - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_MAX_NV_LENGTH - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_PING_FRAME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_PUSH_PROMISE_FRAME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_RST_STREAM_FRAME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_SESSION_STREAM_ID - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_SETTINGS_CLEAR - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_SETTINGS_FRAME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_SETTINGS_MAX_ID - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_SETTINGS_PERSIST_VALUE - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_SETTINGS_PERSISTED - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_SYN_REPLY_FRAME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_SYN_STREAM_FRAME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SPDY_WINDOW_UPDATE_FRAME - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- SpdyCodecUtil - Class in org.jboss.netty.handler.codec.spdy
- SpdyCodecUtil() - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
- 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)
, andmemLevel (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 - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
- SpdyFrameDecoder - Class in org.jboss.netty.handler.codec.spdy
-
Decodes
ChannelBuffer
s 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 defaultmaxChunkSize (8192)
. - SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
-
Creates a new instance with the specified parameters.
- SpdyFrameDecoder.State - Enum in org.jboss.netty.handler.codec.spdy
- SpdyFrameDecoderDelegate - Interface in org.jboss.netty.handler.codec.spdy
-
Callback interface for
SpdyFrameDecoder
. - spdyFrameEncoder - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
- 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
. - SpdyFrameWriter(ChannelHandlerContext, MessageEvent) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder.SpdyFrameWriter
- SpdyGoAwayFrame - Interface in org.jboss.netty.handler.codec.spdy
-
A SPDY Protocol GOAWAY Frame
- spdyHeaderBlockDecoder - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
- SpdyHeaderBlockDecoder - Class in org.jboss.netty.handler.codec.spdy
- SpdyHeaderBlockDecoder() - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockDecoder
- spdyHeaderBlockEncoder - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
- SpdyHeaderBlockEncoder - Class in org.jboss.netty.handler.codec.spdy
- SpdyHeaderBlockEncoder() - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockEncoder
- SpdyHeaderBlockJZlibEncoder - Class in org.jboss.netty.handler.codec.spdy
- SpdyHeaderBlockJZlibEncoder(SpdyVersion, int, int, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
- SpdyHeaderBlockRawDecoder - Class in org.jboss.netty.handler.codec.spdy
- SpdyHeaderBlockRawDecoder(SpdyVersion, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- SpdyHeaderBlockRawDecoder.State - Enum in org.jboss.netty.handler.codec.spdy
- SpdyHeaderBlockRawEncoder - Class in org.jboss.netty.handler.codec.spdy
- SpdyHeaderBlockRawEncoder(SpdyVersion) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
- SpdyHeaderBlockZlibDecoder - Class in org.jboss.netty.handler.codec.spdy
- SpdyHeaderBlockZlibDecoder(SpdyVersion, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
- SpdyHeaderBlockZlibEncoder - Class in org.jboss.netty.handler.codec.spdy
- SpdyHeaderBlockZlibEncoder(SpdyVersion, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
- 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 - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
- 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
andSpdyHttpEncoder
- 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
-
Decodes
SpdySynStreamFrame
s,SpdySynReplyFrame
s, andSpdyDataFrame
s intoHttpRequest
s andHttpResponse
s. - 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
-
Encodes
HttpRequest
s,HttpResponse
s, andHttpChunk
s intoSpdySynStreamFrame
s andSpdySynReplyFrame
s. - SpdyHttpEncoder(SpdyVersion) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
-
Creates a new instance.
- SpdyHttpEncoder.SpdyFrameWriter - Class in org.jboss.netty.handler.codec.spdy
- SpdyHttpHeaders - Class in org.jboss.netty.handler.codec.spdy
-
Provides the constants for the header names and the utility methods used by the
SpdyHttpDecoder
andSpdyHttpEncoder
. - SpdyHttpHeaders() - Constructor for class org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
- 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 theHttpResponse
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 theChannelPipeline
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 Class in org.jboss.netty.handler.codec.spdy
- SpdyProtocolException() - Constructor for exception class org.jboss.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyProtocolException(String) - Constructor for exception class org.jboss.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyProtocolException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyProtocolException(Throwable) - Constructor for exception class 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
- spdySession - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- SpdySession - Class in org.jboss.netty.handler.codec.spdy
- SpdySession(int, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdySession
- SpdySession.StreamComparator - Class in org.jboss.netty.handler.codec.spdy
- SpdySession.StreamState - Class in org.jboss.netty.handler.codec.spdy
- 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.
- SpdySessionHandler.ClosingChannelFutureListener - Class in org.jboss.netty.handler.codec.spdy
- 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 itsstatusPhrase
. - spdySettingsFrame - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
- 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 itsstatusPhrase
. - 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 - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
- spdyVersion - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
- spdyVersion - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
- SpdyVersion - Enum in org.jboss.netty.handler.codec.spdy
- SpdyVersion(int, int) - Constructor for enum org.jboss.netty.handler.codec.spdy.SpdyVersion
- SpdyVersion3_1 - Enum constant in enum org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
- SpdyWindowUpdateFrame - Interface in org.jboss.netty.handler.codec.spdy
-
A SPDY Protocol WINDOW_UPDATE Frame
- Specifying more than one delimiter - Search tag in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
- Section
- SPEED - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
-
"Speed"
- split(String, char) - Static method in class org.jboss.netty.util.internal.StringUtil
-
Splits the specified
String
with the specified delimiter. - split(String, char, int) - Static method in class org.jboss.netty.util.internal.StringUtil
-
Splits the specified
String
with the specified delimiter in maxParts maximum parts. - splitHeader(String) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- splitHeaderContentType(String) - Static method in class org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Split the very first line (Content-Type value) in 3 Strings
- splitInitialLine(String) - Static method in class org.jboss.netty.handler.codec.http.HttpMessageDecoder
- splitMultipartHeader(String) - Static method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Split one header in Multipart
- splitMultipartHeaderValues(String) - Static method in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Split one header value in Multipart.
- ssl - Variable in class org.jboss.netty.handler.ssl.OpenSslEngine
- SSL - Static variable in class org.jboss.netty.example.discard.DiscardClient
- SSL - Static variable in class org.jboss.netty.example.discard.DiscardServer
- SSL - Static variable in class org.jboss.netty.example.echo.EchoClient
- SSL - Static variable in class org.jboss.netty.example.echo.EchoServer
- SSL - Static variable in class org.jboss.netty.example.factorial.FactorialClient
- SSL - Static variable in class org.jboss.netty.example.factorial.FactorialServer
- SSL - Static variable in class org.jboss.netty.example.http.file.HttpStaticFileServer
- SSL - Static variable in class org.jboss.netty.example.http.helloworld.HttpHelloWorldServer
- SSL - Static variable in class org.jboss.netty.example.http.snoop.HttpSnoopServer
- SSL - Static variable in class org.jboss.netty.example.http.upload.HttpUploadServer
- SSL - Static variable in class org.jboss.netty.example.http.websocketx.server.WebSocketServer
- SSL - Static variable in class org.jboss.netty.example.localtime.LocalTimeClient
- SSL - Static variable in class org.jboss.netty.example.localtime.LocalTimeServer
- SSL - Static variable in class org.jboss.netty.example.objectecho.ObjectEchoClient
- SSL - Static variable in class org.jboss.netty.example.objectecho.ObjectEchoServer
- SSL - Static variable in class org.jboss.netty.example.telnet.TelnetClient
- SSL - Static variable in class org.jboss.netty.example.telnet.TelnetServer
- SslBufferPool - Class in org.jboss.netty.handler.ssl
-
A
ByteBuffer
pool dedicated forSslHandler
performance improvement. - SslBufferPool() - Constructor for class org.jboss.netty.handler.ssl.SslBufferPool
-
Creates a new buffer pool whose size is
19267584
, which can hold1024
buffers. - SslBufferPool(boolean, boolean) - Constructor for class org.jboss.netty.handler.ssl.SslBufferPool
-
Creates a new buffer pool whose size is
19267584
, which can hold1024
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 - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
- SslContext - Class in org.jboss.netty.handler.ssl
-
A secure socket protocol implementation which acts as a factory for
SSLEngine
andSslHandler
. - SslContext(SslBufferPool) - Constructor for class org.jboss.netty.handler.ssl.SslContext
- sslCtx - Variable in class org.jboss.netty.example.factorial.FactorialClientPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.factorial.FactorialServerPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.http.file.HttpStaticFileServerPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.http.helloworld.HttpHelloWorldServerPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.http.snoop.HttpSnoopClientPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.http.snoop.HttpSnoopServerPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.http.upload.HttpUploadClientPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.http.upload.HttpUploadServerPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.http.websocketx.server.WebSocketServerPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.localtime.LocalTimeClientPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.localtime.LocalTimeServerPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.portunification.PortUnificationServerHandler
- sslCtx - Variable in class org.jboss.netty.example.securechat.SecureChatClientPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.securechat.SecureChatServerPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.telnet.TelnetClientPipelineFactory
- sslCtx - Variable in class org.jboss.netty.example.telnet.TelnetServerPipelineFactory
- sslEngineCloseFuture - Variable in class org.jboss.netty.handler.ssl.SslHandler
- SSLEngineInboundCloseFuture() - Constructor for class org.jboss.netty.handler.ssl.SslHandler.SSLEngineInboundCloseFuture
- sslHandler - Variable in class org.jboss.netty.example.securechat.SecureChatServerHandler.Greeter
- SslHandler - Class in org.jboss.netty.handler.ssl
- SslHandler(SSLEngine) - 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) - 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.
- SslHandler.ClosingChannelFutureListener - Class in org.jboss.netty.handler.ssl
- SslHandler.PendingWrite - Class in org.jboss.netty.handler.ssl
- SslHandler.SSLEngineInboundCloseFuture - Class in org.jboss.netty.handler.ssl
- SslProvider - Enum in org.jboss.netty.handler.ssl
-
An enumeration of SSL/TLS protocol providers.
- SslProvider() - Constructor for enum org.jboss.netty.handler.ssl.SslProvider
- SSRC - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"ssrc"
- ST_BOUND - Static variable in class org.jboss.netty.channel.local.DefaultLocalChannel
- ST_BOUND - Static variable in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- ST_CANCELLED - Static variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- ST_CLOSED - Static variable in class org.jboss.netty.channel.local.DefaultLocalChannel
- ST_CLOSED - Static variable in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- ST_CONNECTED - Static variable in class org.jboss.netty.channel.local.DefaultLocalChannel
- ST_CONNECTED - Static variable in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- ST_EXPIRED - Static variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- ST_IN_BUCKET - Static variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- ST_INIT - Static variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- ST_OPEN - Static variable in class org.jboss.netty.channel.local.DefaultLocalChannel
- ST_OPEN - Static variable in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- STANDARD - Enum constant in enum org.jboss.netty.handler.codec.base64.Base64Dialect
-
Standard Base64 encoding as described in the Section 3 of RFC3548.
- start() - Method in class org.jboss.netty.example.http.tunnel.LocalEchoServerRegistration
- 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.
- start(Executor, Runnable) - Static method in class org.jboss.netty.util.internal.DeadLockProofWorker
- start(BundleContext) - Method in class org.jboss.netty.container.osgi.NettyBundleActivator
- started - Variable in class org.jboss.netty.channel.socket.ChannelRunnableWrapper
- startIndex - Variable in class org.jboss.netty.buffer.ChannelBufferInputStream
- startIndex - Variable in class org.jboss.netty.buffer.ChannelBufferOutputStream
- startOffset - Variable in class org.jboss.netty.handler.stream.ChunkedFile
- startOffset - Variable in class org.jboss.netty.handler.stream.ChunkedNioFile
- startStopLock - Variable in class org.jboss.netty.util.VirtualExecutorService
- startTime - Variable in class org.jboss.netty.example.uptime.UptimeClientHandler
- startTime - Variable in class org.jboss.netty.util.HashedWheelTimer
- startTimeInitialized - Variable in class org.jboss.netty.util.HashedWheelTimer
- startTls - Variable in class org.jboss.netty.handler.ssl.SslHandler
- startupLatch - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
-
Count down to 0 when the I/O thread starts and
AbstractNioSelector.thread
is set to non-null. - state - Variable in class org.jboss.netty.channel.DownstreamChannelStateEvent
- state - Variable in class org.jboss.netty.channel.local.DefaultLocalChannel
- state - Variable in class org.jboss.netty.channel.socket.nio.NioSocketChannel
- state - Variable in class org.jboss.netty.channel.UpstreamChannelStateEvent
- state - Variable in class org.jboss.netty.handler.codec.http.websocketx.Utf8Validator
- state - Variable in class org.jboss.netty.handler.codec.replay.ReplayingDecoder
- state - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
- state - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- state - Variable in class org.jboss.netty.handler.timeout.DefaultIdleStateEvent
- state - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler.State
- state - Variable in class org.jboss.netty.handler.timeout.ReadTimeoutHandler.State
- state - Variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- state() - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- state(ChannelHandlerContext) - Static method in class org.jboss.netty.handler.timeout.IdleStateHandler
- state(ChannelHandlerContext) - Static method in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
- State() - Constructor for enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- State() - Constructor for enum org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
- State() - Constructor for enum org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder.State
- State() - Constructor for enum org.jboss.netty.handler.codec.socks.SocksAuthResponseDecoder.State
- State() - Constructor for enum org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder.State
- State() - Constructor for enum org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder.State
- State() - Constructor for enum org.jboss.netty.handler.codec.socks.SocksInitRequestDecoder.State
- State() - Constructor for enum org.jboss.netty.handler.codec.socks.SocksInitResponseDecoder.State
- State() - Constructor for enum org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder.State
- State() - Constructor for enum org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
- State() - Constructor for class org.jboss.netty.handler.timeout.IdleStateHandler.State
- State() - Constructor for class org.jboss.netty.handler.timeout.ReadTimeoutHandler.State
- STATE_UPDATER - Static variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- State management - Search tag in interface org.jboss.netty.channel.ChannelDownstreamHandler
- Section
- State management - Search tag in interface org.jboss.netty.channel.ChannelHandler
- Section
- State management - Search tag in interface org.jboss.netty.channel.ChannelUpstreamHandler
- Section
- STATES - Static variable in class org.jboss.netty.handler.codec.http.websocketx.Utf8Validator
- stats - Variable in class org.jboss.netty.handler.ssl.OpenSslServerContext
- stats() - Method in class org.jboss.netty.handler.ssl.OpenSslServerContext
-
Returns the stats of this context.
- status - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpResponse
- status - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
- status - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
- STATUS - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":status"
- statusPhrase - Variable in class org.jboss.netty.handler.codec.spdy.SpdySessionStatus
- statusPhrase - Variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
- stop() - Method in class org.jboss.netty.example.http.tunnel.LocalEchoServerRegistration
- 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. - stop(BundleContext) - Method in class org.jboss.netty.container.osgi.NettyBundleActivator
- stopTimer - Variable in class org.jboss.netty.channel.socket.nio.NioClientBossPool
- Storing stateful information - Search tag in interface org.jboss.netty.channel.ChannelHandlerContext
- Section
- STREAM_ALREADY_CLOSED - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
-
9 Stream Already Closed
- STREAM_CLOSED - Static variable in class org.jboss.netty.handler.codec.spdy.SpdySession
- 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
- streamComparator - Variable in class org.jboss.netty.handler.codec.spdy.SpdySession
- StreamComparator() - Constructor for class org.jboss.netty.handler.codec.spdy.SpdySession.StreamComparator
- streamId - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyStreamFrame
- streamId - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
- streamId - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
- StreamState(byte, boolean, boolean, int, int) - Constructor for class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- strict - Variable in class org.jboss.netty.handler.codec.http.cookie.CookieDecoder
- strict - Variable in class org.jboss.netty.handler.codec.http.cookie.CookieEncoder
- strict - Variable in class org.jboss.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- strict - Variable in class org.jboss.netty.handler.codec.http.CookieEncoder
- 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 aString
. - 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 aChannelBuffer
. - 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.
- Strings - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- StringUtil - Class in org.jboss.netty.util.internal
-
String utility class.
- StringUtil() - Constructor for class org.jboss.netty.util.internal.StringUtil
- STRIP_PATTERN - Static variable in class org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
- stripControlCharacters(Object) - Static method in class org.jboss.netty.util.internal.StringUtil
-
Strip an Object of it's ISO control characters.
- stripControlCharacters(String) - Static method in class org.jboss.netty.util.internal.StringUtil
-
Strip a String of it's ISO control characters.
- stripDelimiter - Variable in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
- stripDelimiter - Variable in class org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
- stripTrailingSeparator(StringBuilder) - Static method in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- stripTrailingSeparatorOrNull(StringBuilder) - Static method in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- strVal - Variable in class org.jboss.netty.channel.AbstractChannel
- strValConnected - Variable in class org.jboss.netty.channel.AbstractChannel
-
Cache for the string representation of this channel
- 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.AbstractTrafficShapingHandler
- submitWrite(ChannelHandlerContext, MessageEvent, long, long, long) - Method in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
- submitWrite(ChannelHandlerContext, MessageEvent, long, long, long) - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- submitWrite(ChannelHandlerContext, MessageEvent, long, long, long) - Method in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
- SUBNEGOTIATION_VERSION - Static variable in class org.jboss.netty.handler.codec.socks.SocksAuthRequest
- SUBNEGOTIATION_VERSION - Static variable in class org.jboss.netty.handler.codec.socks.SocksAuthResponse
- SubnegotiationVersion(byte) - Constructor for enum org.jboss.netty.handler.codec.socks.SocksMessage.SubnegotiationVersion
- subnet - Variable in class org.jboss.netty.handler.ipfilter.IpV4Subnet
- SUBNET_MASK - Static variable in class org.jboss.netty.handler.ipfilter.IpV4Subnet
- subprotocols - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
- subprotocols - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
- subprotocols - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- subprotocols - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
- substringAfter(String, char) - Static method in class org.jboss.netty.util.internal.StringUtil
-
Get the item after one char delim if the delim is found (else null).
- Sub-types - Search tag in interface org.jboss.netty.channel.ChannelHandler
- Section
- 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 - Variable in class org.jboss.netty.channel.AbstractChannel
- succeededFuture(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Creates a new
ChannelFuture
which is already succeeded for the specifiedChannel
. - SUCCESS - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthStatus
- SUCCESS - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
- successCount - Variable in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- SUNDAY - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
SUNDAY = 1;
- SUNDAY_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
SUNDAY = 1;
- Supported idle states - Search tag in class org.jboss.netty.handler.timeout.IdleStateHandler
- Section
- 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.
- SwitchableInputStream - Class in org.jboss.netty.handler.codec.serialization
-
FilterInputStream
which allows a user to change the underlying stream at any time. - SwitchableInputStream() - Constructor for class org.jboss.netty.handler.codec.serialization.SwitchableInputStream
-
Creates a new instance without initializing the reference to the underlying stream.
- SWITCHING_PROTOCOLS - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
101 Switching Protocols
- switchStream(InputStream) - Method in class org.jboss.netty.handler.codec.serialization.SwitchableInputStream
-
Creates a new instance with the initial reference to the underlying stream.
- switchToFactorial(ChannelHandlerContext) - Method in class org.jboss.netty.example.portunification.PortUnificationServerHandler
- switchToHttp(ChannelHandlerContext) - Method in class org.jboss.netty.example.portunification.PortUnificationServerHandler
- 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
- SystemPropertyUtil - Class in org.jboss.netty.util.internal
-
A collection of utility methods to retrieve and parse the values of the Java system properties.
- SystemPropertyUtil() - Constructor for class org.jboss.netty.util.internal.SystemPropertyUtil
T
- table - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
-
The per-segment table.
- table - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
-
The per-segment table.
- tail - Variable in class org.jboss.netty.channel.DefaultChannelPipeline
- tail - Variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelBucket
- task - Variable in class org.jboss.netty.channel.socket.ChannelRunnableWrapper
- task - Variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.MemoryAwareRunnable
- task - Variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- taskQueue - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
- tasks - Variable in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor.ChildExecutor
- 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.
- TelnetClient - Class in org.jboss.netty.example.telnet
-
Simplistic telnet client.
- TelnetClient() - Constructor for class org.jboss.netty.example.telnet.TelnetClient
- TelnetClientHandler - Class in org.jboss.netty.example.telnet
-
Handles a client-side channel.
- TelnetClientHandler() - Constructor for class org.jboss.netty.example.telnet.TelnetClientHandler
- TelnetClientPipelineFactory - Class in org.jboss.netty.example.telnet
-
Creates a newly configured
ChannelPipeline
for a new channel. - TelnetClientPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.telnet.TelnetClientPipelineFactory
- TelnetServer - Class in org.jboss.netty.example.telnet
-
Simplistic telnet server.
- TelnetServer() - Constructor for class org.jboss.netty.example.telnet.TelnetServer
- TelnetServerHandler - Class in org.jboss.netty.example.telnet
-
Handles a server-side channel.
- TelnetServerHandler() - Constructor for class org.jboss.netty.example.telnet.TelnetServerHandler
- TelnetServerPipelineFactory - Class in org.jboss.netty.example.telnet
-
Creates a newly configured
ChannelPipeline
for a new channel. - TelnetServerPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.telnet.TelnetServerPipelineFactory
- tempFile() - Method in class org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
- TEMPORARY_REDIRECT - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
307 Temporary Redirect (since HTTP/1.1)
- terminate() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- terminate(ThreadLocal<Executor>, Executor...) - Static method in class org.jboss.netty.util.internal.ExecutorUtil
-
Shuts down the specified executors using the given
ThreadLocal
to check if there is a deadlock - terminate(Executor...) - Static method in class org.jboss.netty.util.internal.ExecutorUtil
-
Shuts down the specified executors.
- terminated - Variable in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- terminated() - Method in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- text - Variable in class org.jboss.netty.handler.codec.http.HttpVersion
- TEXT - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameType
- textArea - Static variable in class org.jboss.netty.example.http.upload.HttpUploadClient
- textAreaLong - Static variable in class org.jboss.netty.example.http.upload.HttpUploadClient
- 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(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.
- 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.
- The @Sharable annotation - Search tag in interface org.jboss.netty.channel.ChannelHandler
- Section
- The context object - Search tag in interface org.jboss.netty.channel.ChannelHandler
- Section
- The differences from an ordinary ExecutorService - Search tag in class org.jboss.netty.util.VirtualExecutorService
- Section
- THIRD_ADDRESS_OCTET_SHIFT - Static variable in class org.jboss.netty.handler.codec.socks.SocksCommonUtils
- thread - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
-
If this worker has been started thread will be a reference to the thread used when starting.
- thread - Variable in class org.jboss.netty.channel.socket.oio.AbstractOioWorker
-
If this worker has been started thread will be a reference to the thread used when starting.
- ThreadLocalBoolean - Class in org.jboss.netty.util.internal
- ThreadLocalBoolean() - Constructor for class org.jboss.netty.util.internal.ThreadLocalBoolean
- ThreadLocalBoolean(boolean) - Constructor for class org.jboss.netty.util.internal.ThreadLocalBoolean
- ThreadLocalInsecureRandom - Class in org.jboss.netty.handler.ssl.util
-
Insecure
SecureRandom
which relies onThreadLocalRandom
for random number generation. - ThreadLocalInsecureRandom() - Constructor for class org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
- ThreadLocalMarshallerProvider - Class in org.jboss.netty.handler.codec.marshalling
-
UnmarshallerProvider
implementation which use aThreadLocal
to store references toMarshaller
instances. - ThreadLocalMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
-
Create a new instance of the
ThreadLocalMarshallerProvider
- ThreadLocalRandom - Class in org.jboss.netty.util.internal
-
A random number generator isolated to the current thread.
- ThreadLocalRandom() - Constructor for class org.jboss.netty.util.internal.ThreadLocalRandom
- ThreadLocalUnmarshallerProvider - Class in org.jboss.netty.handler.codec.marshalling
-
UnmarshallerProvider
implementation which use aThreadLocal
to store references toUnmarshaller
instances. - ThreadLocalUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class org.jboss.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
-
Create a new instance of the
ThreadLocalUnmarshallerProvider
- threadNameDeterminer - Static variable in class org.jboss.netty.util.ThreadRenamingRunnable
- ThreadNameDeterminer - Interface in org.jboss.netty.util
-
Overrides the thread name proposed by
ThreadRenamingRunnable
. - ThreadRenamingRunnable - Class in org.jboss.netty.util
-
A
Runnable
that changes the current thread name and reverts it back when its execution ends. - ThreadRenamingRunnable(Runnable, String) - Constructor for class org.jboss.netty.util.ThreadRenamingRunnable
- 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 specifiedrunnable
is running. - Thread safety - Search tag in interface org.jboss.netty.channel.ChannelDownstreamHandler
- Section
- Thread safety - Search tag in interface org.jboss.netty.channel.ChannelPipeline
- Section
- Thread safety - Search tag in interface org.jboss.netty.channel.ChannelUpstreamHandler
- Section
- threshold - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
-
The table is rehashed when its size exceeds this threshold.
- threshold - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Segment
-
The table is rehashed when its size exceeds this threshold.
- THURSDAY - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
THURSDAY = 5;
- THURSDAY_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
THURSDAY = 5;
- tick - Variable in class org.jboss.netty.util.HashedWheelTimer.Worker
- tickDuration - Variable in class org.jboss.netty.util.HashedWheelTimer
- Tick Duration - Search tag in class org.jboss.netty.util.HashedWheelTimer
- Section
- Ticks per Wheel (Wheel Size) - Search tag in class org.jboss.netty.util.HashedWheelTimer
- Section
- TIME - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"time"
- timeout - Variable in class org.jboss.netty.handler.timeout.ReadTimeoutHandler.State
- timeout - Variable in class org.jboss.netty.handler.timeout.WriteTimeoutHandler.TimeoutCanceller
- timeout - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
used in releaseExternalResources() to cancel the timer
- timeout - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
used in stop() to cancel the timer
- Timeout - Interface in org.jboss.netty.util
- TIMEOUT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"timeout"
- TimeoutCanceller(Timeout) - Constructor for class org.jboss.netty.handler.timeout.WriteTimeoutHandler.TimeoutCanceller
- TimeoutException - Exception Class 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 class org.jboss.netty.handler.timeout.TimeoutException
-
Creates a new instance.
- TimeoutException(String) - Constructor for exception class org.jboss.netty.handler.timeout.TimeoutException
-
Creates a new instance.
- TimeoutException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.timeout.TimeoutException
-
Creates a new instance.
- TimeoutException(Throwable) - Constructor for exception class org.jboss.netty.handler.timeout.TimeoutException
-
Creates a new instance.
- timeoutMillis - Variable in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
- timeoutMillis - Variable in class org.jboss.netty.handler.timeout.WriteTimeoutHandler
- timeouts - Variable in class org.jboss.netty.util.HashedWheelTimer
- 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.channel.socket.nio.NioClientBoss
- timer - Variable in class org.jboss.netty.channel.socket.nio.NioClientBossPool
- timer - Variable in class org.jboss.netty.example.uptime.UptimeClientHandler
- timer - Variable in class org.jboss.netty.handler.ssl.SslHandler
- timer - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler
- timer - Variable in class org.jboss.netty.handler.timeout.ReadTimeoutHandler
- timer - Variable in class org.jboss.netty.handler.timeout.WriteTimeoutHandler
- timer - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Timer associated to any TrafficCounter
- timer - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
One Timer for all Counter
- timer - Variable in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- Timer - Interface in org.jboss.netty.util
-
Schedules
TimerTask
s for one-time future execution in a background thread. - timerTask - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Monitor created once in start()
- 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"
- timoutTimer - Variable in class org.jboss.netty.channel.socket.nio.NioClientSocketChannel
- tlmd - Static variable in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
- tm - Variable in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
- tm - Static variable in class org.jboss.netty.handler.ssl.util.InsecureTrustManagerFactory
- tmpdir() - Static method in class org.jboss.netty.util.internal.NativeLibraryLoader
- toAddressString(InetAddress) - Static method in class org.jboss.netty.util.NetUtil
-
Returns the
String
representation of anInetAddress
. - toAddressString(InetAddress, boolean) - Static method in class org.jboss.netty.util.NetUtil
-
Returns the
String
representation of anInetAddress
. - toArray() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- toArray(T[]) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- toBoolean(Object) - Static method in class org.jboss.netty.util.internal.ConversionUtil
-
Converts the specified object into a boolean.
- toBuilder() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- toBuilder() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- toBuilder() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- toBuilder() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- toByteBuffer() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- toByteBuffer() - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Converts this buffer's readable bytes into a NIO buffer.
- toByteBuffer() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- toByteBuffer(int, int) - Method in class org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
- 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
- toByteBuffer(int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- toByteBuffers() - 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() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- toByteBuffers(int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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
- toByteBuffers(int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- toChannelBuffer() - Method in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
- toCipherSuiteArray(Iterable<String>) - Static method in class org.jboss.netty.handler.ssl.JdkSslContext
- toDirectory(String) - Static method in class org.jboss.netty.util.internal.NativeLibraryLoader
- toFingerprintArray(Iterable<String>) - Static method in class org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
- toFrameLength(long) - Static method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- toHttpHeaderValue() - Method in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
- toInt(Object) - Static method in class org.jboss.netty.util.internal.ConversionUtil
-
Converts the specified object into an integer.
- toInt(InetAddress) - Static method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
-
Compute integer representation of InetAddress
- toLowerCase(char) - Static method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- 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)
- TooBigObjectException() - Constructor for exception class org.jboss.netty.handler.codec.marshalling.LimitingByteInput.TooBigObjectException
- TooLongFrameException - Exception Class 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 class org.jboss.netty.handler.codec.frame.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(String) - Constructor for exception class org.jboss.netty.handler.codec.frame.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.codec.frame.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(Throwable) - Constructor for exception class org.jboss.netty.handler.codec.frame.TooLongFrameException
-
Creates a new instance.
- tooLongFrameFound - Variable in class org.jboss.netty.handler.codec.http.HttpChunkAggregator
- tooLongFrameFound - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- tooLongFrameLength - Variable in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
- tooLongFrameLength - Variable in class org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
- toSend - Variable in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler.ToSend
- toSend - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler.ToSend
- toSend - Variable in class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler.ToSend
- ToSend(long, MessageEvent) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler.ToSend
- ToSend(long, MessageEvent, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler.ToSend
- ToSend(long, MessageEvent, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler.ToSend
- toString() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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.DefaultHttpHeaders.HeaderEntry
- 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 enum org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
- 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.replay.ReplayingDecoderBuffer
- 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.DefaultSpdyHeaders.HeaderEntry
- 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
- toString() - Method in class org.jboss.netty.logging.CommonsLogger
- toString() - Method in class org.jboss.netty.logging.JBossLogger
- toString() - Method in class org.jboss.netty.logging.JdkLogger
- toString() - Method in class org.jboss.netty.logging.Log4JLogger
- toString() - Method in class org.jboss.netty.logging.OsgiLogger
- toString() - Method in class org.jboss.netty.logging.Slf4JLogger
- toString() - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- toString() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.SimpleEntry
- toString() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry
- toString(int) - Static method in class org.jboss.netty.util.internal.ConversionUtil
- toString(int, int, Charset) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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(int, int, Charset) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- toString(Object) - Static method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- toString(Object) - Static method in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
- toString(Charset) - 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(Charset) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- toString(LocalTimeProtocol.Continent) - Static method in class org.jboss.netty.example.localtime.LocalTimeServerHandler
- toStringArray(Object) - Static method in class org.jboss.netty.util.internal.ConversionUtil
-
Converts the specified object into an array of strings.
- total - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.GatheringSendBuffer
- totalBytes() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.EmptySendBuffer
- totalBytes() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.FileSendBuffer
- totalBytes() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.GatheringSendBuffer
- totalBytes() - Method in interface org.jboss.netty.channel.socket.nio.SocketSendBufferPool.SendBuffer
- totalBytes() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.UnpooledSendBuffer
- totalLimiter - Variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- 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. - TrafficCounter.TrafficMonitoringTask - Class in org.jboss.netty.handler.traffic
-
Class to implement monitoring at fix delay
- trafficLock - Variable in class org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
- TrafficMonitoringTask(AbstractTrafficShapingHandler, TrafficCounter) - Constructor for class org.jboss.netty.handler.traffic.TrafficCounter.TrafficMonitoringTask
- trafficShapingHandler - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
The associated TrafficShapingHandler
- trafficShapingHandler1 - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficCounter.MixedTrafficMonitoringTask
-
The associated TrafficShapingHandler
- trafficShapingHandler1 - Variable in class org.jboss.netty.handler.traffic.TrafficCounter.TrafficMonitoringTask
-
The associated TrafficShapingHandler
- 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 - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
- 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.
- TrailingHeaders(boolean) - Constructor for class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer.TrailingHeaders
- TRANSFER_ENCODING - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
-
"Transfer-Encoding"
- transferEncodingChunked - Variable in class org.jboss.netty.handler.codec.http.HttpMessageEncoder
- TransferEncodingMechanism() - Constructor for enum org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
- TransferEncodingMechanism(String) - Constructor for enum org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
- transferredBytes - Variable in class org.jboss.netty.example.discard.DiscardClientHandler
- transferredBytes - Variable in class org.jboss.netty.example.discard.DiscardServerHandler
- transferredBytes - Variable in class org.jboss.netty.example.echo.EchoClientHandler
- transferredBytes - Variable in class org.jboss.netty.example.echo.EchoServerHandler
- transferredMessages - Variable in class org.jboss.netty.example.objectecho.ObjectEchoClientHandler
- transferredMessages - Variable in class org.jboss.netty.example.objectecho.ObjectEchoServerHandler
- transferTimeoutsToBuckets() - Method in class org.jboss.netty.util.HashedWheelTimer.Worker
- transferTo(DatagramChannel, SocketAddress) - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.EmptySendBuffer
- transferTo(DatagramChannel, SocketAddress) - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.FileSendBuffer
- transferTo(DatagramChannel, SocketAddress) - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.GatheringSendBuffer
- transferTo(DatagramChannel, SocketAddress) - Method in interface org.jboss.netty.channel.socket.nio.SocketSendBufferPool.SendBuffer
- transferTo(DatagramChannel, SocketAddress) - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.UnpooledSendBuffer
- transferTo(WritableByteChannel) - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.EmptySendBuffer
- transferTo(WritableByteChannel) - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.FileSendBuffer
- transferTo(WritableByteChannel) - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.GatheringSendBuffer
- transferTo(WritableByteChannel) - Method in interface org.jboss.netty.channel.socket.nio.SocketSendBufferPool.SendBuffer
- transferTo(WritableByteChannel) - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.UnpooledSendBuffer
- 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.
- Transparent Zero Copy - Search tag in package org.jboss.netty.buffer
- Section
- TRANSPORT - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
-
"Transport"
- truncated - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- 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
- tryAcquire(int) - Method in class org.jboss.netty.util.internal.NonReentrantLock
- tryLock() - Method in class org.jboss.netty.util.internal.NonReentrantLock
- tryLock(long, TimeUnit) - Method in class org.jboss.netty.util.internal.NonReentrantLock
- tryRelease(int) - Method in class org.jboss.netty.util.internal.NonReentrantLock
- TTL - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"ttl"
- TTL_EXPIRED - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
- TUESDAY - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
TUESDAY = 3;
- TUESDAY_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
TUESDAY = 3;
- type - Variable in class org.jboss.netty.util.internal.SharedResourceMisuseDetector
- TYPE_FAT_DESCRIPTOR - Static variable in class org.jboss.netty.handler.codec.serialization.CompactObjectOutputStream
- TYPE_THIN_DESCRIPTOR - Static variable in class org.jboss.netty.handler.codec.serialization.CompactObjectOutputStream
- TYPES - Static variable in class org.jboss.netty.handler.codec.http.websocketx.Utf8Validator
U
- UDP - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdType
- UDP - Static variable in class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"UDP"
- UNASSIGNED - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
- 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
- UNAVAILABILITY_CAUSE - Static variable in class org.jboss.netty.handler.ssl.OpenSsl
- 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() - Method in interface org.jboss.netty.channel.group.ChannelGroup
-
Unbinds all
Channel
s in this group from their local address. - unbind() - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- unbind(Channel) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"unbind"
request to the lastChannelDownstreamHandler
in theChannelPipeline
of the specifiedChannel
. - unbind(ChannelHandlerContext, ChannelFuture) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"unbind"
request to theChannelDownstreamHandler
which is placed in the closest downstream from the handler associated with the specifiedChannelHandlerContext
. - unbindReal(ChannelFuture) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- 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. - undecodedChunk - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
The current channelBuffer
- undecodedChunk - Variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
The current channelBuffer
- Unfair of OrderedMemoryAwareThreadPoolExecutor - Search tag in class org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
- Section
- unfold - Variable in class org.jboss.netty.handler.codec.frame.FrameDecoder
- unfold(Reference<V>) - Method in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- 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"
- unidirectional - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- UNKNOWN - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
- UNKNOWN - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.AddressType
- UNKNOWN - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.AuthScheme
- UNKNOWN - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.CmdType
- UNKNOWN - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.MessageType
- UNKNOWN - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.ProtocolVersion
- UNKNOWN - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksMessage.SubnegotiationVersion
- UNKNOWN - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksRequest.SocksRequestType
- UNKNOWN - Enum constant in enum org.jboss.netty.handler.codec.socks.SocksResponse.SocksResponseType
- UNKNOWN_SOCKS_REQUEST - Static variable in class org.jboss.netty.handler.codec.socks.SocksCommonUtils
- UNKNOWN_SOCKS_RESPONSE - Static variable in class org.jboss.netty.handler.codec.socks.SocksCommonUtils
- unknownFields - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- unknownFields - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- unknownFields - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- unknownFields - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- 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
- unlock() - Method in class org.jboss.netty.util.internal.NonReentrantLock
- UnmarshallerProvider - Interface in org.jboss.netty.handler.codec.marshalling
-
This provider is responsible to get an
Unmarshaller
for aChannelHandlerContext
- unmarshallers - Variable in class org.jboss.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
- unmask(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- 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
. - unmodifiableCiphers - Variable in class org.jboss.netty.handler.ssl.OpenSslServerContext
- unmodifiableCipherSuites - Variable in class org.jboss.netty.handler.ssl.JdkSslContext
- unmodifiablePorts - Variable in class org.jboss.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- UNORDERED_COLLECTION - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
425 Unordered Collection (WebDAV, RFC3648)
- UnpooledSendBuffer(ByteBuffer) - Constructor for class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.UnpooledSendBuffer
- UNPROCESSABLE_ENTITY - Static variable in class org.jboss.netty.handler.codec.http.HttpResponseStatus
-
422 Unprocessable Entity (WebDAV, RFC4918)
- unprocessedTimeouts - Variable in class org.jboss.netty.util.HashedWheelTimer.Worker
- unprocessedTimeouts() - Method in class org.jboss.netty.util.HashedWheelTimer.Worker
- unregister(LocalAddress) - Static method in class org.jboss.netty.channel.local.LocalChannelRegistry
- UnreplayableOperationException - Exception Class in org.jboss.netty.handler.codec.replay
-
An
Exception
which is thrown when a user calls an unsupported operation on aChannelBuffer
in aReplayingDecoder
implementation. - UnreplayableOperationException() - Constructor for exception class org.jboss.netty.handler.codec.replay.UnreplayableOperationException
-
Creates a new instance.
- UnreplayableOperationException(String) - Constructor for exception class org.jboss.netty.handler.codec.replay.UnreplayableOperationException
-
Creates a new instance.
- UnreplayableOperationException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.codec.replay.UnreplayableOperationException
-
Creates a new instance.
- UnreplayableOperationException(Throwable) - Constructor for exception class 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
- UnterminatableExecutor - Class in org.jboss.netty.util.internal
- UnterminatableExecutor(Executor) - Constructor for class org.jboss.netty.util.internal.UnterminatableExecutor
- unwrap() - Method in class org.jboss.netty.buffer.DuplicatedChannelBuffer
- unwrap() - Method in class org.jboss.netty.buffer.ReadOnlyChannelBuffer
- unwrap() - Method in class org.jboss.netty.buffer.SlicedChannelBuffer
- unwrap() - Method in class org.jboss.netty.buffer.TruncatedChannelBuffer
- unwrap() - Method in interface org.jboss.netty.buffer.WrappedChannelBuffer
-
Returns this buffer's parent that this buffer is wrapping.
- unwrap() - Method in class org.jboss.netty.handler.execution.ChannelEventRunnable
- unwrap() - Method in class org.jboss.netty.handler.ssl.JettyNpnSslSession
- 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. - unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
- unwrap(ChannelHandlerContext, Channel, ByteBuffer, int, boolean) - Method in class org.jboss.netty.handler.ssl.SslHandler
-
Unwraps inbound SSL records.
- unwrapNonAppData(ChannelHandlerContext, Channel, boolean) - Method in class org.jboss.netty.handler.ssl.SslHandler
-
Calls
SSLEngine.unwrap(ByteBuffer, ByteBuffer)
with an empty buffer to handle handshakes, etc. - unwrapValue(CharSequence) - Static method in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- unwrapValue(CharSequence) - Static method in class org.jboss.netty.handler.codec.http.CookieUtil
-
Deprecated.
- unwritable - Variable in class org.jboss.netty.channel.AbstractChannel
- UNWRITABLE_UPDATER - Static variable in class org.jboss.netty.channel.AbstractChannel
- updateAllReceiveWindowSizes(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- updateAllSendWindowSizes(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- updateCumulation(ChannelHandlerContext, ChannelBuffer) - Method in class org.jboss.netty.handler.codec.frame.FrameDecoder
- updateInitialReceiveWindowSize(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- updateInitialSendWindowSize(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- updateReceiveWindowSize(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- updateReceiveWindowSize(int, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- updateSendWindowSize(int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
- updateSendWindowSize(int, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySession
- updateSendWindowSize(ChannelHandlerContext, int, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdySessionHandler
- 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)
- UPGRADED - Enum constant in enum org.jboss.netty.handler.codec.http.HttpMessageDecoder.State
- Upgrade your JDK / JRE - Search tag in interface org.jboss.netty.channel.FileRegion
- Section
- Upstream and downstream event generation - Search tag in class org.jboss.netty.channel.Channels
- Section
- 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.
- Upstream events - Search tag in interface org.jboss.netty.channel.ChannelEvent
- Section
- Upstream events and downstream events, and their interpretation - Search tag in interface org.jboss.netty.channel.ChannelEvent
- Section
- 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.
- UptimeClient - Class in org.jboss.netty.example.uptime
-
Connects to a server periodically to measure and print the uptime of the server.
- UptimeClient() - Constructor for class org.jboss.netty.example.uptime.UptimeClient
- UptimeClientHandler - Class in org.jboss.netty.example.uptime
-
Keep reconnecting to the server while printing out the current uptime and connection attempt status.
- UptimeClientHandler(ClientBootstrap, Timer) - Constructor for class org.jboss.netty.example.uptime.UptimeClientHandler
- uri - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpRequest
- uri - Variable in class org.jboss.netty.handler.codec.http.QueryStringDecoder
- uri - Variable in class org.jboss.netty.handler.codec.http.QueryStringEncoder
- URL - Static variable in class org.jboss.netty.example.http.snoop.HttpSnoopClient
- URL - Static variable in class org.jboss.netty.example.http.tunnel.HttpTunnelingClientExample
- URL - Static variable in class org.jboss.netty.example.http.websocketx.client.WebSocketClient
- 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"
- URL_SAFE - Enum constant in enum org.jboss.netty.handler.codec.base64.Base64Dialect
-
Base64-like encoding that is URL-safe as described in the Section 4 of RFC3548.
- US_ASCII - Static variable in class org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil
-
Charset for 7BIT
- 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
- useDeadLockChecker - Static variable in class org.jboss.netty.channel.DefaultChannelFuture
- useDisk - Variable in class org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- useGathering() - Method in class org.jboss.netty.buffer.CompositeChannelBuffer
-
Return
true
if gathering writes / reads should be used for thisCompositeChannelBuffer
- 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"
- userDefinedWritabilityIndex() - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
- userDefinedWritabilityIndex() - Method in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- username - Variable in class org.jboss.netty.handler.codec.socks.SocksAuthRequest
- username - Variable in class org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder
- Use static import - Search tag in class org.jboss.netty.buffer.ChannelBuffers
- Section
- Using a ChannelLocal - Search tag in interface org.jboss.netty.channel.ChannelHandler
- Section
- Using a different key other than Channel to maintain event order - Search tag in class org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
- Section
- Using an alternative task size estimation strategy - Search tag in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
- Section
- Using an attachment - Search tag in interface org.jboss.netty.channel.ChannelHandler
- Section
- Using other Executor implementation - Search tag in class org.jboss.netty.handler.execution.ExecutionHandler
- Section
- Using the helper class to send an event - Search tag in interface org.jboss.netty.channel.ChannelDownstreamHandler
- Section
- Using the helper class to send an event - Search tag in interface org.jboss.netty.channel.ChannelUpstreamHandler
- Section
- 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)
- UTF8_ACCEPT - Static variable in class org.jboss.netty.handler.codec.http.websocketx.Utf8Validator
- UTF8_REJECT - Static variable in class org.jboss.netty.handler.codec.http.websocketx.Utf8Validator
- utf8out - Variable in class org.jboss.netty.buffer.ChannelBufferOutputStream
- utf8Validator - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- Utf8Validator - Class in org.jboss.netty.handler.codec.http.websocketx
-
Checks UTF8 bytes for validity before converting it into a string
- Utf8Validator() - Constructor for class org.jboss.netty.handler.codec.http.websocketx.Utf8Validator
V
- V00 - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
- V07 - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
- V08 - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
- V13 - Enum constant in enum org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
- VALID_COOKIE_NAME_OCTETS - Static variable in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- VALID_COOKIE_NAME_OCTETS - Static variable in class org.jboss.netty.handler.codec.http.CookieUtil
-
Deprecated.
- VALID_COOKIE_VALUE_OCTETS - Static variable in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- VALID_COOKIE_VALUE_OCTETS - Static variable in class org.jboss.netty.handler.codec.http.CookieUtil
-
Deprecated.
- 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
- validateDelimiter(ChannelBuffer) - Static method in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
- validateHeaderName(String) - Static method in class org.jboss.netty.handler.codec.http.HttpCodecUtil
- validateHeaderName(String) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
-
Validates the name of a header
- validateHeaderName(String) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
-
Validate a SPDY header name.
- validateHeaderValue(String) - Static method in class org.jboss.netty.handler.codec.http.HttpCodecUtil
- validateHeaderValue(String) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
-
Validates the specified header value
- validateHeaderValue(String) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyCodecUtil
-
Validate a SPDY header value.
- validateHeaderValue0(String) - Method in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders
- validateInterestOps(int) - Static method in class org.jboss.netty.channel.Channels
- validateMaxFrameLength(int) - Static method in class org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
- validateName(String) - Static method in class org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer.TrailingHeaders
- validateValue(String, String) - Method in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
- validCookieNameOctets(BitSet) - Static method in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- validCookieNameOctets(BitSet) - Static method in class org.jboss.netty.handler.codec.http.CookieUtil
-
Deprecated.
- validCookieValueOctets() - Static method in class org.jboss.netty.handler.codec.http.cookie.CookieUtil
- validCookieValueOctets() - Static method in class org.jboss.netty.handler.codec.http.CookieUtil
-
Deprecated.
- valideHeaderNameChar(char) - Static method in class org.jboss.netty.handler.codec.http.HttpHeaders
- value - Variable in class org.jboss.netty.channel.DownstreamChannelStateEvent
- value - Variable in class org.jboss.netty.channel.UpstreamChannelStateEvent
- value - Variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
- value - Variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
- value - Variable in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
- value - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpHeaders.HeaderEntry
- value - Variable in enum org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
- value - Variable in class org.jboss.netty.handler.codec.http.multipart.InternalAttribute
- value - Variable in class org.jboss.netty.handler.codec.http.QueryStringEncoder.Param
- value - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderEntry
- value - Variable in class org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
- value - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashEntry
- value - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.SimpleEntry
- value - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry
- 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() - Method in enum org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
- value() - Method in class org.jboss.netty.util.HashedWheelTimer.HashedWheelTimeout
- value() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashEntry
- value() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashEntry
- ValueIterator() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.ValueIterator
- ValueIterator() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.ValueIterator
- valueOf(int) - Static method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
Returns the enum constant of this type with 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(int) - Static method in class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
-
Returns the
HttpResponseStatus
represented by the specified code. - 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(Descriptors.EnumValueDescriptor) - Static method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
Returns the enum constant of this type with the specified name.
- 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.example.localtime.LocalTimeProtocol.Continent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
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(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.HttpPostBodyUtil.TransferEncodingMechanism
-
Returns the enum constant of this type with the specified name.
- 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(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.SocksAuthRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- 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.SocksCmdRequestDecoder.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.SocksInitRequestDecoder.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.SpdyFrameDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
-
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(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.
- valueRef - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashEntry
- values - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
- values - Variable in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
- 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.example.localtime.LocalTimeProtocol.Continent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
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.HttpPostBodyUtil.TransferEncodingMechanism
-
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() - Method in class org.jboss.netty.handler.codec.serialization.ReferenceMap
- values() - Static method in enum org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder.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.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.SocksCmdRequestDecoder.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.SocksInitRequestDecoder.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.SpdyFrameDecoder.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.spdy.SpdyHeaderBlockRawDecoder.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.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.
- values() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityHashMap
-
Returns a
Collection
view of the values contained in this map. - values() - Method in class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
-
Returns a
Collection
view of the values contained in this map. - Values() - Constructor for class org.jboss.netty.handler.codec.http.HttpHeaders.Values
- Values() - Constructor for class org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
- Values() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Values
- Values() - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.Values
- VALUES - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
- VALUES - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
- 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 - Variable in class org.jboss.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- version - Variable in class org.jboss.netty.handler.codec.http.DefaultHttpMessage
- version - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- version - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
- version - Variable in class org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder
- version - Variable in class org.jboss.netty.handler.codec.socks.SocksAuthResponseDecoder
- version - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder
- version - Variable in class org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder
- version - Variable in class org.jboss.netty.handler.codec.socks.SocksInitRequestDecoder
- version - Variable in class org.jboss.netty.handler.codec.socks.SocksInitResponseDecoder
- version - Variable in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
- version - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
- version - Variable in enum org.jboss.netty.handler.codec.spdy.SpdyVersion
- 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 - Class in org.jboss.netty.util
-
Provides the version information of Netty.
- Version() - Constructor for class org.jboss.netty.util.Version
- VERSION - Static variable in class org.jboss.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- VERSION - Static variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":version"
- VERSION_PATTERN - Static variable in class org.jboss.netty.handler.codec.http.HttpVersion
- 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"
- virtualChannel - Variable in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel.ServletChannelHandler
- 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
. - VirtualExecutorService.ChildExecutorRunnable - Class in org.jboss.netty.util
- VoidEnum - Enum in org.jboss.netty.handler.codec.replay
-
A placeholder
Enum
which could be specified as a type parameter ofReplayingDecoder
when a user wants to manage the decoder state or there's no state to manage. - VoidEnum() - Constructor for enum org.jboss.netty.handler.codec.replay.VoidEnum
W
- waiters - Variable in class org.jboss.netty.channel.DefaultChannelFuture
- waiters - Variable in class org.jboss.netty.channel.group.DefaultChannelGroupFuture
- waiters - Variable in class org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.Limiter
- waitForBossThreads() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioBossPool
- waitForNextTick() - Method in class org.jboss.netty.util.HashedWheelTimer.Worker
-
calculate goal nanoTime from startTime and current tick number, then wait until that goal has been reached.
- waitForWorkerThreads() - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
- wakenUp - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioSelector
-
Boolean that controls determines if a blocked Selector.select should break out of its selection process.
- wakeupTask - Variable in class org.jboss.netty.channel.socket.nio.NioClientBoss
- warn(String) - Method in class org.jboss.netty.logging.CommonsLogger
- warn(String) - Method in interface org.jboss.netty.logging.InternalLogger
-
Logs a WARN level message.
- warn(String) - Method in class org.jboss.netty.logging.JBossLogger
- warn(String) - Method in class org.jboss.netty.logging.JdkLogger
- warn(String) - Method in class org.jboss.netty.logging.Log4JLogger
- warn(String) - Method in class org.jboss.netty.logging.OsgiLogger
- warn(String) - Method in class org.jboss.netty.logging.Slf4JLogger
- warn(String, Throwable) - Method in class org.jboss.netty.logging.CommonsLogger
- warn(String, Throwable) - Method in interface org.jboss.netty.logging.InternalLogger
-
Logs a WARN level message.
- warn(String, Throwable) - Method in class org.jboss.netty.logging.JBossLogger
- warn(String, Throwable) - Method in class org.jboss.netty.logging.JdkLogger
- warn(String, Throwable) - Method in class org.jboss.netty.logging.Log4JLogger
- warn(String, Throwable) - Method in class org.jboss.netty.logging.OsgiLogger
- warn(String, Throwable) - Method in class org.jboss.netty.logging.Slf4JLogger
- WARN - Enum constant in enum org.jboss.netty.logging.InternalLogLevel
-
'WARN' log level.
- 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
- WeakKeyReference(K, int, ReferenceQueue<Object>) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.WeakKeyReference
- 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"
- 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_PATH - Static variable in class org.jboss.netty.example.http.websocketx.server.WebSocketServerHandler
- WEBSOCKET_PROTOCOL - Static variable in class org.jboss.netty.handler.codec.http.HttpHeaders.Names
-
"WebSocket-Protocol"
- WebSocket00FrameDecoder - Class in org.jboss.netty.handler.codec.http.websocketx
-
Decodes
ChannelBuffer
s intoWebSocketFrame
s. - 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 specifiedmaxFrameSize
. - WebSocket00FrameEncoder - Class in org.jboss.netty.handler.codec.http.websocketx
-
Encodes a
WebSocketFrame
into aChannelBuffer
. - 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
- WebSocketClient - Class in org.jboss.netty.example.http.websocketx.client
- WebSocketClient() - Constructor for class org.jboss.netty.example.http.websocketx.client.WebSocketClient
- WebSocketClientHandler - Class in org.jboss.netty.example.http.websocketx.client
- WebSocketClientHandler(WebSocketClientHandshaker) - Constructor for class org.jboss.netty.example.http.websocketx.client.WebSocketClientHandler
- 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
- 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
- WebSocketFrameType() - Constructor for enum org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameType
- WebSocketHandshakeException - Exception Class in org.jboss.netty.handler.codec.http.websocketx
-
Exception during handshaking process
- WebSocketHandshakeException(String) - Constructor for exception class org.jboss.netty.handler.codec.http.websocketx.WebSocketHandshakeException
- WebSocketHandshakeException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.codec.http.websocketx.WebSocketHandshakeException
- websocketPath - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- websocketPath - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
- WebSocketServer - Class in org.jboss.netty.example.http.websocketx.server
-
A HTTP server which serves Web Socket requests at: http://localhost:8080/websocket Open your browser at http://localhost:8080/, then the demo page will be loaded and a Web Socket connection will be made automatically.
- WebSocketServer() - Constructor for class org.jboss.netty.example.http.websocketx.server.WebSocketServer
- WebSocketServerHandler - Class in org.jboss.netty.example.http.websocketx.server
-
Handles handshakes and messages
- WebSocketServerHandler() - Constructor for class org.jboss.netty.example.http.websocketx.server.WebSocketServerHandler
- 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
- 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
- WebSocketServerIndexPage - Class in org.jboss.netty.example.http.websocketx.server
-
Generates the demo HTML page which is served at http://localhost:8080/
- WebSocketServerIndexPage() - Constructor for class org.jboss.netty.example.http.websocketx.server.WebSocketServerIndexPage
- WebSocketServerPipelineFactory - Class in org.jboss.netty.example.http.websocketx.server
- WebSocketServerPipelineFactory(SslContext) - Constructor for class org.jboss.netty.example.http.websocketx.server.WebSocketServerPipelineFactory
- 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
- webSocketUrl - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- webSocketUrl - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
- webSocketURL - Variable in class org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
- WebSocketUtil - Class in org.jboss.netty.handler.codec.http.websocketx
-
TODO Document me.
- WebSocketUtil() - Constructor for class org.jboss.netty.handler.codec.http.websocketx.WebSocketUtil
- WebSocketVersion - Enum in org.jboss.netty.handler.codec.http.websocketx
-
Versions of the web socket specification.
- WebSocketVersion() - Constructor for enum org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
- WEDNESDAY - Enum constant in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
WEDNESDAY = 4;
- WEDNESDAY_VALUE - Static variable in enum org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
WEDNESDAY = 4;
- wheel - Variable in class org.jboss.netty.util.HashedWheelTimer
- WHITE_SPACE_ENC - Static variable in class org.jboss.netty.handler.codec.base64.Base64
- windowBits - Variable in class org.jboss.netty.handler.codec.http.HttpContentCompressor
- WORKDIR - Static variable in class org.jboss.netty.util.internal.NativeLibraryLoader
- worker - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
-
The
AbstractNioWorker
. - worker - Variable in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- worker - Variable in class org.jboss.netty.util.HashedWheelTimer
- Worker - Interface in org.jboss.netty.channel.socket
-
A
Worker
is responsible to dispatch IO operations - Worker() - Constructor for class org.jboss.netty.util.HashedWheelTimer.Worker
- 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
- WORKER_STATE_UPDATER - Static variable in class org.jboss.netty.util.HashedWheelTimer
- workerExecutor - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
- workerExecutor - Variable in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
- workerExecutor - Variable in class org.jboss.netty.channel.socket.oio.OioClientSocketPipelineSink
- workerExecutor - Variable in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
- workerExecutor - Variable in class org.jboss.netty.channel.socket.oio.OioDatagramPipelineSink
- workerExecutor - Variable in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
- workerExecutor - Variable in class org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink
- workerIndex - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
- workerPool - Variable in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
- workerPool - Variable in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
- workerPool - Variable in class org.jboss.netty.channel.socket.nio.NioDatagramPipelineSink
- workerPool - Variable in class org.jboss.netty.channel.socket.nio.NioServerSocketChannel
- workerPool - Variable in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
- WorkerPool<E> - Interface in org.jboss.netty.channel.socket.nio
-
The
WorkerPool
is responsible to hand ofWorker
's on demand - workers - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
- workerState - Variable in class org.jboss.netty.util.HashedWheelTimer
- workerThread - Variable in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- workerThread - Variable in class org.jboss.netty.util.HashedWheelTimer
- Worker threads - Search tag in class org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
- Section
- Worker threads - Search tag in class org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
- Section
- Worker threads - Search tag in class org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
- Section
- Worker threads - Search tag in class org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
- Section
- Worker threads - Search tag in class org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
- Section
- Worker threads - Search tag in class org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
- Section
- wrap - Variable in class org.jboss.netty.handler.codec.http.cookie.DefaultCookie
- 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
- wrap(ChannelHandlerContext, Channel) - Method in class org.jboss.netty.handler.ssl.SslHandler
- wrapEngine(SSLEngine) - Method in class org.jboss.netty.handler.ssl.JdkSslContext
- wrapNonAppData(ChannelHandlerContext, Channel) - Method in class org.jboss.netty.handler.ssl.SslHandler
- wrapped - Variable in class org.jboss.netty.channel.socket.nio.ShareableWorkerPool
- 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.
- 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(byte[]) - Static method in class org.jboss.netty.buffer.ChannelBuffers
-
Creates a new big-endian buffer which wraps the specified
array
. - 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(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(ByteBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
-
Creates a new buffer which wraps the specified NIO buffer's current slice.
- 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(ByteOrder, byte[]) - Static method in class org.jboss.netty.buffer.ChannelBuffers
-
Creates a new buffer which wraps the specified
array
with the specifiedendianness
. - 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(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 specifiedendianness
. - wrappedBuffer(ChannelBuffer) - Static method in class org.jboss.netty.buffer.ChannelBuffers
-
Creates a new buffer which wraps the specified buffer's readable bytes.
- 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.
- WrappedChannelBuffer - Interface in org.jboss.netty.buffer
-
The common interface for buffer wrappers and derived buffers.
- wrapper - Variable in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
- wrapperOverhead - Variable in class org.jboss.netty.handler.codec.compression.ZlibEncoder
- wrapperOverhead(ZlibWrapper) - Static method in class org.jboss.netty.handler.codec.compression.ZlibUtil
- writabilityMask(int) - Static method in class org.jboss.netty.channel.AbstractChannel
- 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 than0
. - writable() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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)
. - writableBytes() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- Writable bytes - Search tag in interface org.jboss.netty.buffer.ChannelBuffer
- Section
- write(byte[]) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
- write(byte[]) - Method in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteOutput
- write(byte[]) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- write(byte[], int, int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
- write(byte[], int, int) - Method in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteOutput
- write(byte[], int, int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- write(int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
- write(int) - Method in class org.jboss.netty.handler.codec.http.websocketx.Utf8Validator
- write(int) - Method in class org.jboss.netty.handler.codec.marshalling.ChannelBufferByteOutput
- write(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- write(Object) - Method in class org.jboss.netty.channel.AbstractChannel
- write(Object) - 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) - Method in interface org.jboss.netty.channel.group.ChannelGroup
-
Writes the specified
message
to allChannel
s in this group. - write(Object) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- write(Object, SocketAddress) - Method in class org.jboss.netty.channel.AbstractChannel
- write(Object, SocketAddress) - Method in class org.jboss.netty.channel.AbstractServerChannel
- write(Object, SocketAddress) - 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.group.ChannelGroup
- write(Object, SocketAddress) - Method in class org.jboss.netty.channel.group.DefaultChannelGroup
- write(Object, SocketAddress) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- 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(Object, SocketAddress) - Method in class org.jboss.netty.channel.socket.oio.AbstractOioChannel
- write(ChannelHandlerContext, ChannelFuture, Object) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"write"
request to theChannelDownstreamHandler
which is placed in the closest downstream from the handler associated with the specifiedChannelHandlerContext
. - write(ChannelHandlerContext, ChannelFuture, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"write"
request to theChannelDownstreamHandler
which is placed in the closest downstream from the handler associated with the specifiedChannelHandlerContext
. - write(Channel, Object) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"write"
request to the lastChannelDownstreamHandler
in theChannelPipeline
of the specifiedChannel
. - write(Channel, Object, SocketAddress) - Static method in class org.jboss.netty.channel.Channels
-
Sends a
"write"
request to the lastChannelDownstreamHandler
in theChannelPipeline
of the specifiedChannel
. - write(OioDatagramChannel, ChannelFuture, Object, SocketAddress) - Static method in class org.jboss.netty.channel.socket.oio.OioDatagramWorker
- write(OioSocketChannel, ChannelFuture, Object) - Static method in class org.jboss.netty.channel.socket.oio.OioWorker
- write0(AbstractNioChannel<?>) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- write0(AbstractNioChannel<?>) - Method in class org.jboss.netty.channel.socket.nio.NioDatagramWorker
- writeBeforeHandshakeDone - Variable in class org.jboss.netty.handler.ssl.SslHandler
- writeBoolean(boolean) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
- writeBoolean(boolean) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- writeBuffer - Variable in class org.jboss.netty.channel.local.DefaultLocalChannel
- writeBufferHighWaterMark - Variable in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- writeBufferHighWaterMark - Variable in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- writeBufferLowWaterMark - Variable in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- writeBufferLowWaterMark - Variable in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- writeBufferQueue - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
-
Queue of write
MessageEvent
s. - writeBufferSize - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
-
Keeps track of the number of bytes that the
AbstractNioChannel<C extends SelectableChannel & WritableByteChannel>.WriteRequestQueue
currently contains. - 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 thewriterIndex
by1
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.replay.ReplayingDecoderBuffer
- writeByte(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- writeBytes(byte[]) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thewriterIndex
by the number of the transferred bytes (=src.length
). - writeBytes(byte[]) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writeBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thewriterIndex
by the number of the transferred bytes (=length
). - writeBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- writeBytes(byte[], int, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- writeBytes(byte[], int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writeBytes(InputStream, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thewriterIndex
by the number of the transferred bytes. - writeBytes(InputStream, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- writeBytes(InputStream, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- writeBytes(InputStream, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writeBytes(String) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
- writeBytes(String) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- writeBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thewriterIndex
by the number of the transferred bytes. - writeBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- writeBytes(ByteBuffer) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- writeBytes(ByteBuffer) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writeBytes(ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thewriterIndex
by the number of the transferred bytes. - writeBytes(ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- writeBytes(ScatteringByteChannel, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- writeBytes(ScatteringByteChannel, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writeBytes(ChannelBuffer) - 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 thewriterIndex
by the number of the transferred bytes. - writeBytes(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writeBytes(ChannelBuffer, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thewriterIndex
by the number of the transferred bytes (=length
). - writeBytes(ChannelBuffer, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- writeBytes(ChannelBuffer, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writeBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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 thewriterIndex
by the number of the transferred bytes (=length
). - writeBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- writeBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- writeBytes(ChannelBuffer, int, int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writeChannelLimit - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Limit in B/s to apply to write
- 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 thewriterIndex
by2
in this buffer. - writeChar(int) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
- writeChar(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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.
- writeClassDescriptor(ObjectStreamClass) - Method in class org.jboss.netty.handler.codec.serialization.CompactObjectOutputStream
- 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.example.discard.DiscardClientHandler
- 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 aChannel
. - writeControlFrameHeader(ChannelBuffer, int, byte, int) - Method in class org.jboss.netty.handler.codec.spdy.SpdyFrameEncoder
- writeDeviationActive - Variable in class org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- 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 thewriterIndex
by8
in this buffer. - writeDouble(double) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
- writeDouble(double) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writeDouble(double) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- writeEncryptedData(ByteBuffer) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
-
Write encrypted data to the OpenSSL network BIO
- 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 thewriterIndex
by4
in this buffer. - writeFloat(float) - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
- writeFloat(float) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writeFloat(float) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- writeFromSelectorLoop(SelectionKey) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- writeFromTaskLoop(AbstractNioChannel<?>) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- writeFromUserCode(AbstractNioChannel<?>) - Method in class org.jboss.netty.channel.socket.nio.AbstractNioWorker
- 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.
- writeHeader - Variable in class org.jboss.netty.handler.codec.compression.JdkZlibEncoder
- writeHttpData(InterfaceHttpData) - Method in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
- 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 thewriterIndex
by4
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.replay.ReplayingDecoderBuffer
- writeInt(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- writeLastChunk() - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- writeLengthField(ChannelBuffer, int) - Static method in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
- writeLimit - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Limit in B/s to apply to write
- writeLock - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
-
Monitor object for synchronizing access to the
AbstractNioChannel<C extends SelectableChannel & WritableByteChannel>.WriteRequestQueue
. - 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 thewriterIndex
by8
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.replay.ReplayingDecoderBuffer
- 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 thewriterIndex
by3
in this buffer. - writeMedium(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- writeMedium(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writeMenu(MessageEvent) - Method in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
- writeObject(Object) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- writePlaintextData(ByteBuffer) - Method in class org.jboss.netty.handler.ssl.OpenSslEngine
-
Write plaintext data to the OpenSSL internal BIO Calling this function with src.remaining == 0 is undefined.
- WRITER_IDLE - Enum constant in enum org.jboss.netty.handler.timeout.IdleState
-
No data was sent for a while.
- writeReal(ChannelBuffer, ChannelFuture) - Method in class org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
- writeReplace() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- writeReplace() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- writeReplace() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- writeReplace() - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- 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
- WriteRequestQueue() - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioChannel.WriteRequestQueue
- writeResponse(Channel) - Method in class org.jboss.netty.example.http.upload.HttpUploadServerHandler
- writeResponse(MessageEvent) - Method in class org.jboss.netty.example.http.snoop.HttpSnoopServerHandler
- writerIdleTimeMillis - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler
- writerIdleTimeout - Variable in class org.jboss.netty.handler.timeout.IdleStateHandler.State
- WriterIdleTimeoutTask(ChannelHandlerContext) - Constructor for class org.jboss.netty.handler.timeout.IdleStateHandler.WriterIdleTimeoutTask
- writerIndex - Variable in class org.jboss.netty.buffer.AbstractChannelBuffer
- writerIndex() - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- writerIndex() - Method in interface org.jboss.netty.buffer.ChannelBuffer
-
Returns the
writerIndex
of this buffer. - writerIndex() - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writerIndex(int) - Method in class org.jboss.netty.buffer.AbstractChannelBuffer
- 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
- writerIndex(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- 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 thewriterIndex
by2
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.replay.ReplayingDecoderBuffer
- writeShort(int) - Method in class org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
- writeSpinCount - Variable in class org.jboss.netty.channel.socket.nio.DefaultNioDatagramChannelConfig
- writeSpinCount - Variable in class org.jboss.netty.channel.socket.nio.DefaultNioSocketChannelConfig
- writeStreamHeader() - Method in class org.jboss.netty.handler.codec.serialization.CompactObjectOutputStream
- writeSuspended - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
- writeTask - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
-
WriteTask that performs write operations.
- WriteTask() - Constructor for class org.jboss.netty.channel.socket.nio.AbstractNioChannel.WriteTask
- writeTaskInTaskQueue - Variable in class org.jboss.netty.channel.socket.nio.AbstractNioChannel
-
Indicates if there is a
AbstractNioChannel<C extends SelectableChannel & WritableByteChannel>.WriteTask
in the task queue. - WriteThroughEntry(K, V) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.WriteThroughEntry
- WriteThroughEntry(K, V) - Constructor for class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.WriteThroughEntry
- writeTimedOut(ChannelHandlerContext) - Method in class org.jboss.netty.handler.timeout.WriteTimeoutHandler
- writeTimeout - Variable in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
- WriteTimeoutException - Exception Class in org.jboss.netty.handler.timeout
-
A
TimeoutException
raised byWriteTimeoutHandler
when no data was written within a certain period of time. - WriteTimeoutException() - Constructor for exception class org.jboss.netty.handler.timeout.WriteTimeoutException
-
Creates a new instance.
- WriteTimeoutException(String) - Constructor for exception class org.jboss.netty.handler.timeout.WriteTimeoutException
-
Creates a new instance.
- WriteTimeoutException(String, Throwable) - Constructor for exception class org.jboss.netty.handler.timeout.WriteTimeoutException
-
Creates a new instance.
- WriteTimeoutException(Throwable) - Constructor for exception class 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.
- WriteTimeoutHandler.TimeoutCanceller - Class in org.jboss.netty.handler.timeout
- WriteTimeoutHandler.WriteTimeoutTask - Class in org.jboss.netty.handler.timeout
- WriteTimeoutTask(ChannelHandlerContext, ChannelFuture) - Constructor for class org.jboss.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
- 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.
- writeTo(CodedOutputStream) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- writeTo(CodedOutputStream) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
- writeTo(CodedOutputStream) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Location
- writeTo(CodedOutputStream) - Method in class org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
- 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 thewriterIndex
by the specifiedlength
. - writeZero(int) - Method in class org.jboss.netty.buffer.DynamicChannelBuffer
- writeZero(int) - Method in class org.jboss.netty.buffer.EmptyChannelBuffer
- writeZero(int) - Method in class org.jboss.netty.handler.codec.replay.ReplayingDecoderBuffer
- writingTime - Variable in class org.jboss.netty.handler.traffic.TrafficCounter
-
Last writing time during current check interval
- written - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.GatheringSendBuffer
- writtenAmount - Variable in class org.jboss.netty.channel.DefaultWriteCompletionEvent
- writtenBytes - Variable in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.FileSendBuffer
- writtenBytes() - Method in class org.jboss.netty.buffer.ChannelBufferOutputStream
-
Returns the number of written bytes by this stream so far.
- writtenBytes() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.EmptySendBuffer
- writtenBytes() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.FileSendBuffer
- writtenBytes() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.GatheringSendBuffer
- writtenBytes() - Method in interface org.jboss.netty.channel.socket.nio.SocketSendBufferPool.SendBuffer
- writtenBytes() - Method in class org.jboss.netty.channel.socket.nio.SocketSendBufferPool.UnpooledSendBuffer
- writtenObjects - Variable in class org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder
- 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"
X
- XOR_DEFAULT_VALUE - Static variable in class org.jboss.netty.handler.codec.socks.SocksCommonUtils
Y
- year_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
- year_ - Variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
- YEAR_FIELD_NUMBER - Static variable in class org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
Z
- z - Variable in class org.jboss.netty.handler.codec.compression.ZlibDecoder
- z - Variable in class org.jboss.netty.handler.codec.compression.ZlibEncoder
- z - Variable in class org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
- ZLIB - Enum constant in enum org.jboss.netty.handler.codec.compression.ZlibWrapper
-
The ZLIB wrapper as specified in RFC 1950.
- ZLIB_OR_NONE - Enum constant in enum org.jboss.netty.handler.codec.compression.ZlibWrapper
-
Try
ZlibWrapper.ZLIB
first and thenZlibWrapper.NONE
if the first attempt fails. - 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(byte[]) - Constructor for class org.jboss.netty.handler.codec.compression.ZlibDecoder
-
Creates a new instance with the specified preset dictionary.
- ZlibDecoder(ZlibWrapper) - Constructor for class org.jboss.netty.handler.codec.compression.ZlibDecoder
-
Creates a new instance with the specified wrapper.
- 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(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) - 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(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 specifiedwindowBits
, the specifiedmemLevel
, and the specified preset dictionary. - 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 specifiedwindowBits
, the specifiedmemLevel
, and the specified wrapper. - ZlibUtil - Class in org.jboss.netty.handler.codec.compression
-
Utility methods used by
ZlibEncoder
andZlibDecoder
. - ZlibUtil() - Constructor for class org.jboss.netty.handler.codec.compression.ZlibUtil
- ZlibWrapper - Enum in org.jboss.netty.handler.codec.compression
-
The container file formats that wrap the stream compressed by the DEFLATE algorithm.
- ZlibWrapper() - Constructor for enum org.jboss.netty.handler.codec.compression.ZlibWrapper
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form