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

A

ACCEPT - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Accept"
ACCEPT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept"
ACCEPT_CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Charset"
ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Encoding"
ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept-Encoding"
ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Language"
ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept-Lanugage"
ACCEPT_PATCH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Patch"
ACCEPT_RANGES - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Ranges"
ACCEPTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
202 Accepted
addDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
Adds a new date header with the specified name and value.
addHeader(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
addHeader(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
addHeader(String, Object) - Method in interface io.netty.handler.codec.http.HttpChunkTrailer
Adds a new trailing header with the specified name and value.
addHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and value.
addHeader(String, Object) - Method in interface io.netty.handler.codec.http.HttpMessage
Adds a new header with the specified name and value.
addHeader(String, Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
addHeader(String, Object) - Method in interface io.netty.handler.codec.spdy.SpdyHeaderBlock
Adds a new header with the specified name and value.
addHeader(SpdyHeaderBlock, String, Object) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and value.
addIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
Adds a new integer header with the specified name and value.
addParam(String, String) - Method in class io.netty.handler.codec.http.QueryStringEncoder
Adds a parameter with the specified name and value to this encoder.
afterRemove(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
afterRemove(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
AGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Age"
AGGREGATE_OPERATION_NOT_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
459 Aggregate operation not allowed
ALLOW - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Allow"
ALLOW - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Allow"
ANNOUNCE - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The ANNOUNCE posts the description of a presentation or media object identified by the request URL to a server, or updates the client-side session description in real-time.
APPEND - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"append"
appendHeaders(StringBuilder) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"application/x-www-form-urlencoded"
ASSOCIATED_TO_STREAM_ID - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-Associated-To-Stream-ID"
AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Authorization"
AUTHORIZATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Authorization"
AVP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"AVP"

B

BAD_GATEWAY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
502 Bad Gateway
BAD_GATEWAY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
502 Bad Gateway
BAD_REQUEST - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
400 Bad Request
BAD_REQUEST - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
400 Bad Request
BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Bandwidth"
BASE64 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"base64"
beforeAdd(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpChunkAggregator
 
beforeAdd(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
beginEncode(HttpMessage, String) - Method in class io.netty.handler.codec.http.HttpContentCompressor
 
beginEncode(HttpMessage, String) - Method in class io.netty.handler.codec.http.HttpContentEncoder
Prepare to encode the HTTP message content.
BINARY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"binary"
BinaryWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket frame containing binary data
BinaryWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
Creates a new empty binary frame.
BinaryWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
Creates a new binary frame with the specified binary data.
BinaryWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
Creates a new binary frame with the specified binary data and the final fragment flag.
BLOCKSIZE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Blocksize"
BOUNDARY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"boundary"
BYTES - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"bytes"
BYTES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"bytes"

C

CACHE_CONTROL - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Cache-Control"
CACHE_CONTROL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Cache-Control"
CANCEL - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
5 Cancel
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"charset"
CHARSET - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"charset"
checkCloseFrameBody(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
CHUNKED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"chunked"
clearHeaders() - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
clearHeaders() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
clearHeaders() - Method in interface io.netty.handler.codec.http.HttpChunkTrailer
Removes all trailing headers from this trailer.
clearHeaders(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Removes all headers from the specified message.
clearHeaders() - Method in interface io.netty.handler.codec.http.HttpMessage
Removes all headers from this HttpMessage.
clearHeaders() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
clearHeaders() - Method in interface io.netty.handler.codec.spdy.SpdyHeaderBlock
Removes all headers from this block.
clearPreviouslyPersistedSettings() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
clearPreviouslyPersistedSettings() - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if previously persisted settings should be cleared.
CLIENT_PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"client_port"
ClientCookieEncoder - Class in io.netty.handler.codec.http
Encodes client-side Cookies into an HTTP header value.
CLOCK - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"clock"
CLOSE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"close"
close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the closing handshake
close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Echo back the closing frame
close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Echo back the closing frame and close the connection
close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Echo back the closing frame and close the connection
CLOSE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"close"
close(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
CloseWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket Frame for closing the connection
CloseWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame.
CloseWebSocketFrame(int, String) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame with closing status code and reason text
CloseWebSocketFrame(boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame with no losing status code and no reason text
CloseWebSocketFrame(boolean, int, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame with closing status code and reason text
CloseWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame
COLON - Static variable in class io.netty.handler.codec.http.HttpConstants
Colon ':'
COMMA - Static variable in class io.netty.handler.codec.http.HttpConstants
Comma ','
compareTo(Cookie) - Method in class io.netty.handler.codec.http.DefaultCookie
 
compareTo(HttpMethod) - Method in class io.netty.handler.codec.http.HttpMethod
 
compareTo(HttpResponseStatus) - Method in class io.netty.handler.codec.http.HttpResponseStatus
 
compareTo(HttpVersion) - Method in class io.netty.handler.codec.http.HttpVersion
 
compareTo(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
 
compareTo(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
COMPRESS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"compress"
COMPRESS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"compress"
CONFERENCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Conference"
CONFERENCE_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
452 Conference Not Found
CONFLICT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
409 Conflict
CONNECT - Static variable in class io.netty.handler.codec.http.HttpMethod
This specification reserves the method name CONNECT for use with a proxy that can dynamically switch to being a tunnel
CONNECTION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Connection"
CONNECTION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Connection"
containsHeader(String) - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
containsHeader(String) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
containsHeader(String) - Method in interface io.netty.handler.codec.http.HttpChunkTrailer
Returns true if and only if there is a trailing header with the specified header name.
containsHeader(String) - Method in interface io.netty.handler.codec.http.HttpMessage
Checks to see if there is a header with the specified name
containsHeader(String) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
containsHeader(String) - Method in interface io.netty.handler.codec.spdy.SpdyHeaderBlock
Returns true if and only if there is a header with the specified header name.
CONTENT_BASE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Base"
CONTENT_BASE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Base"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Encoding"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Encoding"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Language"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Language"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Length"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Length"
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Location"
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Location"
CONTENT_MD5 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-MD5"
CONTENT_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Range"
CONTENT_TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Transfer-Encoding"
CONTENT_TYPE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Type"
CONTENT_TYPE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Type"
ContinuationWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket continuation frame containing continuation text or binary data.
ContinuationWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new empty continuation frame.
ContinuationWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data.
ContinuationWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data
ContinuationWebSocketFrame(boolean, int, ByteBuf, String) - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data
ContinuationWebSocketFrame(boolean, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified text data
CONTINUE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"100-continue"
CONTINUE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
100 Continue
CONTINUE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"100-continue"
CONTINUE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
100 Continue
Cookie - Interface in io.netty.handler.codec.http
An interface defining an HTTP cookie.
COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Cookie"
CookieDecoder - Class in io.netty.handler.codec.http
Decodes an HTTP header value into Cookies.
CR - Static variable in class io.netty.handler.codec.http.HttpConstants
Carriage return
CREATED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
201 Created
CREATED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
201 Created
createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpMessageDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpResponseDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.rtsp.RtspRequestDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.rtsp.RtspResponseDecoder
 
CSEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"CSeq"
customHeaders - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 

D

DATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Date"
DATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Date"
decode(String) - Static method in class io.netty.handler.codec.http.CookieDecoder
Decodes the specified HTTP header value into Cookies.
decode(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.HttpChunkAggregator
 
decode(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
decode(ChannelHandlerContext, HttpMessage) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http.HttpMessageDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.rtsp.RtspMessageDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
decode(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
decodeComponent(String) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
decodeComponent(String, Charset) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
decodeLast(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
DEFAULT_CHARSET - Static variable in class io.netty.handler.codec.http.HttpConstants
Default character set (UTF-8)
DEFAULT_MAX_COMPOSITEBUFFER_COMPONENTS - Static variable in class io.netty.handler.codec.http.HttpChunkAggregator
 
DefaultCookie - Class in io.netty.handler.codec.http
The default Cookie implementation.
DefaultCookie(String, String) - Constructor for class io.netty.handler.codec.http.DefaultCookie
Creates a new cookie with the specified name and value.
DefaultHttpChunk - Class in io.netty.handler.codec.http
The default HttpChunk implementation.
DefaultHttpChunk(ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultHttpChunk
Creates a new instance with the specified chunk content.
DefaultHttpChunkTrailer - Class in io.netty.handler.codec.http
The default HttpChunkTrailer implementation.
DefaultHttpChunkTrailer() - Constructor for class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
DefaultHttpMessage - Class in io.netty.handler.codec.http
The default HttpMessage implementation.
DefaultHttpMessage(HttpVersion) - Constructor for class io.netty.handler.codec.http.DefaultHttpMessage
Creates a new instance.
DefaultHttpRequest - Class in io.netty.handler.codec.http
The default HttpRequest implementation.
DefaultHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class io.netty.handler.codec.http.DefaultHttpRequest
Creates a new instance.
DefaultHttpResponse - Class in io.netty.handler.codec.http
The default HttpResponse implementation.
DefaultHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultSpdyDataFrame - Class in io.netty.handler.codec.spdy
The default SpdyDataFrame implementation.
DefaultSpdyDataFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
Creates a new instance.
DefaultSpdyGoAwayFrame - Class in io.netty.handler.codec.spdy
The default SpdyGoAwayFrame implementation.
DefaultSpdyGoAwayFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyGoAwayFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyGoAwayFrame(int, SpdySessionStatus) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyHeaderBlock - Class in io.netty.handler.codec.spdy
The default SpdyHeaderBlock implementation.
DefaultSpdyHeaderBlock() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
Creates a new instance.
DefaultSpdyHeadersFrame - Class in io.netty.handler.codec.spdy
The default SpdyHeadersFrame implementation.
DefaultSpdyHeadersFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
Creates a new instance.
DefaultSpdyNoOpFrame - Class in io.netty.handler.codec.spdy
The default SpdyNoOpFrame implementation.
DefaultSpdyNoOpFrame() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyNoOpFrame
Creates a new instance.
DefaultSpdyPingFrame - Class in io.netty.handler.codec.spdy
The default SpdyPingFrame implementation.
DefaultSpdyPingFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
Creates a new instance.
DefaultSpdyRstStreamFrame - Class in io.netty.handler.codec.spdy
The default SpdyRstStreamFrame implementation.
DefaultSpdyRstStreamFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
Creates a new instance.
DefaultSpdyRstStreamFrame(int, SpdyStreamStatus) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
Creates a new instance.
DefaultSpdySettingsFrame - Class in io.netty.handler.codec.spdy
The default SpdySettingsFrame implementation.
DefaultSpdySettingsFrame() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
Creates a new instance.
DefaultSpdySynReplyFrame - Class in io.netty.handler.codec.spdy
The default SpdySynReplyFrame implementation.
DefaultSpdySynReplyFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
Creates a new instance.
DefaultSpdySynStreamFrame - Class in io.netty.handler.codec.spdy
The default SpdySynStreamFrame implementation.
DefaultSpdySynStreamFrame(int, int, byte) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
Creates a new instance.
DefaultSpdyWindowUpdateFrame - Class in io.netty.handler.codec.spdy
The default SpdyWindowUpdateFrame implementation.
DefaultSpdyWindowUpdateFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
Creates a new instance.
DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"deflate"
DEFLATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"deflate"
DELETE - Static variable in class io.netty.handler.codec.http.HttpMethod
The DELETE method requests that the origin server delete the resource identified by the Request-URI.
DESCRIBE - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The DESCRIBE method retrieves the description of a presentation or media object identified by the request URL from a server.
DESTINATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"destination"
DESTINATION_UNREACHABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
462 Destination unreachable
determineWrapper(String) - Method in class io.netty.handler.codec.http.HttpContentCompressor
 
DOUBLE_QUOTE - Static variable in class io.netty.handler.codec.http.HttpConstants
Double quote '"'

E

encode(String, String) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
Encodes the specified cookie into an HTTP header value.
encode(Cookie) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
 
encode(Cookie...) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
 
encode(Iterable<Cookie>) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
 
encode(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.http.HttpMessageEncoder
 
encode(String, String) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
Encodes the specified cookie into an HTTP header value.
encode(Cookie) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
 
encode(Cookie...) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
 
encode(Collection<Cookie>) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
 
encode(Iterable<Cookie>) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
 
encode(ChannelHandlerContext, WebSocketFrame, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
 
encode(ChannelHandlerContext, WebSocketFrame, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.rtsp.RtspMessageEncoder
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encode(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.spdy.SpdyHttpEncoder
 
encodeInitialLine(ByteBuf, HttpMessage) - Method in class io.netty.handler.codec.http.HttpMessageEncoder
 
encodeInitialLine(ByteBuf, HttpMessage) - Method in class io.netty.handler.codec.http.HttpRequestEncoder
 
encodeInitialLine(ByteBuf, HttpMessage) - Method in class io.netty.handler.codec.http.HttpResponseEncoder
 
encodeInitialLine(ByteBuf, HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspRequestEncoder
 
encodeInitialLine(ByteBuf, HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspResponseEncoder
 
equals(Object) - Method in class io.netty.handler.codec.http.DefaultCookie
 
EQUALS - Static variable in class io.netty.handler.codec.http.HttpConstants
Equals '='
equals(Object) - Method in class io.netty.handler.codec.http.HttpMethod
 
equals(Object) - Method in class io.netty.handler.codec.http.HttpResponseStatus
 
equals(Object) - Method in class io.netty.handler.codec.http.HttpVersion
 
equals(Object) - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
 
equals(Object) - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
ETAG - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"ETag"
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
EXPECT - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Expect"
EXPECTATION_FAILED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
417 Expectation Failed
EXPIRES - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Expires"
EXPIRES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Expires"

F

FAILED_DEPENDENCY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
424 Failed Dependency (WebDAV, RFC4918)
finishHandshake(Channel, HttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Validates and finishes the opening handshake initiated by WebSocketClientHandshaker.handshake(io.netty.channel.Channel)}.
finishHandshake(Channel, HttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
Process server response: HTTP/1.1 101 WebSocket Protocol Handshake Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Origin: http://example.com Sec-WebSocket-Location: ws://example.com/demo Sec-WebSocket-Protocol: sample 8jKS'y:G*Co,Wxa-
finishHandshake(Channel, HttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
Process server response: HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo= Sec-WebSocket-Protocol: chat
finishHandshake(Channel, HttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
Process server response: HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo= Sec-WebSocket-Protocol: chat
FLOW_CONTROL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
7 Flow Control Error
flush(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
FORBIDDEN - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
403 Forbidden
FORBIDDEN - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
403 Forbidden
FOUND - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
302 Found
FRAME_TOO_LARGE - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
11 Frame Too Large
FROM - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"From"
FROM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"From"

G

GATEWAY_TIMEOUT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
504 Gateway Timeout
GATEWAY_TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
504 Gateway Timeout
GET - Static variable in class io.netty.handler.codec.http.HttpMethod
The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
GET_PARAMETER - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The GET_PARAMETER request retrieves the value of a parameter of a presentation or stream specified in the URI.
getActualSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the subprotocol response sent by the server.
getAggregatedText() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Aggregated text returned by decoder on the final continuation frame of a fragmented text message
getAssociatedToStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
getAssociatedToStreamId(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-Associated-To-Stream-ID" header.
getAssociatedToStreamId() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns the Associated-To-Stream-ID of this frame.
getBinaryData() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
Returns binary data
getCode() - Method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the code of this status.
getCode() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
Returns the code of this status.
getCode() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
Returns the code of this status.
getComment() - Method in interface io.netty.handler.codec.http.Cookie
Returns the comment of this Cookie.
getComment() - Method in class io.netty.handler.codec.http.DefaultCookie
 
getCommentUrl() - Method in interface io.netty.handler.codec.http.Cookie
Returns the comment URL of this Cookie.
getCommentUrl() - Method in class io.netty.handler.codec.http.DefaultCookie
 
getContent() - Method in class io.netty.handler.codec.http.DefaultHttpChunk
 
getContent() - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
getContent() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
getContent() - Method in interface io.netty.handler.codec.http.HttpChunk
Returns the content of this chunk.
getContent() - Method in interface io.netty.handler.codec.http.HttpMessage
Returns the content of this HttpMessage.
getContentEncoder() - Method in class io.netty.handler.codec.http.HttpContentEncoder.Result
 
getContentLength(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns the length of the content.
getContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns the length of the content.
getData() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
getData() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
Returns the data payload of this frame.
getDate(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns the value of the "Date" header.
getDate(HttpMessage, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns the value of the "Date" header.
getDateHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns the date header value with the specified header name.
getDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns the date header value with the specified header name.
getDeltaWindowSize() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
getDeltaWindowSize() - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Returns the Delta-Window-Size of this frame.
getDomain() - Method in interface io.netty.handler.codec.http.Cookie
Returns the domain of this Cookie.
getDomain() - Method in class io.netty.handler.codec.http.DefaultCookie
 
getExpectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the CSV of requested subprotocol(s) sent to the server as specified in the constructor
getHeader(String) - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
getHeader(String) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
getHeader(String) - Method in interface io.netty.handler.codec.http.HttpChunkTrailer
Returns the trailing header value with the specified header name.
getHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns the header value with the specified header name.
getHeader(HttpMessage, String, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns the header value with the specified header name.
getHeader(String) - Method in interface io.netty.handler.codec.http.HttpMessage
Returns the value of a header with the specified name.
getHeader(String) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
getHeader(String) - Method in interface io.netty.handler.codec.spdy.SpdyHeaderBlock
Returns the header value with the specified header name.
getHeader(SpdyHeaderBlock, String) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Returns the header value with the specified header name.
getHeader(SpdyHeaderBlock, String, String) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Returns the header value with the specified header name.
getHeaderNames() - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
getHeaderNames() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
getHeaderNames() - Method in interface io.netty.handler.codec.http.HttpChunkTrailer
Returns the Set of all trailing header names that this trailer contains.
getHeaderNames() - Method in interface io.netty.handler.codec.http.HttpMessage
Gets a Set of all header names that this message contains
getHeaderNames() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
getHeaderNames() - Method in interface io.netty.handler.codec.spdy.SpdyHeaderBlock
Returns the Set of all header names that this block contains.
getHeaders(String) - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
getHeaders() - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
getHeaders(String) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
getHeaders() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
getHeaders(String) - Method in interface io.netty.handler.codec.http.HttpChunkTrailer
Returns the trailing header values with the specified header name.
getHeaders() - Method in interface io.netty.handler.codec.http.HttpChunkTrailer
Returns the all header names and values that this trailer contains.
getHeaders(String) - Method in interface io.netty.handler.codec.http.HttpMessage
Returns the values of headers with the specified name
getHeaders() - Method in interface io.netty.handler.codec.http.HttpMessage
Returns the all headers that this message contains.
getHeaders(String) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
getHeaders() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
getHeaders(String) - Method in interface io.netty.handler.codec.spdy.SpdyHeaderBlock
Returns the header values with the specified header name.
getHeaders() - Method in interface io.netty.handler.codec.spdy.SpdyHeaderBlock
Returns all header names and values that this block contains.
getHost(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns the value of the "Host" header.
getHost(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns the value of the "Host" header.
getHost(SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Returns the SPDY host header.
getId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
getId() - Method in interface io.netty.handler.codec.spdy.SpdyPingFrame
Returns the ID of this frame.
getIds() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
getIds() - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns a Set of the setting IDs.
getIntHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns the integer header value with the specified header name.
getIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns the integer header value with the specified header name.
getLastGoodStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
getLastGoodStreamId() - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
Returns the Last-good-stream-ID of this frame.
getMajorVersion() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the name of the protocol such as 1 in "HTTP/1.0".
getMaxAge() - Method in interface io.netty.handler.codec.http.Cookie
Returns the maximum age of this Cookie in seconds or Long.MIN_VALUE if unspecified
getMaxAge() - Method in class io.netty.handler.codec.http.DefaultCookie
 
getMaxCumulationBufferComponents() - Method in class io.netty.handler.codec.http.HttpChunkAggregator
Returns the maximum number of components in the cumulation buffer.
getMaxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the max length for any frame's payload
getMaxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Gets the maximum length for any frame's payload.
getMethod() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
getMethod() - Method in interface io.netty.handler.codec.http.HttpRequest
Returns the HttpMethod of this HttpRequest.
getMethod(SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
getMethod(int, SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Returns the HttpMethod represented by the HTTP method header.
getMinorVersion() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the name of the protocol such as 0 in "HTTP/1.0".
getName() - Method in interface io.netty.handler.codec.http.Cookie
Returns the name of this Cookie.
getName() - Method in class io.netty.handler.codec.http.DefaultCookie
 
getName() - Method in class io.netty.handler.codec.http.HttpMethod
Returns the name of this method.
getParameters() - Method in class io.netty.handler.codec.http.QueryStringDecoder
Returns the decoded key-value parameter pairs of the URI.
getPath() - Method in interface io.netty.handler.codec.http.Cookie
Returns the path of this Cookie.
getPath() - Method in class io.netty.handler.codec.http.DefaultCookie
 
getPath() - Method in class io.netty.handler.codec.http.QueryStringDecoder
Returns the decoded path string of the URI.
getPorts() - Method in interface io.netty.handler.codec.http.Cookie
Returns the ports that this Cookie can be accessed on.
getPorts() - Method in class io.netty.handler.codec.http.DefaultCookie
 
getPriority() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
getPriority(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-Priority" header.
getPriority() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns the priority of the stream.
getProtocolName() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the name of the protocol such as "HTTP" in "HTTP/1.0".
getProtocolVersion() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
getProtocolVersion() - Method in interface io.netty.handler.codec.http.HttpMessage
Returns the protocol version of this HttpMessage
getReasonPhrase() - Method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the reason phrase of this status.
getReasonText() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Returns the reason text as per RFC 6455 If a reason text is not supplied, an empty string is returned.
getRsv() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
Bits used for extensions to the standard.
getScheme(SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
getScheme(int, SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Returns the value of the URL scheme header.
getScheme(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-Scheme" header.
getSelectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the selected subprotocol.
getStatus() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
 
getStatus() - Method in interface io.netty.handler.codec.http.HttpResponse
Returns the status of this HttpResponse.
getStatus() - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
getStatus() - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
getStatus() - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
Returns the status of this frame.
getStatus(SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
getStatus(int, SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Returns the HttpResponseStatus represented by the HTTP response status header.
getStatus() - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
Returns the status of this frame.
getStatusCode() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Returns the closing status code as per RFC 6455.
getStatusPhrase() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
Returns the status phrase of this status.
getStatusPhrase() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
Returns the status phrase of this status.
getStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
getStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
getStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
getStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
getStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
getStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
getStreamId() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
Returns the Stream-ID of this frame.
getStreamId() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
Returns the Stream-ID of this frame.
getStreamId(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-Stream-ID" header.
getStreamId() - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
Returns the Stream-ID of this frame.
getStreamId() - Method in interface io.netty.handler.codec.spdy.SpdySynReplyFrame
Returns the Stream-ID of this frame.
getStreamId() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns the Stream-ID of this frame.
getStreamId() - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Returns the Stream-ID of this frame.
getSubprotocols() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the CSV of supported sub protocols
getTargetContentEncoding(String) - Method in class io.netty.handler.codec.http.HttpContentDecoder
Returns the expected content encoding of the decoded content.
getTargetContentEncoding() - Method in class io.netty.handler.codec.http.HttpContentEncoder.Result
 
getText() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the full protocol version text such as "HTTP/1.0".
getText() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Returns the text data in this frame
getText() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Returns the text data in this frame
getTransferEncoding() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
getTransferEncoding() - Method in interface io.netty.handler.codec.http.HttpMessage
Returns the transfer encoding of this HttpMessage.
getUri() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
getUri() - Method in interface io.netty.handler.codec.http.HttpRequest
Returns the requested URI (or alternatively, path)
getUrl(SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
getUrl(int, SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Returns the value of the URL path header.
getUrl(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-URL" header.
getValue() - Method in interface io.netty.handler.codec.http.Cookie
Returns the value of this Cookie.
getValue() - Method in class io.netty.handler.codec.http.DefaultCookie
 
getValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
getValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns the value of the setting ID.
getVersion() - Method in interface io.netty.handler.codec.http.Cookie
Returns the version of this Cookie.
getVersion() - Method in class io.netty.handler.codec.http.DefaultCookie
 
getVersion() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Version of the web socket specification that is being used
getVersion() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the version of the specification being supported
getVersion(SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
getVersion(int, SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Returns the HttpVersion represented by the HTTP version header.
getWebSocketUrl() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the URI to the web socket. e.g.
getWebSocketUrl() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the URL of the web socket
GONE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
410 Gone
GONE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
410 Gone
GZIP - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"gzip"
GZIP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"gzip"

H

handshake(Channel) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Begins the opening handshake
handshake(Channel) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
Sends the opening request to the server: GET /demo HTTP/1.1 Upgrade: WebSocket Connection: Upgrade Host: example.com Origin: http://example.com Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5 Sec-WebSocket-Key2: 12998 5 Y3 1 .P00 ^n:ds[4U
handshake(Channel) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
/** Sends the opening request to the server: GET /chat HTTP/1.1 Host: server.example.com Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ== Sec-WebSocket-Origin: http://example.com Sec-WebSocket-Protocol: chat, superchat Sec-WebSocket-Version: 8
handshake(Channel) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
/** Sends the opening request to the server: GET /chat HTTP/1.1 Host: server.example.com Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ== Sec-WebSocket-Origin: http://example.com Sec-WebSocket-Protocol: chat, superchat Sec-WebSocket-Version: 13
handshake(Channel, HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the opening handshake
handshake(Channel, HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Handle the web socket handshake for the web socket specification HyBi version 0 and lower.
handshake(Channel, HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Handle the web socket handshake for the web socket specification HyBi version 8 to 10.
handshake(Channel, HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Handle the web socket handshake for the web socket specification HyBi versions 13-17.
hashCode() - Method in class io.netty.handler.codec.http.DefaultCookie
 
hashCode() - Method in class io.netty.handler.codec.http.HttpMethod
 
hashCode() - Method in class io.netty.handler.codec.http.HttpResponseStatus
 
hashCode() - Method in class io.netty.handler.codec.http.HttpVersion
 
hashCode() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
 
hashCode() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
HEAD - Static variable in class io.netty.handler.codec.http.HttpMethod
The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.
HEADER_FIELD_NOT_VALID - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
456 Header Field Not Valid for Resource
HOST - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Host"
HOST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Host"
HOST - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":host"
HT - Static variable in class io.netty.handler.codec.http.HttpConstants
Horizontal tab
HTTP_1_0 - Static variable in class io.netty.handler.codec.http.HttpVersion
HTTP/1.0
HTTP_1_1 - Static variable in class io.netty.handler.codec.http.HttpVersion
HTTP/1.1
HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
505 HTTP Version Not Supported
HttpChunk - Interface in io.netty.handler.codec.http
An HTTP chunk which is used for HTTP chunked transfer-encoding.
HttpChunkAggregator - Class in io.netty.handler.codec.http
A ChannelHandler that aggregates an HttpMessage and its following HttpChunks into a single HttpMessage with no following HttpChunks.
HttpChunkAggregator(int) - Constructor for class io.netty.handler.codec.http.HttpChunkAggregator
Creates a new instance.
HttpChunkTrailer - Interface in io.netty.handler.codec.http
The last HttpChunk which has trailing headers.
HttpClientCodec - Class in io.netty.handler.codec.http
A combination of HttpRequestEncoder and HttpResponseDecoder which enables easier client side HTTP implementation.
HttpClientCodec() - Constructor for class io.netty.handler.codec.http.HttpClientCodec
Creates a new instance with the default decoder options (maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192)).
HttpClientCodec(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
 
HttpConstants - Class in io.netty.handler.codec.http
 
HttpContentCompressor - Class in io.netty.handler.codec.http
Compresses an HttpMessage and an HttpChunk in gzip or deflate encoding while respecting the "Accept-Encoding" header.
HttpContentCompressor() - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
Creates a new handler with the default compression level (6), default window size (15) and default memory level (8).
HttpContentCompressor(int) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
Creates a new handler with the specified compression level, default window size (15) and default memory level (8).
HttpContentCompressor(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
Creates a new handler with the specified compression level, window size, and memory level..
HttpContentDecoder - Class in io.netty.handler.codec.http
Decodes the content of the received HttpRequest and HttpChunk.
HttpContentDecoder() - Constructor for class io.netty.handler.codec.http.HttpContentDecoder
Creates a new instance.
HttpContentDecompressor - Class in io.netty.handler.codec.http
Decompresses an HttpMessage and an HttpChunk compressed in gzip or deflate encoding.
HttpContentDecompressor() - Constructor for class io.netty.handler.codec.http.HttpContentDecompressor
 
HttpContentEncoder - Class in io.netty.handler.codec.http
Encodes the content of the outbound HttpResponse and HttpChunk.
HttpContentEncoder() - Constructor for class io.netty.handler.codec.http.HttpContentEncoder
Creates a new instance.
HttpContentEncoder.Result - Class in io.netty.handler.codec.http
 
HttpContentEncoder.Result(String, EmbeddedByteChannel) - Constructor for class io.netty.handler.codec.http.HttpContentEncoder.Result
 
HttpHeaders - Class in io.netty.handler.codec.http
Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses an HttpMessage.
HttpHeaders.Names - Class in io.netty.handler.codec.http
Standard HTTP header names.
HttpHeaders.Values - Class in io.netty.handler.codec.http
Standard HTTP header values.
HttpMessage - Interface in io.netty.handler.codec.http
An interface that defines a HTTP message, providing common properties for HttpRequest and HttpResponse.
HttpMessageDecoder - Class in io.netty.handler.codec.http
Decodes ByteBufs into HttpMessages and HttpChunks.
HttpMessageDecoder() - Constructor for class io.netty.handler.codec.http.HttpMessageDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192).
HttpMessageDecoder(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpMessageDecoder
Creates a new instance with the specified parameters.
HttpMessageDecoder.State - Enum in io.netty.handler.codec.http
The internal state of HttpMessageDecoder.
HttpMessageEncoder - Class in io.netty.handler.codec.http
Encodes an HttpMessage or an HttpChunk into a ByteBuf.
HttpMessageEncoder() - Constructor for class io.netty.handler.codec.http.HttpMessageEncoder
Creates a new instance.
HttpMethod - Class in io.netty.handler.codec.http
The request method of HTTP or its derived protocols, such as RTSP and ICAP.
HttpMethod(String) - Constructor for class io.netty.handler.codec.http.HttpMethod
Creates a new HTTP method with the specified name.
HttpRequest - Interface in io.netty.handler.codec.http
An HTTP request.
HttpRequestDecoder - Class in io.netty.handler.codec.http
Decodes ByteBufs into HttpRequests and HttpChunks.
HttpRequestDecoder() - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192).
HttpRequestDecoder(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
Creates a new instance with the specified parameters.
HttpRequestEncoder - Class in io.netty.handler.codec.http
Encodes an HttpRequest or an HttpChunk into a ByteBuf.
HttpRequestEncoder() - Constructor for class io.netty.handler.codec.http.HttpRequestEncoder
Creates a new instance.
HttpResponse - Interface in io.netty.handler.codec.http
An HTTP response.
HttpResponseDecoder - Class in io.netty.handler.codec.http
Decodes ByteBufs into HttpResponses and HttpChunks.
HttpResponseDecoder() - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192).
HttpResponseDecoder(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
Creates a new instance with the specified parameters.
HttpResponseEncoder - Class in io.netty.handler.codec.http
Encodes an HttpResponse or an HttpChunk into a ByteBuf.
HttpResponseEncoder() - Constructor for class io.netty.handler.codec.http.HttpResponseEncoder
Creates a new instance.
HttpResponseStatus - Class in io.netty.handler.codec.http
The response code and its description of HTTP or its derived protocols, such as RTSP and ICAP.
HttpResponseStatus(int, String) - Constructor for class io.netty.handler.codec.http.HttpResponseStatus
Creates a new instance with the specified code and its reasonPhrase.
HttpServerCodec - Class in io.netty.handler.codec.http
A combination of HttpRequestDecoder and HttpResponseEncoder which enables easier server side HTTP implementation.
HttpServerCodec() - Constructor for class io.netty.handler.codec.http.HttpServerCodec
Creates a new instance with the default decoder options (maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192)).
HttpServerCodec(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
Creates a new instance with the specified decoder options.
HttpTransferEncoding - Enum in io.netty.handler.codec.http
Represents how an HTTP request or an HTTP response is represented as an HttpMessage and zero or more HttpChunks.
HttpVersion - Class in io.netty.handler.codec.http
The version of HTTP or its derived protocols, such as RTSP and ICAP.
HttpVersion(String, boolean) - Constructor for class io.netty.handler.codec.http.HttpVersion
Creates a new HTTP version with the specified version string.
HttpVersion(String, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpVersion
Creates a new HTTP version with the specified protocol name and version numbers.

I

IDENTITY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"identity"
IDENTITY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"identity"
IF_MATCH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"If-Match"
IF_MATCH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"If-Match"
IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"If-Modified-Since"
IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"If-Modified-Since"
IF_NONE_MATCH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"If-None-Match"
IF_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"If-Range"
IF_UNMODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"If-Unmodified-Since"
inboundBufferUpdated(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
INSUFFICIENT_STORAGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
507 Insufficient Storage (WebDAV, RFC4918)
INTERLEAVED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"interleaved"
INTERNAL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdySessionStatus
11 Internal Error
INTERNAL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
6 Internal Error
INTERNAL_SERVER_ERROR - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
500 Internal Server Error
INTERNAL_SERVER_ERROR - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
500 Internal Server Error
INVALID_CREDENTIALS - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
10 Invalid Credentials
INVALID_RANGE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
457 Invalid Range
INVALID_STREAM - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
2 Invalid Stream
io.netty.handler.codec.http - package io.netty.handler.codec.http
Encoder, decoder and their related message types for HTTP.
io.netty.handler.codec.http.websocketx - package io.netty.handler.codec.http.websocketx
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
io.netty.handler.codec.rtsp - package io.netty.handler.codec.rtsp
An RTSP extension based on the HTTP codec.
io.netty.handler.codec.spdy - package io.netty.handler.codec.spdy
Encoder, decoder, session handler and their related message types for the SPDY protocol.
is100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns true if and only if the specified message contains the "Expect: 100-continue" header.
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.http.HttpMessageDecoder
 
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspMessageDecoder
 
isDecodable(Object) - Method in class io.netty.handler.codec.http.HttpChunkAggregator
 
isDecodable(Object) - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
isDecodable(Object) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpMessageDecoder
 
isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpRequestDecoder
 
isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpResponseDecoder
 
isDecodingRequest() - Method in class io.netty.handler.codec.rtsp.RtspRequestDecoder
 
isDecodingRequest() - Method in class io.netty.handler.codec.rtsp.RtspResponseDecoder
 
isDiscard() - Method in interface io.netty.handler.codec.http.Cookie
Checks to see if this Cookie is to be discarded by the browser at the end of the current session.
isDiscard() - Method in class io.netty.handler.codec.http.DefaultCookie
 
isEncodable(Object) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
isEncodable(Object) - Method in class io.netty.handler.codec.http.HttpMessageEncoder
 
isEncodable(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
 
isEncodable(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
isEncodable(Object) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
isEncodable(Object) - Method in class io.netty.handler.codec.spdy.SpdyHttpEncoder
 
isFinalFragment() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
Flag to indicate if this frame is the final fragment in a message.
isHandshakeComplete() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Flag to indicate if the opening handshake is complete
isHttpOnly() - Method in interface io.netty.handler.codec.http.Cookie
Checks to see if this Cookie can only be accessed via HTTP.
isHttpOnly() - Method in class io.netty.handler.codec.http.DefaultCookie
 
isInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
isInvalid() - Method in interface io.netty.handler.codec.spdy.SpdyHeaderBlock
Returns true if this header block is invalid.
isKeepAlive(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns true if and only if the connection can remain open and thus 'kept alive'.
isKeepAliveDefault() - Method in class io.netty.handler.codec.http.HttpVersion
Returns true if and only if the connection is kept alive unless the "Connection" header is set to "close" explicitly.
isLast() - Method in class io.netty.handler.codec.http.DefaultHttpChunk
 
isLast() - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
isLast() - Method in interface io.netty.handler.codec.http.HttpChunk
Returns true if and only if this chunk is the 'end of content' marker.
isLast() - Method in interface io.netty.handler.codec.http.HttpChunkTrailer
Always returns true.
isLast() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
isLast() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
isLast() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
isLast() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
isLast() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
Returns true if this frame is the last frame to be transmitted on the stream.
isLast() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
Returns true if this frame is the last frame to be transmitted on the stream.
isLast() - Method in interface io.netty.handler.codec.spdy.SpdySynReplyFrame
Returns true if this frame is the last frame to be transmitted on the stream.
isLast() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns true if this frame is the last frame to be transmitted on the stream.
isMultiple() - Method in enum io.netty.handler.codec.http.HttpTransferEncoding
Returns true if and only if a complete HTTP message is composed of an HttpMessage and one or more HttpChunks.
isPersisted(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isPersisted(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if this setting is persisted.
isPersistValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isPersistValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if this setting should be persisted.
isSecure() - Method in interface io.netty.handler.codec.http.Cookie
Checks to see if this Cookie is secure
isSecure() - Method in class io.netty.handler.codec.http.DefaultCookie
 
isSet(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isSet(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if the setting ID has a value.
isSingle() - Method in enum io.netty.handler.codec.http.HttpTransferEncoding
Returns true if and only if a single HttpMessage represents a complete HTTP message, not followed by any HttpChunks.
isUnidirectional() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
isUnidirectional() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns true if the stream created with this frame is to be considered half-closed to the receiver.

K

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

L

LAST_CHUNK - Static variable in interface io.netty.handler.codec.http.HttpChunk
The 'end of content' marker in chunked encoding.
LAST_MODIFIED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Last-Modified"
LAST_MODIFIED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Last-Modified"
LAYERS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"layers"
LENGTH_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
411 Length Required
LENGTH_REQUIRED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
411 Length Required
LF - Static variable in class io.netty.handler.codec.http.HttpConstants
Line feed character
LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Location"
LOCKED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
423 Locked (WebDAV, RFC4918)
LOW_STORAGE_SPACE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
250 Low on Storage Space

M

MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"max-age"
MAX_AGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"max-age"
MAX_FORWARDS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Max-Forwards"
MAX_STALE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"max-stale"
MAX_STALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"max-stale"
METHOD - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":method"
METHOD - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.Spdy2HttpNames
"method"
METHOD_NOT_ALLOWED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
405 Method Not Allowed
METHOD_NOT_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
405 Method Not Allowed
METHOD_NOT_VALID - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
455 Method Not Valid in This State
MIN_FRESH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"min-fresh"
MIN_FRESH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"min-fresh"
MODE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"mode"
MOVED_PERMANENTLY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
301 Moved Permanently
MOVED_PERMANENTLY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
301 Moved Permanently
MOVED_TEMPORARILY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
302 Moved Temporarily
MULTI_STATUS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
207 Multi-Status (WebDAV, RFC2518)
MULTICAST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"multicast"
MULTIPART_FORM_DATA - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"multipart/form-data"
MULTIPLE_CHOICES - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
300 Multiple Choices
MULTIPLE_CHOICES - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
300 Multiple Choices
MUST_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"must-revalidate"
MUST_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"must-revalidate"

N

newContentDecoder(String) - Method in class io.netty.handler.codec.http.HttpContentDecoder
Returns a new DecoderEmbedder that decodes the HTTP message content encoded in the specified contentEncoding.
newContentDecoder(String) - Method in class io.netty.handler.codec.http.HttpContentDecompressor
 
newHandshaker(URI, WebSocketVersion, String, boolean, Map<String, String>) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Creates a new handshaker.
newHandshaker(URI, WebSocketVersion, String, boolean, Map<String, String>, int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Creates a new handshaker.
newHandshaker(HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Instances a new handshaker
newInboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
newOutboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
NO_CACHE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"no-cache"
NO_CACHE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"no-cache"
NO_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
204 No Content
NO_STORE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"no-store"
NO_TRANSFORM - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"no-transform"
NO_TRANSFORM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"no-transform"
NON_AUTHORITATIVE_INFORMATION - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
203 Non-Authoritative Information (since HTTP/1.1)
NONE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"none"
NONE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"none"
NOT_ACCEPTABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
406 Not Acceptable
NOT_ACCEPTABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
406 Not Acceptable
NOT_ENOUGH_BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
453 Not Enough Bandwidth
NOT_EXTENDED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
510 Not Extended (RFC2774)
NOT_FOUND - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
404 Not Found
NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
404 Not Found
NOT_IMPLEMENTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
501 Not Implemented
NOT_IMPLEMENTED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
501 Not Implemented
NOT_MODIFIED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
304 Not Modified
NOT_MODIFIED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
304 Not Modified

O

OK - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
200 OK
OK - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
200 OK
OK - Static variable in class io.netty.handler.codec.spdy.SpdySessionStatus
0 OK
ONLY_AGGREGATE_OPERATION_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
460 Only Aggregate operation allowed
ONLY_IF_CACHED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"only-if-cached"
ONLY_IF_CACHED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"only-if-cached"
OPTION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
551 Option not supported
OPTIONS - Static variable in class io.netty.handler.codec.http.HttpMethod
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
OPTIONS - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Origin"

P

PARAMETER_IS_READONLY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
458 Parameter Is Read-Only
PARAMETER_NOT_UNDERSTOOD - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
451 Parameter Not Understood
PARTIAL_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
206 Partial Content
PATCH - Static variable in class io.netty.handler.codec.http.HttpMethod
The PATCH method requests that a set of changes described in the request entity be applied to the resource identified by the Request-URI.
PATH - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":path"
PAUSE - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The PAUSE request causes the stream delivery to be interrupted (halted) temporarily.
PAYMENT_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
402 Payment Required
PAYMENT_REQUIRED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
402 Payment Required
PingWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket frame containing binary data
PingWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new empty ping frame.
PingWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new ping frame with the specified binary data.
PingWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new ping frame with the specified binary data
PLAY - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The PLAY method tells the server to start sending data via the mechanism specified in SETUP.
PongWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket frame containing binary data
PongWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new empty pong frame.
PongWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new pong frame with the specified binary data.
PongWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new pong frame with the specified binary data
PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"port"
POST - Static variable in class io.netty.handler.codec.http.HttpMethod
The POST method is used to request that the origin server accept the entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line.
PRAGMA - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Pragma"
PRECONDITION_FAILED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
412 Precondition Failed
PRECONDITION_FAILED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
412 Precondition Failed
PRIORITY - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-Priority"
PRIVATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"private"
PRIVATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"private"
PROCESSING - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
102 Processing (WebDAV, RFC2518)
PROTOCOL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdySessionStatus
1 Protocol Error
PROTOCOL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
1 Protocol Error
PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Proxy-Authenticate"
PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Proxy-Authenticate"
PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
407 Proxy Authentication Required
PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
407 Proxy Authentication Required
PROXY_AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Proxy-Authorization"
PROXY_REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Proxy-Require"
PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"proxy-revalidate"
PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"proxy-revalidate"
PUBLIC - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"public"
PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Public"
PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"public"
PUT - Static variable in class io.netty.handler.codec.http.HttpMethod
The PUT method requests that the enclosed entity be stored under the supplied Request-URI.

Q

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

R

RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Range"
RANGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Range"
RECORD - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The RECORD method initiates recording a range of media data according to the presentation description.
REDIRECT - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The REDIRECT request informs the client that it must connect to another server location.
REFERER - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Referer"
REFERER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Referer"
REFUSED_STREAM - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
3 Refused Stream
removeAssociatedToStreamId(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Associated-To-Stream-ID" header.
removeHeader(String) - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
removeHeader(String) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
removeHeader(String) - Method in interface io.netty.handler.codec.http.HttpChunkTrailer
Removes the trailing header with the specified name.
removeHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Removes the header with the specified name.
removeHeader(String) - Method in interface io.netty.handler.codec.http.HttpMessage
Removes the header with the specified name.
removeHeader(String) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
removeHeader(String) - Method in interface io.netty.handler.codec.spdy.SpdyHeaderBlock
Removes the header with the specified name.
removeHost(SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Removes the SPDY host header.
removeMethod(SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
removeMethod(int, SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Removes the HTTP method header.
removePriority(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Priority" header.
removeScheme(SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
removeScheme(int, SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Removes the URL scheme header.
removeScheme(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Scheme" header.
removeStatus(SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
removeStatus(int, SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Removes the HTTP response status header.
removeStreamId(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Stream-ID" header.
removeUrl(SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
removeUrl(int, SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Removes the URL path header.
removeUrl(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-URL" header.
removeValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
removeValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Removes the value of the setting ID.
removeVersion(SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
removeVersion(int, SpdyHeaderBlock) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Removes the HTTP version header.
REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
413 Request Entity Too Large
REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
413 Request Entity Too Large
REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
408 Request Timeout
REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
408 Request Timeout
REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
414 Request-URI Too Long
REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
414 Request-URI Too Long
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
416 Requested Range Not Satisfiable
REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Require"
RESET_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
205 Reset Content
RETRT_AFTER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Retry-After"
RETRY_AFTER - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Retry-After"
RTP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"RTP"
RTP_INFO - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"RTP-Info"
RTPTIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"rtptime"
RTSP_1_0 - Static variable in class io.netty.handler.codec.rtsp.RtspVersions
RTSP/1.0
RTSP_VERSION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
505 RTSP Version not supported
RtspHeaders - Class in io.netty.handler.codec.rtsp
Standard RTSP header names and values.
RtspHeaders.Names - Class in io.netty.handler.codec.rtsp
Standard RTSP header names.
RtspHeaders.Values - Class in io.netty.handler.codec.rtsp
Standard RTSP header values.
RtspMessageDecoder - Class in io.netty.handler.codec.rtsp
Decodes ByteBufs into RTSP messages represented in HttpMessages.
RtspMessageDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspMessageDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxContentLength (8192).
RtspMessageDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspMessageDecoder
Creates a new instance with the specified parameters.
RtspMessageEncoder - Class in io.netty.handler.codec.rtsp
Encodes an RTSP message represented in HttpMessage into a ByteBuf.
RtspMessageEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspMessageEncoder
Creates a new instance.
RtspMethods - Class in io.netty.handler.codec.rtsp
The request method of RTSP.
RtspRequestDecoder - Class in io.netty.handler.codec.rtsp
Decodes ByteBufs into RTSP requests represented in HttpRequests.
RtspRequestDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxContentLength (8192).
RtspRequestDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
Creates a new instance with the specified parameters.
RtspRequestEncoder - Class in io.netty.handler.codec.rtsp
Encodes an RTSP request represented in HttpRequest into a ByteBuf.
RtspRequestEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestEncoder
 
RtspResponseDecoder - Class in io.netty.handler.codec.rtsp
Decodes ByteBufs into RTSP responses represented in HttpResponses.
RtspResponseDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxContentLength (8192).
RtspResponseDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
Creates a new instance with the specified parameters.
RtspResponseEncoder - Class in io.netty.handler.codec.rtsp
Encodes an RTSP response represented in HttpResponse into a ByteBuf.
RtspResponseEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseEncoder
 
RtspResponseStatuses - Class in io.netty.handler.codec.rtsp
The status code and its description of a RTSP response.
RtspVersions - Class in io.netty.handler.codec.rtsp
The version of RTSP.

S

S_MAXAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"s-maxage"
SCALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Scale"
SCHEME - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":scheme"
SCHEME - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.Spdy2HttpNames
"scheme"
SCHEME - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-Scheme"
SEC_WEBSOCKET_ACCEPT - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Accept"
SEC_WEBSOCKET_KEY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Key"
SEC_WEBSOCKET_KEY1 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Key1"
SEC_WEBSOCKET_KEY2 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Key2"
SEC_WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Location"
SEC_WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Origin"
SEC_WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Protocol"
SEC_WEBSOCKET_VERSION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Version"
SEE_OTHER - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
303 See Other (since HTTP/1.1)
selectSubprotocol(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Selects the first matching supported sub protocol
SEMICOLON - Static variable in class io.netty.handler.codec.http.HttpConstants
Semicolon ';'
sendUnsupportedWebSocketVersionResponse(Channel) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Return that we need cannot not support the web socket version
SEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"seq"
SERVER - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Server"
SERVER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Server"
SERVER_PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"server_port"
ServerCookieEncoder - Class in io.netty.handler.codec.http
Encodes server-side Cookies into HTTP header values.
SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
503 Service Unavailable
SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
503 Service Unavailable
SESSION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Session"
SESSION_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
454 Session Not Found
set100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Sets the "Expect: 100-continue" header to the specified message.
set100ContinueExpected(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaders
Sets or removes the "Expect: 100-continue" header to / from the specified message.
SET_COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Set-Cookie"
SET_COOKIE2 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Set-Cookie2"
SET_PARAMETER - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The SET_PARAMETER requests to set the value of a parameter for a presentation or stream specified by the URI.
setActualSubprotocol(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
setAggregatedText(String) - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
setAssociatedToStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setAssociatedToStreamId(HttpMessage, int) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-Associated-To-Stream-ID" header.
setAssociatedToStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Sets the Associated-To-Stream-ID of this frame.
setBinaryData(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
Sets the binary data for this frame
setClearPreviouslyPersistedSettings(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setClearPreviouslyPersistedSettings(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Sets if previously persisted settings should be cleared.
setComment(String) - Method in interface io.netty.handler.codec.http.Cookie
Sets the comment of this Cookie.
setComment(String) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setCommentUrl(String) - Method in interface io.netty.handler.codec.http.Cookie
Sets the comment URL of this Cookie.
setCommentUrl(String) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultHttpChunk
 
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
setContent(ByteBuf) - Method in interface io.netty.handler.codec.http.HttpChunk
Sets the content of this chunk.
setContent(ByteBuf) - Method in interface io.netty.handler.codec.http.HttpMessage
Sets the content of this HttpMessage.
setContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.HttpHeaders
Sets the "Content-Length" header.
setData(ByteBuf) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
setData(ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
Sets the data payload of this frame.
setDate(HttpMessage, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
Sets the "Date" header.
setDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
Sets a new date header with the specified name and value.
setDateHeader(HttpMessage, String, Iterable<Date>) - Static method in class io.netty.handler.codec.http.HttpHeaders
Sets a new date header with the specified name and values.
setDeltaWindowSize(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
setDeltaWindowSize(int) - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Sets the Delta-Window-Size of this frame.
setDiscard(boolean) - Method in interface io.netty.handler.codec.http.Cookie
Sets the discard flag of this Cookie.
setDiscard(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setDomain(String) - Method in interface io.netty.handler.codec.http.Cookie
Sets the domain of this Cookie.
setDomain(String) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setFinalFragment(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
setHandshakeComplete() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
setHeader(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
setHeader(String, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpChunkTrailer
 
setHeader(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
setHeader(String, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
setHeader(String, Object) - Method in interface io.netty.handler.codec.http.HttpChunkTrailer
Sets a new trailing header with the specified name and value.
setHeader(String, Iterable<?>) - Method in interface io.netty.handler.codec.http.HttpChunkTrailer
Sets a new trailing header with the specified name and values.
setHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
Sets a new header with the specified name and value.
setHeader(HttpMessage, String, Iterable<?>) - Static method in class io.netty.handler.codec.http.HttpHeaders
Sets a new header with the specified name and values.
setHeader(String, Object) - Method in interface io.netty.handler.codec.http.HttpMessage
Sets a header with the specified name and value.
setHeader(String, Iterable<?>) - Method in interface io.netty.handler.codec.http.HttpMessage
Sets a header with the specified name and values.
setHeader(String, Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
setHeader(String, Iterable<?>) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
setHeader(String, Object) - Method in interface io.netty.handler.codec.spdy.SpdyHeaderBlock
Sets a new header with the specified name and value.
setHeader(String, Iterable<?>) - Method in interface io.netty.handler.codec.spdy.SpdyHeaderBlock
Sets a new header with the specified name and values.
setHeader(SpdyHeaderBlock, String, Object) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Sets a new header with the specified name and value.
setHeader(SpdyHeaderBlock, String, Iterable<?>) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Sets a new header with the specified name and values.
setHost(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Sets the "Host" header.
setHost(SpdyHeaderBlock, String) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Set the SPDY host header.
setHttpOnly(boolean) - Method in interface io.netty.handler.codec.http.Cookie
Determines if this Cookie is HTTP only.
setHttpOnly(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
setId(int) - Method in interface io.netty.handler.codec.spdy.SpdyPingFrame
Sets the ID of this frame.
setIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
Sets a new integer header with the specified name and value.
setIntHeader(HttpMessage, String, Iterable<Integer>) - Static method in class io.netty.handler.codec.http.HttpHeaders
Sets a new integer header with the specified name and values.
setInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock
 
setInvalid() - Method in interface io.netty.handler.codec.spdy.SpdyHeaderBlock
Marks this header block as invalid.
setKeepAlive(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaders
Sets the value of the "Connection" header depending on the protocol version of the specified message.
setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
Sets if this frame is the last frame to be transmitted on the stream.
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
Sets if this frame is the last frame to be transmitted on the stream.
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySynReplyFrame
Sets if this frame is the last frame to be transmitted on the stream.
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Sets if this frame is the last frame to be transmitted on the stream.
setLastGoodStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
setLastGoodStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
Sets the Last-good-stream-ID of this frame.
setMaxAge(long) - Method in interface io.netty.handler.codec.http.Cookie
Sets the maximum age of this Cookie in seconds.
setMaxAge(long) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setMaxCumulationBufferComponents(int) - Method in class io.netty.handler.codec.http.HttpChunkAggregator
Sets the maximum number of components in the cumulation buffer.
setMethod(HttpMethod) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
setMethod(HttpMethod) - Method in interface io.netty.handler.codec.http.HttpRequest
Sets the HttpMethod of this HttpRequest.
setMethod(SpdyHeaderBlock, HttpMethod) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
setMethod(int, SpdyHeaderBlock, HttpMethod) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Sets the HTTP method header.
setPath(String) - Method in interface io.netty.handler.codec.http.Cookie
Sets the path of this Cookie.
setPath(String) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setPersisted(int, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setPersisted(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Sets if this setting is persisted.
setPersistValue(int, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setPersistValue(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Sets if this setting should be persisted.
setPorts(int...) - Method in interface io.netty.handler.codec.http.Cookie
Sets the ports that this Cookie can be accessed on.
setPorts(Iterable<Integer>) - Method in interface io.netty.handler.codec.http.Cookie
Sets the ports that this Cookie can be accessed on.
setPorts(int...) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setPorts(Iterable<Integer>) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setPriority(byte) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setPriority(HttpMessage, byte) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-Priority" header.
setPriority(byte) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Sets the priority of the stream.
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.HttpMessage
Sets the protocol version of this HttpMessage
setRsv(int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
setScheme(SpdyHeaderBlock, String) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
setScheme(int, SpdyHeaderBlock, String) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Sets the URL scheme header.
setScheme(HttpMessage, String) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-Scheme" header.
setSecure(boolean) - Method in interface io.netty.handler.codec.http.Cookie
Sets the security status of this Cookie
setSecure(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setSelectedSubprotocol(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
setStatus(HttpResponseStatus) - Method in class io.netty.handler.codec.http.DefaultHttpResponse
 
setStatus(HttpResponseStatus) - Method in interface io.netty.handler.codec.http.HttpResponse
Sets the status of this HttpResponse
setStatus(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
setStatus(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
setStatus(SpdySessionStatus) - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
Sets the status of this frame.
setStatus(SpdyHeaderBlock, HttpResponseStatus) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
setStatus(int, SpdyHeaderBlock, HttpResponseStatus) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Sets the HTTP response status header.
setStatus(SpdyStreamStatus) - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
Sets the status of this frame.
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
Sets the Stream-ID of this frame.
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
Sets the Stream-ID of this frame.
setStreamId(HttpMessage, int) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-Stream-ID" header.
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
Sets the Stream-ID of this frame.
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynReplyFrame
Sets the Stream-ID of this frame.
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Sets the Stream-ID of this frame.
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Sets the Stream-ID of this frame.
setText(String) - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Sets the string for this frame
setText(String) - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Sets the string for this frame
SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_CURRENT_CWND - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_DOWNLOAD_BANDWIDTH - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_DOWNLOAD_RETRANS_RATE - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_INITIAL_WINDOW_SIZE - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_ROUND_TRIP_TIME - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_UPLOAD_BANDWIDTH - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
setTransferEncoding(HttpTransferEncoding) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
setTransferEncoding(HttpTransferEncoding) - Method in interface io.netty.handler.codec.http.HttpMessage
Sets the transfer encoding of this HttpMessage.
setUnidirectional(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setUnidirectional(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Sets if the stream created with this frame is to be considered half-closed to the receiver.
SETUP - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The SETUP request for a URI specifies the transport mechanism to be used for the streamed media.
setUri(String) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
setUri(String) - Method in interface io.netty.handler.codec.http.HttpRequest
Sets the URI (or alternatively, path) being requested.
setUrl(SpdyHeaderBlock, String) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
setUrl(int, SpdyHeaderBlock, String) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Sets the URL path header.
setUrl(HttpMessage, String) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-URL" header.
setValue(String) - Method in interface io.netty.handler.codec.http.Cookie
Sets the value of this Cookie.
setValue(String) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setValue(int, int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setValue(int, int, boolean, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setValue(int, int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Sets the value of the setting ID.
setValue(int, int, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Sets the value of the setting ID.
setVersion(int) - Method in interface io.netty.handler.codec.http.Cookie
Sets the version of this Cookie.
setVersion(int) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setVersion(SpdyHeaderBlock, HttpVersion) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Deprecated.
setVersion(int, SpdyHeaderBlock, HttpVersion) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Sets the HTTP version header.
SP - Static variable in class io.netty.handler.codec.http.HttpConstants
Horizontal space
SPDY_MAX_VERSION - Static variable in class io.netty.handler.codec.spdy.SpdyConstants
 
SPDY_MIN_VERSION - Static variable in class io.netty.handler.codec.spdy.SpdyConstants
 
SpdyConstants - Class in io.netty.handler.codec.spdy
 
SpdyControlFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol Control Frame
SpdyDataFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol Data Frame
SpdyFrameCodec - Class in io.netty.handler.codec.spdy
A combination of SpdyFrameDecoder and SpdyFrameEncoder.
SpdyFrameCodec(int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
Creates a new instance with the specified version and the default decoder and encoder options (maxChunkSize (8192), maxHeaderSize (16384), compressionLevel (6), windowBits (15), and memLevel (8)).
SpdyFrameCodec(int, int, int, int, int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
Creates a new instance with the specified decoder and encoder options.
SpdyFrameDecoder - Class in io.netty.handler.codec.spdy
Decodes ByteBufs into SPDY Data and Control Frames.
SpdyFrameDecoder() - Constructor for class io.netty.handler.codec.spdy.SpdyFrameDecoder
Deprecated.
SpdyFrameDecoder(int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameDecoder
Creates a new instance with the specified version and the default maxChunkSize (8192) and maxHeaderSize (16384).
SpdyFrameDecoder(int, int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameDecoder
Creates a new instance with the specified parameters.
SpdyFrameEncoder - Class in io.netty.handler.codec.spdy
Encodes a SPDY Data or Control Frame into a ByteBuf.
SpdyFrameEncoder(int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameEncoder
Creates a new instance with the specified version and the default compressionLevel (6), windowBits (15), and memLevel (8).
SpdyFrameEncoder(int, int, int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameEncoder
Creates a new instance with the specified parameters.
SpdyGoAwayFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol GOAWAY Control Frame
SpdyHeaderBlock - Interface in io.netty.handler.codec.spdy
A SPDY Name/Value Header Block which provides common properties for SpdySynStreamFrame, SpdySynReplyFrame, and SpdyHeadersFrame.
SpdyHeaders - Class in io.netty.handler.codec.spdy
Provides the constants for the standard SPDY HTTP header names and commonly used utility methods that access a SpdyHeaderBlock.
SpdyHeaders.HttpNames - Class in io.netty.handler.codec.spdy
SPDY HTTP header names
SpdyHeaders.Spdy2HttpNames - Class in io.netty.handler.codec.spdy
SPDY/2 HTTP header names
SpdyHeadersFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol HEADERS Control Frame
SpdyHttpCodec - Class in io.netty.handler.codec.spdy
A combination of SpdyHttpDecoder and SpdyHttpEncoder
SpdyHttpCodec(int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpCodec
Creates a new instance with the specified decoder options.
SpdyHttpDecoder - Class in io.netty.handler.codec.spdy
SpdyHttpDecoder(int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
Creates a new instance.
SpdyHttpEncoder - Class in io.netty.handler.codec.spdy
SpdyHttpEncoder(int) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpEncoder
Creates a new instance.
SpdyHttpHeaders - Class in io.netty.handler.codec.spdy
Provides the constants for the header names and the utility methods used by the SpdyHttpDecoder and SpdyHttpEncoder.
SpdyHttpHeaders.Names - Class in io.netty.handler.codec.spdy
SPDY HTTP header names
SpdyNoOpFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol NOOP Control Frame
SpdyPingFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol PING Control Frame
SpdyProtocolException - Exception in io.netty.handler.codec.spdy
An Exception which is thrown when the received frame cannot be decoded by the SpdyFrameDecoder.
SpdyProtocolException() - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyProtocolException(String, Throwable) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyProtocolException(String) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyProtocolException(Throwable) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyRstStreamFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol RST_STREAM Control Frame
SpdySessionHandler - Class in io.netty.handler.codec.spdy
Manages streams within a SPDY session.
SpdySessionHandler(int, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdySessionHandler
Creates a new session handler.
SpdySessionStatus - Class in io.netty.handler.codec.spdy
The SPDY session status code and its description.
SpdySessionStatus(int, String) - Constructor for class io.netty.handler.codec.spdy.SpdySessionStatus
Creates a new instance with the specified code and its statusPhrase.
SpdySettingsFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol SETTINGS Control Frame
SpdyStreamStatus - Class in io.netty.handler.codec.spdy
The SPDY stream status code and its description.
SpdyStreamStatus(int, String) - Constructor for class io.netty.handler.codec.spdy.SpdyStreamStatus
Creates a new instance with the specified code and its statusPhrase.
SpdySynReplyFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol SYN_REPLY Control Frame
SpdySynStreamFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol SYN_STREAM Control Frame
SpdyWindowUpdateFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol WINDOW_UPDATE Control Frame
SPEED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Speed"
SSRC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"ssrc"
STATUS - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":status"
STATUS - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.Spdy2HttpNames
"status"
STREAM_ALREADY_CLOSED - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
9 Stream Already Closed
STREAM_ID - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-Stream-ID"
STREAM_IN_USE - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
8 Stream In Use
SWITCHING_PROTOCOLS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
101 Switching Protocols

T

TCP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"TCP"
TE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"TE"
TEARDOWN - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The TEARDOWN request stops the stream delivery for the given URI, freeing the resources associated with it.
TEMPORARY_REDIRECT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
307 Temporary Redirect (since HTTP/1.1)
TextWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket text frame with assumed UTF-8 encoding
TextWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new empty text frame.
TextWebSocketFrame(String) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified text string.
TextWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified binary data.
TextWebSocketFrame(boolean, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified text string.
TextWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified binary data.
TIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"time"
TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"timeout"
TIMESTAMP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Timestamp"
toHttpHeaderValue() - Method in enum io.netty.handler.codec.http.websocketx.WebSocketVersion
 
toString() - Method in class io.netty.handler.codec.http.DefaultCookie
 
toString() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
toString() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
toString() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
 
toString() - Method in class io.netty.handler.codec.http.HttpMethod
 
toString() - Method in class io.netty.handler.codec.http.HttpResponseStatus
 
toString() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the full protocol version text such as "HTTP/1.0".
toString() - Method in class io.netty.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) method.
toString() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
toString() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
toString() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
toString() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
toString() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
toString() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyNoOpFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
toString() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
 
toString() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
toUri() - Method in class io.netty.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI object which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) method.
TRACE - Static variable in class io.netty.handler.codec.http.HttpMethod
The TRACE method is used to invoke a remote, application-layer loop- back of the request message.
TRAILER - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Trailer"
TRAILERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"trailers"
TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Transfer-Encoding"
TRANSPORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Transport"
TTL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"ttl"

U

UDP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"UDP"
UNAUTHORIZED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
401 Unauthorized
UNAUTHORIZED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
401 Unauthorized
UNICAST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"unicast"
UNORDERED_COLLECTION - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
425 Unordered Collection (WebDAV, RFC3648)
UNPROCESSABLE_ENTITY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
422 Unprocessable Entity (WebDAV, RFC4918)
UNSUPPORTED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Unsupported"
UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
415 Unsupported Media Type
UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
415 Unsupported Media Type
UNSUPPORTED_TRANSPORT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
461 Unsupported transport
UNSUPPORTED_VERSION - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
4 Unsupported Version
UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Upgrade"
UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"Upgrade"
UPGRADE_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
426 Upgrade Required (RFC2817)
URL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"url"
URL - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.Spdy2HttpNames
"url"
URL - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-URL"
USE_PROXY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
305 Use Proxy (since HTTP/1.1)
USE_PROXY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
305 Use Proxy
USER_AGENT - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"User-Agent"
USER_AGENT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"User-Agent"

V

valueOf(String) - Static method in enum io.netty.handler.codec.http.HttpMessageDecoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.netty.handler.codec.http.HttpMethod
Returns the HttpMethod represented by the specified name.
valueOf(int) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the HttpResponseStatus represented by the specified code.
valueOf(String) - Static method in enum io.netty.handler.codec.http.HttpTransferEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.netty.handler.codec.http.HttpVersion
Returns an existing or new HttpVersion instance which matches to the specified protocol version string.
valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketFrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.netty.handler.codec.rtsp.RtspMethods
Returns the HttpMethod represented by the specified name.
valueOf(int) - Static method in class io.netty.handler.codec.rtsp.RtspResponseStatuses
Returns the HttpResponseStatus represented by the specified code.
valueOf(String) - Static method in class io.netty.handler.codec.rtsp.RtspVersions
Returns an existing or new HttpVersion instance which matches to the specified RTSP version string.
valueOf(int) - Static method in class io.netty.handler.codec.spdy.SpdySessionStatus
Returns the SpdySessionStatus represented by the specified code.
valueOf(int) - Static method in class io.netty.handler.codec.spdy.SpdyStreamStatus
Returns the SpdyStreamStatus represented by the specified code.
values() - Static method in enum io.netty.handler.codec.http.HttpMessageDecoder.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http.HttpTransferEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketFrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketVersion
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANT_ALSO_NEGOTIATES - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
506 Variant Also Negotiates (RFC2295)
VARY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Vary"
VARY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Vary"
VERSION - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":version"
VERSION - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.Spdy2HttpNames
"version"
VIA - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Via"
VIA - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Via"

W

WARNING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Warning"
WEBSOCKET - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"WebSocket"
WebSocket00FrameDecoder - Class in io.netty.handler.codec.http.websocketx
Decodes ByteBufs into WebSocketFrames.
WebSocket00FrameDecoder() - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
WebSocket00FrameDecoder(int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
Creates a new instance of WebSocketFrameDecoder with the specified maxFrameSize.
WebSocket00FrameEncoder - Class in io.netty.handler.codec.http.websocketx
Encodes a WebSocketFrame into a ByteBuf.
WebSocket00FrameEncoder() - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
 
WebSocket08FrameDecoder - Class in io.netty.handler.codec.http.websocketx
Decodes a web socket frame from wire protocol version 8 format.
WebSocket08FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
Constructor
WebSocket08FrameDecoder.State - Enum in io.netty.handler.codec.http.websocketx
 
WebSocket08FrameEncoder - Class in io.netty.handler.codec.http.websocketx
Encodes a web socket frame into wire protocol version 8 format.
WebSocket08FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
Constructor
WebSocket13FrameDecoder - Class in io.netty.handler.codec.http.websocketx
Decodes a web socket frame from wire protocol version 13 format.
WebSocket13FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
Constructor
WebSocket13FrameEncoder - Class in io.netty.handler.codec.http.websocketx
Encodes a web socket frame into wire protocol version 13 format.
WebSocket13FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameEncoder
Constructor
WEBSOCKET_08_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
 
WEBSOCKET_13_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"WebSocket-Location"
WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"WebSocket-Origin"
WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"WebSocket-Protocol"
WebSocketClientHandshaker - Class in io.netty.handler.codec.http.websocketx
Base class for web socket client handshake implementations
WebSocketClientHandshaker(URI, WebSocketVersion, String, Map<String, String>, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Base constructor
WebSocketClientHandshaker00 - Class in io.netty.handler.codec.http.websocketx
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00 A very large portion of this code was taken from the Netty 3.2 HTTP example.
WebSocketClientHandshaker00(URI, WebSocketVersion, String, Map<String, String>, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
Constructor specifying the destination web socket location and version to initiate
WebSocketClientHandshaker08 - Class in io.netty.handler.codec.http.websocketx
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, Map<String, String>, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
Creates a new instance.
WebSocketClientHandshaker13 - Class in io.netty.handler.codec.http.websocketx
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 17
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, Map<String, String>, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
Creates a new instance.
WebSocketClientHandshakerFactory - Class in io.netty.handler.codec.http.websocketx
Instances the appropriate handshake class to use for clients
WebSocketClientHandshakerFactory() - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
 
WebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Base class for web socket frames
WebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
WebSocketFrameType - Enum in io.netty.handler.codec.http.websocketx
Type of web socket frames
WebSocketHandshakeException - Exception in io.netty.handler.codec.http.websocketx
Exception during handshaking process
WebSocketHandshakeException(String) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
 
WebSocketHandshakeException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
 
WebSocketServerHandshaker - Class in io.netty.handler.codec.http.websocketx
Base class for server side web socket opening and closing handshakes
WebSocketServerHandshaker(WebSocketVersion, String, String, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Constructor specifying the destination web socket location
WebSocketServerHandshaker00 - Class in io.netty.handler.codec.http.websocketx
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00 A very large portion of this code was taken from the Netty 3.2 HTTP example.
WebSocketServerHandshaker00(String, String, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Constructor specifying the destination web socket location
WebSocketServerHandshaker08 - Class in io.netty.handler.codec.http.websocketx
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
WebSocketServerHandshaker08(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Constructor specifying the destination web socket location
WebSocketServerHandshaker13 - Class in io.netty.handler.codec.http.websocketx
Performs server side opening and closing handshakes for RFC 6455 (originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17).
WebSocketServerHandshaker13(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Constructor specifying the destination web socket location
WebSocketServerHandshakerFactory - Class in io.netty.handler.codec.http.websocketx
Instances the appropriate handshake class to use for servers
WebSocketServerHandshakerFactory(String, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Constructor specifying the destination web socket location
WebSocketServerHandshakerFactory(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Constructor specifying the destination web socket location
WebSocketVersion - Enum in io.netty.handler.codec.http.websocketx
Versions of the web socket specification.
WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"WWW-Authenticate"
WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.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 © 2008-2012 The Netty Project. All Rights Reserved.