Home
last modified time | relevance | path

Searched refs:readConnectionPreface (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFrameReader.java27 void readConnectionPreface() throws IOException; in readConnectionPreface() method
DSpdy3.java118 @Override public void readConnectionPreface() { in readConnectionPreface() method in Spdy3.Reader
DFramedConnection.java604 frameReader.readConnectionPreface(); in execute()
DHttp2.java102 @Override public void readConnectionPreface() throws IOException { in readConnectionPreface() method in Http2.Reader