Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

O

onDeliverMessage(AccrualMessage<T>, Connection<AccrualMessage<T>>) - Method in class pt.unl.fct.di.novasys.channel.accrual.AccrualChannel
 
onDeliverMessage(AckosMessage<T>, Connection<AckosMessage<T>>) - Method in class pt.unl.fct.di.novasys.channel.ackos.AckosChannel
 
onDeliverMessage(T, Connection<T>) - Method in class pt.unl.fct.di.novasys.channel.simpleclientserver.SimpleClientChannel
 
onDeliverMessage(T, Connection<T>) - Method in class pt.unl.fct.di.novasys.channel.simpleclientserver.SimpleServerChannel
 
onDeliverMessage(T, Connection<T>) - Method in class pt.unl.fct.di.novasys.channel.tcp.TCPChannel
 
onMessageFailed(T, Host, short, Throwable, int) - Method in interface pt.unl.fct.di.novasys.babel.handlers.MessageFailedHandler
Performs this operation on the ProtocolMessage.
onMessageSent(T, Host, short, int) - Method in interface pt.unl.fct.di.novasys.babel.handlers.MessageSentHandler
Performs this operation on the ProtocolMessage.
onServerSocketBind(boolean, Throwable) - Method in class pt.unl.fct.di.novasys.channel.accrual.AccrualChannel
 
onServerSocketBind(boolean, Throwable) - Method in class pt.unl.fct.di.novasys.channel.ackos.AckosChannel
 
onServerSocketBind(boolean, Throwable) - Method in class pt.unl.fct.di.novasys.channel.simpleclientserver.SimpleServerChannel
 
onServerSocketBind(boolean, Throwable) - Method in class pt.unl.fct.di.novasys.channel.tcp.TCPChannel
 
onServerSocketClose(boolean, Throwable) - Method in class pt.unl.fct.di.novasys.channel.accrual.AccrualChannel
 
onServerSocketClose(boolean, Throwable) - Method in class pt.unl.fct.di.novasys.channel.ackos.AckosChannel
 
onServerSocketClose(boolean, Throwable) - Method in class pt.unl.fct.di.novasys.channel.simpleclientserver.SimpleServerChannel
 
onServerSocketClose(boolean, Throwable) - Method in class pt.unl.fct.di.novasys.channel.tcp.TCPChannel
 
opcode - Variable in enum pt.unl.fct.di.novasys.network.messaging.control.ControlMessage.Type
 
opCode - Variable in enum pt.unl.fct.di.novasys.channel.accrual.messaging.AccrualMessage.Type
 
opCode - Variable in enum pt.unl.fct.di.novasys.channel.ackos.messaging.AckosMessage.Type
 
openConnection(Host) - Method in class pt.unl.fct.di.novasys.channel.base.SingleThreadedChannel
 
openConnection(Host) - Method in interface pt.unl.fct.di.novasys.channel.IChannel
 
openConnection(Host) - Method in class pt.unl.fct.di.novasys.channel.tcp.MultithreadedTCPChannel
 
operationComplete(ChannelFuture) - Method in class pt.unl.fct.di.novasys.network.pipeline.OutConnectionHandler
 
outboundConnectionDown(Connection<T>, Throwable) - Method in class pt.unl.fct.di.novasys.channel.tcp.MultithreadedTCPChannel
 
outboundConnectionDown(Connection<T>, Throwable) - Method in interface pt.unl.fct.di.novasys.network.listeners.OutConnListener
 
outboundConnectionDown(Connection<Y>, Throwable) - Method in class pt.unl.fct.di.novasys.channel.base.SingleThreadedBiChannel
 
outboundConnectionDown(Connection<Y>, Throwable) - Method in class pt.unl.fct.di.novasys.channel.base.SingleThreadedClientChannel
 
outboundConnectionFailed(Connection<T>, Throwable) - Method in class pt.unl.fct.di.novasys.channel.tcp.MultithreadedTCPChannel
 
outboundConnectionFailed(Connection<T>, Throwable) - Method in interface pt.unl.fct.di.novasys.network.listeners.OutConnListener
 
outboundConnectionFailed(Connection<Y>, Throwable) - Method in class pt.unl.fct.di.novasys.channel.base.SingleThreadedBiChannel
 
outboundConnectionFailed(Connection<Y>, Throwable) - Method in class pt.unl.fct.di.novasys.channel.base.SingleThreadedClientChannel
 
outboundConnectionUp(Connection<T>) - Method in class pt.unl.fct.di.novasys.channel.tcp.MultithreadedTCPChannel
 
outboundConnectionUp(Connection<T>) - Method in interface pt.unl.fct.di.novasys.network.listeners.OutConnListener
 
outboundConnectionUp(Connection<Y>) - Method in class pt.unl.fct.di.novasys.channel.base.SingleThreadedBiChannel
 
outboundConnectionUp(Connection<Y>) - Method in class pt.unl.fct.di.novasys.channel.base.SingleThreadedClientChannel
 
OutConnectionDown - Class in pt.unl.fct.di.novasys.channel.tcp.events
Triggered when an established outbound connection is disconnected.
OutConnectionDown(Host, Throwable) - Constructor for class pt.unl.fct.di.novasys.channel.tcp.events.OutConnectionDown
 
OutConnectionFailed<T> - Class in pt.unl.fct.di.novasys.channel.tcp.events
Triggered when an outbound connection fails to establish.
OutConnectionFailed(Host, Queue<T>, Throwable) - Constructor for class pt.unl.fct.di.novasys.channel.tcp.events.OutConnectionFailed
 
OutConnectionHandler<T> - Class in pt.unl.fct.di.novasys.network.pipeline
 
OutConnectionHandler(Host, Bootstrap, OutConnListener<T>, MessageListener<T>, ISerializer<T>, EventLoop, Attributes, int, int) - Constructor for class pt.unl.fct.di.novasys.network.pipeline.OutConnectionHandler
 
OutConnectionState<T> - Class in pt.unl.fct.di.novasys.channel.accrual
 
OutConnectionState(Connection<T>) - Constructor for class pt.unl.fct.di.novasys.channel.accrual.OutConnectionState
 
OutConnectionState(Connection<T>, Queue<T>) - Constructor for class pt.unl.fct.di.novasys.channel.accrual.OutConnectionState
 
OutConnectionState.State - Enum in pt.unl.fct.di.novasys.channel.accrual
 
OutConnectionUp - Class in pt.unl.fct.di.novasys.channel.tcp.events
Triggered when a new outbound connection is established.
OutConnectionUp(Host) - Constructor for class pt.unl.fct.di.novasys.channel.tcp.events.OutConnectionUp
 
OutConnListener<T> - Interface in pt.unl.fct.di.novasys.network.listeners
 
OutHandshakeHandler - Class in pt.unl.fct.di.novasys.network.pipeline
 
OutHandshakeHandler(Attributes) - Constructor for class pt.unl.fct.di.novasys.network.pipeline.OutHandshakeHandler
 
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form