Remoting infrastructure for Hudson.
-
class
Request/response pattern over
Channel
, the layer-1 service.
final class
Request/response pattern over
Command
.
class
AbstractSynchronousByteArrayCommandTransport.read()
SynchronousCommandTransport.read()
Called by
Channel
to read the next command to arrive from the stream.
Reads command from the specified payload.
void
Notifies the channel that a new
Command
was received from the other side.
void
Called when a command is successfully received by a channel.
void
Called when a command is successfully written to a channel.
final void
AbstractByteArrayCommandTransport.write(Command cmd,
boolean last)
final void
AbstractByteBufferCommandTransport.write(Command cmd,
boolean last)
Called by
Channel
to send one command to the other side.
void
AbstractSynchronousByteArrayCommandTransport.write(Command cmd,
boolean last)
abstract void
Called by
Channel
to send one command to the other side.
-