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 SpdyHeaders
SpdyHeaders.EMPTY_HEADERS
private final SpdyHeaders
DefaultSpdyHeadersFrame.headers
Methods in org.jboss.netty.handler.codec.spdy that return SpdyHeadersModifier and TypeMethodDescriptionabstract SpdyHeaders
Adds a new header with the specified name and values.abstract SpdyHeaders
Adds a new header with the specified name and value.DefaultSpdyHeaders.clear()
abstract SpdyHeaders
SpdyHeaders.clear()
Removes all headers from this frame.DefaultSpdyHeadersFrame.headers()
SpdyHeadersFrame.headers()
Returns theSpdyHeaders
.abstract SpdyHeaders
Removes the header with the specified name.abstract SpdyHeaders
Sets a new header with the specified name and values.abstract SpdyHeaders
Sets a new header with the specified name and value.