Interface FrameReader
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface FrameReader extends Closeable
Reads transport frames for SPDY/3 or HTTP/2.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFrameReader.Handler
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleannextFrame(FrameReader.Handler handler)voidreadConnectionPreface()
-
-
-
Method Detail
-
readConnectionPreface
void readConnectionPreface() throws IOException- Throws:
IOException
-
nextFrame
boolean nextFrame(FrameReader.Handler handler) throws IOException
- Throws:
IOException
-
-