Package io.netty.handler.codec.spdy
Class SpdyHttpHeaders
- java.lang.Object
-
- io.netty.handler.codec.spdy.SpdyHttpHeaders
-
public final class SpdyHttpHeaders extends java.lang.Object
Provides the constants for the header names and the utility methods used by theSpdyHttpDecoder
andSpdyHttpEncoder
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SpdyHttpHeaders.Names
SPDY HTTP header names
-