
public abstract class Request extends SignalActor
signal, i.e., one with no response.NO_TIMEOUT| Constructor and Description |
|---|
Request(SignalProtocol<?> protocol,
Enum<?> literal) |
Request(SignalProtocol<?> protocol,
short signalID) |
Request(SignalProtocol<?> protocol,
short id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
requesting(ExtendedDataOutputStream out) |
void |
sendAsync() |
executefinishInputStream, finishOutputStream, flush, getBufferInputStream, getBufferOutputStream, getCorrelationID, getCurrentInputStream, getCurrentOutputStream, getID, getName, getProtocol, run, toString, wrapInputStream, wrapOutputStreampublic Request(SignalProtocol<?> protocol, short id, String name)
public Request(SignalProtocol<?> protocol, short signalID)
public Request(SignalProtocol<?> protocol, Enum<?> literal)
protected abstract void requesting(ExtendedDataOutputStream out) throws Exception
ExceptionCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.