H - Head type.public interface ISignalReadStream<H> extends IReadStream<H>, IAbortable
IReadStream but with explicit transmit() which indicates to the sender that they may
begin transmitting.
Implementors must ensure that no data is sent before transmit() is called; when or if the data is
ultimately sent is implementation dependent.| Modifier and Type | Method and Description |
|---|---|
void |
transmit()
Signal that transmission may begin.
|
bodyHandler, endHandler, getHeadisFinishedabortvoid transmit()
IReadStream.bodyHandler(IAsyncHandler) or
IReadStream.endHandler(IAsyncHandler) will arrive until this has been invoked.Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.