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 SpdyProtocolExceptionSpdyFrameCodec. INVALID_FRAMEprivate static SpdyProtocolExceptionSpdyHeaderBlockZlibDecoder. INVALID_HEADER_BLOCKprivate static SpdyProtocolExceptionSpdySessionHandler. PROTOCOL_EXCEPTIONprivate static SpdyProtocolExceptionSpdySessionHandler. STREAM_CLOSEDMethods in io.netty.handler.codec.spdy that return SpdyProtocolException Modifier and Type Method Description (package private) static SpdyProtocolExceptionSpdyProtocolException. newStatic(java.lang.String message)
-