HomeSort by relevance Sort by last modified time
    Searched defs:connectionPreface (Results 1 - 7 of 7) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FrameWriter.java 27 void connectionPreface() throws IOException;
FramedConnection.java 510 frameWriter.connectionPreface();
Http2.java 104 ByteString connectionPreface = source.readByteString(CONNECTION_PREFACE.size());
105 if (logger.isLoggable(FINE)) logger.fine(format("<< CONNECTION %s", connectionPreface.hex()));
106 if (!CONNECTION_PREFACE.equals(connectionPreface)) {
107 throw ioException("Expected a connection header but was %s", connectionPreface.utf8());
395 @Override public synchronized void connectionPreface() throws IOException {
Spdy3.java 314 @Override public synchronized void connectionPreface() {
  /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 5443 milliseconds