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.
HTTP multipart support.
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 classFields in io.netty.handler.codec.http declared as DecoderResultModifier and TypeFieldDescriptionprivate DecoderResultDefaultHttpObject.decoderResultprivate DecoderResultComposedLastHttpContent.resultMethods in io.netty.handler.codec.http that return DecoderResultModifier and TypeMethodDescriptionComposedLastHttpContent.decoderResult()DefaultHttpObject.decoderResult()HttpObjectAggregator.AggregatedFullHttpMessage.decoderResult()ComposedLastHttpContent.getDecoderResult()DefaultHttpObject.getDecoderResult()Deprecated.HttpObject.getDecoderResult()Deprecated.HttpObjectAggregator.AggregatedFullHttpMessage.getDecoderResult()Methods in io.netty.handler.codec.http with parameters of type DecoderResultModifier and TypeMethodDescriptionvoidComposedLastHttpContent.setDecoderResult(DecoderResult result) voidDefaultHttpObject.setDecoderResult(DecoderResult decoderResult) voidHttpObjectAggregator.AggregatedFullHttpMessage.setDecoderResult(DecoderResult result) Constructors in io.netty.handler.codec.http with parameters of type DecoderResultModifierConstructorDescription(package private)ComposedLastHttpContent(HttpHeaders trailingHeaders, DecoderResult result) -
Uses of DecoderResult in io.netty.handler.codec.http.multipart
Methods in io.netty.handler.codec.http.multipart that return DecoderResultModifier and TypeMethodDescriptionHttpPostRequestEncoder.WrappedHttpRequest.decoderResult()HttpPostRequestEncoder.WrappedHttpRequest.getDecoderResult()Deprecated.Methods in io.netty.handler.codec.http.multipart with parameters of type DecoderResultModifier and TypeMethodDescriptionvoidHttpPostRequestEncoder.WrappedHttpRequest.setDecoderResult(DecoderResult result) -
Uses of DecoderResult in io.netty.handler.codec.memcache
Fields in io.netty.handler.codec.memcache declared as DecoderResultMethods 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
Fields in io.netty.handler.codec.mqtt declared as DecoderResultMethods 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
Fields in io.netty.handler.codec.socksx declared as DecoderResultMethods 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 TypeFieldDescriptionprivate DecoderResultDefaultStompContentSubframe.decoderResultprotected 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.