public interface ChannelOutput<T>
| Modifier and Type | Method and Description |
|---|---|
void |
write(T value)
Writes an Object to the Channel.
|
void |
writeConnect() |
void |
writeDisconnect() |
void write(T value)
value - The object to write to the Channel.void writeConnect()
void writeDisconnect()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.