Uses of Interface
io.netty.handler.codec.DecoderResultProvider
Packages that use DecoderResultProvider
Package
Description
Encoder, decoder and their related message types for HTTP.
HTTP multipart support.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder and their related message types for SOCKS protocol.
Encoder, decoder and their related message types for SOCKSv4 protocol.
Encoder, decoder and their related message types for SOCKSv5 protocol.
STOMP codec
-
Uses of DecoderResultProvider in io.netty.handler.codec.http
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.httpModifier and TypeInterfaceDescriptioninterface
CombinesHttpMessage
andLastHttpContent
into one message.interface
Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.interface
Combination of aHttpResponse
andFullHttpMessage
.interface
An HTTP chunk which is used for HTTP chunked transfer-encoding.interface
An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
.interface
interface
An HTTP request.interface
An HTTP response.interface
The lastHttpContent
which has trailing headers.Classes in io.netty.handler.codec.http that implement DecoderResultProviderModifier and TypeClassDescription(package private) final class
class
Default implementation ofFullHttpRequest
.class
Default implementation of aFullHttpResponse
.class
The defaultHttpContent
implementation.class
The defaultHttpMessage
implementation.class
class
The defaultHttpRequest
implementation.class
The defaultHttpResponse
implementation.class
The defaultLastHttpContent
implementation.private static class
private static final class
private static final class
-
Uses of DecoderResultProvider in io.netty.handler.codec.http.multipart
Classes in io.netty.handler.codec.http.multipart that implement DecoderResultProviderModifier and TypeClassDescriptionprivate static final class
private static class
-
Uses of DecoderResultProvider in io.netty.handler.codec.memcache
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.memcacheModifier and TypeInterfaceDescriptioninterface
CombinesMemcacheMessage
andLastMemcacheContent
into one message.interface
TheMemcacheContent
which signals the end of the content batch.interface
An Memcache content chunk.interface
Marker interface for both ascii and binary messages.interface
Defines a common interface for allMemcacheObject
implementations.Classes in io.netty.handler.codec.memcache that implement DecoderResultProviderModifier and TypeClassDescriptionclass
The defaultMemcacheObject
implementation.class
The default implementation for theLastMemcacheContent
.class
The defaultMemcacheContent
implementation. -
Uses of DecoderResultProvider in io.netty.handler.codec.memcache.binary
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterface
An interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequest
andBinaryMemcacheResponse
.interface
Represents a fullBinaryMemcacheRequest
, which contains the header and optional key and extras.interface
Represents a fullBinaryMemcacheResponse
, which contains the header and optional key and extras.interface
ABinaryMemcacheRequest
that also includes the content.interface
ABinaryMemcacheResponse
that also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement DecoderResultProviderModifier and TypeClassDescriptionclass
Default implementation of aBinaryMemcacheMessage
.class
The default implementation of theBinaryMemcacheRequest
.class
The default implementation of theBinaryMemcacheResponse
.class
The default implementation of aFullBinaryMemcacheRequest
.class
The default implementation of aFullBinaryMemcacheResponse
. -
Uses of DecoderResultProvider in io.netty.handler.codec.socksx
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.socksxModifier and TypeInterfaceDescriptioninterface
An interface that all SOCKS protocol messages implement.Classes in io.netty.handler.codec.socksx that implement DecoderResultProvider -
Uses of DecoderResultProvider in io.netty.handler.codec.socksx.v4
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.socksx.v4Modifier and TypeInterfaceDescriptioninterface
A SOCKS4aCONNECT
orBIND
request.interface
A SOCKS4a response.interface
A tag interface that all SOCKS4a protocol messages implement.Classes in io.netty.handler.codec.socksx.v4 that implement DecoderResultProviderModifier and TypeClassDescriptionclass
An abstractSocks4Message
.class
The defaultSocks4CommandRequest
.class
The defaultSocks4CommandResponse
. -
Uses of DecoderResultProvider in io.netty.handler.codec.socksx.v5
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.socksx.v5Modifier and TypeInterfaceDescriptioninterface
A SOCKS5 request detail message, as defined in the section 4, RFC1928.interface
A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.interface
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interface
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interface
A tag interface that all SOCKS5 protocol messages implement.interface
A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.interface
A SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.Classes in io.netty.handler.codec.socksx.v5 that implement DecoderResultProviderModifier and TypeClassDescriptionclass
An abstractSocks5Message
.final class
The defaultSocks5CommandRequest
.final class
The defaultSocks5CommandResponse
.class
The defaultSocks5InitialRequest
.class
The defaultSocks5InitialResponse
.class
The defaultSocks5PasswordAuthRequest
.class
The defaultSocks5PasswordAuthResponse
. -
Uses of DecoderResultProvider in io.netty.handler.codec.stomp
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.stompModifier and TypeInterfaceDescriptioninterface
The lastStompContentSubframe
which signals the end of the content batchinterface
An STOMP chunk which is used for STOMP chunked transfer-encoding.interface
CombinesStompHeadersSubframe
andLastStompContentSubframe
into one frame.interface
An interface that defines aStompFrame
's command and headers.interface
Defines a common interface for allStompSubframe
implementations.Classes in io.netty.handler.codec.stomp that implement DecoderResultProviderModifier and TypeClassDescriptionclass
The default implementation for theLastStompContentSubframe
.class
The defaultStompContentSubframe
implementation.class
Default implementation ofStompFrame
.class
Default implementation ofStompHeadersSubframe
.