- 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
-
- 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
Cookie
s 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
-
- 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
Cookie
s.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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"
- 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
-
- handshake(Channel, HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
- 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
-
- 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
-
- 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
-
- HttpContentDecoder() - Constructor for class io.netty.handler.codec.http.HttpContentDecoder
-
Creates a new instance.
- HttpContentDecompressor - Class in io.netty.handler.codec.http
-
- HttpContentDecompressor() - Constructor for class io.netty.handler.codec.http.HttpContentDecompressor
-
- HttpContentEncoder - Class in io.netty.handler.codec.http
-
- 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
-
- HttpMessageDecoder - Class in io.netty.handler.codec.http
-
- 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
-
- HttpMessageEncoder - Class in io.netty.handler.codec.http
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
HttpChunk
s.
- 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.
- 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
HttpChunk
s.
- 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
HttpChunk
s.
- 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.
- 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.
- 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
ByteBuf
s into RTSP messages represented in
HttpMessage
s.
- 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
ByteBuf
s into RTSP requests represented in
HttpRequest
s.
- 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
ByteBuf
s into RTSP responses represented in
HttpResponse
s.
- 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_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
Cookie
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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 ByteBuf
s 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
-
- 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
-
- 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
-
- 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
-
- 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