Uses of Interface
io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Packages that use SpdyFrameDecoderDelegate
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of SpdyFrameDecoderDelegate in io.netty.handler.codec.spdy
Subinterfaces of SpdyFrameDecoderDelegate in io.netty.handler.codec.spdyModifier and TypeInterfaceDescription(package private) interfaceSpdyFrameDecoderDelegatethat also supports unknown frames.Classes in io.netty.handler.codec.spdy that implement SpdyFrameDecoderDelegateFields in io.netty.handler.codec.spdy declared as SpdyFrameDecoderDelegateModifier and TypeFieldDescriptionprotected final SpdyFrameDecoderDelegateSpdyFrameDecoder.delegateMethods in io.netty.handler.codec.spdy with parameters of type SpdyFrameDecoderDelegateModifier and TypeMethodDescriptionprotected SpdyFrameDecoderSpdyFrameCodec.createDecoder(SpdyVersion version, SpdyFrameDecoderDelegate delegate, int maxChunkSize) Constructors in io.netty.handler.codec.spdy with parameters of type SpdyFrameDecoderDelegateModifierConstructorDescriptionSpdyFrameDecoder(SpdyVersion spdyVersion, SpdyFrameDecoderDelegate delegate) Creates a new instance with the specifiedversionand the defaultmaxChunkSize (8192).SpdyFrameDecoder(SpdyVersion spdyVersion, SpdyFrameDecoderDelegate delegate, int maxChunkSize) Creates a new instance with the specified parameters.