Uses of Class
io.netty.handler.codec.DecoderResult
Packages that use DecoderResult
Package
Description
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.
Encoder, decoder and their related message types for HTTP.
Common superset of ascii and binary classes.
Encoder, decoder and different Message Types for MQTT.
Encoder, decoder and their related message types for SOCKS protocol.
STOMP codec
-
Uses of DecoderResult in io.netty.handler.codec
Fields in io.netty.handler.codec declared as DecoderResultModifier and TypeFieldDescriptionstatic final DecoderResultDecoderResult.SUCCESSstatic final DecoderResultDecoderResult.UNFINISHEDMethods in io.netty.handler.codec that return DecoderResultModifier and TypeMethodDescriptionDecoderResultProvider.decoderResult()Returns the result of decoding this object.static DecoderResultMethods in io.netty.handler.codec with parameters of type DecoderResultModifier and TypeMethodDescriptionvoidDecoderResultProvider.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.httpModifier and TypeClassDescriptionfinal classMethods in io.netty.handler.codec.http that return DecoderResultModifier and TypeMethodDescriptionDefaultHttpObject.decoderResult()DefaultHttpObject.getDecoderResult()Deprecated.HttpObject.getDecoderResult()Deprecated.Methods in io.netty.handler.codec.http with parameters of type DecoderResultModifier and TypeMethodDescriptionvoidDefaultHttpObject.setDecoderResult(DecoderResult decoderResult) -
Uses of DecoderResult in io.netty.handler.codec.memcache
Methods in io.netty.handler.codec.memcache that return DecoderResultMethods in io.netty.handler.codec.memcache with parameters of type DecoderResultModifier and TypeMethodDescriptionvoidAbstractMemcacheObject.setDecoderResult(DecoderResult result) -
Uses of DecoderResult in io.netty.handler.codec.mqtt
Methods in io.netty.handler.codec.mqtt that return DecoderResultConstructors in io.netty.handler.codec.mqtt with parameters of type DecoderResultModifierConstructorDescriptionMqttMessage(MqttFixedHeader mqttFixedHeader, Object variableHeader, Object payload, DecoderResult decoderResult) -
Uses of DecoderResult in io.netty.handler.codec.socksx
Methods in io.netty.handler.codec.socksx that return DecoderResultMethods in io.netty.handler.codec.socksx with parameters of type DecoderResultModifier and TypeMethodDescriptionvoidAbstractSocksMessage.setDecoderResult(DecoderResult decoderResult) -
Uses of DecoderResult in io.netty.handler.codec.stomp
Fields in io.netty.handler.codec.stomp declared as DecoderResultModifier and TypeFieldDescriptionprotected DecoderResultDefaultStompHeadersSubframe.decoderResultMethods in io.netty.handler.codec.stomp that return DecoderResultModifier and TypeMethodDescriptionDefaultStompContentSubframe.decoderResult()DefaultStompHeadersSubframe.decoderResult()Methods in io.netty.handler.codec.stomp with parameters of type DecoderResultModifier and TypeMethodDescriptionvoidDefaultStompContentSubframe.setDecoderResult(DecoderResult decoderResult) voidDefaultStompHeadersSubframe.setDecoderResult(DecoderResult decoderResult)
DecoderResultProvider.decoderResult()instead.