| Package | Description |
|---|---|
| okhttp3.internal.framed |
| Modifier and Type | Method and Description |
|---|---|
static HeadersMode |
HeadersMode.valueOf(String
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
Create or update incoming headers, creating the corresponding streams if necessary.
|