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 TypeMethodDescriptionvoid
outboundConnectionDown
(Connection<Y> con, Throwable cause) void
outboundConnectionFailed
(Connection<Y> con, Throwable cause) void
outboundConnectionUp
(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:
outboundConnectionUp
in interfaceOutConnListener<T>
-
outboundConnectionDown
- Specified by:
outboundConnectionDown
in interfaceOutConnListener<T>
-
outboundConnectionFailed
- Specified by:
outboundConnectionFailed
in interfaceOutConnListener<T>
-