Uses of Interface
io.netty.handler.codec.spdy.SpdyHeaders
-
Packages that use SpdyHeaders Package Description io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of SpdyHeaders in io.netty.handler.codec.spdy
Classes in io.netty.handler.codec.spdy that implement SpdyHeaders Modifier and Type Class Description class
DefaultSpdyHeaders
Methods in io.netty.handler.codec.spdy that return SpdyHeaders Modifier and Type Method Description SpdyHeaders
DefaultSpdyHeadersFrame. headers()
SpdyHeaders
SpdyHeadersFrame. headers()
Returns theSpdyHeaders
.
-