public abstract class ChannelBase extends java.lang.Object implements IChannel
Constructor and Description |
---|
ChannelBase(IChannelManager manager) |
Modifier and Type | Method and Description |
---|---|
IChannelState |
getConnectionState() |
IChannelManager |
getManager() |
boolean |
isConnected() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init, startChannel, stopChannel
public ChannelBase(IChannelManager manager)
public IChannelManager getManager()
public IChannelState getConnectionState()
getConnectionState
in interface IChannel
public boolean isConnected()
isConnected
in interface IChannel