Home
last modified time | relevance | path

Searched defs:connectionPreface (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
DFrameWriter.java31 void connectionPreface() throws IOException; in connectionPreface() method
DHttp2.java401 @Override public synchronized void connectionPreface() throws IOException { in connectionPreface() method in Http2.Writer
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DFrameWriter.java29 void connectionPreface() throws IOException; in connectionPreface() method
DSpdy3.java316 @Override public synchronized void connectionPreface() { in connectionPreface() method in Spdy3.Writer
DHttp2.java397 @Override public synchronized void connectionPreface() throws IOException { in connectionPreface() method in Http2.Writer
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFrameWriter.java27 void connectionPreface() throws IOException; in connectionPreface() method
DSpdy3.java314 @Override public synchronized void connectionPreface() { in connectionPreface() method in Spdy3.Writer
DHttp2.java395 @Override public synchronized void connectionPreface() throws IOException { in connectionPreface() method in Http2.Writer
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DAsyncFrameWriter.java63 public void connectionPreface() { in connectionPreface() method in AsyncFrameWriter