Interface Http2FrameWriter.Sink

Enclosing class:
Http2FrameWriter

public static interface Http2FrameWriter.Sink
What a frame's serialized bytes are ultimately written to. Kept minimal and separate from java.io.OutputStream so this class is testable without a real socket.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(byte[] buf, int off, int len)