Uses of Interface
io.netty.handler.codec.DecoderResultProvider
Packages that use DecoderResultProvider
Package
Description
Encoder, decoder and their related message types for HTTP.
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 TypeInterfaceDescriptioninterfaceCombinesHttpMessageandLastHttpContentinto one message.interfaceCombine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.interfaceCombination of aHttpResponseandFullHttpMessage.interfaceAn HTTP chunk which is used for HTTP chunked transfer-encoding.interfaceAn interface that defines an HTTP message, providing common properties forHttpRequestandHttpResponse.interfaceinterfaceAn HTTP request.interfaceAn HTTP response.interfaceThe lastHttpContentwhich has trailing headers.Classes in io.netty.handler.codec.http that implement DecoderResultProviderModifier and TypeClassDescriptionclassDefault implementation ofFullHttpRequest.classDefault implementation of aFullHttpResponse.classThe defaultHttpContentimplementation.classThe defaultHttpMessageimplementation.classclassThe defaultHttpRequestimplementation.classThe defaultHttpResponseimplementation.classThe defaultLastHttpContentimplementation. -
Uses of DecoderResultProvider in io.netty.handler.codec.memcache
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.memcacheModifier and TypeInterfaceDescriptioninterfaceCombinesMemcacheMessageandLastMemcacheContentinto one message.interfaceTheMemcacheContentwhich signals the end of the content batch.interfaceAn Memcache content chunk.interfaceMarker interface for both ascii and binary messages.interfaceDefines a common interface for allMemcacheObjectimplementations.Classes in io.netty.handler.codec.memcache that implement DecoderResultProviderModifier and TypeClassDescriptionclassThe defaultMemcacheObjectimplementation.classThe default implementation for theLastMemcacheContent.classThe defaultMemcacheContentimplementation. -
Uses of DecoderResultProvider in io.netty.handler.codec.memcache.binary
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterfaceAn interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequestandBinaryMemcacheResponse.interfaceRepresents a fullBinaryMemcacheRequest, which contains the header and optional key and extras.interfaceRepresents a fullBinaryMemcacheResponse, which contains the header and optional key and extras.interfaceABinaryMemcacheRequestthat also includes the content.interfaceABinaryMemcacheResponsethat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement DecoderResultProviderModifier and TypeClassDescriptionclassDefault implementation of aBinaryMemcacheMessage.classThe default implementation of theBinaryMemcacheRequest.classThe default implementation of theBinaryMemcacheResponse.classThe default implementation of aFullBinaryMemcacheRequest.classThe default implementation of aFullBinaryMemcacheResponse. -
Uses of DecoderResultProvider in io.netty.handler.codec.socksx
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.socksxModifier and TypeInterfaceDescriptioninterfaceAn 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 TypeInterfaceDescriptioninterfaceA SOCKS4aCONNECTorBINDrequest.interfaceA SOCKS4a response.interfaceA tag interface that all SOCKS4a protocol messages implement.Classes in io.netty.handler.codec.socksx.v4 that implement DecoderResultProviderModifier and TypeClassDescriptionclassAn abstractSocks4Message.classThe defaultSocks4CommandRequest.classThe defaultSocks4CommandResponse. -
Uses of DecoderResultProvider in io.netty.handler.codec.socksx.v5
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.socksx.v5Modifier and TypeInterfaceDescriptioninterfaceA SOCKS5 request detail message, as defined in the section 4, RFC1928.interfaceA response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.interfaceAn initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interfaceAn initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interfaceA tag interface that all SOCKS5 protocol messages implement.interfaceA SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.interfaceA SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.interfaceA SOCKS5 subnegotiation request for private authentication.interfaceA SOCKS5 subnegotiation response for private authentication.Classes in io.netty.handler.codec.socksx.v5 that implement DecoderResultProviderModifier and TypeClassDescriptionclassAn abstractSocks5Message.final classThe defaultSocks5CommandRequest.final classThe defaultSocks5CommandResponse.classThe defaultSocks5InitialRequest.classThe defaultSocks5InitialResponse.classThe defaultSocks5PasswordAuthRequest.classThe defaultSocks5PasswordAuthResponse.final classThe defaultSocks5PrivateAuthRequestimplementation.final classThe defaultSocks5PrivateAuthResponseimplementation. -
Uses of DecoderResultProvider in io.netty.handler.codec.stomp
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.stompModifier and TypeInterfaceDescriptioninterfaceThe lastStompContentSubframewhich signals the end of the content batchinterfaceAn STOMP chunk which is used for STOMP chunked transfer-encoding.interfaceCombinesStompHeadersSubframeandLastStompContentSubframeinto one frame.interfaceAn interface that defines aStompFrame's command and headers.interfaceDefines a common interface for allStompSubframeimplementations.Classes in io.netty.handler.codec.stomp that implement DecoderResultProviderModifier and TypeClassDescriptionclassThe default implementation for theLastStompContentSubframe.classThe defaultStompContentSubframeimplementation.classDefault implementation ofStompFrame.classDefault implementation ofStompHeadersSubframe.