Uses of Interface
io.netty.handler.codec.DecoderResultProvider
-
Packages that use DecoderResultProvider Package Description io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.memcache Common superset of ascii and binary classes.io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol.io.netty.handler.codec.socksx Encoder, decoder and their related message types for SOCKS protocol.io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol.io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol.io.netty.handler.codec.stomp STOMP codec -
-
Uses of DecoderResultProvider in io.netty.handler.codec.http
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.http Modifier and Type Interface Description interface
FullHttpMessage
CombinesHttpMessage
andLastHttpContent
into one message.interface
FullHttpRequest
Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.interface
FullHttpResponse
Combination of aHttpResponse
andFullHttpMessage
.interface
HttpContent
An HTTP chunk which is used for HTTP chunked transfer-encoding.interface
HttpMessage
An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
.interface
HttpObject
interface
HttpRequest
An HTTP request.interface
HttpResponse
An HTTP response.interface
LastHttpContent
The lastHttpContent
which has trailing headers.Classes in io.netty.handler.codec.http that implement DecoderResultProvider Modifier and Type Class Description class
DefaultFullHttpRequest
Default implementation ofFullHttpRequest
.class
DefaultFullHttpResponse
Default implementation of aFullHttpResponse
.class
DefaultHttpContent
The defaultHttpContent
implementation.class
DefaultHttpMessage
The defaultHttpMessage
implementation.class
DefaultHttpObject
class
DefaultHttpRequest
The defaultHttpRequest
implementation.class
DefaultHttpResponse
The defaultHttpResponse
implementation.class
DefaultLastHttpContent
The defaultLastHttpContent
implementation. -
Uses of DecoderResultProvider in io.netty.handler.codec.memcache
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.memcache Modifier and Type Interface Description interface
FullMemcacheMessage
CombinesMemcacheMessage
andLastMemcacheContent
into one message.interface
LastMemcacheContent
TheMemcacheContent
which signals the end of the content batch.interface
MemcacheContent
An Memcache content chunk.interface
MemcacheMessage
Marker interface for both ascii and binary messages.interface
MemcacheObject
Defines a common interface for allMemcacheObject
implementations.Classes in io.netty.handler.codec.memcache that implement DecoderResultProvider Modifier and Type Class Description class
AbstractMemcacheObject
The defaultMemcacheObject
implementation.class
DefaultLastMemcacheContent
The default implementation for theLastMemcacheContent
.class
DefaultMemcacheContent
The defaultMemcacheContent
implementation. -
Uses of DecoderResultProvider in io.netty.handler.codec.memcache.binary
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.memcache.binary Modifier and Type Interface Description interface
BinaryMemcacheMessage
An interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequest
andBinaryMemcacheResponse
.interface
BinaryMemcacheRequest
Represents a fullBinaryMemcacheRequest
, which contains the header and optional key and extras.interface
BinaryMemcacheResponse
Represents a fullBinaryMemcacheResponse
, which contains the header and optional key and extras.interface
FullBinaryMemcacheRequest
ABinaryMemcacheRequest
that also includes the content.interface
FullBinaryMemcacheResponse
ABinaryMemcacheResponse
that also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement DecoderResultProvider Modifier and Type Class Description class
AbstractBinaryMemcacheMessage
Default implementation of aBinaryMemcacheMessage
.class
DefaultBinaryMemcacheRequest
The default implementation of theBinaryMemcacheRequest
.class
DefaultBinaryMemcacheResponse
The default implementation of theBinaryMemcacheResponse
.class
DefaultFullBinaryMemcacheRequest
The default implementation of aFullBinaryMemcacheRequest
.class
DefaultFullBinaryMemcacheResponse
The default implementation of aFullBinaryMemcacheResponse
. -
Uses of DecoderResultProvider in io.netty.handler.codec.socksx
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.socksx Modifier and Type Interface Description interface
SocksMessage
An interface that all SOCKS protocol messages implement.Classes in io.netty.handler.codec.socksx that implement DecoderResultProvider Modifier and Type Class Description class
AbstractSocksMessage
An abstractSocksMessage
. -
Uses of DecoderResultProvider in io.netty.handler.codec.socksx.v4
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.socksx.v4 Modifier and Type Interface Description interface
Socks4CommandRequest
A SOCKS4aCONNECT
orBIND
request.interface
Socks4CommandResponse
A SOCKS4a response.interface
Socks4Message
A tag interface that all SOCKS4a protocol messages implement.Classes in io.netty.handler.codec.socksx.v4 that implement DecoderResultProvider Modifier and Type Class Description class
AbstractSocks4Message
An abstractSocks4Message
.class
DefaultSocks4CommandRequest
The defaultSocks4CommandRequest
.class
DefaultSocks4CommandResponse
The defaultSocks4CommandResponse
. -
Uses of DecoderResultProvider in io.netty.handler.codec.socksx.v5
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.socksx.v5 Modifier and Type Interface Description interface
Socks5CommandRequest
A SOCKS5 request detail message, as defined in the section 4, RFC1928.interface
Socks5CommandResponse
A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.interface
Socks5InitialRequest
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interface
Socks5InitialResponse
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interface
Socks5Message
A tag interface that all SOCKS5 protocol messages implement.interface
Socks5PasswordAuthRequest
A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.interface
Socks5PasswordAuthResponse
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 DecoderResultProvider Modifier and Type Class Description class
AbstractSocks5Message
An abstractSocks5Message
.class
DefaultSocks5CommandRequest
The defaultSocks5CommandRequest
.class
DefaultSocks5CommandResponse
The defaultSocks5CommandResponse
.class
DefaultSocks5InitialRequest
The defaultSocks5InitialRequest
.class
DefaultSocks5InitialResponse
The defaultSocks5InitialResponse
.class
DefaultSocks5PasswordAuthRequest
The defaultSocks5PasswordAuthRequest
.class
DefaultSocks5PasswordAuthResponse
The defaultSocks5PasswordAuthResponse
. -
Uses of DecoderResultProvider in io.netty.handler.codec.stomp
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.stomp Modifier and Type Interface Description interface
LastStompContentSubframe
The lastStompContentSubframe
which signals the end of the content batchinterface
StompContentSubframe
An STOMP chunk which is used for STOMP chunked transfer-encoding.interface
StompFrame
CombinesStompHeadersSubframe
andLastStompContentSubframe
into one frame.interface
StompHeadersSubframe
An interface that defines aStompFrame
's command and headers.interface
StompSubframe
Defines a common interface for allStompSubframe
implementations.Classes in io.netty.handler.codec.stomp that implement DecoderResultProvider Modifier and Type Class Description class
DefaultLastStompContentSubframe
The default implementation for theLastStompContentSubframe
.class
DefaultStompContentSubframe
The defaultStompContentSubframe
implementation.class
DefaultStompFrame
Default implementation ofStompFrame
.class
DefaultStompHeadersSubframe
Default implementation ofStompHeadersSubframe
.
-