public abstract class AbstractChannelOutput<T> extends Object implements ChannelOutput<T>
| Constructor and Description |
|---|
AbstractChannelOutput()
Constructs a new Channel
|
AbstractChannelOutput(String name) |
public AbstractChannelOutput()
public AbstractChannelOutput(String name)
public void close()
protected abstract void doWrite(T value)
public String getName()
public boolean isClosed()
public void write(T value)
write in interface ChannelOutput<T>value - The object to write to the Channel.public void writeConnect()
writeConnect in interface ChannelOutput<T>public void writeDisconnect()
writeDisconnect in interface ChannelOutput<T>Copyright © 2015 Revolution Systems Inc.. All rights reserved.