Interface StreamByteDistributor.Writer
- Enclosing interface:
StreamByteDistributor
public static interface StreamByteDistributor.Writer
Object that performs the writing of the bytes that have been allocated for a stream.
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(Http2Stream stream, int numBytes) Writes the allocated bytes for this stream.
-
Method Details
-
write
Writes the allocated bytes for this stream.Any
Throwablethrown from this method is considered a programming error. AGOAWAYframe will be sent and the will be connection closed.- Parameters:
stream- the stream for which to perform the write.numBytes- the number of bytes to write.
-