Uses of Class
io.netty.handler.codec.spdy.SpdyProtocolException
-
Packages that use SpdyProtocolException Package Description io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of SpdyProtocolException in io.netty.handler.codec.spdy
Fields in io.netty.handler.codec.spdy declared as SpdyProtocolException Modifier and Type Field Description private static SpdyProtocolException
SpdyFrameCodec. INVALID_FRAME
private static SpdyProtocolException
SpdyHeaderBlockZlibDecoder. INVALID_HEADER_BLOCK
private static SpdyProtocolException
SpdySessionHandler. PROTOCOL_EXCEPTION
private static SpdyProtocolException
SpdySessionHandler. STREAM_CLOSED
Methods in io.netty.handler.codec.spdy that return SpdyProtocolException Modifier and Type Method Description (package private) static SpdyProtocolException
SpdyProtocolException. newStatic(java.lang.String message)
-