Uses of Class
io.netty.handler.codec.spdy.SpdyProtocolException
Packages that use SpdyProtocolException
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of SpdyProtocolException in io.netty.handler.codec.spdy
Subclasses of SpdyProtocolException in io.netty.handler.codec.spdyModifier and TypeClassDescriptionprivate static final class
Fields in io.netty.handler.codec.spdy declared as SpdyProtocolExceptionModifier and TypeFieldDescriptionprotected static final SpdyProtocolException
SpdyFrameCodec.INVALID_FRAME
private static final SpdyProtocolException
SpdyHeaderBlockZlibDecoder.INVALID_HEADER_BLOCK
private static final SpdyProtocolException
SpdySessionHandler.PROTOCOL_EXCEPTION
private static final SpdyProtocolException
SpdySessionHandler.STREAM_CLOSED
Methods in io.netty.handler.codec.spdy that return SpdyProtocolException