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