- AbstractDiskHttpData - Class in io.netty.handler.codec.http.multipart
-
Abstract Disk HttpData implementation
- AbstractDiskHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- AbstractHttpData - Class in io.netty.handler.codec.http.multipart
-
Abstract HttpData implementation
- AbstractHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- AbstractMemoryHttpData - Class in io.netty.handler.codec.http.multipart
-
Abstract Memory HttpData implementation
- AbstractMemoryHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- 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
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http.HttpContentEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http.HttpRequestEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http.HttpResponseEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspObjectEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspRequestEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspResponseEncoder
-
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
"Access-Control-Allow-Credentials"
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
"Access-Control-Allow-Headers"
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
"Access-Control-Allow-Methods"
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
"Access-Control-Allow-Origin"
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
"Access-Control-Expose-Headers"
- ACCESS_CONTROL_MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
"Access-Control-Max-Age"
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
"Access-Control-Request-Headers"
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
"Access-Control-Request-Method"
- actualSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the subprotocol response sent by the server.
- add(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(String, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Adds a new header with the specified name and value.
- add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Adds a new header with the specified name and values.
- add(HttpHeaders) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Adds all header entries of the specified headers
.
- add(String, Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- add(String, Iterable<?>) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- add(String, Object) - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Adds a new header with the specified name and value.
- add(String, Iterable<?>) - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Adds a new header with the specified name and values.
- addBodyAttribute(String, String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add a simple attribute in the body as Name=Value
- addBodyFileUpload(String, File, String, boolean) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add a file as a FileUpload
- addBodyFileUploads(String, File[], String[], boolean[]) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add a series of Files associated with one File parameter (implied Mixed mode in Multipart)
- addBodyHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add the InterfaceHttpData to the Body list
- addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- addContent(ByteBuf, boolean) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Add the content from the ChannelBuffer
- addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- 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(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Adds a new header with the specified name and value.
- addHeader(SpdyHeadersFrame, String, Object) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Adds a new header with the specified name and value.
- addHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Utility function to add a new decoded data
- addHttpHandlers(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
Add all ChannelHandler
's that are needed for HTTP.
- 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.
- addSpdyHandlers(ChannelHandlerContext, int) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
Add all ChannelHandler
's that are needed for SPDY with the given version.
- 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
- aggregatedText() - 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
- 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.DefaultSpdyHeadersFrame
-
- 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"
- Attribute - Interface in io.netty.handler.codec.http.multipart
-
Attribute interface
- 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"
- 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
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
-
- CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
"charset"
- charset - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- 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"
- cleanAllHttpDatas() - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- cleanAllHttpDatas() - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
Remove all InterfaceHttpData from virtual File storage from clean list for all requests
- cleanFiles() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Clean all HttpDatas (on Disk) for the current request.
- cleanFiles() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Clean all HttpDatas (on Disk) for the current request.
- cleanRequestHttpDatas(HttpRequest) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- cleanRequestHttpDatas(HttpRequest) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
Remove all InterfaceHttpData from virtual File storage from clean list for the request
- clear() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- clear() - Method in class io.netty.handler.codec.http.HttpHeaders
-
- clear() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- clear() - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Removes all headers from this frame.
- clearHeaders(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Removes all headers from the specified message.
- 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() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Performs the closing handshake
- close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Performs the closing handshake
- close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the closing handshake
- close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the closing handshake
- close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
Echo back the closing frame
- CLOSE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
"close"
- close(ChannelHandlerContext, ChannelPromise) - 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 getStatus 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 getStatus 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
- code() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
Returns the code of this getStatus.
- 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(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- compareTo(Attribute) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- compareTo(FileUpload) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- compareTo(Attribute) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- compareTo(FileUpload) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- compareTo(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
- compareTo(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
- completed - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- 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 getMethod 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"
- contains(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- contains(String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Checks to see if there is a header with the specified name
- contains(String) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- contains(String) - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Returns true
if and only if there is a header with the specified
header name.
- content() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- content() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- content() - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- content() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- content() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- content() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- content() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- content() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
Returns the data payload of this frame.
- 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"
- contentEncoder() - Method in class io.netty.handler.codec.http.HttpContentEncoder.Result
-
- 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.
- copy() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- copy() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- copy() - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- copy() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
-
- copy() - Method in interface io.netty.handler.codec.http.FullHttpMessage
-
- copy() - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- copy() - Method in interface io.netty.handler.codec.http.FullHttpResponse
-
- copy() - Method in interface io.netty.handler.codec.http.HttpContent
-
- copy() - Method in interface io.netty.handler.codec.http.LastHttpContent
-
- copy() - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
- copy() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- copy() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- copy() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
- copy() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
- copy() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- copy() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- copy() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- copy() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- copy() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
- CR - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Carriage return
- createAttribute(HttpRequest, String) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- createAttribute(HttpRequest, String, String) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- createAttribute(HttpRequest, String) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
- createAttribute(HttpRequest, String, String) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
- 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
- createFileUpload(HttpRequest, String, String, String, String, Charset, long) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- createFileUpload(HttpRequest, String, String, String, String, Charset, long) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
- createHttpRequestHandlerForHttp() - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
- createHttpRequestHandlerForSpdy() - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
- createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpRequestDecoder
-
- createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpResponseDecoder
-
- createInvalidMessage() - Method in class io.netty.handler.codec.rtsp.RtspRequestDecoder
-
- createInvalidMessage() - Method in class io.netty.handler.codec.rtsp.RtspResponseDecoder
-
- createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- 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(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- get(String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the value of a header with the specified name.
- GET - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The GET getMethod means retrieve whatever information (in the form of an entity) is identified
by the Request-URI.
- get() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- get() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- get() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the contents of the file item as an array of bytes.
- get() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- get() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- get(String) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- get(String) - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Returns the header value with the specified header name.
- 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.
- getAll(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- getAll(String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the values of headers with the specified name
- getAll(String) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- getAll(String) - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Returns the header values with the specified header name.
- 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.
- getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
This getMethod returns the first InterfaceHttpData with the given name from
body.
- getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
This getMethod returns a List of all HttpDatas from body.
- getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
This getMethod returns a List of all HttpDatas with the given name from
body.
- getBodyListAttributes() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
This getMethod returns a List of all InterfaceHttpData from body part.
- getByteBuf() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getByteBuf() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
Utility to go from a In Memory FileUpload
to a Disk (or another implementation) FileUpload
- getByteBuf() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the content of the file item as a ByteBuf
- getByteBuf() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- getByteBuf() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- getCharset() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- getCharset() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the Charset passed by the browser or null if not defined.
- getCharset() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- getCharset() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- getChunk(int) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getChunk(int) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- getChunk(int) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns a ChannelBuffer for the content from the current position with at
most length read bytes, increasing the current position of the Bytes
read.
- getChunk(int) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- getChunk(int) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- 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
-
- 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.
- getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getContentTransferEncoding() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Returns the Content-Transfer-Encoding
- getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- getContentType() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getContentType() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Returns the content type passed by the browser or null if not defined.
- getContentType() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- getContentType() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- 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.
- getDecoderResult() - Method in class io.netty.handler.codec.http.DefaultHttpObject
-
- getDecoderResult() - Method in interface io.netty.handler.codec.http.HttpObject
-
Returns the result of decoding this message.
- 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.
- getDiskFilename() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getDiskFilename() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- getDiskFilename() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- 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
-
- getFile() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getFile() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- getFile() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
- getFile() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- getFile() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- getFilename() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getFilename() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Returns the original filename in the client's filesystem,
as provided by the browser (or other client software).
- getFilename() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- getFilename() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- getFileUpload(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Get the FileUpload (new one or current one)
- 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(SpdyHeadersFrame, String) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Returns the header value with the specified header name.
- getHeader(SpdyHeadersFrame, String, String) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Returns the header value with the specified header name.
- 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(SpdyHeadersFrame) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Returns the SPDY host header.
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getHttpDataType() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
-
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- 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.
- 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.HttpObjectAggregator
-
Returns the maximum number of components in the cumulation buffer.
- getMessage(int) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
- getMethod() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
- getMethod() - Method in interface io.netty.handler.codec.http.HttpRequest
-
- getMethod(int, SpdyHeadersFrame) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Returns the
HttpMethod
represented by the HTTP method header.
- 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.multipart.AbstractHttpData
-
- getName() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
-
Returns the name of this InterfaceHttpData.
- getName() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- getName() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- 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
-
- 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
-
- getPostfix() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getPostfix() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- getPostfix() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getPrefix() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getPrefix() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- getPrefix() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- 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.
- getProtocol(SSLEngine) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
- getProtocolVersion() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
-
- getProtocolVersion() - Method in interface io.netty.handler.codec.http.HttpMessage
-
- getScheme(int, SpdyHeadersFrame) - 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.
- 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(int, SpdyHeadersFrame) - 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.
- 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.DefaultSpdyStreamFrame
-
- getStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
-
- 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.SpdyStreamFrame
-
Returns the Stream-ID of this frame.
- getStreamId() - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
-
Returns the Stream-ID of this frame.
- getString() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getString(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getString() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- getString(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- getString() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the contents of the file item as a String, using the default
character encoding.
- getString(Charset) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the contents of the file item as a String, using the specified
charset.
- getString() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- getString(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- getString() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- getString(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- getTargetContentEncoding(String) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
Returns the expected content encoding of the decoded content.
- 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(int, SpdyHeadersFrame) - 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() - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
Returns the value of this HttpData.
- getValue() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- getValue() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- getValue() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- 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(int, SpdyHeadersFrame) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Returns the
HttpVersion
represented by the HTTP version header.
- 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"
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentEncoder
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- handshake(Channel) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Begins the opening handshake
- handshake(Channel, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Begins the opening handshake
- handshake(Channel, FullHttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake.
- handshake(Channel, FullHttpRequest, HttpHeaders, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake
When call this method you
MUST NOT retain the
FullHttpRequest
which is passed in.
- 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.http.multipart.DiskAttribute
-
- hashCode() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- hashCode() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- hashCode() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- hashCode() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
- hashCode() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
- hasNext() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
True if at current getStatus, there is an available decoded
InterfaceHttpData from the Body.
- HEAD - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The HEAD getMethod 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
- headers() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
-
- headers() - Method in interface io.netty.handler.codec.http.HttpMessage
-
Returns the headers of this message.
- headers() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- headers() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
- 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
- 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
-
- HttpContent - Interface in io.netty.handler.codec.http
-
An HTTP chunk which is used for HTTP chunked transfer-encoding.
- HttpContentCompressor - Class in io.netty.handler.codec.http
-
Compresses an
HttpMessage
and an
HttpContent
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
-
- 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
-
- HttpContentEncoder.Result - Class in io.netty.handler.codec.http
-
- HttpContentEncoder.Result(String, EmbeddedChannel) - Constructor for class io.netty.handler.codec.http.HttpContentEncoder.Result
-
- HttpData - Interface in io.netty.handler.codec.http.multipart
-
Extended interface for InterfaceHttpData
- HttpDataFactory - Interface in io.netty.handler.codec.http.multipart
-
Interface to enable creation of InterfaceHttpData objects
- 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() - Constructor for class io.netty.handler.codec.http.HttpHeaders
-
- 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
-
- HttpMethod - Class in io.netty.handler.codec.http
-
The request getMethod 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 getMethod with the specified name.
- HttpObject - Interface in io.netty.handler.codec.http
-
- HttpObjectAggregator - Class in io.netty.handler.codec.http
-
- HttpObjectAggregator(int) - Constructor for class io.netty.handler.codec.http.HttpObjectAggregator
-
Creates a new instance.
- HttpObjectDecoder - Class in io.netty.handler.codec.http
-
- HttpObjectDecoder() - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096
}, maxHeaderSize (8192)
, and
maxChunkSize (8192)
.
- HttpObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the specified parameters.
- HttpObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.http
-
- HttpObjectEncoder() - Constructor for class io.netty.handler.codec.http.HttpObjectEncoder
-
- HttpPostRequestDecoder - Class in io.netty.handler.codec.http.multipart
-
This decoder will decode Body and can handle POST BODY.
- HttpPostRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- HttpPostRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- HttpPostRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- HttpPostRequestDecoder.EndOfDataDecoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when the body is fully decoded, even if there is still data
- HttpPostRequestDecoder.EndOfDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
-
- HttpPostRequestDecoder.ErrorDataDecoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when an error occurs while decoding
- HttpPostRequestDecoder.ErrorDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- HttpPostRequestDecoder.ErrorDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- HttpPostRequestDecoder.ErrorDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- HttpPostRequestDecoder.ErrorDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- HttpPostRequestDecoder.IncompatibleDataDecoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when an unappropriated getMethod was called on a request
- HttpPostRequestDecoder.IncompatibleDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
-
- HttpPostRequestDecoder.IncompatibleDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
-
- HttpPostRequestDecoder.IncompatibleDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
-
- HttpPostRequestDecoder.IncompatibleDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
-
- HttpPostRequestDecoder.NotEnoughDataDecoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when try reading data from request in chunked format, and not
enough data are available (need more chunks)
- HttpPostRequestDecoder.NotEnoughDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- HttpPostRequestDecoder.NotEnoughDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- HttpPostRequestDecoder.NotEnoughDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- HttpPostRequestDecoder.NotEnoughDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- HttpPostRequestEncoder - Class in io.netty.handler.codec.http.multipart
-
This encoder will help to encode Request for a FORM as POST.
- HttpPostRequestEncoder(HttpRequest, boolean) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean, Charset, HttpPostRequestEncoder.EncoderMode) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- HttpPostRequestEncoder.EncoderMode - Enum in io.netty.handler.codec.http.multipart
-
Different modes to use to encode form data.
- HttpPostRequestEncoder.ErrorDataEncoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when an error occurs while encoding
- HttpPostRequestEncoder.ErrorDataEncoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- HttpPostRequestEncoder.ErrorDataEncoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- HttpPostRequestEncoder.ErrorDataEncoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- HttpPostRequestEncoder.ErrorDataEncoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- 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
-
- 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
-
- 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.
- 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"
- INSUFFICIENT_STORAGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
507 Insufficient Storage (WebDAV, RFC4918)
- InterfaceHttpData - Interface in io.netty.handler.codec.http.multipart
-
Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
- InterfaceHttpData.HttpDataType - Enum in io.netty.handler.codec.http.multipart
-
- 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
-
2 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.multipart - package io.netty.handler.codec.http.multipart
-
HTTP multipart support.
- 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.
- isChunked() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- isCompleted() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- isCompleted() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
- isCompleted() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- isCompleted() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
- isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- 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
-
- isEmpty() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- isEmpty() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Checks if no header exists.
- isEmpty() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- isEmpty() - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Checks if no header exists.
- isEndOfInput() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- 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
-
- isInMemory() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- isInMemory() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- isInMemory() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Provides a hint as to whether or not the file contents will be read from
memory.
- isInMemory() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- isInMemory() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- isInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- isInvalid() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
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.spdy.DefaultSpdyStreamFrame
-
- isLast() - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
-
Returns true
if this frame is the last frame to be transmitted
on the stream.
- isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
True if this request is a Multipart request
- isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
True if this request is a Multipart request
- 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.
- isRenamed - Variable in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- 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.
- isSingleDecode() - Method in class io.netty.handler.codec.http.HttpClientCodec
-
- isTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Checks to see if the transfer encoding in a specified
HttpMessage
is chunked
- isTruncated() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- isTruncated() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
Returns true
if this header block has been truncated due to
length restrictions.
- 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.
- iterator() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- iterator() - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
- name() - Method in class io.netty.handler.codec.http.HttpMethod
-
Returns the name of this getMethod.
- name - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- names() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- names() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Gets a
Set
of all header names that this message contains
- names() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- names() - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Returns the
Set
of all header names that this frame contains.
- newContentDecoder(String) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
Returns a new EmbeddedChannel
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, HttpHeaders) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Static 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
- newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns a new {@link FullHttpRequest) which will be used for the handshake.
- newHandshakeRequest() - 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
- newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
/**
Sends the opening request to the server:
GET /chat HTTP/1.1
Host: server.example.com
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==
Sec-WebSocket-Origin: http://example.com
Sec-WebSocket-Protocol: chat, superchat
Sec-WebSocket-Version: 7
- newHandshakeRequest() - 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
- newHandshakeRequest() - 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
- newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns a new {@link FullHttpResponse) which will be used for as response to the handshake request.
- newHandshakeResponse(FullHttpRequest, HttpHeaders) - 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.
- newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
Handle the web socket handshake for the web socket specification
HyBi version 7.
- newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-
- newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the decoder to use after handshake is complete.
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the decoder to use after handshake is complete.
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the encoder to use after the handshake is complete.
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the encoder to use after the handshake is complete.
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
- next() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Returns the next available InterfaceHttpData or null if, at the time it
is called, there is no more available InterfaceHttpData.
- 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
- 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
- parameters() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns the decoded key-value parameter pairs of the URI.
- 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 getMethod requests that a set of changes described in the
request entity be applied to the resource identified by the Request-URI.
- path() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns the decoded path string of the 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 getMethod 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 getMethod is used to request that the origin server accept the entity enclosed in the
request as a new subordinate of the resource identified by the Request-URI in the
Request-Line.
- postfix - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- postfix - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- 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
- prefix - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- prefix - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- 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
- protocolName() - Method in class io.netty.handler.codec.http.HttpVersion
-
Returns the name of the protocol such as "HTTP"
in "HTTP/1.0"
.
- 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 getMethod requests that the enclosed entity be stored under the supplied Request-URI.
- putMessage(int, FullHttpMessage) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
- 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"
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Returns the next available HttpChunk.
- reasonPhrase() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
Returns the reason phrase of this getStatus.
- reasonText() - 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.
- RECORD - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The RECORD getMethod 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.
- refCnt() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- refCnt() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- refCnt() - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- refCnt() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- refCnt() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- refCnt() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- 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
- release() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- release(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- release() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- release(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- release() - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- release(int) - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- release() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- release(int) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- release() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- release(int) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- release() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- release(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- remove(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- remove(String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Removes the header with the specified name.
- remove(String) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- remove(String) - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Removes the header with the specified name.
- removeAssociatedToStreamId(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
-
Removes the "X-SPDY-Associated-To-Stream-ID"
header.
- removeHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Removes the header with the specified name.
- removeHost(SpdyHeadersFrame) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Removes the SPDY host header.
- removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
Remove the given InterfaceHttpData from clean list (will not delete the file, except if the file
is still a temporary one as setup at construction)
- removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Remove the given FileUpload from the list of FileUploads to clean
- removeMessage(int) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
- removeMethod(int, SpdyHeadersFrame) - 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(int, SpdyHeadersFrame) - 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(int, SpdyHeadersFrame) - 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.
- removeTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- removeUrl(int, SpdyHeadersFrame) - 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(int, SpdyHeadersFrame) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Removes the HTTP version header.
- renameTo(File) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- renameTo(File) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- renameTo(File) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
A convenience getMethod to write an uploaded item to disk.
- renameTo(File) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- renameTo(File) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- 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_HEADER_FIELDS_TOO_LARGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
431 Request Header Fields Too Large (RFC6585)
- 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
- retain() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- retain(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- retain() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- retain(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- retain() - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- retain(int) - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- retain(int) - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
-
- retain() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
-
- retain(int) - Method in interface io.netty.handler.codec.http.FullHttpMessage
-
- retain() - Method in interface io.netty.handler.codec.http.FullHttpMessage
-
- retain(int) - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- retain() - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- retain(int) - Method in interface io.netty.handler.codec.http.FullHttpResponse
-
- retain() - Method in interface io.netty.handler.codec.http.FullHttpResponse
-
- retain() - Method in interface io.netty.handler.codec.http.HttpContent
-
- retain(int) - Method in interface io.netty.handler.codec.http.HttpContent
-
- retain(int) - Method in interface io.netty.handler.codec.http.LastHttpContent
-
- retain() - Method in interface io.netty.handler.codec.http.LastHttpContent
-
- retain() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- retain(int) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- retain() - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
- retain(int) - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
- retain(int) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- retain() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- retain(int) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- retain() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- retain() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
- retain(int) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
- retain() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
- retain(int) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
- retain() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- retain(int) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- retain() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- retain(int) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- retain() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- retain(int) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- retain() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- retain(int) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- retain() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
- retain() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
- retain() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
- retain() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
- retain() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
- retain() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
- retain() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
- retain() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- retain(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- retain() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
- retain(int) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
- 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"
- rsv() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
Bits used for extensions to the standard.
- 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.
- RtspMethods - Class in io.netty.handler.codec.rtsp
-
The request getMethod of RTSP.
- RtspObjectDecoder - Class in io.netty.handler.codec.rtsp
-
Decodes
ByteBuf
s into RTSP messages represented in
HttpMessage
s.
- RtspObjectDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096
}, maxHeaderSize (8192)
, and
maxContentLength (8192)
.
- RtspObjectDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Creates a new instance with the specified parameters.
- RtspObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.rtsp
-
- RtspObjectEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectEncoder
-
Creates a new instance.
- 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
-
- 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
-
- RtspResponseEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseEncoder
-
- RtspResponseStatuses - Class in io.netty.handler.codec.rtsp
-
The getStatus 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)
- selectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the selected subprotocol.
- 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) - Static 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
- set(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- set(String, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Sets a header with the specified name and value.
- set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Sets a header with the specified name and values.
- set(HttpHeaders) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Cleans the current header entries and copies all header entries of the specified headers
.
- set(String, Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- set(String, Iterable<?>) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- set(String, Object) - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Sets a new header with the specified name and value.
- set(String, Iterable<?>) - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Sets a new header with the specified name and values.
- 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.
- 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.
- setBodyHttpDatas(List<InterfaceHttpData>) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Set the Body HttpDatas list
- setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- setCharset(Charset) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the Charset passed by the browser if defined
- setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- 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.multipart.AbstractDiskHttpData
-
- setContent(File) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- setContent(File) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- setContent(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the content from the ChannelBuffer (erase any previous data)
- setContent(File) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the content from the file (erase any previous data)
- setContent(InputStream) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the content from the inputStream (erase any previous data)
- setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- setContent(File) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- setContent(File) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- setContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Sets the "Content-Length"
header.
- setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- setContentTransferEncoding(String) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Set the Content-Transfer-Encoding type from String as 7bit, 8bit or binary
- setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- setContentType(String) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- setContentType(String) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Set the Content Type passed by the browser if defined
- setContentType(String) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- setContentType(String) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- 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.
- setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.http.DefaultHttpObject
-
- setDecoderResult(DecoderResult) - Method in interface io.netty.handler.codec.http.HttpObject
-
Updates the result of decoding this message.
- 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
-
- setFilename(String) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- setFilename(String) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Set the original filename
- setFilename(String) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- setFilename(String) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- 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(SpdyHeadersFrame, String, Object) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Sets a new header with the specified name and value.
- setHeader(SpdyHeadersFrame, 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(SpdyHeadersFrame, 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.DefaultSpdyHeadersFrame
-
- setInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
-
- setInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
- setInvalid() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
Marks this header block as invalid.
- setInvalid() - Method in interface io.netty.handler.codec.spdy.SpdySynReplyFrame
-
- setInvalid() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
- 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.DefaultSpdyRstStreamFrame
-
- setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
-
- 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
-
- setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
- setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
-
- setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
-
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
-
- setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
- 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.HttpObjectAggregator
-
Sets the maximum number of components in the cumulation buffer.
- setMethod(HttpMethod) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- setMethod(HttpMethod) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
- setMethod(HttpMethod) - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- setMethod(HttpMethod) - Method in interface io.netty.handler.codec.http.HttpRequest
-
- setMethod(int, SpdyHeadersFrame, 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.DefaultFullHttpRequest
-
- setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
-
- setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
- setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultHttpResponse
-
- setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.FullHttpResponse
-
- setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.HttpMessage
-
- setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.HttpRequest
-
- setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.HttpResponse
-
- setScheme(int, SpdyHeadersFrame, 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 getStatus of this
Cookie
- setSecure(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- setSingleDecode(boolean) - Method in class io.netty.handler.codec.http.HttpClientCodec
-
- setStatus(HttpResponseStatus) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- setStatus(HttpResponseStatus) - Method in class io.netty.handler.codec.http.DefaultHttpResponse
-
- setStatus(HttpResponseStatus) - Method in interface io.netty.handler.codec.http.FullHttpResponse
-
- 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(int, SpdyHeadersFrame, 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.DefaultSpdyStreamFrame
-
- 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
-
- setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
- 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
-
- setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
-
Sets the Stream-ID of this frame.
- setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynReplyFrame
-
- setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
- setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
-
Sets the Stream-ID of 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
-
- setTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- setTruncated() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- setTruncated() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
Mark this header block as truncated.
- 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.DefaultFullHttpRequest
-
- setUri(String) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
- setUri(String) - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- setUri(String) - Method in interface io.netty.handler.codec.http.HttpRequest
-
Set the requested URI (or alternatively, path)
- setUrl(int, SpdyHeadersFrame, 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(String) - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
Sets the value of this HttpData.
- setValue(String) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- setValue(String) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- setValue(String) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- 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(int, SpdyHeadersFrame, HttpVersion) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Sets the HTTP version header.
- size - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- 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
-
- SpdyDataFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol DATA Frame
- SpdyFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol 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 Frames.
- 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.
- SpdyFrameDecoder(int, int, SpdyHeaderBlockDecoder) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
- SpdyFrameEncoder - Class in io.netty.handler.codec.spdy
-
Encodes a SPDY 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.
- SpdyFrameEncoder(int, SpdyHeaderBlockEncoder) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
- SpdyGoAwayFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol GOAWAY Frame
- SpdyHeaderBlockRawDecoder - Class in io.netty.handler.codec.spdy
-
- SpdyHeaderBlockRawDecoder(int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
-
- SpdyHeaderBlockRawEncoder - Class in io.netty.handler.codec.spdy
-
- SpdyHeaderBlockRawEncoder(int) - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
-
- 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
SpdyHeadersFrame
.
- SpdyHeaders() - Constructor for class io.netty.handler.codec.spdy.SpdyHeaders
-
- 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 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.
- SpdyHttpDecoder(int, int, Map<Integer, FullHttpMessage>) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
Creates a new instance with the specified parameters.
- 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
- SpdyHttpResponseStreamIdHandler - Class in io.netty.handler.codec.spdy
-
- SpdyHttpResponseStreamIdHandler() - Constructor for class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
-
- SpdyOrHttpChooser - Class in io.netty.handler.codec.spdy
-
ChannelInboundHandler
which is responsible to setup the ChannelPipeline
either for
HTTP or SPDY.
- SpdyOrHttpChooser(int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
- SpdyOrHttpChooser.SelectedProtocol - Enum in io.netty.handler.codec.spdy
-
- SpdyPingFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol PING 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 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 Frame
- SpdyStreamFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol Frame that is associated with an individual SPDY Stream
- 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 Frame
- SpdySynStreamFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol SYN_STREAM Frame
- SpdyWindowUpdateFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol WINDOW_UPDATE 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"
- statusCode() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Returns the closing status code as per
RFC 6455.
- 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
- SUB_PROTOCOL_WILDCARD - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Use this as wildcard to support all requested sub-protocols
- subprotocols() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the CSV of supported sub protocols
- SWITCHING_PROTOCOLS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
101 Switching Protocols
- 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
-
- 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.multipart.HttpPostRequestEncoder.EncoderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
-
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
-
- 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(String) - Static method in enum io.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
- valueOf(int) - Static method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
- values() - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
-
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.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
-
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.
- values() - Static method in enum io.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
-
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"
- verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- verify(FullHttpResponse) - 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-
- verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
Process server response:
HTTP/1.1 101 Switching Protocols
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo=
Sec-WebSocket-Protocol: chat
- verify(FullHttpResponse) - 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
- verify(FullHttpResponse) - 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
- version() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Version of the web socket specification that is being used
- version() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the version of the specification being supported
- 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"
- 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
-
- 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
-
- WebSocket00FrameEncoder() - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
-
- WebSocket07FrameDecoder - Class in io.netty.handler.codec.http.websocketx
-
Decodes a web socket frame from wire protocol version 7 format.
- WebSocket07FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
-
Constructor
- WebSocket07FrameEncoder - Class in io.netty.handler.codec.http.websocketx
-
Encodes a web socket frame into wire protocol version 7 format.
- WebSocket07FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameEncoder
-
Constructor
- 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
- 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_07_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
- 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, HttpHeaders, 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, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
Constructor specifying the destination web socket location and version to initiate
- WebSocketClientHandshaker07 - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
Creates a new instance.
- WebSocketClientHandshaker08 - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
Creates a new instance.
- WebSocketClientHandshaker13 - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Creates a new instance.
- WebSocketClientHandshakerFactory - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketClientProtocolHandler - Class in io.netty.handler.codec.http.websocketx
-
This handler does all the heavy lifting for you to run a websocket client.
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler.ClientHandshakeStateEvent - Enum in io.netty.handler.codec.http.websocketx
-
Events that are fired to notify about handshake status
- WebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Base class for web socket frames
- WebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
- WebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
- WebSocketFrameAggregator - Class in io.netty.handler.codec.http.websocketx
-
Handler that aggregate fragmented WebSocketFrame's.
- WebSocketFrameAggregator(int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
Construct a new instance
- WebSocketFrameDecoder - Interface in io.netty.handler.codec.http.websocketx
-
Marker interface which all WebSocketFrame decoders need to implement.
- WebSocketFrameEncoder - Interface in io.netty.handler.codec.http.websocketx
-
Marker interface which all WebSocketFrame encoders need to implement.
- 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
- WebSocketServerHandshaker07 - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketServerHandshaker07(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker08 - Class in io.netty.handler.codec.http.websocketx
-
- 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
-
- 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
-
- 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
- WebSocketServerProtocolHandler - Class in io.netty.handler.codec.http.websocketx
-
This handler does all the heavy lifting for you to run a websocket server.
- WebSocketServerProtocolHandler(String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- WebSocketServerProtocolHandler(String, String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- WebSocketServerProtocolHandler(String, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- WebSocketServerProtocolHandler.ServerHandshakeStateEvent - Enum in io.netty.handler.codec.http.websocketx
-
Events that are fired to notify about handshake status
- WebSocketVersion - Enum in io.netty.handler.codec.http.websocketx
-
Versions of the web socket specification.
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
-
- 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"