Package | Description |
---|---|
com.squareup.okhttp.internal.framed |
Modifier and Type | Method and Description |
---|---|
static HeadersMode |
HeadersMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeadersMode[] |
HeadersMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameReader.Handler.headers(boolean outFinished,
boolean inFinished,
int streamId,
int associatedStreamId,
List<Header> headerBlock,
HeadersMode headersMode)
Create or update incoming headers, creating the corresponding streams
if necessary.
|
Copyright © 2017. All rights reserved.