public final class FrameOutputBuffer extends Object
Constructor and Description |
---|
FrameOutputBuffer(BasicH2TransportMetrics metrics,
int maxFramePayloadSize) |
FrameOutputBuffer(int maxFramePayloadSize) |
Modifier and Type | Method and Description |
---|---|
void |
flush(WritableByteChannel channel) |
H2TransportMetrics |
getMetrics() |
boolean |
isEmpty() |
void |
write(RawFrame frame,
WritableByteChannel channel) |
public FrameOutputBuffer(BasicH2TransportMetrics metrics, int maxFramePayloadSize)
public FrameOutputBuffer(int maxFramePayloadSize)
public void write(RawFrame frame, WritableByteChannel channel) throws IOException
IOException
public void flush(WritableByteChannel channel) throws IOException
IOException
public boolean isEmpty()
public H2TransportMetrics getMetrics()
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.