OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_CONTINUATION
(Results
1 - 4
of
4
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java
64
static final byte
TYPE_CONTINUATION
= 0x9;
460
frameHeader(streamId, length,
TYPE_CONTINUATION
, byteCount == 0 ? FLAG_END_HEADERS : 0);
636
if (type !=
TYPE_CONTINUATION
) throw ioException("%s !=
TYPE_CONTINUATION
", type);
637
if (streamId != previousStreamId) throw ioException("
TYPE_CONTINUATION
streamId changed");
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar
Completed in 68 milliseconds