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

A

AbstractDiskHttpData - Class in org.jboss.netty.handler.codec.http2
Abstract Disk HttpData implementation
AbstractDiskHttpData(String, Charset, long) - Constructor for class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
AbstractHttpData - Class in org.jboss.netty.handler.codec.http2
Abstract HttpData implementation
AbstractHttpData(String, Charset, long) - Constructor for class org.jboss.netty.handler.codec.http2.AbstractHttpData
 
AbstractMemoryHttpData - Class in org.jboss.netty.handler.codec.http2
Abstract Memory HttpData implementation
AbstractMemoryHttpData(String, Charset, long) - Constructor for class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
AbstractTrafficShapingHandler - Class in org.jboss.netty.handler.traffic
AbstractTrafficShapingHandler allows to limit the global bandwidth (see GlobalTrafficShapingHandler) or per session bandwidth (see ChannelTrafficShapingHandler), as traffic shaping.
AbstractTrafficShapingHandler(Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator
AbstractTrafficShapingHandler(Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and using default Check Interval
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and using default Check Interval
AbstractTrafficShapingHandler(Timer) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and using NO LIMIT and default Check Interval
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and using NO LIMIT and default Check Interval
AbstractTrafficShapingHandler(Timer, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and using NO LIMIT
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long) - Constructor for class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and using NO LIMIT
ACCEPT - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Accept"
accept(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandler
Called when the channel is connected.
accept(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
 
accept(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in class org.jboss.netty.handler.ipfilter.OneIpFilterHandler
 
ACCEPT_CHARSET - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Accept-Charset"
ACCEPT_ENCODING - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Accept-Encoding"
ACCEPT_LANGUAGE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Accept-Language"
ACCEPT_PATCH - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Accept-Patch"
ACCEPT_RANGES - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Accept-Ranges"
ACCEPTED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
202 Accepted
add(IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Add an ipFilterRule in the list at the end
add(int, IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Add an ipFilterRule in the list at the specified position (shifting to the right other elements)
addAll(Collection<IpFilterRule>) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<IpFilterRule>) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAllAbsent(Collection<IpFilterRule>) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Append the element if not present.
addBodyAttribute(String, String) - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
Add a simple attribute in the body as Name=Value
addBodyFileUpload(String, File, String, boolean) - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
Add a file as a FileUpload
addBodyFileUploads(String, File[], String[], boolean[]) - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
Add a series of Files associated with one File parameter (implied Mixed mode in Multipart)
addBodyHttpData(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
Add the InterfaceHttpData to the Body list
addContent(ChannelBuffer, boolean) - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
addContent(ChannelBuffer, boolean) - Method in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
addContent(ChannelBuffer, boolean) - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
addContent(ChannelBuffer, boolean) - Method in interface org.jboss.netty.handler.codec.http2.HttpData
Add the content from the ChannelBuffer
addContent(ChannelBuffer, boolean) - Method in class org.jboss.netty.handler.codec.http2.MemoryAttribute
 
addContent(ChannelBuffer, boolean) - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
addContent(ChannelBuffer, boolean) - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
addCookie(String, String) - Method in class org.jboss.netty.handler.codec.http2.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.http2.CookieEncoder
Adds the specified Cookie to this encoder.
addHeader(String, Object) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
addHeader(String, Object) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
addHeader(String, Object) - Method in interface org.jboss.netty.handler.codec.http2.HttpChunkTrailer
Adds a new trailing header with the specified name and value.
addHeader(HttpMessage, String, Object) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Adds a new header with the specified name and value.
addHeader(String, Object) - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Adds a new header with the specified name and value.
addIfAbsent(IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Append the element if not present.
addIntHeader(HttpMessage, String, int) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Adds a new integer header with the specified name and value.
addParam(String, String) - Method in class org.jboss.netty.handler.codec.http2.QueryStringEncoder
Adds a parameter with the specified name and value to this encoder.
addValue(String) - Method in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
addValue(String, int) - Method in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
AGE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Age"
ALLOW - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Allow"
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"application/x-www-form-urlencoded"
ATTACHMENT - Static variable in class org.jboss.netty.handler.codec.http2.HttpPostBodyUtil
Content-disposition value for file attachment.
Attribute - Interface in org.jboss.netty.handler.codec.http2
Attribute interface
AUTHORIZATION - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Authorization"

B

BAD_GATEWAY - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
502 Bad Gateway
BAD_REQUEST - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
400 Bad Request
BASE64 - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"base64"
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.http2.DiskAttribute
 
baseDirectory - Static variable in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
BINARY - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"binary"
BYTES - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"bytes"

C

CACHE_CONTROL - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Cache-Control"
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.example.http.upload.HttpRequestHandler
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler - Class in org.jboss.netty.handler.traffic
This implementation of the AbstractTrafficShapingHandler is for channel traffic shaping, that is to say a per channel limitation of the bandwidth.
ChannelTrafficShapingHandler(Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(Timer, long) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(Timer) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer) - Constructor for class org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
charset - Variable in class org.jboss.netty.handler.codec.http2.AbstractHttpData
 
CHARSET - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"charset"
checkInterval - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Delay between two performance snapshots
CHUNKED - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"chunked"
chunkSize - Static variable in class org.jboss.netty.handler.codec.http2.HttpPostBodyUtil
 
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
cleanAllHttpDatas() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpDataFactory
 
cleanAllHttpDatas() - Method in interface org.jboss.netty.handler.codec.http2.HttpDataFactory
Remove all InterfaceHttpData from virtual File storage from clean list for all requests
cleanFiles() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder
Clean all HttpDatas (on Disk) for the current request.
cleanFiles() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
Clean all HttpDatas (on Disk) for the current request.
cleanRequestHttpDatas(HttpRequest) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpDataFactory
 
cleanRequestHttpDatas(HttpRequest) - Method in interface org.jboss.netty.handler.codec.http2.HttpDataFactory
Remove all InterfaceHttpData from virtual File storage from clean list for the request
clear() - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Clear the list
clearHeaders() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
clearHeaders() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
clearHeaders() - Method in interface org.jboss.netty.handler.codec.http2.HttpChunkTrailer
Removes all trailing headers from this trailer.
clearHeaders() - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Removes all headers from this message.
CLOSE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"close"
close() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
 
compareTo(Cookie) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
compareTo(Attribute) - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
compareTo(FileUpload) - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
compareTo(HttpMethod) - Method in class org.jboss.netty.handler.codec.http2.HttpMethod
 
compareTo(HttpResponseStatus) - Method in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
 
compareTo(HttpVersion) - Method in class org.jboss.netty.handler.codec.http2.HttpVersion
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
compareTo(InternalAttribute) - Method in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http2.MemoryAttribute
 
compareTo(Attribute) - Method in class org.jboss.netty.handler.codec.http2.MemoryAttribute
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http2.MemoryFileUpload
 
compareTo(FileUpload) - Method in class org.jboss.netty.handler.codec.http2.MemoryFileUpload
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
compareTo(InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
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
completed - Variable in class org.jboss.netty.handler.codec.http2.AbstractHttpData
 
COMPRESS - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"compress"
configure(long, long, long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Change the underlying limitations and check interval.
configure(long, long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Change the underlying limitations.
configure(long) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Change the check interval.
configure(long) - Method in class org.jboss.netty.handler.traffic.TrafficCounter
Change checkInterval between two computations in millisecond
CONFLICT - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
409 Conflict
CONNECT - Static variable in class org.jboss.netty.handler.codec.http2.HttpMethod
This specification reserves the method name CONNECT for use with a proxy that can dynamically switch to being a tunnel
CONNECTION - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Connection"
contains(InetAddress) - Method in class org.jboss.netty.handler.ipfilter.CIDR
Compares the given InetAddress against the CIDR and returns true if the ip is in the subnet-ip-range and false if not.
contains(InetAddress) - Method in class org.jboss.netty.handler.ipfilter.CIDR4
 
contains(InetAddress) - Method in class org.jboss.netty.handler.ipfilter.CIDR6
 
contains(IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Returns true if this list contains the specified element
contains(InetAddress) - Method in interface org.jboss.netty.handler.ipfilter.IpSet
Compares the given InetAddress against the IpSet and returns true if the InetAddress is contained in this Rule and false if not.
contains(String) - Method in class org.jboss.netty.handler.ipfilter.IpSubnet
Compares the given IP-Address against the Subnet and returns true if the ip is in the subnet-ip-range and false if not.
contains(InetAddress) - Method in class org.jboss.netty.handler.ipfilter.IpSubnet
Compares the given InetAddress against the Subnet and returns true if the ip is in the subnet-ip-range and false if not.
contains(String) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
Compares the given IP-Address against the Subnet and returns true if the ip is in the subnet-ip-range and false if not.
contains(InetAddress) - Method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
Compares the given InetAddress against the Subnet and returns true if the ip is in the subnet-ip-range and false if not.
containsAll(Collection<IpFilterRule>) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Returns true if this list contains all of the elements of the specified collection
containsHeader(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
containsHeader(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
containsHeader(String) - Method in interface org.jboss.netty.handler.codec.http2.HttpChunkTrailer
Returns true if and only if there is a trailing header with the specified header name.
containsHeader(String) - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Returns true if and only if there is a header with the specified header name.
CONTENT_BASE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Content-Base"
CONTENT_DISPOSITION - Static variable in class org.jboss.netty.handler.codec.http2.HttpPostBodyUtil
HTTP content disposition header name.
CONTENT_ENCODING - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Content-Encoding"
CONTENT_LANGUAGE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Content-Language"
CONTENT_LENGTH - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Content-Length"
CONTENT_LOCATION - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Content-Location"
CONTENT_MD5 - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Content-MD5"
CONTENT_RANGE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Content-Range"
CONTENT_TRANSFER_ENCODING - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Content-Transfer-Encoding"
CONTENT_TYPE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Content-Type"
CONTINUE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"100-continue"
CONTINUE - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
100 Continue
continues(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandler
Called in handleUpstream, if this channel was previously blocked, to check if whatever the event, it should be passed to the next entry in the pipeline.
continues(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
 
continues(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.ipfilter.OneIpFilterHandler
 
Cookie - Interface in org.jboss.netty.handler.codec.http2
An HTTP Cookie.
COOKIE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Cookie"
CookieDecoder - Class in org.jboss.netty.handler.codec.http2
Decodes an HTTP header value into Cookies.
CookieDecoder() - Constructor for class org.jboss.netty.handler.codec.http2.CookieDecoder
Creates a new decoder.
CookieDecoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http2.CookieDecoder
Creates a new decoder.
CookieEncoder - Class in org.jboss.netty.handler.codec.http2
Encodes Cookies into an HTTP header value.
CookieEncoder(boolean) - Constructor for class org.jboss.netty.handler.codec.http2.CookieEncoder
Creates a new encoder.
createAttribute(HttpRequest, String) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpDataFactory
 
createAttribute(HttpRequest, String, String) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpDataFactory
 
createAttribute(HttpRequest, String) - Method in interface org.jboss.netty.handler.codec.http2.HttpDataFactory
 
createAttribute(HttpRequest, String, String) - Method in interface org.jboss.netty.handler.codec.http2.HttpDataFactory
 
CREATED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
201 Created
createFileUpload(HttpRequest, String, String, String, String, Charset, long) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpDataFactory
 
createFileUpload(HttpRequest, String, String, String, String, Charset, long) - Method in interface org.jboss.netty.handler.codec.http2.HttpDataFactory
 
createMessage(String[]) - Method in class org.jboss.netty.handler.codec.http2.HttpMessageDecoder
 
createMessage(String[]) - Method in class org.jboss.netty.handler.codec.http2.HttpRequestDecoder
 
createMessage(String[]) - Method in class org.jboss.netty.handler.codec.http2.HttpResponseDecoder
 

D

DATE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Date"
decode(String) - Method in class org.jboss.netty.handler.codec.http2.CookieDecoder
Decodes the specified HTTP header value into Cookies.
decode(ChannelHandlerContext, Channel, ChannelBuffer, HttpMessageDecoder.State) - Method in class org.jboss.netty.handler.codec.http2.HttpMessageDecoder
 
decodeComponent(String) - Static method in class org.jboss.netty.handler.codec.http2.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
decodeComponent(String, Charset) - Static method in class org.jboss.netty.handler.codec.http2.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
DEFAULT_BINARY_CONTENT_TYPE - Static variable in class org.jboss.netty.handler.codec.http2.HttpPostBodyUtil
Default Content-Type in binary form
DEFAULT_CHECK_INTERVAL - Static variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Default delay between two checks: 1s
DEFAULT_TEXT_CONTENT_TYPE - Static variable in class org.jboss.netty.handler.codec.http2.HttpPostBodyUtil
Default Content-Type in Text form
DefaultCookie - Class in org.jboss.netty.handler.codec.http2
The default Cookie implementation.
DefaultCookie(String, String) - Constructor for class org.jboss.netty.handler.codec.http2.DefaultCookie
Creates a new cookie with the specified name and value.
DefaultHttpChunk - Class in org.jboss.netty.handler.codec.http2
The default HttpChunk implementation.
DefaultHttpChunk(ChannelBuffer) - Constructor for class org.jboss.netty.handler.codec.http2.DefaultHttpChunk
Creates a new instance with the specified chunk content.
DefaultHttpChunkTrailer - Class in org.jboss.netty.handler.codec.http2
The default HttpChunkTrailer implementation.
DefaultHttpChunkTrailer() - Constructor for class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
DefaultHttpDataFactory - Class in org.jboss.netty.handler.codec.http2
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.http2.DefaultHttpDataFactory
HttpData will be in memory if less than default size (16KB).
DefaultHttpDataFactory(boolean) - Constructor for class org.jboss.netty.handler.codec.http2.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.http2.DefaultHttpDataFactory
HttpData will be on Disk if the size of the file is greater than minSize, else it will be in memory.
DefaultHttpMessage - Class in org.jboss.netty.handler.codec.http2
The default HttpMessage implementation.
DefaultHttpMessage(HttpVersion) - Constructor for class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
Creates a new instance.
DefaultHttpRequest - Class in org.jboss.netty.handler.codec.http2
The default HttpRequest implementation.
DefaultHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class org.jboss.netty.handler.codec.http2.DefaultHttpRequest
Creates a new instance.
DefaultHttpResponse - Class in org.jboss.netty.handler.codec.http2
The default HttpResponse implementation.
DefaultHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class org.jboss.netty.handler.codec.http2.DefaultHttpResponse
Creates a new instance.
definedSize - Variable in class org.jboss.netty.handler.codec.http2.AbstractHttpData
 
DEFLATE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"deflate"
delete() - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
delete() - Method in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
delete() - Method in interface org.jboss.netty.handler.codec.http2.HttpData
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
DELETE - Static variable in class org.jboss.netty.handler.codec.http2.HttpMethod
The DELETE method requests that the origin server delete the resource identified by the Request-URI.
delete() - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
delete() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
deleteOnExit() - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
deleteOnExit() - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
deleteOnExit() - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
deleteOnExitTemporaryFile - Static variable in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
deleteOnExitTemporaryFile - Static variable in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
DiskAttribute - Class in org.jboss.netty.handler.codec.http2
Disk implementation of Attributes
DiskAttribute(String) - Constructor for class org.jboss.netty.handler.codec.http2.DiskAttribute
Constructor used for huge Attribute
DiskAttribute(String, String) - Constructor for class org.jboss.netty.handler.codec.http2.DiskAttribute
 
DiskFileUpload - Class in org.jboss.netty.handler.codec.http2
Disk FileUpload implementation that stores file into real files
DiskFileUpload(String, String, String, String, Charset, long) - Constructor for class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
doAccounting(TrafficCounter) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Called each time the accounting is computed from the TrafficCounters.

E

encode() - Method in class org.jboss.netty.handler.codec.http2.CookieEncoder
Encodes the Cookies which were added by CookieEncoder.addCookie(Cookie) so far into an HTTP header value.
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.netty.handler.codec.http2.HttpMessageEncoder
 
encodeInitialLine(ChannelBuffer, HttpMessage) - Method in class org.jboss.netty.handler.codec.http2.HttpMessageEncoder
 
encodeInitialLine(ChannelBuffer, HttpMessage) - Method in class org.jboss.netty.handler.codec.http2.HttpRequestEncoder
 
encodeInitialLine(ChannelBuffer, HttpMessage) - Method in class org.jboss.netty.handler.codec.http2.HttpResponseEncoder
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http2.HttpMethod
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http2.HttpVersion
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http2.MemoryAttribute
 
equals(Object) - Method in class org.jboss.netty.handler.codec.http2.MemoryFileUpload
 
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
 
ETAG - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"ETag"
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.http.upload.HttpRequestHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.netty.example.http.upload.HttpResponseHandler
 
EXPECT - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Expect"
EXPECTATION_FAILED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
417 Expectation Failed
EXPIRES - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Expires"

F

FAILED_DEPENDENCY - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
424 Failed Dependency (WebDAV, RFC4918)
file - Variable in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
FILE - Static variable in class org.jboss.netty.handler.codec.http2.HttpPostBodyUtil
Content-disposition value for file attachment.
FILENAME - Static variable in class org.jboss.netty.handler.codec.http2.HttpPostBodyUtil
 
FileUpload - Interface in org.jboss.netty.handler.codec.http2
FileUpload interface that could be in memory, on temporary file or any other implementations.
finalizeRequest() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
Finalize the request by preparing the Header in the request and returns the request ready to be sent.
FORBIDDEN - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
403 Forbidden
FORM_DATA - Static variable in class org.jboss.netty.handler.codec.http2.HttpPostBodyUtil
Content-disposition value for form data.
FOUND - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
302 Found
FROM - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"From"

G

GATEWAY_TIMEOUT - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
504 Gateway Timeout
get() - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
get() - Method in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
get() - Method in interface org.jboss.netty.handler.codec.http2.HttpData
Returns the contents of the file item as an array of bytes.
GET - Static variable in class org.jboss.netty.handler.codec.http2.HttpMethod
The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
get() - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
get() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
get(int) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Returns the element at the specified position in this list
getBaseAddress() - Method in class org.jboss.netty.handler.ipfilter.CIDR
 
getBaseDirectory() - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
getBaseDirectory() - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
getBaseDirectory() - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
getBodyHttpData(String) - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder
This method returns the first InterfaceHttpData with the given name from body.
getBodyHttpDatas() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder
This method returns a List of all HttpDatas from body.
getBodyHttpDatas(String) - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder
This method returns a List of all HttpDatas with the given name from body.
getBodyListAttributes() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
This method returns a List of all InterfaceHttpData from body part.
getChannelBuffer() - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
getChannelBuffer() - Method in class org.jboss.netty.handler.codec.http2.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.http2.HttpData
Returns the content of the file item as a ChannelBuffer
getChannelBuffer() - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
getChannelBuffer() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
getCharset() - Method in class org.jboss.netty.handler.codec.http2.AbstractHttpData
 
getCharset() - Method in interface org.jboss.netty.handler.codec.http2.HttpData
Returns the Charset passed by the browser or null if not defined.
getCharset() - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
getCharset() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
getCheckInterval() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getChunk(int) - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
getChunk(int) - Method in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
getChunk(int) - Method in interface org.jboss.netty.handler.codec.http2.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.http2.MixedAttribute
 
getChunk(int) - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
getCode() - Method in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
Returns the code of this status.
getComment() - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Returns the comment of this cookie.
getComment() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
getCommentUrl() - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Returns the comment URL of this cookie.
getCommentUrl() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
getContent() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunk
 
getContent() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
getContent() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
getContent() - Method in interface org.jboss.netty.handler.codec.http2.HttpChunk
Returns the content of this chunk.
getContent() - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Returns the content of this message.
getContentLength() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
Deprecated. 
getContentLength(long) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
Deprecated. 
getContentLength(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Returns the length of the content.
getContentLength(HttpMessage, long) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Returns the length of the content.
getContentLength() - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Deprecated. Use HttpHeaders.getContentLength(HttpMessage) instead.
getContentLength(long) - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Deprecated. Use HttpHeaders.getContentLength(HttpMessage, long) instead.
getContentTransferEncoding() - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
getContentTransferEncoding() - Method in interface org.jboss.netty.handler.codec.http2.FileUpload
Returns the Content-Transfer-Encoding
getContentTransferEncoding() - Method in class org.jboss.netty.handler.codec.http2.MemoryFileUpload
 
getContentTransferEncoding() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
getContentType() - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
getContentType() - Method in interface org.jboss.netty.handler.codec.http2.FileUpload
Returns the content type passed by the browser or null if not defined.
getContentType() - Method in class org.jboss.netty.handler.codec.http2.MemoryFileUpload
 
getContentType() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
getCumulativeReadBytes() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getCumulativeWrittenBytes() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getCurrentReadBytes() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getCurrentWrittenBytes() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getDiskFilename() - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
getDiskFilename() - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
getDiskFilename() - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
getDomain() - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Returns the domain of this cookie.
getDomain() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
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
 
getFile() - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
getFile() - Method in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
getFile() - Method in interface org.jboss.netty.handler.codec.http2.HttpData
 
getFile() - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
getFile() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
getFilename() - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
getFilename() - Method in interface org.jboss.netty.handler.codec.http2.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.http2.MemoryFileUpload
 
getFilename() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
getHeader(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
getHeader(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
getHeader(String) - Method in interface org.jboss.netty.handler.codec.http2.HttpChunkTrailer
Returns the trailing header value with the specified header name.
getHeader(HttpMessage, String) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Returns the header value with the specified header name.
getHeader(HttpMessage, String, String) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Returns the header value with the specified header name.
getHeader(String) - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Returns the header value with the specified header name.
getHeaderNames() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
getHeaderNames() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
getHeaderNames() - Method in interface org.jboss.netty.handler.codec.http2.HttpChunkTrailer
Returns the Set of all trailing header names that this trailer contains.
getHeaderNames() - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Returns the Set of all header names that this message contains.
getHeaders(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
getHeaders() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
getHeaders(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
getHeaders() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
getHeaders(String) - Method in interface org.jboss.netty.handler.codec.http2.HttpChunkTrailer
Returns the trailing header values with the specified header name.
getHeaders() - Method in interface org.jboss.netty.handler.codec.http2.HttpChunkTrailer
Returns the all header names and values that this trailer contains.
getHeaders(String) - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Returns the header values with the specified header name.
getHeaders() - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Returns the all header names and values that this message contains.
getHost(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Returns the value of the "Host" header.
getHost(HttpMessage, String) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Returns the value of the "Host" header.
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
getHttpDataType() - Method in interface org.jboss.netty.handler.codec.http2.InterfaceHttpData
 
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http2.MemoryAttribute
 
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http2.MemoryFileUpload
 
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
getHttpDataType() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
getIntHeader(HttpMessage, String) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Returns the integer header value with the specified header name.
getIntHeader(HttpMessage, String, int) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Returns the integer header value with the specified header name.
getIpV4FromIpV6(Inet6Address) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
Compute a byte representation of IpV4 from a IpV6
getIpV6FromIpV4(Inet4Address) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
Compute a byte representation of IpV6 from a IpV4
getLastCumulativeTime() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
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
 
getMajorVersion() - Method in class org.jboss.netty.handler.codec.http2.HttpVersion
Returns the name of the protocol such as 1 in "HTTP/1.0".
getMask() - Method in class org.jboss.netty.handler.ipfilter.CIDR
 
getMaxAge() - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Returns the max age of this cookie in seconds.
getMaxAge() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
getMethod() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpRequest
 
getMethod() - Method in interface org.jboss.netty.handler.codec.http2.HttpRequest
Returns the method of this request.
getMinorVersion() - Method in class org.jboss.netty.handler.codec.http2.HttpVersion
Returns the name of the protocol such as 0 in "HTTP/1.0".
getName() - Method in class org.jboss.netty.handler.codec.http2.AbstractHttpData
 
getName() - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Returns the name of this cookie.
getName() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
getName() - Method in class org.jboss.netty.handler.codec.http2.HttpMethod
Returns the name of this method.
getName() - Method in interface org.jboss.netty.handler.codec.http2.InterfaceHttpData
Returns the name of this InterfaceHttpData.
getName() - Method in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
getName() - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
getName() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
getName() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
 
getParameters() - Method in class org.jboss.netty.handler.codec.http2.QueryStringDecoder
Returns the decoded key-value parameter pairs of the URI.
getPath() - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Returns the path of this cookie.
getPath() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
getPath() - Method in class org.jboss.netty.handler.codec.http2.QueryStringDecoder
Returns the decoded path string of the URI.
getPipeline() - Method in class org.jboss.netty.example.http.upload.HttpClientPipelineFactory
 
getPipeline() - Method in class org.jboss.netty.example.http.upload.HttpServerPipelineFactory
 
getPorts() - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Returns the ports of this cookie.
getPorts() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
getPostfix() - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
getPostfix() - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
getPostfix() - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
getPrefix() - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
getPrefix() - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
getPrefix() - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
getProtocolName() - Method in class org.jboss.netty.handler.codec.http2.HttpVersion
Returns the name of the protocol such as "HTTP" in "HTTP/1.0".
getProtocolVersion() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
getProtocolVersion() - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Returns the protocol version of this message.
getReasonPhrase() - Method in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
Returns the reason phrase of this status.
getStatus() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpResponse
 
getStatus() - Method in interface org.jboss.netty.handler.codec.http2.HttpResponse
Returns the status of this response.
getString() - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
getString(Charset) - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
getString() - Method in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
getString(Charset) - Method in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
getString() - Method in interface org.jboss.netty.handler.codec.http2.HttpData
Returns the contents of the file item as a String, using the default character encoding.
getString(Charset) - Method in interface org.jboss.netty.handler.codec.http2.HttpData
Returns the contents of the file item as a String, using the specified charset.
getString() - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
getString(Charset) - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
getString() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
getString(Charset) - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
getTargetContentEncoding(String) - Method in class org.jboss.netty.handler.codec.http2.HttpContentCompressor
 
getTargetContentEncoding(String) - Method in class org.jboss.netty.handler.codec.http2.HttpContentDecoder
Returns the expected content encoding of the decoded content.
getTargetContentEncoding(String) - Method in class org.jboss.netty.handler.codec.http2.HttpContentEncoder
Returns the expected content encoding of the encoded content.
getText() - Method in class org.jboss.netty.handler.codec.http2.HttpVersion
Returns the full protocol version text such as "HTTP/1.0".
getTrafficCounter() - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
getUri() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpRequest
 
getUri() - Method in interface org.jboss.netty.handler.codec.http2.HttpRequest
Returns the URI (or path) of this request.
getValue() - Method in interface org.jboss.netty.handler.codec.http2.Attribute
Returns the value of this HttpData.
getValue() - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Returns the value of this cookie.
getValue() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
getValue() - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
getValue() - Method in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
getValue() - Method in class org.jboss.netty.handler.codec.http2.MemoryAttribute
 
getValue() - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
getVersion() - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Returns the version of this cookie.
getVersion() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
GlobalTrafficShapingHandler - Class in org.jboss.netty.handler.traffic
This implementation of the AbstractTrafficShapingHandler is for global traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels.
GlobalTrafficShapingHandler(Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(Timer, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(Timer) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(ObjectSizeEstimator, Timer, long) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GlobalTrafficShapingHandler(ObjectSizeEstimator, Timer) - Constructor for class org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
GONE - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
410 Gone
GZIP - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"gzip"

H

handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.http2.HttpClientCodec
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.http2.HttpServerCodec
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
handleRefusedChannel(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandler
Called when the channel has the CONNECTED status and the channel was refused by a previous call to accept().
handleRefusedChannel(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
 
handleRefusedChannel(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - Method in class org.jboss.netty.handler.ipfilter.OneIpFilterHandler
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.http2.HttpClientCodec
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.codec.http2.HttpServerCodec
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandler
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.jboss.netty.handler.ipfilter.OneIpFilterHandler
 
hashCode() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
hashCode() - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
hashCode() - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
hashCode() - Method in class org.jboss.netty.handler.codec.http2.HttpMethod
 
hashCode() - Method in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
 
hashCode() - Method in class org.jboss.netty.handler.codec.http2.HttpVersion
 
hashCode() - Method in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
hashCode() - Method in class org.jboss.netty.handler.codec.http2.MemoryAttribute
 
hashCode() - Method in class org.jboss.netty.handler.codec.http2.MemoryFileUpload
 
hasNext() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder
True if at current status, there is an available decoded InterfaceHttpData from the Body.
hasNextChunk() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
 
HEAD - Static variable in class org.jboss.netty.handler.codec.http2.HttpMethod
The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.
HOST - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Host"
HTTP_1_0 - Static variable in class org.jboss.netty.handler.codec.http2.HttpVersion
HTTP/1.0
HTTP_1_1 - Static variable in class org.jboss.netty.handler.codec.http2.HttpVersion
HTTP/1.1
HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
505 HTTP Version Not Supported
HttpChunk - Interface in org.jboss.netty.handler.codec.http2
An HTTP chunk which is used for HTTP chunked transfer-encoding.
HttpChunkAggregator - Class in org.jboss.netty.handler.codec.http2
A ChannelHandler that aggregates an HttpMessage and its following HttpChunks into a single HttpMessage with no following HttpChunks.
HttpChunkAggregator(int) - Constructor for class org.jboss.netty.handler.codec.http2.HttpChunkAggregator
Creates a new instance.
HttpChunkTrailer - Interface in org.jboss.netty.handler.codec.http2
The last HttpChunk which has trailing headers.
HttpClient - Class in org.jboss.netty.example.http.upload
 
HttpClient() - Constructor for class org.jboss.netty.example.http.upload.HttpClient
 
HttpClientCodec - Class in org.jboss.netty.handler.codec.http2
A combination of HttpRequestEncoder and HttpResponseDecoder which enables easier client side HTTP implementation.
HttpClientCodec() - Constructor for class org.jboss.netty.handler.codec.http2.HttpClientCodec
Creates a new instance with the default decoder options (maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192)).
HttpClientCodec(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http2.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, int, boolean) - Constructor for class org.jboss.netty.handler.codec.http2.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientPipelineFactory - Class in org.jboss.netty.example.http.upload
 
HttpClientPipelineFactory(boolean) - Constructor for class org.jboss.netty.example.http.upload.HttpClientPipelineFactory
 
HttpContentCompressor - Class in org.jboss.netty.handler.codec.http2
Compresses an HttpMessage and an HttpChunk in gzip or deflate encoding while respecting the "Accept-Encoding" header.
HttpContentCompressor() - Constructor for class org.jboss.netty.handler.codec.http2.HttpContentCompressor
Creates a new handler with the default compression level (6), default window size (15) and default memory level (8).
HttpContentCompressor(int) - Constructor for class org.jboss.netty.handler.codec.http2.HttpContentCompressor
Creates a new handler with the specified compression level, default window size (15) and default memory level (8).
HttpContentCompressor(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http2.HttpContentCompressor
Creates a new handler with the specified compression level, window size, and memory level..
HttpContentDecoder - Class in org.jboss.netty.handler.codec.http2
Decodes the content of the received HttpRequest and HttpChunk.
HttpContentDecoder() - Constructor for class org.jboss.netty.handler.codec.http2.HttpContentDecoder
Creates a new instance.
HttpContentDecompressor - Class in org.jboss.netty.handler.codec.http2
Decompresses an HttpMessage and an HttpChunk compressed in gzip or deflate encoding.
HttpContentDecompressor() - Constructor for class org.jboss.netty.handler.codec.http2.HttpContentDecompressor
 
HttpContentEncoder - Class in org.jboss.netty.handler.codec.http2
Encodes the content of the outbound HttpResponse and HttpChunk.
HttpContentEncoder() - Constructor for class org.jboss.netty.handler.codec.http2.HttpContentEncoder
Creates a new instance.
HttpData - Interface in org.jboss.netty.handler.codec.http2
Extended interface for InterfaceHttpData
HttpDataFactory - Interface in org.jboss.netty.handler.codec.http2
Interface to enable creation of InterfaceHttpData objects
HttpHeaders - Class in org.jboss.netty.handler.codec.http2
Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses an HttpMessage.
HttpHeaders.Names - Class in org.jboss.netty.handler.codec.http2
Standard HTTP header names.
HttpHeaders.Values - Class in org.jboss.netty.handler.codec.http2
Standard HTTP header values.
HttpMessage - Interface in org.jboss.netty.handler.codec.http2
An HTTP message which provides common properties for HttpRequest and HttpResponse.
HttpMessageDecoder - Class in org.jboss.netty.handler.codec.http2
Decodes ChannelBuffers into HttpMessages and HttpChunks.
HttpMessageDecoder() - Constructor for class org.jboss.netty.handler.codec.http2.HttpMessageDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192).
HttpMessageDecoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http2.HttpMessageDecoder
Creates a new instance with the specified parameters.
HttpMessageDecoder.State - Enum in org.jboss.netty.handler.codec.http2
The internal state of HttpMessageDecoder.
HttpMessageEncoder - Class in org.jboss.netty.handler.codec.http2
Encodes an HttpMessage or an HttpChunk into a ChannelBuffer.
HttpMessageEncoder() - Constructor for class org.jboss.netty.handler.codec.http2.HttpMessageEncoder
Creates a new instance.
HttpMethod - Class in org.jboss.netty.handler.codec.http2
The request method of HTTP or its derived protocols, such as RTSP and ICAP.
HttpMethod(String) - Constructor for class org.jboss.netty.handler.codec.http2.HttpMethod
Creates a new HTTP method with the specified name.
HttpPostBodyUtil - Class in org.jboss.netty.handler.codec.http2
Shared Static object between HttpMessageDecoder, HttpPostRequestDecoder and HttpPostRequestEncoder
HttpPostBodyUtil.TransferEncodingMechanism - Enum in org.jboss.netty.handler.codec.http2
Allowed mechanism for multipart mechanism := "7bit" / "8bit" / "binary" Not allowed: "quoted-printable" / "base64"
HttpPostRequestDecoder - Class in org.jboss.netty.handler.codec.http2
This decoder will decode Body and can handle POST BODY.
HttpPostRequestDecoder(HttpRequest) - Constructor for class org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder
 
HttpPostRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder
 
HttpPostRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder
 
HttpPostRequestDecoder.EndOfDataDecoderException - Exception in org.jboss.netty.handler.codec.http2
Exception when the body is fully decoded, even if there is still data
HttpPostRequestDecoder.EndOfDataDecoderException() - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.EndOfDataDecoderException
 
HttpPostRequestDecoder.ErrorDataDecoderException - Exception in org.jboss.netty.handler.codec.http2
Exception when an error occurs while decoding
HttpPostRequestDecoder.ErrorDataDecoderException() - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.ErrorDataDecoderException
 
HttpPostRequestDecoder.ErrorDataDecoderException(String) - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.ErrorDataDecoderException
 
HttpPostRequestDecoder.ErrorDataDecoderException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.ErrorDataDecoderException
 
HttpPostRequestDecoder.ErrorDataDecoderException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.ErrorDataDecoderException
 
HttpPostRequestDecoder.IncompatibleDataDecoderException - Exception in org.jboss.netty.handler.codec.http2
Exception when an unappropriated method was called on a request
HttpPostRequestDecoder.IncompatibleDataDecoderException() - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.IncompatibleDataDecoderException
 
HttpPostRequestDecoder.IncompatibleDataDecoderException(String) - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.IncompatibleDataDecoderException
 
HttpPostRequestDecoder.IncompatibleDataDecoderException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.IncompatibleDataDecoderException
 
HttpPostRequestDecoder.IncompatibleDataDecoderException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.IncompatibleDataDecoderException
 
HttpPostRequestDecoder.NotEnoughDataDecoderException - Exception in org.jboss.netty.handler.codec.http2
Exception when try reading data from request in chunked format, and not enough data are available (need more chunks)
HttpPostRequestDecoder.NotEnoughDataDecoderException() - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
HttpPostRequestDecoder.NotEnoughDataDecoderException(String) - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
HttpPostRequestDecoder.NotEnoughDataDecoderException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
HttpPostRequestDecoder.NotEnoughDataDecoderException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
HttpPostRequestEncoder - Class in org.jboss.netty.handler.codec.http2
This encoder will help to encode Request for a FORM as POST.
HttpPostRequestEncoder(HttpRequest, boolean) - Constructor for class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
 
HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean) - Constructor for class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
 
HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean, Charset) - Constructor for class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
 
HttpPostRequestEncoder.ErrorDataEncoderException - Exception in org.jboss.netty.handler.codec.http2
Exception when an error occurs while encoding
HttpPostRequestEncoder.ErrorDataEncoderException() - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder.ErrorDataEncoderException
 
HttpPostRequestEncoder.ErrorDataEncoderException(String) - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder.ErrorDataEncoderException
 
HttpPostRequestEncoder.ErrorDataEncoderException(Throwable) - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder.ErrorDataEncoderException
 
HttpPostRequestEncoder.ErrorDataEncoderException(String, Throwable) - Constructor for exception org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder.ErrorDataEncoderException
 
HttpRequest - Interface in org.jboss.netty.handler.codec.http2
An HTTP request.
HttpRequestDecoder - Class in org.jboss.netty.handler.codec.http2
Decodes ChannelBuffers into HttpRequests and HttpChunks.
HttpRequestDecoder() - Constructor for class org.jboss.netty.handler.codec.http2.HttpRequestDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192).
HttpRequestDecoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http2.HttpRequestDecoder
Creates a new instance with the specified parameters.
HttpRequestEncoder - Class in org.jboss.netty.handler.codec.http2
Encodes an HttpRequest or an HttpChunk into a ChannelBuffer.
HttpRequestEncoder() - Constructor for class org.jboss.netty.handler.codec.http2.HttpRequestEncoder
Creates a new instance.
HttpRequestHandler - Class in org.jboss.netty.example.http.upload
 
HttpRequestHandler() - Constructor for class org.jboss.netty.example.http.upload.HttpRequestHandler
 
HttpResponse - Interface in org.jboss.netty.handler.codec.http2
An HTTP response.
HttpResponseDecoder - Class in org.jboss.netty.handler.codec.http2
Decodes ChannelBuffers into HttpResponses and HttpChunks.
HttpResponseDecoder() - Constructor for class org.jboss.netty.handler.codec.http2.HttpResponseDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192).
HttpResponseDecoder(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http2.HttpResponseDecoder
Creates a new instance with the specified parameters.
HttpResponseEncoder - Class in org.jboss.netty.handler.codec.http2
Encodes an HttpResponse or an HttpChunk into a ChannelBuffer.
HttpResponseEncoder() - Constructor for class org.jboss.netty.handler.codec.http2.HttpResponseEncoder
Creates a new instance.
HttpResponseHandler - Class in org.jboss.netty.example.http.upload
 
HttpResponseHandler() - Constructor for class org.jboss.netty.example.http.upload.HttpResponseHandler
 
HttpResponseStatus - Class in org.jboss.netty.handler.codec.http2
The response code and its description of HTTP or its derived protocols, such as RTSP and ICAP.
HttpResponseStatus(int, String) - Constructor for class org.jboss.netty.handler.codec.http2.HttpResponseStatus
Creates a new instance with the specified code and its reasonPhrase.
HttpServer - Class in org.jboss.netty.example.http.upload
 
HttpServer() - Constructor for class org.jboss.netty.example.http.upload.HttpServer
 
HttpServerCodec - Class in org.jboss.netty.handler.codec.http2
A combination of HttpRequestDecoder and HttpResponseEncoder which enables easier server side HTTP implementation.
HttpServerCodec() - Constructor for class org.jboss.netty.handler.codec.http2.HttpServerCodec
Creates a new instance with the default decoder options (maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192)).
HttpServerCodec(int, int, int) - Constructor for class org.jboss.netty.handler.codec.http2.HttpServerCodec
Creates a new instance with the specified decoder options.
HttpServerPipelineFactory - Class in org.jboss.netty.example.http.upload
 
HttpServerPipelineFactory() - Constructor for class org.jboss.netty.example.http.upload.HttpServerPipelineFactory
 
HttpVersion - Class in org.jboss.netty.handler.codec.http2
The version of HTTP or its derived protocols, such as RTSP and ICAP.
HttpVersion(String) - Constructor for class org.jboss.netty.handler.codec.http2.HttpVersion
Deprecated. Use HttpVersion.HttpVersion(String, boolean) instead.
HttpVersion(String, boolean) - Constructor for class org.jboss.netty.handler.codec.http2.HttpVersion
Creates a new HTTP version with the specified version string.
HttpVersion(String, int, int) - Constructor for class org.jboss.netty.handler.codec.http2.HttpVersion
Deprecated. Use HttpVersion.HttpVersion(String, int, int, boolean) instead.
HttpVersion(String, int, int, boolean) - Constructor for class org.jboss.netty.handler.codec.http2.HttpVersion
Creates a new HTTP version with the specified protocol name and version numbers.

I

IDENTITY - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"identity"
IF_MATCH - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"If-Match"
IF_MODIFIED_SINCE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"If-Modified-Since"
IF_NONE_MATCH - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"If-None-Match"
IF_RANGE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"If-Range"
IF_UNMODIFIED_SINCE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"If-Unmodified-Since"
INSUFFICIENT_STORAGE - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
507 Insufficient Storage (WebDAV, RFC4918)
InterfaceHttpData - Interface in org.jboss.netty.handler.codec.http2
Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
InterfaceHttpData.HttpDataType - Enum in org.jboss.netty.handler.codec.http2
 
INTERNAL_SERVER_ERROR - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
500 Internal Server Error
InternalAttribute - Class in org.jboss.netty.handler.codec.http2
This Attribute is only for Encoder use to insert special command between object if needed (like Multipart Mixed mode)
InternalAttribute() - Constructor for class org.jboss.netty.handler.codec.http2.InternalAttribute
 
IpFilteringHandler - Class in org.jboss.netty.handler.ipfilter
General class that handle Ip Filtering
IpFilteringHandler() - Constructor for class org.jboss.netty.handler.ipfilter.IpFilteringHandler
 
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 netmask (standard notations or CIDR notations).
IpFilterRuleHandler(List<IpFilterRule>) - Constructor for class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Constructor from a new list of IpFilterRule
IpFilterRuleHandler() - Constructor for class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Empty constructor (no IpFilterRule in the List at construction).
IpSet - Interface in org.jboss.netty.handler.ipfilter
This Interface defines an IpSet object.
IpSubnet - Class in org.jboss.netty.handler.ipfilter
This class allows to check if an IP V4 or V6 Address is contained in a subnet.
IpSubnet() - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnet
Create IpSubnet for ALL (used for ALLOW or DENY ALL)
IpSubnet(String) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnet
Create IpSubnet using the CIDR or normal Notation
i.e.
IpSubnet(InetAddress, int) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnet
Create IpSubnet using the CIDR Notation
IpSubnet(InetAddress, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnet
Create IpSubnet using the normal Notation
IpSubnetFilterRule - Class in org.jboss.netty.handler.ipfilter
Ip V4 and Ip V6 filter rule.
IpSubnetFilterRule(boolean) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
Constructor for a ALLOW or DENY ALL
IpSubnetFilterRule(boolean, InetAddress, int) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
IpSubnetFilterRule(boolean, InetAddress, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
IpSubnetFilterRule(boolean, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
IpV4Subnet - Class in org.jboss.netty.handler.ipfilter
This class allows to check if an IP-V4-Address is contained in a subnet.
IpV4Subnet() - Constructor for class org.jboss.netty.handler.ipfilter.IpV4Subnet
Create IpV4Subnet for ALL (used for ALLOW or DENY ALL)
IpV4Subnet(String) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4Subnet
Create IpV4Subnet using the CIDR or normal Notation
i.e.: IpV4Subnet subnet = new IpV4Subnet("10.10.10.0/24"); or IpV4Subnet subnet = new IpV4Subnet("10.10.10.0/255.255.255.0");
IpV4Subnet(InetAddress, int) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4Subnet
Create IpV4Subnet using the CIDR Notation
IpV4Subnet(InetAddress, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4Subnet
Create IpV4Subnet using the normal Notation
IpV4SubnetFilterRule - Class in org.jboss.netty.handler.ipfilter
IpV4 only Filter Rule
IpV4SubnetFilterRule(boolean) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
Constructor for a ALLOW or DENY ALL
IpV4SubnetFilterRule(boolean, InetAddress, int) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
IpV4SubnetFilterRule(boolean, InetAddress, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
IpV4SubnetFilterRule(boolean, String) - Constructor for class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
is100ContinueExpected(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Returns true if and only if the specified message contains the "Expect: 100-continue" header.
isAllowRule() - Method in interface org.jboss.netty.handler.ipfilter.IpFilterRule
 
isAllowRule() - Method in class org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
isAllowRule() - Method in class org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
isBlocked(ChannelHandlerContext) - Method in class org.jboss.netty.handler.ipfilter.IpFilteringHandler
Internal method to test if the current channel is blocked.
isChunked() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
isChunked() - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Returns true if and only if this message does not have any content but the HttpChunks, which is generated by HttpMessageDecoder consecutively, contain the actual content.
isChunked() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
 
isCompleted() - Method in class org.jboss.netty.handler.codec.http2.AbstractHttpData
 
isCompleted() - Method in interface org.jboss.netty.handler.codec.http2.HttpData
 
isCompleted() - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
isCompleted() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
isContentAlwaysEmpty(HttpMessage) - Method in class org.jboss.netty.handler.codec.http2.HttpMessageDecoder
 
isDecodingRequest() - Method in class org.jboss.netty.handler.codec.http2.HttpMessageDecoder
 
isDecodingRequest() - Method in class org.jboss.netty.handler.codec.http2.HttpRequestDecoder
 
isDecodingRequest() - Method in class org.jboss.netty.handler.codec.http2.HttpResponseDecoder
 
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
 
isDiscard() - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Returns the discard flag of this cookie.
isDiscard() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
isEmpty() - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Returns true if this list contains no elements
isEndOfInput() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
 
isHttpOnly() - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Returns if this cookie cannot be accessed through client side script.
isHttpOnly() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
isInMemory() - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
isInMemory() - Method in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
isInMemory() - Method in interface org.jboss.netty.handler.codec.http2.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.http2.MixedAttribute
 
isInMemory() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
isKeepAlive() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
Deprecated. 
isKeepAlive(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Returns true if and only if the connection can remain open and thus 'kept alive'.
isKeepAlive() - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Deprecated. Use HttpHeaders.isKeepAlive(HttpMessage) instead.
isKeepAliveDefault() - Method in class org.jboss.netty.handler.codec.http2.HttpVersion
Returns true if and only if the connection is kept alive unless the "Connection" header is set to "close" explicitly.
isLast() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunk
 
isLast() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
isLast() - Method in interface org.jboss.netty.handler.codec.http2.HttpChunk
Returns true if and only if this chunk is the 'end of content' marker.
isLast() - Method in interface org.jboss.netty.handler.codec.http2.HttpChunkTrailer
Always returns true.
isMultipart() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder
True if this request is a Multipart request
isMultipart() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
True if this request is a Multipart request
ISO_8859_1 - Static variable in class org.jboss.netty.handler.codec.http2.HttpPostBodyUtil
Charset for 8BIT
isRenamed - Variable in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
isSecure() - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Returns the secure flag of this cookie.
isSecure() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 

K

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

L

LAST_CHUNK - Static variable in interface org.jboss.netty.handler.codec.http2.HttpChunk
The 'end of content' marker in chunked encoding.
LAST_MODIFIED - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Last-Modified"
length() - Method in class org.jboss.netty.handler.codec.http2.AbstractHttpData
 
length() - Method in interface org.jboss.netty.handler.codec.http2.HttpData
Returns the size in byte of the InterfaceHttpData
length() - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
length() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
LENGTH_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
411 Length Required
LOCATION - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Location"
LOCKED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
423 Locked (WebDAV, RFC4918)

M

main(String[]) - Static method in class org.jboss.netty.example.http.upload.HttpClient
 
main(String[]) - Static method in class org.jboss.netty.example.http.upload.HttpServer
 
main(String[]) - Static method in class org.jboss.netty.handler.ipfilter.IpSubnet
Simple test functions
main(String[]) - Static method in class org.jboss.netty.handler.ipfilter.IpV4Subnet
Simple test functions
MAX_AGE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"max-age"
MAX_FORWARDS - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Max-Forwards"
MAX_STALE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"max-stale"
MemoryAttribute - Class in org.jboss.netty.handler.codec.http2
Memory implementation of Attributes
MemoryAttribute(String) - Constructor for class org.jboss.netty.handler.codec.http2.MemoryAttribute
 
MemoryAttribute(String, String) - Constructor for class org.jboss.netty.handler.codec.http2.MemoryAttribute
 
MemoryFileUpload - Class in org.jboss.netty.handler.codec.http2
Default FileUpload implementation that stores file into memory.
MemoryFileUpload(String, String, String, String, Charset, long) - Constructor for class org.jboss.netty.handler.codec.http2.MemoryFileUpload
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.http.upload.HttpRequestHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.example.http.upload.HttpResponseHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.http2.HttpChunkAggregator
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.http2.HttpContentDecoder
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.http2.HttpContentEncoder
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
METHOD_NOT_ALLOWED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
405 Method Not Allowed
MIN_FRESH - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"min-fresh"
MINSIZE - Static variable in class org.jboss.netty.handler.codec.http2.DefaultHttpDataFactory
Proposed default MINSIZE as 16 KB.
MixedAttribute - Class in org.jboss.netty.handler.codec.http2
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.http2.MixedAttribute
 
MixedAttribute(String, String, long) - Constructor for class org.jboss.netty.handler.codec.http2.MixedAttribute
 
MixedFileUpload - Class in org.jboss.netty.handler.codec.http2
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.http2.MixedFileUpload
 
MOVED_PERMANENTLY - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
301 Moved Permanently
MULTI_STATUS - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
207 Multi-Status (WebDAV, RFC2518)
MULTIPART_MIXED - Static variable in class org.jboss.netty.handler.codec.http2.HttpPostBodyUtil
HTTP content type body attribute for multiple uploads.
MULTIPLE_CHOICES - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
300 Multiple Choices
MUST_REVALIDATE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"must-revalidate"

N

name - Variable in class org.jboss.netty.handler.codec.http2.AbstractHttpData
 
NAME - Static variable in class org.jboss.netty.handler.codec.http2.HttpPostBodyUtil
 
newCIDR(InetAddress, int) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
Create CIDR using the CIDR Notation
newCIDR(InetAddress, String) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
Create CIDR using the normal Notation
newCIDR(String) - Static method in class org.jboss.netty.handler.ipfilter.CIDR
Create CIDR using the CIDR or normal Notation
i.e.: CIDR subnet = newCIDR ("10.10.10.0/24"); or CIDR subnet = newCIDR ("1fff:0:0a88:85a3:0:0:ac1f:8001/24"); or CIDR subnet = newCIDR ("10.10.10.0/255.255.255.0");
newContentDecoder(String) - Method in class org.jboss.netty.handler.codec.http2.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.http2.HttpContentDecompressor
 
newContentEncoder(String) - Method in class org.jboss.netty.handler.codec.http2.HttpContentCompressor
 
newContentEncoder(String) - Method in class org.jboss.netty.handler.codec.http2.HttpContentEncoder
Returns a new EncoderEmbedder that encodes the HTTP message content.
next() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.
nextChunk() - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
Returns the next available HttpChunk.
NO_CACHE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"no-cache"
NO_CONTENT - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
204 No Content
NO_STORE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"no-store"
NO_TRANSFORM - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"no-transform"
NON_AUTHORITATIVE_INFORMATION - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
203 Non-Authoritative Information (since HTTP/1.1)
NONE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"none"
NOT_ACCEPTABLE - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
406 Not Acceptable
NOT_EXTENDED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
510 Not Extended (RFC2774)
NOT_FOUND - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
404 Not Found
NOT_IMPLEMENTED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
501 Not Implemented
NOT_MODIFIED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
304 Not Modified

O

offer(HttpChunk) - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder
Initialized the internals from a new chunk
OK - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
200 OK
OneIpFilterHandler - Class in org.jboss.netty.handler.ipfilter
Handler that block any new connection if there are already a currently active channel connected with the same InetAddress (IP).
OneIpFilterHandler() - Constructor for class org.jboss.netty.handler.ipfilter.OneIpFilterHandler
 
ONLY_IF_CACHED - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"only-if-cached"
OPTIONS - Static variable in class org.jboss.netty.handler.codec.http2.HttpMethod
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
org.jboss.netty.example.http.upload - package org.jboss.netty.example.http.upload
 
org.jboss.netty.handler.codec.http2 - package org.jboss.netty.handler.codec.http2
Encoder, decoder and their related message types for HTTP.
org.jboss.netty.handler.ipfilter - package org.jboss.netty.handler.ipfilter
Implementation of a Ip based Filter handlers.
org.jboss.netty.handler.traffic - package org.jboss.netty.handler.traffic
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
ORIGIN - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Origin"

P

PARTIAL_CONTENT - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
206 Partial Content
PATCH - Static variable in class org.jboss.netty.handler.codec.http2.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.
PAYMENT_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
402 Payment Required
POST - Static variable in class org.jboss.netty.handler.codec.http2.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.http2.DiskAttribute
 
postfix - Static variable in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
PRAGMA - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Pragma"
PRECONDITION_FAILED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
412 Precondition Failed
prefix - Static variable in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
prefix - Static variable in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
PRIVATE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"private"
PROCESSING - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
102 Processing (WebDAV, RFC2518)
PROXY_AUTHENTICATE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Proxy-Authenticate"
PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
407 Proxy Authentication Required
PROXY_AUTHORIZATION - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Proxy-Authorization"
PROXY_REVALIDATE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"proxy-revalidate"
PUBLIC - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"public"
PUT - Static variable in class org.jboss.netty.handler.codec.http2.HttpMethod
The PUT method requests that the enclosed entity be stored under the supplied Request-URI.

Q

QueryStringDecoder - Class in org.jboss.netty.handler.codec.http2
Splits an HTTP query string into a path string and key-value parameter pairs.
QueryStringDecoder(String) - Constructor for class org.jboss.netty.handler.codec.http2.QueryStringDecoder
Creates a new decoder that decodes the specified URI.
QueryStringDecoder(String, boolean) - Constructor for class org.jboss.netty.handler.codec.http2.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.http2.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.http2.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.http2.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(String, String) - Constructor for class org.jboss.netty.handler.codec.http2.QueryStringDecoder
Deprecated. Use QueryStringDecoder.QueryStringDecoder(String, Charset) instead.
QueryStringDecoder(URI) - Constructor for class org.jboss.netty.handler.codec.http2.QueryStringDecoder
Creates a new decoder that decodes the specified URI.
QueryStringDecoder(URI, Charset) - Constructor for class org.jboss.netty.handler.codec.http2.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.http2.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(URI, String) - Constructor for class org.jboss.netty.handler.codec.http2.QueryStringDecoder
Deprecated. Use QueryStringDecoder.QueryStringDecoder(URI, Charset) instead.
QueryStringEncoder - Class in org.jboss.netty.handler.codec.http2
Creates an URL-encoded URI from a path string and key-value parameter pairs.
QueryStringEncoder(String) - Constructor for class org.jboss.netty.handler.codec.http2.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.http2.QueryStringEncoder
Creates a new encoder that encodes a URI that starts with the specified path string in the specified charset.
QueryStringEncoder(String, String) - Constructor for class org.jboss.netty.handler.codec.http2.QueryStringEncoder
Deprecated. Use QueryStringEncoder.QueryStringEncoder(String, Charset) instead.
QUOTED_PRINTABLE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"quoted-printable"

R

RANGE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Range"
REFERER - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Referer"
releaseExternalResources() - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
remove(IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Remove the ipFilterRule from the list
remove(int) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Removes the element at the specified position in this list
removeAll(Collection<IpFilterRule>) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Removes from this list all of its elements that are contained in the specified collection
removeHeader(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
removeHeader(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
removeHeader(String) - Method in interface org.jboss.netty.handler.codec.http2.HttpChunkTrailer
Removes the trailing header with the specified name.
removeHeader(String) - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Removes the header with the specified name.
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpDataFactory
 
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in interface org.jboss.netty.handler.codec.http2.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.http2.HttpPostRequestDecoder
Remove the given FileUpload from the list of FileUploads to clean
renameTo(File) - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
renameTo(File) - Method in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
renameTo(File) - Method in interface org.jboss.netty.handler.codec.http2.HttpData
A convenience method to write an uploaded item to disk.
renameTo(File) - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
renameTo(File) - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
REQUEST_ENTITY_TOO_LARGE - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
413 Request Entity Too Large
REQUEST_TIMEOUT - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
408 Request Timeout
REQUEST_URI_TOO_LONG - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
414 Request-URI Too Long
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
416 Requested Range Not Satisfiable
RESET_CONTENT - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
205 Reset Content
resetCumulativeTime() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
Reset both read and written cumulative bytes counters and the associated time.
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
RETRY_AFTER - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Retry-After"

S

S_MAXAGE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"s-maxage"
SEC_WEBSOCKET_ACCEPT - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Sec-WebSocket-Accept"
SEC_WEBSOCKET_KEY - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Sec-WebSocket-Key"
SEC_WEBSOCKET_KEY1 - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Sec-WebSocket-Key1"
SEC_WEBSOCKET_KEY2 - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Sec-WebSocket-Key2"
SEC_WEBSOCKET_LOCATION - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Sec-WebSocket-Location"
SEC_WEBSOCKET_ORIGIN - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Sec-WebSocket-Origin"
SEC_WEBSOCKET_PROTOCOL - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Sec-WebSocket-Protocol"
SEC_WEBSOCKET_VERSION - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Sec-WebSocket-Version"
SEE_OTHER - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
303 See Other (since HTTP/1.1)
SERVER - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Server"
SERVICE_UNAVAILABLE - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
503 Service Unavailable
set(int, IpFilterRule) - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Replaces the element at the specified position in this list with the specified element
set100ContinueExpected(HttpMessage) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Sets the "Expect: 100-continue" header to the specified message.
set100ContinueExpected(HttpMessage, boolean) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Sets or removes the "Expect: 100-continue" header to / from the specified message.
SET_COOKIE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Set-Cookie"
SET_COOKIE2 - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Set-Cookie2"
setBodyHttpDatas(List<InterfaceHttpData>) - Method in class org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder
Set the Body HttpDatas list
setCharset(Charset) - Method in class org.jboss.netty.handler.codec.http2.AbstractHttpData
 
setCharset(Charset) - Method in interface org.jboss.netty.handler.codec.http2.HttpData
Set the Charset passed by the browser if defined
setCharset(Charset) - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
setCharset(Charset) - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
setChunked(boolean) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
setChunked(boolean) - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Sets if this message does not have any content but the HttpChunks, which is generated by HttpMessageDecoder consecutively, contain the actual content.
setComment(String) - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Sets the comment of this cookie.
setComment(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
setCommentUrl(String) - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Sets the comment URL of this cookie.
setCommentUrl(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
setContent(File) - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
setContent(InputStream) - Method in class org.jboss.netty.handler.codec.http2.AbstractDiskHttpData
 
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
setContent(InputStream) - Method in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
setContent(File) - Method in class org.jboss.netty.handler.codec.http2.AbstractMemoryHttpData
 
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunk
 
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
setContent(ChannelBuffer) - Method in interface org.jboss.netty.handler.codec.http2.HttpChunk
Sets the content of this chunk.
setContent(ChannelBuffer) - Method in interface org.jboss.netty.handler.codec.http2.HttpData
Set the content from the ChannelBuffer (erase any previous data)
setContent(File) - Method in interface org.jboss.netty.handler.codec.http2.HttpData
Set the content from the file (erase any previous data)
setContent(InputStream) - Method in interface org.jboss.netty.handler.codec.http2.HttpData
Set the content from the inputStream (erase any previous data)
setContent(ChannelBuffer) - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Sets the content of this message.
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
setContent(File) - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
setContent(InputStream) - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
setContent(ChannelBuffer) - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
setContent(File) - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
setContent(InputStream) - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
setContentLength(HttpMessage, long) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Sets the "Content-Length" header.
setContentTransferEncoding(String) - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
setContentTransferEncoding(String) - Method in interface org.jboss.netty.handler.codec.http2.FileUpload
Set the Content-Transfer-Encoding type from String as 7bit, 8bit or binary
setContentTransferEncoding(String) - Method in class org.jboss.netty.handler.codec.http2.MemoryFileUpload
 
setContentTransferEncoding(String) - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
setContentType(String) - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
setContentType(String) - Method in interface org.jboss.netty.handler.codec.http2.FileUpload
Set the Content Type passed by the browser if defined
setContentType(String) - Method in class org.jboss.netty.handler.codec.http2.MemoryFileUpload
 
setContentType(String) - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
setDiscard(boolean) - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Sets the discard flag of this cookie.
setDiscard(boolean) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
setDomain(String) - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Sets the domain of this cookie.
setDomain(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
setFilename(String) - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
setFilename(String) - Method in interface org.jboss.netty.handler.codec.http2.FileUpload
Set the original filename
setFilename(String) - Method in class org.jboss.netty.handler.codec.http2.MemoryFileUpload
 
setFilename(String) - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
setHeader(String, Object) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
setHeader(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpChunkTrailer
 
setHeader(String, Object) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
setHeader(String, Iterable<?>) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
setHeader(String, Object) - Method in interface org.jboss.netty.handler.codec.http2.HttpChunkTrailer
Sets a new trailing header with the specified name and value.
setHeader(String, Iterable<?>) - Method in interface org.jboss.netty.handler.codec.http2.HttpChunkTrailer
Sets a new trailing header with the specified name and values.
setHeader(HttpMessage, String, Object) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Sets a new header with the specified name and value.
setHeader(HttpMessage, String, Iterable<?>) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Sets a new header with the specified name and values.
setHeader(String, Object) - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Sets a new header with the specified name and value.
setHeader(String, Iterable<?>) - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Sets a new header with the specified name and values.
setHost(HttpMessage, String) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Sets the "Host" header.
setHttpOnly(boolean) - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Sets if this cookie cannot be accessed through client side script.
setHttpOnly(boolean) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
setIntHeader(HttpMessage, String, int) - Static method in class org.jboss.netty.handler.codec.http2.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.http2.HttpHeaders
Sets a new integer header with the specified name and values.
setKeepAlive(HttpMessage, boolean) - Static method in class org.jboss.netty.handler.codec.http2.HttpHeaders
Sets the value of the "Connection" header depending on the protocol version of the specified message.
setMaxAge(int) - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Sets the max age of this cookie in seconds.
setMaxAge(int) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
setMethod(HttpMethod) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpRequest
 
setMethod(HttpMethod) - Method in interface org.jboss.netty.handler.codec.http2.HttpRequest
Sets the method of this request.
setPath(String) - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Sets the path of this cookie.
setPath(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
setPorts(int...) - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Sets the ports of this cookie.
setPorts(Iterable<Integer>) - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Sets the ports of this cookie.
setPorts(int...) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
setPorts(Iterable<Integer>) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
setProtocolVersion(HttpVersion) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
setProtocolVersion(HttpVersion) - Method in interface org.jboss.netty.handler.codec.http2.HttpMessage
Sets the protocol version of this message.
setSecure(boolean) - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Sets the secure flag of this cookie.
setSecure(boolean) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
setStatus(HttpResponseStatus) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpResponse
 
setStatus(HttpResponseStatus) - Method in interface org.jboss.netty.handler.codec.http2.HttpResponse
Sets the status of this response.
setUri(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpRequest
 
setUri(String) - Method in interface org.jboss.netty.handler.codec.http2.HttpRequest
Sets the URI (or path) of this request.
setValue(String) - Method in interface org.jboss.netty.handler.codec.http2.Attribute
Sets the value of this HttpData.
setValue(String) - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Sets the value of this cookie.
setValue(String) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
setValue(String) - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
setValue(String, int) - Method in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
setValue(String) - Method in class org.jboss.netty.handler.codec.http2.MemoryAttribute
 
setValue(String) - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
setVersion(int) - Method in interface org.jboss.netty.handler.codec.http2.Cookie
Sets the version of this cookie.
setVersion(int) - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
size - Variable in class org.jboss.netty.handler.codec.http2.AbstractHttpData
 
size() - Method in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
size() - Method in class org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Returns the number of elements in this list.
start() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
Start the monitoring process
stop() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
Stop the monitoring process
SWITCHING_PROTOCOLS - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
101 Switching Protocols

T

TE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"TE"
TEMPORARY_REDIRECT - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
307 Temporary Redirect (since HTTP/1.1)
timer - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Timer to associated to any TrafficCounter
toString() - Method in class org.jboss.netty.handler.codec.http2.DefaultCookie
 
toString() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpMessage
 
toString() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpRequest
 
toString() - Method in class org.jboss.netty.handler.codec.http2.DefaultHttpResponse
 
toString() - Method in class org.jboss.netty.handler.codec.http2.DiskAttribute
 
toString() - Method in class org.jboss.netty.handler.codec.http2.DiskFileUpload
 
toString() - Method in class org.jboss.netty.handler.codec.http2.HttpMethod
 
toString() - Method in enum org.jboss.netty.handler.codec.http2.HttpPostBodyUtil.TransferEncodingMechanism
 
toString() - Method in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
 
toString() - Method in class org.jboss.netty.handler.codec.http2.HttpVersion
Returns the full protocol version text such as "HTTP/1.0".
toString() - Method in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
toString() - Method in class org.jboss.netty.handler.codec.http2.MemoryAttribute
 
toString() - Method in class org.jboss.netty.handler.codec.http2.MemoryFileUpload
 
toString() - Method in class org.jboss.netty.handler.codec.http2.MixedAttribute
 
toString() - Method in class org.jboss.netty.handler.codec.http2.MixedFileUpload
 
toString() - Method in class org.jboss.netty.handler.codec.http2.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.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.traffic.AbstractTrafficShapingHandler
 
toString() - Method in class org.jboss.netty.handler.traffic.TrafficCounter
String information
toUri() - Method in class org.jboss.netty.handler.codec.http2.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.http2.HttpMethod
The TRACE method is used to invoke a remote, application-layer loop- back of the request message.
trafficCounter - Variable in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Traffic Counter
TrafficCounter - Class in org.jboss.netty.handler.traffic
TrafficCounter is associated with AbstractTrafficShapingHandler.
TrafficCounter(AbstractTrafficShapingHandler, Timer, String, long) - Constructor for class org.jboss.netty.handler.traffic.TrafficCounter
Constructor with the AbstractTrafficShapingHandler that hosts it, the Timer to use, its name, the checkInterval between two computations in millisecond
TRAILER - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Trailer"
TRAILERS - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"trailers"
TRANSFER_ENCODING - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Transfer-Encoding"

U

UNAUTHORIZED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
401 Unauthorized
UNORDERED_COLLECTION - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
425 Unordered Collection (WebDAV, RFC3648)
UNPROCESSABLE_ENTITY - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
422 Unprocessable Entity (WebDAV, RFC4918)
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
415 Unsupported Media Type
UPGRADE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Upgrade"
UPGRADE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"Upgrade"
UPGRADE_REQUIRED - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
426 Upgrade Required (RFC2817)
US_ASCII - Static variable in class org.jboss.netty.handler.codec.http2.HttpPostBodyUtil
Charset for 7BIT
USE_PROXY - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
305 Use Proxy (since HTTP/1.1)
USER_AGENT - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"User-Agent"

V

value - Variable in enum org.jboss.netty.handler.codec.http2.HttpPostBodyUtil.TransferEncodingMechanism
 
value - Variable in class org.jboss.netty.handler.codec.http2.InternalAttribute
 
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.http2.HttpMessageDecoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.jboss.netty.handler.codec.http2.HttpMethod
Returns the HttpMethod represented by the specified name.
valueOf(String) - Static method in enum org.jboss.netty.handler.codec.http2.HttpPostBodyUtil.TransferEncodingMechanism
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
Returns the HttpResponseStatus represented by the specified code.
valueOf(String) - Static method in class org.jboss.netty.handler.codec.http2.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.http2.InterfaceHttpData.HttpDataType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.netty.handler.codec.http2.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.http2.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.http2.InterfaceHttpData.HttpDataType
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANT_ALSO_NEGOTIATES - Static variable in class org.jboss.netty.handler.codec.http2.HttpResponseStatus
506 Variant Also Negotiates (RFC2295)
VARY - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Vary"
VIA - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Via"

W

WARNING - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"Warning"
WEBSOCKET - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Values
"WebSocket"
WEBSOCKET_LOCATION - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"WebSocket-Location"
WEBSOCKET_ORIGIN - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"WebSocket-Origin"
WEBSOCKET_PROTOCOL - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"WebSocket-Protocol"
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.codec.http2.HttpContentEncoder
 
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
WWW_AUTHENTICATE - Static variable in class org.jboss.netty.handler.codec.http2.HttpHeaders.Names
"WWW-Authenticate"

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

Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.