- 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-Language"
- 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.HttpObjectEncoder
-
- 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.RtspEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspObjectEncoder
-
Deprecated.
- 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(HttpHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(CharSequence, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(String, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- add(CharSequence, 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
-
- add(CharSequence, 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
-
- addDateHeader(HttpMessage, CharSequence, 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
-
- addHeader(HttpMessage, CharSequence, 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.HttpPostMultipartRequestDecoder
-
Utility function to add a new decoded data
- addHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Utility function to add a new decoded data
- addHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Utility function to add a new decoded data
- addIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- addIntHeader(HttpMessage, CharSequence, 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.
- AGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
"Age"
- AGGREGATE_OPERATION_NOT_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
459 Aggregate operation not allowed
- ALLOW - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
"Allow"
- ALLOW - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
"Allow"
- allowCredentials() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
By default cookies are not included in CORS requests, but this method will enable cookies to
be added to CORS requests.
- allowedRequestHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Returns the allowed set of Request Headers.
- allowedRequestHeaders(String...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers'
response header.
- allowedRequestMethods() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Returns the allowed set of Request Methods.
- allowedRequestMethods(HttpMethod...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Specifies the allowed set of HTTP Request Methods that should be returned in the
CORS 'Access-Control-Request-Method' response header.
- allowNullOrigin() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded
from the local file system.
- 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_JSON - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
"application/json"
- 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"
- associatedStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
- associatedStreamId() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Returns the Associated-To-Stream-ID of this frame.
- 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"
- call() - Method in class io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
-
- 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.WebSocket08FrameDecoder
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.cors.CorsHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- 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.HttpPostMultipartRequestDecoder
-
Clean all HttpDatas (on Disk) for the current request.
- cleanFiles() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- cleanFiles() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Clean all HttpDatas (on Disk) for the current request.
- cleanFiles() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Clean all HttpDatas (on Disk) for the current request.
- cleanFiles() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
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"
- ClientCookieDecoder - Class in io.netty.handler.codec.http.cookie
-
A
RFC6265 compliant cookie decoder to be used client side.
- ClientCookieEncoder - Class in io.netty.handler.codec.http
-
- ClientCookieEncoder - Class in io.netty.handler.codec.http.cookie
-
A
RFC6265 compliant cookie encoder to be used client side, so
only name=value pairs are sent.
- CLOCK - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
"clock"
- close() - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
- 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() - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Releases the resources associated with the input.
- 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.SpdyFrameCodec
-
- 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
-
- code() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
Returns the code of this status.
- code() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
Returns the code of this status.
- COLON - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Colon ':'
- COMMA - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Comma ','
- comment() - Method in interface io.netty.handler.codec.http.Cookie
-
- comment() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- commentUrl() - Method in interface io.netty.handler.codec.http.Cookie
-
- commentUrl() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- compareTo(Cookie) - Method in class io.netty.handler.codec.http.cookie.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
- configureHttp1(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
Deprecated.
Configures the Channel
of the specified ctx
for HTTP/1.
- configureSpdy(ChannelHandlerContext, SpdyVersion) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
Deprecated.
Configures the Channel
of the specified ctx
for HTTP/2.
- 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
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- 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(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- contains(String, String, boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- contains(String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- contains(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Checks to see if there is a header with the specified name
- contains(String, String, boolean) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns true
if a header with the name and value exists.
- 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.
- containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns true
if a header with the name
and value
exists, false
otherwise.
- 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, 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 - Interface in io.netty.handler.codec.http.cookie
-
- COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
"Cookie"
- CookieDecoder - Class in io.netty.handler.codec.http.cookie
-
Parent of Client and Server side cookie decoders
- CookieDecoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie.CookieDecoder
-
- CookieDecoder - Class in io.netty.handler.codec.http
-
- CookieEncoder - Class in io.netty.handler.codec.http.cookie
-
Parent of Client and Server side cookie encoders
- CookieEncoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie.CookieEncoder
-
- CookieHeaderNames - Class in io.netty.handler.codec.http.cookie
-
- 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
-
- CorsConfig - Class in io.netty.handler.codec.http.cors
-
Configuration for Cross-Origin Resource Sharing (CORS).
- CorsConfig.Builder - Class in io.netty.handler.codec.http.cors
-
Builder used to configure and build a CorsConfig instance.
- CorsConfig.DateValueGenerator - Class in io.netty.handler.codec.http.cors
-
This callable is used for the DATE preflight HTTP response HTTP header.
- CorsHandler - Class in io.netty.handler.codec.http.cors
-
- CorsHandler(CorsConfig) - Constructor for class io.netty.handler.codec.http.cors.CorsHandler
-
- 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
-
- 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.RtspDecoder
-
- 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.RtspDecoder
-
- CSEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
"CSeq"
- ctx - Variable in class io.netty.handler.codec.http.HttpContentDecoder
-
- 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(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- get() - Static method in class io.netty.handler.codec.http.HttpHeaderDateFormat
-
- get(String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- get(CharSequence) - 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(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- getAll(String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- getAll(CharSequence) - 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(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
-
Returns the value of the "X-SPDY-Associated-To-Stream-ID"
header.
- 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.HttpPostMultipartRequestDecoder
-
This getMethod returns the first InterfaceHttpData with the given name from
body.
- getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
This getMethod returns the first InterfaceHttpData with the given name from
body.
- getBodyHttpData(String) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
This getMethod returns the first InterfaceHttpData with the given name from
body.
- getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
This getMethod returns a List of all HttpDatas from body.
- getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
This getMethod returns a List of all HttpDatas with the given name from
body.
- getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
This getMethod returns a List of all HttpDatas from body.
- getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
This getMethod returns a List of all HttpDatas with the given name from
body.
- getBodyHttpDatas() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
This getMethod returns a List of all HttpDatas from body.
- getBodyHttpDatas(String) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
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
-
- getComment() - Method in interface io.netty.handler.codec.http.Cookie
-
- getComment() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getCommentUrl() - Method in interface io.netty.handler.codec.http.Cookie
-
- getCommentUrl() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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
-
- getDateHeader(HttpMessage, CharSequence) - 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
-
- getDateHeader(HttpMessage, CharSequence, 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.
- getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Return the threshold in bytes after which read data in the buffer should be discarded.
- getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Return the threshold in bytes after which read data in the buffer should be discarded.
- getDiscardThreshold() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Return the threshold in bytes after which read data in the buffer should be discarded.
- 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
-
- getDomain() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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.HttpPostMultipartRequestDecoder
-
Get the FileUpload (new one or current one)
- 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
-
- getHeader(HttpMessage, CharSequence) - 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
-
- getHeader(HttpMessage, CharSequence, 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
-
- getIntHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getIntHeader(HttpMessage, CharSequence) - 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
-
- getIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the integer header value with the specified header name.
- getMaxAge() - Method in interface io.netty.handler.codec.http.Cookie
-
- getMaxAge() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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.
- getMultipartDataBoundary(String) - Static method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Check from the request ContentType if this request is a Multipart request.
- getName() - Method in interface io.netty.handler.codec.http.Cookie
-
- getName() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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
-
- getPath() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getPorts() - Method in interface io.netty.handler.codec.http.Cookie
-
- getPorts() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
-
Returns the value of the "X-SPDY-Priority"
header.
- 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(int, SpdyHeadersFrame) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
-
- getStreamId(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
-
Returns the value of the "X-SPDY-Stream-ID"
header.
- 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.
- getValue() - Method in interface io.netty.handler.codec.http.Cookie
-
- getValue() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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
-
- getVersion() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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"
- GZIP_DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
"gzip,deflate"
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentCompressor
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
- 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.SpdyFrameCodec
-
- 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.
- handshake(Channel, HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake.
- handshake(Channel, HttpRequest, 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
HttpRequest
which is passed in.
- handshaker() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Returns the used handshaker
- hashCode() - Method in class io.netty.handler.codec.http.cookie.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.HttpPostMultipartRequestDecoder
-
True if at current getStatus, there is an available decoded
InterfaceHttpData from the Body.
- hasNext() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- hasNext() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
True if at current getStatus, there is an available decoded
InterfaceHttpData from the Body.
- hasNext() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
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
- HttpChunkedInput - Class in io.netty.handler.codec.http
-
A ChunkedInput
that fetches data chunk by chunk for use with HTTP chunked transfers.
- HttpChunkedInput(ChunkedInput<ByteBuf>) - Constructor for class io.netty.handler.codec.http.HttpChunkedInput
-
Creates a new instance using the specified input.
- HttpChunkedInput(ChunkedInput<ByteBuf>, LastHttpContent) - Constructor for class io.netty.handler.codec.http.HttpChunkedInput
-
Creates a new instance using the specified input.
- 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
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- 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
-
- HttpContentDecompressor(boolean) - 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
-
- 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
- HttpExpectationFailedEvent - Class in io.netty.handler.codec.http
-
A user event designed to communicate that a expectation has failed and there should be no expectation that a
body will follow.
- HttpHeaderDateFormat - Class in io.netty.handler.codec.http
-
This DateFormat decodes 3 formats of
Date
, but only encodes the one,
the first:
Sun, 06 Nov 1994 08:49:37 GMT: standard specification, the only one with
valid generation
Sun, 06 Nov 1994 08:49:37 GMT: obsolete specification
Sun Nov 6 08:49:37 1994: obsolete specification
- 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.
- HttpObjectAggregator(int, boolean) - 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.
- HttpObjectDecoder(int, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the specified parameters.
- HttpObjectDecoder(int, int, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
- HttpObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.http
-
- HttpObjectEncoder() - Constructor for class io.netty.handler.codec.http.HttpObjectEncoder
-
- HTTPONLY - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- HttpPostMultipartRequestDecoder - Class in io.netty.handler.codec.http.multipart
-
This decoder will decode Body and can handle POST BODY.
- HttpPostMultipartRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- 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.ErrorDataDecoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when an error occurs while decoding
- HttpPostRequestDecoder.IncompatibleDataDecoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when an unappropriated getMethod was called on a request
- HttpPostRequestDecoder.MultiPartStatus - Enum in io.netty.handler.codec.http.multipart
-
states follow NOTSTARTED PREAMBLE ( (HEADERDELIMITER DISPOSITION (FIELD |
FILEUPLOAD))* (HEADERDELIMITER DISPOSITION MIXEDPREAMBLE (MIXEDDELIMITER
MIXEDDISPOSITION MIXEDFILEUPLOAD)+ MIXEDCLOSEDELIMITER)* CLOSEDELIMITER)+
EPILOGUE
First getStatus is: NOSTARTED
Content-type: multipart/form-data, boundary=AaB03x => PREAMBLE in Header
--AaB03x => HEADERDELIMITER content-disposition: form-data; name="field1"
=> DISPOSITION
Joe Blow => FIELD --AaB03x => HEADERDELIMITER content-disposition:
form-data; name="pics" => DISPOSITION Content-type: multipart/mixed,
boundary=BbC04y
--BbC04y => MIXEDDELIMITER Content-disposition: attachment;
filename="file1.txt" => MIXEDDISPOSITION Content-Type: text/plain
... contents of file1.txt ... => MIXEDFILEUPLOAD --BbC04y =>
MIXEDDELIMITER Content-disposition: file; filename="file2.gif" =>
MIXEDDISPOSITION Content-type: image/gif Content-Transfer-Encoding:
binary
...contents of file2.gif... => MIXEDFILEUPLOAD --BbC04y-- =>
MIXEDCLOSEDELIMITER --AaB03x-- => CLOSEDELIMITER
Once CLOSEDELIMITER is found, last getStatus is EPILOGUE
- 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)
- 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
- HttpPostStandardRequestDecoder - Class in io.netty.handler.codec.http.multipart
-
This decoder will decode Body and can handle POST BODY.
- HttpPostStandardRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- 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.
- HttpRequestDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
- HttpRequestDecoder(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
- 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.
- HttpResponseDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
- HttpResponseDecoder(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
- 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.
- HttpServerCodec(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder options.
- HttpServerCodec(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder options.
- HttpServerKeepAliveHandler - Class in io.netty.handler.codec.http
-
HttpServerKeepAliveHandler helps close persistent connections when appropriate.
- HttpServerKeepAliveHandler() - Constructor for class io.netty.handler.codec.http.HttpServerKeepAliveHandler
-
- HttpUtil - Class in io.netty.handler.codec.http
-
Utility methods useful in the HTTP context.
- 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.
- id() - Method in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
-
- id() - Method in interface io.netty.handler.codec.spdy.SpdyPingFrame
-
Returns the ID of this frame.
- 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"
- ids() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- ids() - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns a Set
of the setting IDs.
- 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"
- IncompatibleDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
-
- IncompatibleDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
-
- IncompatibleDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
-
- IncompatibleDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
-
- initCookie(String, int, int, int, int) - Method in class io.netty.handler.codec.http.cookie.CookieDecoder
-
- INSTANCE - Static variable in class io.netty.handler.codec.http.HttpExpectationFailedEvent
-
- 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
-
- InterfaceHttpPostRequestDecoder - Interface in io.netty.handler.codec.http.multipart
-
This decoder will decode Body and can handle POST BODY.
- 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.cookie - package io.netty.handler.codec.http.cookie
-
This package contains Cookie related classes.
- io.netty.handler.codec.http.cors - package io.netty.handler.codec.http.cors
-
This package contains Cross Origin Resource Sharing (CORS) related classes.
- 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.
- isAnyOriginSupported() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Determines whether a wildcard origin, '*', is supported.
- isAsteriskForm(URI) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Determine if a uri is in asterisk-form according to
rfc7230, 5.3.
- 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.RtspDecoder
-
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.
- isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- isCorsSupportEnabled() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Determines if support for CORS is enabled.
- isCredentialsAllowed() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Determines if cookies are supported for CORS requests.
- 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.RtspDecoder
-
- isDiscard() - Method in interface io.netty.handler.codec.http.Cookie
-
- isDiscard() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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.HttpChunkedInput
-
- isEndOfInput() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- isEndOfInput() - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
- 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.Cookie
-
Checks to see if this
Cookie
can only be accessed via HTTP.
- isHttpOnly() - Method in class io.netty.handler.codec.http.cookie.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.HttpPostMultipartRequestDecoder
-
True if this request is a Multipart request
- isMultipart(HttpRequest) - Static method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Check if the given request is a multipart request
- isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
True if this request is a Multipart request
- isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
True if this request is a Multipart request
- isMultipart() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
True if this request is a Multipart request
- isNullOriginAllowed() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded
from the local file system.
- isOriginForm(URI) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Determine if a uri is in origin-form according to
rfc7230, 5.3.
- 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.Cookie
-
Checks to see if this
Cookie
is secure
- isSecure() - Method in class io.netty.handler.codec.http.cookie.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.
- isShortCurcuit() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Determines whether a CORS request should be rejected if it's invalid before being
further processing.
- 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.DefaultSpdyHeaders
-
- iterator() - Method in class io.netty.handler.codec.spdy.SpdyHeaders
-
- name() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Returns the name of this
Cookie
.
- name() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- 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
-
Returns a new
Set
that contains the names of all headers in this object.
- 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.
- NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
511 Network Authentication Required (RFC6585)
- 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
-
- newEntity(String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- 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
-
- newNameEntity(String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- newValueEntity(String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- 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.HttpPostMultipartRequestDecoder
-
Returns the next available InterfaceHttpData or null if, at the time it
is called, there is no more available InterfaceHttpData.
- next() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- next() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Returns the next available InterfaceHttpData or null if, at the time it
is called, there is no more available InterfaceHttpData.
- next() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Returns the next available InterfaceHttpData or null if, at the time it
is called, there is no more available InterfaceHttpData.
- 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"
- noPreflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Specifies that no preflight response headers should be added to a preflight response.
- 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
- NotEnoughDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- NotEnoughDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- NotEnoughDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- NotEnoughDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- 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.
- parse(String, ParsePosition) - Method in class io.netty.handler.codec.http.HttpHeaderDateFormat
-
- 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 interface io.netty.handler.codec.http.cookie.Cookie
-
Returns the path of this
Cookie
.
- PATH - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- path() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- 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"
- ports() - Method in interface io.netty.handler.codec.http.Cookie
-
- ports() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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
- PRECONDITION_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
428 Precondition Required (RFC6585)
- prefix - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- prefix - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- preflightResponseHeader(CharSequence, Object...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preflightResponseHeader(String, Callable<T>) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Returns HTTP response headers that should be added to a CORS preflight response.
- priority() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
- PRIORITY - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
-
"x-spdy-priority"
- priority() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Returns the priority of the stream.
- 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"
- processHandshake(Channel, HttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- processHandshake(Channel, HttpResponse, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- PROCESSING - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
102 Processing (WebDAV, RFC2518)
- protocol(String) - Static method in enum io.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
-
Deprecated.
Get an instance of this enum based on the protocol name returned by the NPN server provider
- 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"
.
- protocolName() - Method in enum io.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
-
Deprecated.
- 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"
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Returns the next available HttpChunk.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Fetches a chunked data from the stream.
- readDataFrame(int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readDataFrame(int, boolean, ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a DATA frame is received.
- readFrameError(String) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readFrameError(String) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when an unrecoverable session error has occurred.
- readGoAwayFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readGoAwayFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a GOAWAY frame is received.
- readHeaderBlock(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readHeaderBlock(ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when the header block within a SYN_STREAM, SYN_REPLY, or HEADERS frame is received.
- readHeaderBlockEnd() - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readHeaderBlockEnd() - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when an entire header block has been received.
- readHeadersFrame(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readHeadersFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a HEADERS frame is received.
- readPingFrame(int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readPingFrame(int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a PING frame is received.
- readRstStreamFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readRstStreamFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a RST_STREAM frame is received.
- readSetting(int, int, boolean, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readSetting(int, int, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when an individual setting within a SETTINGS frame is received.
- readSettingsEnd() - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readSettingsEnd() - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when the entire SETTINGS frame has been received.
- readSettingsFrame(boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readSettingsFrame(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a SETTINGS frame is received.
- readSynReplyFrame(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readSynReplyFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a SYN_REPLY frame is received.
- readSynStreamFrame(int, int, byte, boolean, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readSynStreamFrame(int, int, byte, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a SYN_STREAM frame is received.
- readWindowUpdateFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readWindowUpdateFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a WINDOW_UPDATE frame is received.
- reasonPhrase() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
- 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(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- remove(String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- remove(CharSequence) - 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
-
- removeHeader(HttpMessage, CharSequence) - 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.HttpPostMultipartRequestDecoder
-
Remove the given FileUpload from the list of FileUploads to clean
- removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Remove the given FileUpload from the list of FileUploads to clean
- removeHttpDataFromClean(InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
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.
- 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() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
Resets the state of the decoder so that it is ready to decode a new message.
- RESET_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
205 Reset Content
- Result(String, EmbeddedChannel) - Constructor for class io.netty.handler.codec.http.HttpContentEncoder.Result
-
- 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
- RtspDecoder - Class in io.netty.handler.codec.rtsp
-
Decodes
ByteBuf
s into RTSP messages represented in
HttpMessage
s.
- RtspDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096)
, maxHeaderSize (8192)
, and
maxContentLength (8192)
.
- RtspDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the specified parameters.
- RtspDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the specified parameters.
- RtspEncoder - Class in io.netty.handler.codec.rtsp
-
- RtspEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspEncoder
-
- 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
-
- RtspObjectDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.
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
-
Deprecated.
Creates a new instance with the specified parameters.
- RtspObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.
- RtspObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.rtsp
-
- RtspObjectEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectEncoder
-
Deprecated.
Creates a new instance.
- RtspRequestDecoder - Class in io.netty.handler.codec.rtsp
-
- RtspRequestDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
-
Deprecated.
- RtspRequestEncoder - Class in io.netty.handler.codec.rtsp
-
- RtspRequestEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestEncoder
-
Deprecated.
- RtspResponseDecoder - Class in io.netty.handler.codec.rtsp
-
- RtspResponseDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
-
Deprecated.
- RtspResponseEncoder - Class in io.netty.handler.codec.rtsp
-
- RtspResponseEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseEncoder
-
Deprecated.
- 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.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"
- SECURE - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- 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.
- selectProtocol(SslHandler) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
Deprecated.
- 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 ';'
- sendUnsupportedVersionResponse(Channel) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Return that we need cannot not support the web socket version
- sendUnsupportedVersionResponse(Channel, ChannelPromise) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Return that we need cannot not support the web socket version
- sendUnsupportedWebSocketVersionResponse(Channel) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
- 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"
- ServerCookieDecoder - Class in io.netty.handler.codec.http.cookie
-
A
RFC6265 compliant cookie decoder to be used server side.
- ServerCookieEncoder - Class in io.netty.handler.codec.http.cookie
-
A
RFC6265 compliant cookie encoder to be used server side,
so some fields are sent (Version is typically ignored).
- ServerCookieEncoder - Class in io.netty.handler.codec.http
-
- 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(HttpHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- set(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- set(CharSequence, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- set(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- set(String, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- set(CharSequence, 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
-
- set(CharSequence, 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.
- setAssociatedStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
- setAssociatedStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Sets the Associated-To-Stream-ID of this frame.
- setAssociatedToStreamId(HttpMessage, int) - Static method in class io.netty.handler.codec.spdy.SpdyHttpHeaders
-
Sets the "X-SPDY-Associated-To-Stream-ID"
header.
- 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
-
- setComment(String) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setCommentUrl(String) - Method in interface io.netty.handler.codec.http.Cookie
-
- setCommentUrl(String) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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
-
- setDateHeader(HttpMessage, CharSequence, 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
-
- setDateHeader(HttpMessage, CharSequence, 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
-
- setDiscard(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Set the amount of bytes after which read bytes in the buffer should be discarded.
- setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Set the amount of bytes after which read bytes in the buffer should be discarded.
- setDiscardThreshold(int) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Set the amount of bytes after which read bytes in the buffer should be discarded.
- setDomain(String) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets the domain of this
Cookie
.
- setDomain(String) - Method in class io.netty.handler.codec.http.cookie.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
-
- setHeader(HttpMessage, CharSequence, 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
-
- setHeader(HttpMessage, CharSequence, 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
-
- setHost(HttpMessage, CharSequence) - 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.Cookie
-
Determines if this
Cookie
is HTTP only.
- setHttpOnly(boolean) - Method in class io.netty.handler.codec.http.cookie.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
-
- setIntHeader(HttpMessage, CharSequence, 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
-
- setIntHeader(HttpMessage, CharSequence, 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.Cookie
-
Sets the maximum age of this
Cookie
in seconds.
- setMaxAge(long) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- setMaxAge(long) - Method in interface io.netty.handler.codec.http.Cookie
-
- 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.Cookie
-
- setPath(String) - Method in class io.netty.handler.codec.http.cookie.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
-
- setPorts(Iterable<Integer>) - Method in interface io.netty.handler.codec.http.Cookie
-
- setPorts(int...) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setPorts(Iterable<Integer>) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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.Cookie
-
Sets the security getStatus of this
Cookie
- setSecure(boolean) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- setSessionReceiveWindowSize(int) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
-
- 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_MINOR_VERSION - 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.
- setValue(String) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets the value of this
Cookie
.
- setValue(String) - Method in class io.netty.handler.codec.http.cookie.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
-
- setVersion(int) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setVersion(int, SpdyHeadersFrame, HttpVersion) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
-
Sets the HTTP version header.
- setWrap(boolean) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets true if the value of this
Cookie
is to be wrapped with double quotes.
- setWrap(boolean) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- shortCurcuit() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Specifies that a CORS request should be rejected if it's invalid before being
further processing.
- size - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- SP - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Horizontal space
- SP_CHAR - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Horizontal space
- 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
-
A ChannelHandler
that encodes and decodes SPDY Frames.
- SpdyFrameCodec(SpdyVersion) - 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(SpdyVersion, 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.
- SpdyFrameCodec(SpdyVersion, int, SpdyHeaderBlockDecoder, SpdyHeaderBlockEncoder) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- SpdyFrameDecoder - Class in io.netty.handler.codec.spdy
-
Decodes ByteBuf
s into SPDY Frames.
- SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
Creates a new instance with the specified version
and the default maxChunkSize (8192)
.
- SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate, int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
Creates a new instance with the specified parameters.
- SpdyFrameDecoderDelegate - Interface in io.netty.handler.codec.spdy
-
- SpdyFrameEncoder - Class in io.netty.handler.codec.spdy
-
Encodes a SPDY Frame into a ByteBuf
.
- SpdyFrameEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
Creates a new instance with the specified spdyVersion
.
- SpdyGoAwayFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol GOAWAY Frame
- SpdyHeaderBlockRawDecoder - Class in io.netty.handler.codec.spdy
-
- SpdyHeaderBlockRawDecoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
-
- SpdyHeaderBlockRawEncoder - Class in io.netty.handler.codec.spdy
-
- SpdyHeaderBlockRawEncoder(SpdyVersion) - 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
- SpdyHeadersFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol HEADERS Frame
- SpdyHttpCodec - Class in io.netty.handler.codec.spdy
-
- SpdyHttpCodec(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpCodec
-
Creates a new instance with the specified decoder options.
- SpdyHttpCodec(SpdyVersion, int, boolean) - 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(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
Creates a new instance.
- SpdyHttpDecoder(SpdyVersion, int, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
Creates a new instance.
- SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
Creates a new instance with the specified parameters.
- SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>, boolean) - 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(SpdyVersion) - 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
-
- SpdyOrHttpChooser() - Constructor for class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
Deprecated.
- SpdyOrHttpChooser.SelectedProtocol - Enum in io.netty.handler.codec.spdy
-
Deprecated.
- 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(SpdyVersion, 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
- SpdyVersion - Enum in io.netty.handler.codec.spdy
-
- 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() - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
-
- status() - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
-
- status() - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
-
Returns the status of this frame.
- STATUS - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":status"
- status() - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
-
Returns the status of this frame.
- statusCode() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Returns the closing status code as per
RFC 6455.
- statusPhrase() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
Returns the status phrase of this status.
- statusPhrase() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
Returns the status phrase of this status.
- STREAM_ALREADY_CLOSED - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
9 Stream Already Closed
- STREAM_ID - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
-
"x-spdy-stream-id"
- STREAM_IN_USE - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
8 Stream In Use
- streamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
-
- streamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
-
- streamId() - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
-
Returns the Stream-ID of this frame.
- streamId() - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
-
Returns the Stream-ID of this frame.
- STRICT - Static variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder
-
Strict encoder that validates that name and value chars are in the valid scope
defined in RFC6265
- STRICT - Static variable in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Strict encoder that validates that name and value chars are in the valid scope and (for methods that accept
multiple cookies) sorts cookies into order of decreasing path length, as specified in RFC6265.
- strict - Variable in class io.netty.handler.codec.http.cookie.CookieEncoder
-
- STRICT - Static variable in class io.netty.handler.codec.http.cookie.ServerCookieDecoder
-
Strict encoder that validates that name and value chars are in the valid scope
defined in RFC6265
- STRICT - Static variable in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Strict encoder that validates that name and value chars are in the valid scope
defined in RFC6265, and (for methods that accept multiple cookies) that only
one cookie is encoded with any given name.
- 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
- validate - Variable in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- validateCookie(String, String) - Method in class io.netty.handler.codec.http.cookie.CookieEncoder
-
- validateHeaders - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
- validateValue(String, String) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- value() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Returns the value of this
Cookie
.
- value() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- 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.HttpPostRequestDecoder.MultiPartStatus
-
Returns the enum constant of this type with the specified name.
- 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
-
Deprecated.
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
-
- valueOf(String) - Static method in enum io.netty.handler.codec.spdy.SpdyVersion
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum 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
-
Deprecated.
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.SpdyVersion
-
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 interface io.netty.handler.codec.http.Cookie
-
- version() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- 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"
- 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"
- WebSocketChunkedInput - Class in io.netty.handler.codec.http.websocketx
-
A ChunkedInput
that fetches data chunk by chunk for use with WebSocket chunked transfers.
- WebSocketChunkedInput(ChunkedInput<ByteBuf>) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Creates a new instance using the specified input.
- WebSocketChunkedInput(ChunkedInput<ByteBuf>, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Creates a new instance using the specified input.
- 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, boolean) - 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(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- WebSocketServerProtocolHandler(String, String, boolean, int, 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.
- withAnyOrigin() - Static method in class io.netty.handler.codec.http.cors.CorsConfig
-
Creates a Builder instance with it's origin set to '*'.
- withOrigin(String) - Static method in class io.netty.handler.codec.http.cors.CorsConfig
-
- withOrigins(String...) - Static method in class io.netty.handler.codec.http.cors.CorsConfig
-
- wrap() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Returns true if the raw value of this
Cookie
,
was wrapped with double quotes in original Set-Cookie header.
- wrap() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.cors.CorsHandler
-
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
-
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- 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"