Uses of Class
io.netty.handler.codec.DecoderResult
-
Packages that use DecoderResult Package Description io.netty.handler.codec Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.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.mqtt Encoder, decoder and different Message Types for MQTT.io.netty.handler.codec.socksx Encoder, decoder and their related message types for SOCKS protocol.io.netty.handler.codec.stomp STOMP codec -
-
Uses of DecoderResult in io.netty.handler.codec
Fields in io.netty.handler.codec declared as DecoderResult Modifier and Type Field Description static DecoderResultDecoderResult. SUCCESSstatic DecoderResultDecoderResult. UNFINISHEDMethods in io.netty.handler.codec that return DecoderResult Modifier and Type Method Description DecoderResultDecoderResultProvider. decoderResult()Returns the result of decoding this object.static DecoderResultDecoderResult. failure(java.lang.Throwable cause)Methods in io.netty.handler.codec with parameters of type DecoderResult Modifier and Type Method Description voidDecoderResultProvider. setDecoderResult(DecoderResult result)Updates the result of decoding this object. -
Uses of DecoderResult in io.netty.handler.codec.http
Subclasses of DecoderResult in io.netty.handler.codec.http Modifier and Type Class Description classHttpMessageDecoderResultMethods in io.netty.handler.codec.http that return DecoderResult Modifier and Type Method Description DecoderResultDefaultHttpObject. decoderResult()DecoderResultDefaultHttpObject. getDecoderResult()Deprecated.DecoderResultHttpObject. getDecoderResult()Deprecated.UseDecoderResultProvider.decoderResult()instead.Methods in io.netty.handler.codec.http with parameters of type DecoderResult Modifier and Type Method Description voidDefaultHttpObject. setDecoderResult(DecoderResult decoderResult) -
Uses of DecoderResult in io.netty.handler.codec.memcache
Methods in io.netty.handler.codec.memcache that return DecoderResult Modifier and Type Method Description DecoderResultAbstractMemcacheObject. decoderResult()Methods in io.netty.handler.codec.memcache with parameters of type DecoderResult Modifier and Type Method Description voidAbstractMemcacheObject. setDecoderResult(DecoderResult result) -
Uses of DecoderResult in io.netty.handler.codec.mqtt
Methods in io.netty.handler.codec.mqtt that return DecoderResult Modifier and Type Method Description DecoderResultMqttMessage. decoderResult()Constructors in io.netty.handler.codec.mqtt with parameters of type DecoderResult Constructor Description MqttMessage(MqttFixedHeader mqttFixedHeader, java.lang.Object variableHeader, java.lang.Object payload, DecoderResult decoderResult) -
Uses of DecoderResult in io.netty.handler.codec.socksx
Methods in io.netty.handler.codec.socksx that return DecoderResult Modifier and Type Method Description DecoderResultAbstractSocksMessage. decoderResult()Methods in io.netty.handler.codec.socksx with parameters of type DecoderResult Modifier and Type Method Description voidAbstractSocksMessage. setDecoderResult(DecoderResult decoderResult) -
Uses of DecoderResult in io.netty.handler.codec.stomp
Fields in io.netty.handler.codec.stomp declared as DecoderResult Modifier and Type Field Description protected DecoderResultDefaultStompHeadersSubframe. decoderResultMethods in io.netty.handler.codec.stomp that return DecoderResult Modifier and Type Method Description DecoderResultDefaultStompContentSubframe. decoderResult()DecoderResultDefaultStompHeadersSubframe. decoderResult()Methods in io.netty.handler.codec.stomp with parameters of type DecoderResult Modifier and Type Method Description voidDefaultStompContentSubframe. setDecoderResult(DecoderResult decoderResult)voidDefaultStompHeadersSubframe. setDecoderResult(DecoderResult decoderResult)
-