Home
last modified time | relevance | path

Searched defs:readConnectionPreface (Results 1 – 3 of 3) 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
DHttp2.java102 @Override public void readConnectionPreface() throws IOException { in readConnectionPreface() method in Http2.Reader