- 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.HttpHeaderNames
-
"accept"
- ACCEPT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"accept"
- ACCEPT_CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-charset"
- ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-encoding"
- ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"accept-encoding"
- ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-language"
- ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"accept-lanugage"
- ACCEPT_PATCH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-patch"
- ACCEPT_RANGES - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"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.RtspObjectEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspRequestEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspResponseEncoder
-
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-credentials"
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-headers"
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-methods"
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-origin"
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-expose-headers"
- ACCESS_CONTROL_MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-max-age"
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-request-headers"
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-request-method"
- actualSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the subprotocol response sent by the server.
- add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(TextHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- add(TextHeaders) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- add(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- add(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- add(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- add(TextHeaders) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- add(TextHeaders) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- add(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- add(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- add(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- add(TextHeaders) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- 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
- addBodyHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add the InterfaceHttpData to the Body list
- addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- addBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- addByte(CharSequence, byte) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addByte(CharSequence, byte) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addByte(CharSequence, byte) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- addByte(CharSequence, byte) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- addByte(CharSequence, byte) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- addChar(CharSequence, char) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addChar(CharSequence, char) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addChar(CharSequence, char) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- addChar(CharSequence, char) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- addChar(CharSequence, char) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- 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
-
- addDouble(CharSequence, double) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addDouble(CharSequence, double) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addDouble(CharSequence, double) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- addDouble(CharSequence, double) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- addDouble(CharSequence, double) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- addFloat(CharSequence, float) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addFloat(CharSequence, float) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addFloat(CharSequence, float) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- addFloat(CharSequence, float) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- addFloat(CharSequence, float) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- 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.HttpPostStandardRequestDecoder
-
Utility function to add a new decoded data
- addHttpHandlers(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
Add all ChannelHandler's that are needed for HTTP.
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addInt(CharSequence, int) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- addInt(CharSequence, int) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- addLong(CharSequence, long) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addLong(CharSequence, long) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addLong(CharSequence, long) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- addLong(CharSequence, long) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- addLong(CharSequence, long) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- addObject(CharSequence, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addObject(CharSequence, Object) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addObject(CharSequence, Object) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- addObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- addObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- addObject(CharSequence, Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- addObject(CharSequence, Object) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- addObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- addObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- addParam(String, String) - Method in class io.netty.handler.codec.http.QueryStringEncoder
-
Adds a parameter with the specified name and value to this encoder.
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addShort(CharSequence, short) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- addShort(CharSequence, short) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- addSpdyHandlers(ChannelHandlerContext, SpdyVersion) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
Add all ChannelHandler's that are needed for SPDY with the given version.
- addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- addTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- AGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"age"
- aggregate(FullHttpMessage, HttpContent) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- 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.HttpHeaderNames
-
"allow"
- ALLOW - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"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.RtspHeaderValues
-
"append"
- appendHeaders(StringBuilder) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- APPLICATION_OCTET_STREAM - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/octet-stream"
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"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.
- ATTACHMENT - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
- Attribute - Interface in io.netty.handler.codec.http.multipart
-
Attribute interface
- AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"authorization"
- AUTHORIZATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"authorization"
- AVP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"AVP"
- CACHE_CONTROL - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"cache-control"
- CACHE_CONTROL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"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.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.websocketx.extensions.WebSocketClientExtensionHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
-
- CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"charset"
- CHARSET - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"charset"
- checkCloseFrameBody(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
-
- checkSize(long) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- checkSize(long) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Check if the new size is not reaching the max limit allowed.
- checkSize(long) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- checkSize(long) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- CHUNKED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"chunked"
- cleanAllHttpData() - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- cleanAllHttpData() - 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.
- cleanRequestHttpData(HttpRequest) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- cleanRequestHttpData(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.EmptyHttpHeaders
-
- clear() - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- clear() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- clear() - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- 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.RtspHeaderValues
-
"client_port"
- ClientCookieDecoder - Class in io.netty.handler.codec.http
-
A
RFC6265 compliant cookie decoder to be used client side.
- ClientCookieEncoder - Class in io.netty.handler.codec.http
-
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.RtspHeaderValues
-
"clock"
- close() - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
- CLOSE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"close"
- close() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Performs the closing handshake
- close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Performs the closing handshake
- close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the closing handshake
- close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the closing handshake
- close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
Echo back the closing frame
- CLOSE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"close"
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
-
- CloseWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Web Socket Frame for closing the connection
- CloseWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame.
- CloseWebSocketFrame(int, String) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame with closing getStatus code and reason text
- CloseWebSocketFrame(boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new close frame with no losing getStatus code and no reason text
- CloseWebSocketFrame(boolean, int, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new close frame with closing status code and reason text
- CloseWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new close frame
- code() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
- 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.
- codeAsText() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
Returns the status code as AsciiString.
- codeClass() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
- 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
-
Returns the comment of this
Cookie.
- comment() - Method in class io.netty.handler.codec.http.DefaultCookie
-
- commentUrl() - Method in interface io.netty.handler.codec.http.Cookie
-
Returns the comment URL of this
Cookie.
- commentUrl() - Method in class io.netty.handler.codec.http.DefaultCookie
-
- compareTo(Cookie) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- compareTo(HttpMethod) - Method in class io.netty.handler.codec.http.HttpMethod
-
- compareTo(HttpResponseStatus) - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
- compareTo(HttpVersion) - Method in class io.netty.handler.codec.http.HttpVersion
-
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- compareTo(Attribute) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- compareTo(FileUpload) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- compareTo(Attribute) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- compareTo(FileUpload) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- compareTo(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
- compareTo(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
- COMPRESS - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"compress"
- COMPRESS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"compress"
- CONFERENCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"conference"
- CONFERENCE_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
452 Conference Not Found
- CONFLICT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
409 Conflict
- CONNECT - Static variable in class io.netty.handler.codec.http.HttpMethod
-
This specification reserves the method name CONNECT for use with a proxy that can dynamically
switch to being a tunnel
- CONNECTION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"connection"
- CONNECTION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"connection"
- contains(int) - Method in enum io.netty.handler.codec.http.HttpStatusClass
-
Returns true if and only if the specified HTTP status code falls into this class.
- 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.HttpHeaderNames
-
"content-base"
- CONTENT_BASE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-base"
- CONTENT_DISPOSITION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-disposition"
- CONTENT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-encoding"
- CONTENT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-encoding"
- CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-language"
- CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-language"
- CONTENT_LENGTH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-length"
- CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-length"
- CONTENT_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-location"
- CONTENT_LOCATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-location"
- CONTENT_MD5 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-md5"
- CONTENT_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-range"
- CONTENT_TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-transfer-encoding"
- CONTENT_TYPE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-type"
- CONTENT_TYPE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-type"
- contentEncoder() - Method in class io.netty.handler.codec.http.HttpContentEncoder.Result
-
- contentLength(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- contentLength(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- 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.HttpHeaderValues
-
"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.RtspHeaderValues
-
"100-continue"
- CONTINUE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
100 Continue
- Cookie - Interface in io.netty.handler.codec.http
-
- COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"cookie"
- copy(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- copy() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- copy(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- 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(ByteBuf) - Method in interface io.netty.handler.codec.http.FullHttpMessage
-
- copy() - Method in interface io.netty.handler.codec.http.FullHttpMessage
-
- copy(ByteBuf) - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- copy() - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- copy(ByteBuf) - Method in interface io.netty.handler.codec.http.FullHttpResponse
-
- 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.Builder(String...) - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Creates a new Builder instance with the origin passed in.
- CorsConfig.Builder() - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Creates a new Builder instance allowing any origin, "*" which is the
wildcard origin.
- CorsConfig.DateValueGenerator - Class in io.netty.handler.codec.http.cors
-
This callable is used for the DATE preflight HTTP response HTTP header.
- CorsConfig.DateValueGenerator() - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
-
- 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
-
- createHttpRequestHandlerForHttp() - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
- createHttpRequestHandlerForSpdy() - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
- createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpRequestDecoder
-
- createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpResponseDecoder
-
- createInvalidMessage() - Method in class io.netty.handler.codec.rtsp.RtspRequestDecoder
-
- createInvalidMessage() - Method in class io.netty.handler.codec.rtsp.RtspResponseDecoder
-
- createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
-
- createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpResponseDecoder
-
- createMessage(String[]) - Method in class io.netty.handler.codec.rtsp.RtspRequestDecoder
-
- createMessage(String[]) - Method in class io.netty.handler.codec.rtsp.RtspResponseDecoder
-
- CSEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"cseq"
- customHeaders - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- DATE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"date"
- DATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"cate"
- deallocate() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- decode(String) - Static method in class io.netty.handler.codec.http.ClientCookieDecoder
-
Decodes the specified Set-Cookie HTTP header value into a
Cookie.
- decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
-
- decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
- decode(ChannelHandlerContext, HttpRequest, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler
-
- decode(String) - Static method in class io.netty.handler.codec.http.ServerCookieDecoder
-
Decodes the specified Set-Cookie HTTP header value into a
Cookie.
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
-
- decode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
- decode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- decode(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
- decode(ChannelHandlerContext, SpdyFrame, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
- decode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
- decodeComponent(String) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
-
Decodes a bit of an URL encoded by a browser.
- decodeComponent(String, Charset) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
-
Decodes a bit of an URL encoded by a browser.
- decodeHeaderBlock(ByteBuf, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
-
- decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- decoder() - Method in class io.netty.handler.codec.http.HttpClientCodec
-
Returns the decoder of this codec.
- decoder() - Method in class io.netty.handler.codec.http.HttpServerCodec
-
Returns the decoder of this codec.
- decoderResult() - Method in class io.netty.handler.codec.http.DefaultHttpObject
-
- DEFAULT_CHARSET - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Default character set (UTF-8)
- DefaultCookie - Class in io.netty.handler.codec.http
-
The default
Cookie implementation.
- DefaultCookie(String, String) - Constructor for class io.netty.handler.codec.http.DefaultCookie
-
Creates a new cookie with the specified name and value.
- DefaultFullHttpRequest - Class in io.netty.handler.codec.http
-
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- DefaultFullHttpResponse - Class in io.netty.handler.codec.http
-
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- DefaultHttpContent - Class in io.netty.handler.codec.http
-
- DefaultHttpContent(ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultHttpContent
-
Creates a new instance with the specified chunk content.
- DefaultHttpDataFactory - Class in io.netty.handler.codec.http.multipart
-
Default factory giving Attribute and FileUpload according to constructor
Attribute and FileUpload could be :
- MemoryAttribute, DiskAttribute or MixedAttribute
- MemoryFileUpload, DiskFileUpload or MixedFileUpload
according to the constructor.
- DefaultHttpDataFactory() - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
HttpData will be in memory if less than default size (16KB).
- DefaultHttpDataFactory(Charset) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- DefaultHttpDataFactory(boolean) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
HttpData will be always on Disk if useDisk is True, else always in Memory if False
- DefaultHttpDataFactory(boolean, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- DefaultHttpDataFactory(long) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
HttpData will be on Disk if the size of the file is greater than minSize, else it
will be in memory.
- DefaultHttpDataFactory(long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- DefaultHttpHeaders - Class in io.netty.handler.codec.http
-
- DefaultHttpHeaders() - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
- DefaultHttpHeaders(boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
- DefaultHttpHeaders(boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
- DefaultHttpHeaders(boolean, DefaultHeaders.NameConverter<CharSequence>, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
- DefaultHttpMessage - Class in io.netty.handler.codec.http
-
- DefaultHttpMessage(HttpVersion) - Constructor for class io.netty.handler.codec.http.DefaultHttpMessage
-
Creates a new instance.
- DefaultHttpMessage(HttpVersion, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpMessage
-
Creates a new instance.
- DefaultHttpObject - Class in io.netty.handler.codec.http
-
- DefaultHttpObject() - Constructor for class io.netty.handler.codec.http.DefaultHttpObject
-
- DefaultHttpRequest - Class in io.netty.handler.codec.http
-
- DefaultHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class io.netty.handler.codec.http.DefaultHttpRequest
-
Creates a new instance.
- DefaultHttpRequest(HttpVersion, HttpMethod, String, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpRequest
-
Creates a new instance.
- DefaultHttpResponse - Class in io.netty.handler.codec.http
-
- DefaultHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
-
Creates a new instance.
- DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
-
Creates a new instance.
- DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
-
Creates a new instance.
- DefaultLastHttpContent - Class in io.netty.handler.codec.http
-
- DefaultLastHttpContent() - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
- DefaultLastHttpContent(ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
- DefaultLastHttpContent(ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
- DefaultSpdyDataFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyDataFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
Creates a new instance.
- DefaultSpdyDataFrame(int, ByteBuf) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
Creates a new instance.
- DefaultSpdyGoAwayFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyGoAwayFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
-
Creates a new instance.
- DefaultSpdyGoAwayFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
-
Creates a new instance.
- DefaultSpdyGoAwayFrame(int, SpdySessionStatus) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
-
Creates a new instance.
- DefaultSpdyHeaders - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyHeaders() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- DefaultSpdyHeadersFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyHeadersFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
Creates a new instance.
- DefaultSpdyPingFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyPingFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
-
Creates a new instance.
- DefaultSpdyRstStreamFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyRstStreamFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
-
Creates a new instance.
- DefaultSpdyRstStreamFrame(int, SpdyStreamStatus) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
-
Creates a new instance.
- DefaultSpdySettingsFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdySettingsFrame() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- DefaultSpdyStreamFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyStreamFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
-
Creates a new instance.
- DefaultSpdySynReplyFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdySynReplyFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
-
Creates a new instance.
- DefaultSpdySynStreamFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdySynStreamFrame(int, int, byte) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
Creates a new instance.
- DefaultSpdyWindowUpdateFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyWindowUpdateFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
-
Creates a new instance.
- definedSize - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"deflate"
- DEFLATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"deflate"
- DeflateFrameClientExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
- DeflateFrameClientExtensionHandshaker(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Constructor with default configuration.
- DeflateFrameClientExtensionHandshaker(int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Constructor with custom configuration.
- DeflateFrameServerExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
- DeflateFrameServerExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
Constructor with default configuration.
- DeflateFrameServerExtensionHandshaker(int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
Constructor with custom configuration.
- DELETE - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The DELETE method requests that the origin server delete the resource identified by the
Request-URI.
- delete() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- delete() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- delete() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Deletes the underlying storage for a file item, including deleting any
associated temporary disk file.
- delete() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- delete() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- deleteOnExit() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- deleteOnExit() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- deleteOnExit() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- deleteOnExitTemporaryFile - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- deleteOnExitTemporaryFile - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- deltaWindowSize() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
-
- deltaWindowSize() - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
-
Returns the Delta-Window-Size of this frame.
- DESCRIBE - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The DESCRIBE getMethod retrieves the description of a presentation or
media object identified by the request URL from a server.
- DESTINATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"destination"
- DESTINATION_UNREACHABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
462 Destination unreachable
- destroy() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- destroy() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- destroy() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- destroy() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
- determineWrapper(CharSequence) - Method in class io.netty.handler.codec.http.HttpContentCompressor
-
- disable() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Disables CORS support.
- DiskAttribute - Class in io.netty.handler.codec.http.multipart
-
Disk implementation of Attributes
- DiskAttribute(String) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
Constructor used for huge Attribute
- DiskAttribute(String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- DiskAttribute(String, String) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- DiskAttribute(String, String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- DiskFileUpload - Class in io.netty.handler.codec.http.multipart
-
Disk FileUpload implementation that stores file into real files
- DiskFileUpload(String, String, String, String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- domain() - Method in interface io.netty.handler.codec.http.Cookie
-
Returns the domain of this
Cookie.
- domain() - Method in class io.netty.handler.codec.http.DefaultCookie
-
- DOUBLE_QUOTE - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Double quote '"'
- duplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- duplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- duplicate() - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- duplicate() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
-
- duplicate() - Method in interface io.netty.handler.codec.http.FullHttpMessage
-
- duplicate() - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- duplicate() - Method in interface io.netty.handler.codec.http.FullHttpResponse
-
- duplicate() - Method in interface io.netty.handler.codec.http.HttpContent
-
- duplicate() - Method in interface io.netty.handler.codec.http.LastHttpContent
-
- duplicate() - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
- duplicate() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- duplicate() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- duplicate() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
- duplicate() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
- duplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- duplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- duplicate() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- duplicate() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- duplicate() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
- GATEWAY_TIMEOUT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
504 Gateway Timeout
- GATEWAY_TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
504 Gateway Timeout
- GET - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The GET method means retrieve whatever information (in the form of an entity) is identified
by the Request-URI.
- get() - 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_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.
- 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
-
- getContentLength(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
-
Returns the length of the content.
- getContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
-
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
-
- 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
-
- 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)
- 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
-
- getMaxSize() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- getMaxSize() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the maxSize for this HttpData.
- getMaxSize() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- getMaxSize() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- getMessage(int) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
- 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 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
-
- 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
-
- getProtocol(SSLEngine) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
- 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.
- 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.
- 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.HttpHeaderValues
-
"gzip"
- GZIP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"gzip"
- handleOversizedMessage(ChannelHandlerContext, HttpMessage) - 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
-
- 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.
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
- handshakeExtension(WebSocketExtensionData) - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
-
Handshake based on server response.
- handshakeExtension(WebSocketExtensionData) - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker
-
Handshake based on client request.
- handshaker() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Returns the used handshaker
- hasContentLength(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- hasContentLength(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultCookie
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpObject
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
-
- 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.http.multipart.MixedAttribute
-
- hashCode() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- 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 method is identical to GET except that the server MUST NOT return a message-body
in the response.
- HEADER_FIELD_NOT_VALID - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
456 Header Field Not Valid for Resource
- 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.HttpHeaderNames
-
"host"
- HOST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"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.
- HttpClientUpgradeHandler - Class in io.netty.handler.codec.http
-
Client-side handler for handling an HTTP upgrade handshake to another protocol.
- HttpClientUpgradeHandler(HttpClientUpgradeHandler.SourceCodec, HttpClientUpgradeHandler.UpgradeCodec, int) - Constructor for class io.netty.handler.codec.http.HttpClientUpgradeHandler
-
Constructs the client upgrade handler.
- HttpClientUpgradeHandler.SourceCodec - Interface in io.netty.handler.codec.http
-
The source codec that is used in the pipeline initially.
- HttpClientUpgradeHandler.UpgradeCodec - Interface in io.netty.handler.codec.http
-
A codec that the source can be upgraded to.
- HttpClientUpgradeHandler.UpgradeEvent - Enum in io.netty.handler.codec.http
-
User events that are fired to notify about upgrade status.
- 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
-
- HttpContentEncoder.Result(String, EmbeddedChannel) - Constructor for class io.netty.handler.codec.http.HttpContentEncoder.Result
-
- HttpData - Interface in io.netty.handler.codec.http.multipart
-
Extended interface for InterfaceHttpData
- HttpDataFactory - Interface in io.netty.handler.codec.http.multipart
-
Interface to enable creation of InterfaceHttpData objects
- HttpHeaderNames - Class in io.netty.handler.codec.http
-
Standard HTTP header names.
- HttpHeaders - Interface 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.
- HttpHeaderUtil - Class in io.netty.handler.codec.http
-
- HttpHeaderValues - 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 method of HTTP or its derived protocols, such as
RTSP and
ICAP.
- HttpMethod(String) - Constructor for class io.netty.handler.codec.http.HttpMethod
-
Creates a new HTTP method with the specified name.
- HttpObject - Interface in io.netty.handler.codec.http
-
- HttpObjectAggregator - Class in io.netty.handler.codec.http
-
- HttpObjectAggregator(int) - Constructor for class io.netty.handler.codec.http.HttpObjectAggregator
-
Creates a new instance.
- HttpObjectDecoder - Class in io.netty.handler.codec.http
-
- HttpObjectDecoder() - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096}, maxHeaderSize (8192), and
maxChunkSize (8192).
- HttpObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the specified parameters.
- HttpObjectDecoder(int, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the specified parameters.
- HttpObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.http
-
- HttpObjectEncoder() - Constructor for class io.netty.handler.codec.http.HttpObjectEncoder
-
- 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.EndOfDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
-
- HttpPostRequestDecoder.ErrorDataDecoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when an error occurs while decoding
- HttpPostRequestDecoder.ErrorDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- HttpPostRequestDecoder.ErrorDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- HttpPostRequestDecoder.ErrorDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- HttpPostRequestDecoder.ErrorDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- HttpPostRequestDecoder.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)
- HttpPostRequestDecoder.NotEnoughDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- HttpPostRequestDecoder.NotEnoughDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- HttpPostRequestDecoder.NotEnoughDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- HttpPostRequestDecoder.NotEnoughDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- HttpPostRequestEncoder - Class in io.netty.handler.codec.http.multipart
-
This encoder will help to encode Request for a FORM as POST.
- HttpPostRequestEncoder(HttpRequest, boolean) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean, Charset, HttpPostRequestEncoder.EncoderMode) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- HttpPostRequestEncoder.EncoderMode - Enum in io.netty.handler.codec.http.multipart
-
Different modes to use to encode form data.
- HttpPostRequestEncoder.ErrorDataEncoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when an error occurs while encoding
- HttpPostRequestEncoder.ErrorDataEncoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- HttpPostRequestEncoder.ErrorDataEncoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- HttpPostRequestEncoder.ErrorDataEncoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- HttpPostRequestEncoder.ErrorDataEncoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- 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
-
- 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
-
- 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.
- HttpServerUpgradeHandler - Class in io.netty.handler.codec.http
-
A server-side handler that receives HTTP requests and optionally performs a protocol switch if
the requested protocol is supported.
- HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, Collection<HttpServerUpgradeHandler.UpgradeCodec>, int) - Constructor for class io.netty.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler.SourceCodec - Interface in io.netty.handler.codec.http
-
The source codec that is used in the pipeline initially.
- HttpServerUpgradeHandler.UpgradeCodec - Interface in io.netty.handler.codec.http
-
A codec that the source can be upgraded to.
- HttpServerUpgradeHandler.UpgradeEvent - Class in io.netty.handler.codec.http
-
User event that is fired to notify about the completion of an HTTP upgrade
to another protocol.
- HttpStatusClass - Enum in io.netty.handler.codec.http
-
The class of HTTP status.
- 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.HttpHeaderValues
-
"identity"
- IDENTITY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"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.HttpHeaderNames
-
"if-match"
- IF_MATCH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"if-match"
- IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-modified-since"
- IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"if-modified-since"
- IF_NONE_MATCH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-none-match"
- IF_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-range"
- IF_UNMODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-unmodified-since"
- INSTANCE - Static variable in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- 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 (or for PUT, PATCH or OPTIONS).
- INTERLEAVED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"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.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.http.websocketx.extensions - package io.netty.handler.codec.http.websocketx.extensions
-
- io.netty.handler.codec.http.websocketx.extensions.compression - package io.netty.handler.codec.http.websocketx.extensions.compression
-
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
- 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.HttpHeaderUtil
-
Returns true if and only if the specified message contains the
"Expect: 100-continue" header.
- isAggregated(HttpObject) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- isAggregated(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- isAnyOriginSupported() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Determines whether a wildcard origin, '*', is supported.
- isChunked() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- isCompleted() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- isCompleted() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
- isCompleted() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- isCompleted() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
- isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
-
- isContentMessage(HttpObject) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- isContentMessage(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- 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.RtspRequestDecoder
-
- isDecodingRequest() - Method in class io.netty.handler.codec.rtsp.RtspResponseDecoder
-
- isDiscard() - Method in interface io.netty.handler.codec.http.Cookie
-
Checks to see if this
Cookie is to be discarded by the browser
at the end of the current session.
- isDiscard() - Method in class io.netty.handler.codec.http.DefaultCookie
-
- isEndOfInput() - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
- isEndOfInput() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- isFinalFragment() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
Flag to indicate if this frame is the final fragment in a message.
- isHandshakeComplete() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Flag to indicate if the opening handshake is complete
- isHttpOnly() - Method in interface io.netty.handler.codec.http.Cookie
-
Checks to see if this
Cookie can only be accessed via HTTP.
- isHttpOnly() - Method in class io.netty.handler.codec.http.DefaultCookie
-
- isInMemory() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- isInMemory() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- isInMemory() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Provides a hint as to whether or not the file contents will be read from
memory.
- isInMemory() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- isInMemory() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- isInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- isInvalid() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
Returns true if this header block is invalid.
- isKeepAlive(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
-
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.
- isLastContentMessage(HttpContent) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- isLastContentMessage(ContinuationWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- 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.
- isPersisted(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- isPersisted(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns true if this setting is persisted.
- isPersistValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- isPersistValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns true if this setting should be persisted.
- isSecure() - Method in interface io.netty.handler.codec.http.Cookie
-
Checks to see if this
Cookie is secure
- isSecure() - Method in class io.netty.handler.codec.http.DefaultCookie
-
- isSet(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- isSet(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns true if the setting ID has a value.
- 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
-
- isStartMessage(HttpObject) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- isStartMessage(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- isTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
-
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.
- name() - Method in interface io.netty.handler.codec.http.Cookie
-
Returns the name of this
Cookie.
- name() - Method in class io.netty.handler.codec.http.DefaultCookie
-
- NAME - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
- name() - Method in class io.netty.handler.codec.http.HttpMethod
-
Returns the name of this method.
- name() - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
-
- 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
-
- newContinueResponse(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- newContinueResponse(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- newExtensionDecoder() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
-
- newExtensionEncoder() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
-
- 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(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - 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
-
- newReponseData() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension
-
Return an extension configuration to submit to the client as an acknowledge.
- newRequestData() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
- newRequestData() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
- newRequestData() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
-
Return extension configuration to submit to the server.
- 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.HttpHeaderValues
-
"no-cache"
- NO_CACHE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"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.HttpHeaderValues
-
"no-store"
- NO_TRANSFORM - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"no-transform"
- NO_TRANSFORM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"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.HttpHeaderValues
-
"none"
- NONE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"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
- 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.
- parameters() - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
-
- parseLine(CharSequence) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
-
- PARTIAL_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
206 Partial Content
- PATCH - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The PATCH method requests that a set of changes described in the
request entity be applied to the resource identified by the Request-URI.
- path() - Method in interface io.netty.handler.codec.http.Cookie
-
Returns the path of this
Cookie.
- path() - Method in class io.netty.handler.codec.http.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
- PerMessageDeflateClientExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
- PerMessageDeflateClientExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
Constructor with default configuration.
- PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
Constructor with custom configuration.
- PerMessageDeflateServerExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
- PerMessageDeflateServerExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
Constructor with default configuration.
- PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
Constructor with custom configuration.
- 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.RtspHeaderValues
-
"port"
- ports() - Method in interface io.netty.handler.codec.http.Cookie
-
Returns the ports that this
Cookie can be accessed on.
- ports() - Method in class io.netty.handler.codec.http.DefaultCookie
-
- POST - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The POST method is used to request that the origin server accept the entity enclosed in the
request as a new subordinate of the resource identified by the Request-URI in the
Request-Line.
- 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.HttpHeaderNames
-
"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.
- prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, FullHttpResponse) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Adds any headers to the 101 Switching protocols response that are appropriate for this protocol.
- 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.HttpHeaderValues
-
"private"
- PRIVATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"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)
- progress() - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
- progress() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- protocol() - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
-
Returns the name of the protocol supported by this codec, as indicated by the 'UPGRADE' header.
- protocol() - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
- protocol() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
-
The protocol that the channel has been upgraded to.
- protocol(String) - Static method in enum io.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
-
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
-
- protocolVersion() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
-
- protocolVersion() - Method in interface io.netty.handler.codec.http.HttpMessage
-
- PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"proxy-authenticate"
- PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"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.HttpHeaderNames
-
"proxy-authorization"
- PROXY_CONNECTION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
- PROXY_REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"proxy-require"
- PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"proxy-revalidate"
- PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"proxy-revalidate"
- PUBLIC - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"public"
- PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"public"
- PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"public"
- PUT - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The PUT method requests that the enclosed entity be stored under the supplied Request-URI.
- putMessage(int, FullHttpMessage) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
- RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"range"
- RANGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"range"
- rawValue() - Method in interface io.netty.handler.codec.http.Cookie
-
Returns the raw value of this
Cookie,
as it was set in original Set-Cookie header.
- rawValue() - Method in class io.netty.handler.codec.http.DefaultCookie
-
- 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.
- 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.HttpServerUpgradeHandler.UpgradeEvent
-
- 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.HttpHeaderNames
-
"referer"
- REFERER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"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.HttpServerUpgradeHandler.UpgradeEvent
-
- release(int) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
-
- 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
-
- 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
-
- 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.
- 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.RtspHeaderNames
-
"require"
- requiredUpgradeHeaders() - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Gets all protocol-specific headers required by this protocol for a successful upgrade.
- 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
- 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() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
-
- retain(int) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
-
- 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 interface io.netty.handler.codec.http.multipart.InterfaceHttpData
-
- retain(int) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
-
- 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.RtspHeaderNames
-
"retry-after"
- RETRY_AFTER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"retry-after"
- rsv() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
-
- rsv() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
Bits used for extensions to the standard.
- RSV1 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
-
- RSV2 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
-
- RSV3 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
-
- RTP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"RTP"
- RTP_INFO - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"rtp-info"
- RTPTIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"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
- RtspHeaderNames - Class in io.netty.handler.codec.rtsp
-
Standard RTSP header names.
- RtspHeaderValues - Class in io.netty.handler.codec.rtsp
-
Standard RTSP header names.
- RtspMethods - Class in io.netty.handler.codec.rtsp
-
The request getMethod of RTSP.
- RtspObjectDecoder - Class in io.netty.handler.codec.rtsp
-
Decodes
ByteBufs into RTSP messages represented in
HttpMessages.
- RtspObjectDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096), maxHeaderSize (8192), and
maxContentLength (8192).
- RtspObjectDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Creates a new instance with the specified parameters.
- RtspObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
- RtspObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.rtsp
-
- RtspObjectEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectEncoder
-
Creates a new instance.
- RtspRequestDecoder - Class in io.netty.handler.codec.rtsp
-
Decodes
ByteBufs into RTSP requests represented in
HttpRequests.
- RtspRequestDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096}, maxHeaderSize (8192), and
maxContentLength (8192).
- RtspRequestDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
-
Creates a new instance with the specified parameters.
- RtspRequestDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
-
- RtspRequestEncoder - Class in io.netty.handler.codec.rtsp
-
- RtspRequestEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestEncoder
-
- RtspResponseDecoder - Class in io.netty.handler.codec.rtsp
-
Decodes
ByteBufs into RTSP responses represented in
HttpResponses.
- RtspResponseDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096}, maxHeaderSize (8192), and
maxContentLength (8192).
- RtspResponseDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
-
Creates a new instance with the specified parameters.
- RtspResponseDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
-
- RtspResponseEncoder - Class in io.netty.handler.codec.rtsp
-
- RtspResponseEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseEncoder
-
- RtspResponseStatuses - Class in io.netty.handler.codec.rtsp
-
The getStatus code and its description of a RTSP response.
- RtspVersions - Class in io.netty.handler.codec.rtsp
-
The version of RTSP.
- S_MAXAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"s-maxage"
- SCALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"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.HttpHeaderNames
-
"sec-websocket-accept"
- SEC_WEBSOCKET_EXTENSIONS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-protocol"
- SEC_WEBSOCKET_KEY - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-key"
- SEC_WEBSOCKET_KEY1 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-key1"
- SEC_WEBSOCKET_KEY2 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-key2"
- SEC_WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-location"
- SEC_WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-origin"
- SEC_WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-protocol"
- SEC_WEBSOCKET_VERSION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-version"
- SEE_OTHER - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
303 See Other (since HTTP/1.1)
- selectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the selected subprotocol.
- selectSubprotocol(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Selects the first matching supported sub protocol
- SEMICOLON - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Semicolon ';'
- 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
- SEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"seq"
- SERVER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"server"
- SERVER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"server"
- SERVER_PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"server_port"
- ServerCookieDecoder - Class in io.netty.handler.codec.http
-
A
RFC6265 compliant cookie decoder to be used server side.
- ServerCookieEncoder - Class in io.netty.handler.codec.http
-
A
RFC6265 compliant cookie encoder to be used server side,
so some fields are sent (Version is typically ignored).
- 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.RtspHeaderNames
-
"session"
- SESSION_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
454 Session Not Found
- set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- set(TextHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- set(TextHeaders) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- set(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- set(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- set(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- set(TextHeaders) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- set(TextHeaders) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- set(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- set(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- set(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- set(TextHeaders) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- set100ContinueExpected(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
-
Sets or removes the "Expect: 100-continue" header to / from the
specified message.
- SET_COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"set-cookie"
- SET_COOKIE2 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"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.
- setAll(TextHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setAll(TextHeaders) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setAll(TextHeaders) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setAll(TextHeaders) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setAll(TextHeaders) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- 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.
- setBodyHttpDatas(List<InterfaceHttpData>) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Set the Body HttpDatas list
- setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- setByte(CharSequence, byte) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setByte(CharSequence, byte) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setByte(CharSequence, byte) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setByte(CharSequence, byte) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setByte(CharSequence, byte) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- setChar(CharSequence, char) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setChar(CharSequence, char) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setChar(CharSequence, char) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setChar(CharSequence, char) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setChar(CharSequence, char) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- setCharset(Charset) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the Charset passed by the browser if defined
- setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- setClearPreviouslyPersistedSettings(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- setClearPreviouslyPersistedSettings(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets if previously persisted settings should be cleared.
- setComment(String) - Method in interface io.netty.handler.codec.http.Cookie
-
Sets the comment of this
Cookie.
- setComment(String) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- setCommentUrl(String) - Method in interface io.netty.handler.codec.http.Cookie
-
Sets the comment URL of this
Cookie.
- setCommentUrl(String) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- setCompleted() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- 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.HttpHeaderUtil
-
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
-
- setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.http.DefaultHttpObject
-
- setDeltaWindowSize(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
-
- setDeltaWindowSize(int) - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
-
Sets the Delta-Window-Size of this frame.
- setDiscard(boolean) - Method in interface io.netty.handler.codec.http.Cookie
-
Sets the discard flag of this
Cookie.
- setDiscard(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- 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
-
Sets the domain of this
Cookie.
- setDomain(String) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- setDouble(CharSequence, double) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setDouble(CharSequence, double) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setDouble(CharSequence, double) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setDouble(CharSequence, double) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setDouble(CharSequence, double) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- 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
-
- setFloat(CharSequence, float) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setFloat(CharSequence, float) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setFloat(CharSequence, float) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setFloat(CharSequence, float) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setFloat(CharSequence, float) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- setHttpOnly(boolean) - Method in interface io.netty.handler.codec.http.Cookie
-
Determines if this
Cookie is HTTP only.
- setHttpOnly(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- setId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
-
- setId(int) - Method in interface io.netty.handler.codec.spdy.SpdyPingFrame
-
Sets the ID of this frame.
- setInt(CharSequence, int) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setInt(CharSequence, int) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setInt(CharSequence, int) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setInt(CharSequence, int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setInt(CharSequence, int) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- 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.HttpHeaderUtil
-
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.
- setLong(CharSequence, long) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setLong(CharSequence, long) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setLong(CharSequence, long) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setLong(CharSequence, long) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setLong(CharSequence, long) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- setMaxAge(long) - Method in interface io.netty.handler.codec.http.Cookie
-
Sets the maximum age of this
Cookie in seconds.
- setMaxAge(long) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- setMaxLimit(long) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- setMaxLimit(long) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
To set a max size limitation on fields.
- setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- setMaxSize(long) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the maxSize for this HttpData.
- setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- 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
-
- setObject(CharSequence, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setObject(CharSequence, Object) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setObject(CharSequence, Object) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setObject(CharSequence, Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setObject(CharSequence, Object) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- setObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- setObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- setPath(String) - Method in interface io.netty.handler.codec.http.Cookie
-
- setPath(String) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- setPersisted(int, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- setPersisted(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets if this setting is persisted.
- setPersistValue(int, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- setPersistValue(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets if this setting should be persisted.
- setPorts(int...) - Method in interface io.netty.handler.codec.http.Cookie
-
Sets the ports that this
Cookie can be accessed on.
- setPorts(Iterable<Integer>) - Method in interface io.netty.handler.codec.http.Cookie
-
Sets the ports that this
Cookie can be accessed on.
- setPorts(int...) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- setPorts(Iterable<Integer>) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- setPriority(byte) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
- setPriority(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
-
- setRawValue(String) - Method in interface io.netty.handler.codec.http.Cookie
-
Sets the raw value of this
Cookie.
- setRawValue(String) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- setSecure(boolean) - Method in interface io.netty.handler.codec.http.Cookie
-
Sets the security getStatus of this
Cookie
- setSecure(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- setSessionReceiveWindowSize(int) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
-
- setShort(CharSequence, short) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setShort(CharSequence, short) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setShort(CharSequence, short) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setShort(CharSequence, short) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setShort(CharSequence, short) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- 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(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(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.
- setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- setTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.http.HttpHeaders
-
- setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- setTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- 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, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
-
- 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.
- setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
-
Sets any protocol-specific headers required to the upgrade request.
- 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)
- setValue(String) - Method in interface io.netty.handler.codec.http.Cookie
-
Sets the value of this
Cookie.
- setValue(String) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- setValue(String) - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
Sets the value of this HttpData.
- setValue(String) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- setValue(String) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- setValue(String) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- setValue(int, int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- setValue(int, int, boolean, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- setValue(int, int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets the value of the setting ID.
- setValue(int, int, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets the value of the setting ID.
- setVersion(int) - Method in interface io.netty.handler.codec.http.Cookie
-
Sets the version of this
Cookie.
- setVersion(int) - Method in class io.netty.handler.codec.http.DefaultCookie
-
- 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
- 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 ByteBufs 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 - Interface 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.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
-
ChannelHandler which is responsible to setup the ChannelPipeline either for HTTP or SPDY.
- SpdyOrHttpChooser(int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyOrHttpChooser
-
- SpdyOrHttpChooser.SelectedProtocol - Enum in io.netty.handler.codec.spdy
-
- SpdyPingFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol PING Frame
- SpdyProtocolException - Exception in io.netty.handler.codec.spdy
-
- SpdyProtocolException() - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyProtocolException(String, Throwable) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyProtocolException(String) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyProtocolException(Throwable) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyRstStreamFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol RST_STREAM Frame
- SpdySessionHandler - Class in io.netty.handler.codec.spdy
-
Manages streams within a SPDY session.
- SpdySessionHandler(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.RtspHeaderNames
-
"speed"
- SSRC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"ssrc"
- status() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
-
- status() - Method in interface io.netty.handler.codec.http.HttpResponse
-
- 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.
- 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
- UDP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"UDP"
- UNAUTHORIZED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
401 Unauthorized
- UNAUTHORIZED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
401 Unauthorized
- UNICAST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"unicast"
- UNORDERED_COLLECTION - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
425 Unordered Collection (WebDAV, RFC3648)
- UNPROCESSABLE_ENTITY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
422 Unprocessable Entity (WebDAV, RFC4918)
- UNSUPPORTED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"unsupported"
- UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
415 Unsupported Media Type
- UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
415 Unsupported Media Type
- UNSUPPORTED_TRANSPORT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
461 Unsupported transport
- UNSUPPORTED_VERSION - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
4 Unsupported Version
- UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"upgrade"
- UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"Upgrade"
- UPGRADE_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
426 Upgrade Required (RFC2817)
- upgradeFrom(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpClientCodec
-
Upgrades to another protocol from HTTP.
- upgradeFrom(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.SourceCodec
-
Removes this codec (i.e. all associated handlers) from the pipeline.
- upgradeFrom(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpServerCodec
-
Upgrades to another protocol from HTTP.
- upgradeFrom(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.SourceCodec
-
Removes this codec (i.e. all associated handlers) from the pipeline.
- upgradeRequest() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
-
Gets the request that triggered the protocol upgrade.
- upgradeTo(ChannelHandlerContext, FullHttpResponse) - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
-
Performs an HTTP protocol upgrade from the source codec.
- upgradeTo(ChannelHandlerContext, FullHttpRequest, FullHttpResponse) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Performs an HTTP protocol upgrade from the source codec.
- uri() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
- uri() - Method in interface io.netty.handler.codec.http.HttpRequest
-
Returns the requested URI (or alternatively, path)
- uri() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
- uri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the URI to the web socket. e.g.
- uri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the URL of the web socket
- URL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"url"
- USE_PROXY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
305 Use Proxy (since HTTP/1.1)
- USE_PROXY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
305 Use Proxy
- USER_AGENT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"user-agent"
- USER_AGENT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"user-agent"
- Utf8FrameValidator - Class in io.netty.handler.codec.http.websocketx
-
- Utf8FrameValidator() - Constructor for class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
-
- validateHeaders - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
- value() - Method in interface io.netty.handler.codec.http.Cookie
-
Returns the value of this
Cookie.
- value() - Method in class io.netty.handler.codec.http.DefaultCookie
-
- valueOf(String) - Static method in enum io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty.handler.codec.http.HttpMethod
-
Returns the
HttpMethod represented by the specified name.
- valueOf(int) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
-
- valueOf(String) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
-
Returns the class of the specified HTTP status code.
- 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
-
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.HttpClientUpgradeHandler.UpgradeEvent
-
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.HttpStatusClass
-
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.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
-
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.HttpHeaderNames
-
"vary"
- VARY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"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
-
Returns the version of this
Cookie.
- version() - Method in class io.netty.handler.codec.http.DefaultCookie
-
- 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.HttpHeaderNames
-
"via"
- VIA - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"via"
- WARNING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"warning"
- WEBSOCKET - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"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
- WebSocket07FrameDecoder(boolean, boolean, int, boolean) - 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
- WebSocket08FrameDecoder(boolean, boolean, int, boolean) - 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
- WebSocket13FrameDecoder(boolean, boolean, int, boolean) - 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.HttpHeaderNames
-
"websocket-location"
- WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"websocket-origin"
- WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"websocket-protocol"
- WebSocketClientCompressionHandler - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
Extends io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler
to handle the most common WebSocket Compression Extensions.
- WebSocketClientCompressionHandler() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler
-
Constructor with default configuration.
- WebSocketClientExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Created once the handshake phase is done.
- WebSocketClientExtensionHandler - Class in io.netty.handler.codec.http.websocketx.extensions
-
This handler negotiates and initializes the WebSocket Extensions.
- WebSocketClientExtensionHandler(WebSocketClientExtensionHandshaker...) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
-
Constructor
- WebSocketClientExtensionHandshaker - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Handshakes a client extension with the server.
- 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.
- WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - 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.
- WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - 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.
- WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - 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, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- 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
- WebSocketExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Created once the handshake phase is done.
- WebSocketExtensionData - Class in io.netty.handler.codec.http.websocketx.extensions
-
A WebSocket Extension data from the Sec-WebSocket-Extensions header.
- WebSocketExtensionData(String, Map<String, String>) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
-
- WebSocketExtensionDecoder - Class in io.netty.handler.codec.http.websocketx.extensions
-
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension decoder.
- WebSocketExtensionDecoder() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder
-
- WebSocketExtensionEncoder - Class in io.netty.handler.codec.http.websocketx.extensions
-
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension encoder.
- WebSocketExtensionEncoder() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder
-
- WebSocketExtensionUtil - Class in io.netty.handler.codec.http.websocketx.extensions
-
- 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
-
Creates 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
-
- WebSocketServerCompressionHandler - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
Extends io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerExtensionHandler
to handle the most common WebSocket Compression Extensions.
- WebSocketServerCompressionHandler() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerCompressionHandler
-
Constructor with default configuration.
- WebSocketServerExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Created once the handshake phase is done.
- WebSocketServerExtensionHandler - Class in io.netty.handler.codec.http.websocketx.extensions
-
This handler negotiates and initializes the WebSocket Extensions.
- WebSocketServerExtensionHandler(WebSocketServerExtensionHandshaker...) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
-
Constructor
- WebSocketServerExtensionHandshaker - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Handshakes a client extension based on this server capabilities.
- 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
- WebSocketServerHandshaker07(String, String, boolean, int, boolean) - 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
- WebSocketServerHandshaker08(String, String, boolean, int, boolean) - 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
- WebSocketServerHandshaker13(String, String, boolean, int, boolean) - 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
- WebSocketServerHandshakerFactory(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerProtocolHandler - Class in io.netty.handler.codec.http.websocketx
-
This handler does all the heavy lifting for you to run a websocket server.
- WebSocketServerProtocolHandler(String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- WebSocketServerProtocolHandler(String, String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- WebSocketServerProtocolHandler(String, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- WebSocketServerProtocolHandler(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
-
- 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.HttpClientUpgradeHandler
-
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
-
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
-
- 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.HttpHeaderNames
-
"www-authenticate"
- WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"www-authenticate"