public static final class SpdyHttpHeaders.Names
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static AsciiString |
ASSOCIATED_TO_STREAM_ID
"x-spdy-associated-to-stream-id"
|
static AsciiString |
PRIORITY
"x-spdy-priority"
|
static AsciiString |
SCHEME
"x-spdy-scheme"
|
static AsciiString |
STREAM_ID
"x-spdy-stream-id"
|
public static final AsciiString STREAM_ID
"x-spdy-stream-id"
public static final AsciiString ASSOCIATED_TO_STREAM_ID
"x-spdy-associated-to-stream-id"
public static final AsciiString PRIORITY
"x-spdy-priority"
public static final AsciiString SCHEME
"x-spdy-scheme"
Copyright © 2008–2018 The Netty Project. All rights reserved.