Class SingleThreadedClientChannel<T,Y>
java.lang.Object
pt.unl.fct.di.novasys.channel.base.SingleThreadedChannel<T,Y>
pt.unl.fct.di.novasys.channel.base.SingleThreadedClientChannel<T,Y>
- All Implemented Interfaces:
IChannel<T>,MessageListener<Y>,OutConnListener<Y>
- Direct Known Subclasses:
SimpleClientChannel
public abstract class SingleThreadedClientChannel<T,Y>
extends SingleThreadedChannel<T,Y>
implements OutConnListener<Y>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidoutboundConnectionDown(Connection<Y> con, Throwable cause) voidoutboundConnectionFailed(Connection<Y> con, Throwable cause) voidoutboundConnectionUp(Connection<Y> con) Methods inherited from class pt.unl.fct.di.novasys.channel.base.SingleThreadedChannel
closeConnection, deliverMessage, openConnection, sendMessage
-
Constructor Details
-
SingleThreadedClientChannel
-
-
Method Details
-
outboundConnectionUp
- Specified by:
outboundConnectionUpin interfaceOutConnListener<T>
-
outboundConnectionDown
- Specified by:
outboundConnectionDownin interfaceOutConnListener<T>
-
outboundConnectionFailed
- Specified by:
outboundConnectionFailedin interfaceOutConnListener<T>
-