Uses of Class
org.jboss.netty.handler.codec.spdy.SpdyHeaders
Packages that use SpdyHeaders
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of SpdyHeaders in org.jboss.netty.handler.codec.spdy
Subclasses of SpdyHeaders in org.jboss.netty.handler.codec.spdyFields in org.jboss.netty.handler.codec.spdy declared as SpdyHeadersModifier and TypeFieldDescriptionstatic final SpdyHeadersSpdyHeaders.EMPTY_HEADERSprivate final SpdyHeadersDefaultSpdyHeadersFrame.headersMethods in org.jboss.netty.handler.codec.spdy that return SpdyHeadersModifier and TypeMethodDescriptionabstract SpdyHeadersAdds a new header with the specified name and values.abstract SpdyHeadersAdds a new header with the specified name and value.DefaultSpdyHeaders.clear()abstract SpdyHeadersSpdyHeaders.clear()Removes all headers from this frame.DefaultSpdyHeadersFrame.headers()SpdyHeadersFrame.headers()Returns theSpdyHeaders.abstract SpdyHeadersRemoves the header with the specified name.abstract SpdyHeadersSets a new header with the specified name and values.abstract SpdyHeadersSets a new header with the specified name and value.