Known Direct Subclasses
| HasValuesCommandSink |
A simple CommandSink that adds observed values to a container command. |
| ListCommandSink |
A simple CommandSink that adds observed commands to a list. |
| SimplePayloadSink |
This implementation of CommandSink encodes RpcCommands in a simple transport
format that can be interpreted by both the client and the server. |
| WebModePayloadSink |
A CommandSink that will generate a web-mode payload. |
|
Class Overview
Accepts a stream of RpcCommands.
Summary
| Public Methods |
|
abstract
void
|
accept(RpcCommand command)
Accept an RpcCommand for processing.
|
|
abstract
void
|
finish()
Called when no more commands will be sent.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
abstract
void
accept
(RpcCommand command)
Accept an RpcCommand for processing.
public
abstract
void
finish
()
Called when no more commands will be sent.