OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONNECTION_PREFACE
(Results
1 - 5
of
5
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java
49
private static final ByteString
CONNECTION_PREFACE
104
ByteString connectionPreface = source.readByteString(
CONNECTION_PREFACE
.size());
106
if (!
CONNECTION_PREFACE
.equals(connectionPreface)) {
399
logger.fine(format(">> CONNECTION %s",
CONNECTION_PREFACE
.hex()));
401
sink.write(
CONNECTION_PREFACE
.toByteArray());
/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/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar
Completed in 77 milliseconds