Class SingleThreadedBiChannel<T,Y>
java.lang.Object
pt.unl.fct.di.novasys.channel.base.SingleThreadedChannel<T,Y>
pt.unl.fct.di.novasys.channel.base.SingleThreadedBiChannel<T,Y>
- All Implemented Interfaces:
IChannel<T>,InConnListener<Y>,MessageListener<Y>,OutConnListener<Y>
- Direct Known Subclasses:
AccrualChannel,AckosChannel,MultiChannel,TCPChannel
public abstract class SingleThreadedBiChannel<T,Y>
extends SingleThreadedChannel<T,Y>
implements OutConnListener<Y>, InConnListener<Y>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinboundConnectionDown(Connection<Y> con, Throwable cause) voidinboundConnectionUp(Connection<Y> con) voidoutboundConnectionDown(Connection<Y> con, Throwable cause) voidoutboundConnectionFailed(Connection<Y> con, Throwable cause) voidoutboundConnectionUp(Connection<Y> con) final voidserverSocketBind(boolean success, Throwable cause) final voidserverSocketClose(boolean success, Throwable cause) Methods inherited from class pt.unl.fct.di.novasys.channel.base.SingleThreadedChannel
closeConnection, deliverMessage, openConnection, sendMessage
-
Constructor Details
-
SingleThreadedBiChannel
-
-
Method Details
-
inboundConnectionUp
- Specified by:
inboundConnectionUpin interfaceInConnListener<T>
-
inboundConnectionDown
- Specified by:
inboundConnectionDownin interfaceInConnListener<T>
-
serverSocketBind
- Specified by:
serverSocketBindin interfaceInConnListener<T>
-
serverSocketClose
- Specified by:
serverSocketClosein interfaceInConnListener<T>
-
outboundConnectionUp
- Specified by:
outboundConnectionUpin interfaceOutConnListener<T>
-
outboundConnectionDown
- Specified by:
outboundConnectionDownin interfaceOutConnListener<T>
-
outboundConnectionFailed
- Specified by:
outboundConnectionFailedin interfaceOutConnListener<T>
-