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 interfaceFullHttpMessageCombinesHttpMessageandLastHttpContentinto one message.interfaceFullHttpRequestCombine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.interfaceFullHttpResponseCombination of aHttpResponseandFullHttpMessage.interfaceHttpContentAn HTTP chunk which is used for HTTP chunked transfer-encoding.interfaceHttpMessageAn interface that defines an HTTP message, providing common properties forHttpRequestandHttpResponse.interfaceHttpObjectinterfaceHttpRequestAn HTTP request.interfaceHttpResponseAn HTTP response.interfaceLastHttpContentThe lastHttpContentwhich has trailing headers.Classes in io.netty.handler.codec.http that implement DecoderResultProvider Modifier and Type Class Description classDefaultFullHttpRequestDefault implementation ofFullHttpRequest.classDefaultFullHttpResponseDefault implementation of aFullHttpResponse.classDefaultHttpContentThe defaultHttpContentimplementation.classDefaultHttpMessageThe defaultHttpMessageimplementation.classDefaultHttpObjectclassDefaultHttpRequestThe defaultHttpRequestimplementation.classDefaultHttpResponseThe defaultHttpResponseimplementation.classDefaultLastHttpContentThe defaultLastHttpContentimplementation. -
Uses of DecoderResultProvider in io.netty.handler.codec.memcache
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.memcache Modifier and Type Interface Description interfaceFullMemcacheMessageCombinesMemcacheMessageandLastMemcacheContentinto one message.interfaceLastMemcacheContentTheMemcacheContentwhich signals the end of the content batch.interfaceMemcacheContentAn Memcache content chunk.interfaceMemcacheMessageMarker interface for both ascii and binary messages.interfaceMemcacheObjectDefines a common interface for allMemcacheObjectimplementations.Classes in io.netty.handler.codec.memcache that implement DecoderResultProvider Modifier and Type Class Description classAbstractMemcacheObjectThe defaultMemcacheObjectimplementation.classDefaultLastMemcacheContentThe default implementation for theLastMemcacheContent.classDefaultMemcacheContentThe defaultMemcacheContentimplementation. -
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 interfaceBinaryMemcacheMessageAn interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequestandBinaryMemcacheResponse.interfaceBinaryMemcacheRequestRepresents a fullBinaryMemcacheRequest, which contains the header and optional key and extras.interfaceBinaryMemcacheResponseRepresents a fullBinaryMemcacheResponse, which contains the header and optional key and extras.interfaceFullBinaryMemcacheRequestABinaryMemcacheRequestthat also includes the content.interfaceFullBinaryMemcacheResponseABinaryMemcacheResponsethat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement DecoderResultProvider Modifier and Type Class Description classAbstractBinaryMemcacheMessageDefault implementation of aBinaryMemcacheMessage.classDefaultBinaryMemcacheRequestThe default implementation of theBinaryMemcacheRequest.classDefaultBinaryMemcacheResponseThe default implementation of theBinaryMemcacheResponse.classDefaultFullBinaryMemcacheRequestThe default implementation of aFullBinaryMemcacheRequest.classDefaultFullBinaryMemcacheResponseThe 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 interfaceSocksMessageAn interface that all SOCKS protocol messages implement.Classes in io.netty.handler.codec.socksx that implement DecoderResultProvider Modifier and Type Class Description classAbstractSocksMessageAn 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 interfaceSocks4CommandRequestA SOCKS4aCONNECTorBINDrequest.interfaceSocks4CommandResponseA SOCKS4a response.interfaceSocks4MessageA tag interface that all SOCKS4a protocol messages implement.Classes in io.netty.handler.codec.socksx.v4 that implement DecoderResultProvider Modifier and Type Class Description classAbstractSocks4MessageAn abstractSocks4Message.classDefaultSocks4CommandRequestThe defaultSocks4CommandRequest.classDefaultSocks4CommandResponseThe 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 interfaceSocks5CommandRequestA SOCKS5 request detail message, as defined in the section 4, RFC1928.interfaceSocks5CommandResponseA response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.interfaceSocks5InitialRequestAn initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interfaceSocks5InitialResponseAn initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interfaceSocks5MessageA tag interface that all SOCKS5 protocol messages implement.interfaceSocks5PasswordAuthRequestA SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.interfaceSocks5PasswordAuthResponseA SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.interfaceSocks5PrivateAuthRequestA SOCKS5 subnegotiation request for private authentication.interfaceSocks5PrivateAuthResponseA SOCKS5 subnegotiation response for private authentication.Classes in io.netty.handler.codec.socksx.v5 that implement DecoderResultProvider Modifier and Type Class Description classAbstractSocks5MessageAn abstractSocks5Message.classDefaultSocks5CommandRequestThe defaultSocks5CommandRequest.classDefaultSocks5CommandResponseThe defaultSocks5CommandResponse.classDefaultSocks5InitialRequestThe defaultSocks5InitialRequest.classDefaultSocks5InitialResponseThe defaultSocks5InitialResponse.classDefaultSocks5PasswordAuthRequestThe defaultSocks5PasswordAuthRequest.classDefaultSocks5PasswordAuthResponseThe defaultSocks5PasswordAuthResponse.classDefaultSocks5PrivateAuthRequestThe defaultSocks5PrivateAuthRequestimplementation.classDefaultSocks5PrivateAuthResponseThe defaultSocks5PrivateAuthResponseimplementation. -
Uses of DecoderResultProvider in io.netty.handler.codec.stomp
Subinterfaces of DecoderResultProvider in io.netty.handler.codec.stomp Modifier and Type Interface Description interfaceLastStompContentSubframeThe lastStompContentSubframewhich signals the end of the content batchinterfaceStompContentSubframeAn STOMP chunk which is used for STOMP chunked transfer-encoding.interfaceStompFrameCombinesStompHeadersSubframeandLastStompContentSubframeinto one frame.interfaceStompHeadersSubframeAn interface that defines aStompFrame's command and headers.interfaceStompSubframeDefines a common interface for allStompSubframeimplementations.Classes in io.netty.handler.codec.stomp that implement DecoderResultProvider Modifier and Type Class Description classDefaultLastStompContentSubframeThe default implementation for theLastStompContentSubframe.classDefaultStompContentSubframeThe defaultStompContentSubframeimplementation.classDefaultStompFrameDefault implementation ofStompFrame.classDefaultStompHeadersSubframeDefault implementation ofStompHeadersSubframe.
-