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

C

CHANNEL_MAGIC_ATTRIBUTE - Static variable in interface pt.unl.fct.di.novasys.network.AttributeValidator
 
channelActive(ChannelHandlerContext) - Method in class pt.unl.fct.di.novasys.network.pipeline.InConnectionHandler
 
channelActive(ChannelHandlerContext) - Method in class pt.unl.fct.di.novasys.network.pipeline.OutConnectionHandler
 
channelActive(ChannelHandlerContext) - Method in class pt.unl.fct.di.novasys.network.pipeline.OutHandshakeHandler
 
ChannelEvent - Class in pt.unl.fct.di.novasys.channel
 
ChannelEvent(short) - Constructor for class pt.unl.fct.di.novasys.channel.ChannelEvent
 
ChannelEventHandler<T extends ChannelEvent> - Interface in pt.unl.fct.di.novasys.babel.handlers
Represents an operation that accepts a single input argument and returns no result.
channelInactive(ChannelHandlerContext) - Method in class pt.unl.fct.di.novasys.network.pipeline.InConnectionHandler
 
channelInactive(ChannelHandlerContext) - Method in class pt.unl.fct.di.novasys.network.pipeline.OutConnectionHandler
 
ChannelInitializer<T extends IChannel<BabelMessage>> - Interface in pt.unl.fct.di.novasys.babel.initializers
 
ChannelListener<T> - Interface in pt.unl.fct.di.novasys.channel
 
ChannelMetrics - Class in pt.unl.fct.di.novasys.channel.tcp.events
Triggered periodically if enabled.
ChannelMetrics(List<Pair<Host, Connection<T>>>, List<Pair<Host, ConnectionState<T>>>, Map<Host, LinkedList<Connection<T>>>, Map<Host, ConnectionState<T>>) - Constructor for class pt.unl.fct.di.novasys.channel.tcp.events.ChannelMetrics
 
ChannelMetrics.ConnectionMetrics - Class in pt.unl.fct.di.novasys.channel.tcp.events
 
channelRead(ChannelHandlerContext, Object) - Method in class pt.unl.fct.di.novasys.network.pipeline.ConnectionHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class pt.unl.fct.di.novasys.network.pipeline.InHandshakeHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class pt.unl.fct.di.novasys.network.pipeline.OutHandshakeHandler
 
ChannelToProtoForwarder - Class in pt.unl.fct.di.novasys.babel.core
 
ChannelToProtoForwarder(int) - Constructor for class pt.unl.fct.di.novasys.babel.core.ChannelToProtoForwarder
 
ClientDownEvent - Class in pt.unl.fct.di.novasys.channel.simpleclientserver.events
 
ClientDownEvent(Host, Throwable) - Constructor for class pt.unl.fct.di.novasys.channel.simpleclientserver.events.ClientDownEvent
 
ClientUpEvent - Class in pt.unl.fct.di.novasys.channel.simpleclientserver.events
 
ClientUpEvent(Host) - Constructor for class pt.unl.fct.di.novasys.channel.simpleclientserver.events.ClientUpEvent
 
clone() - Method in class pt.unl.fct.di.novasys.babel.generic.ProtoTimer
 
clone() - Method in class timer.TimerTimer
 
closeConnection(Host, int) - Method in class pt.unl.fct.di.novasys.channel.base.SingleThreadedChannel
 
closeConnection(Host, int) - Method in interface pt.unl.fct.di.novasys.channel.IChannel
 
closeConnection(Host, int) - Method in class pt.unl.fct.di.novasys.channel.tcp.MultithreadedTCPChannel
 
code - Variable in class pt.unl.fct.di.novasys.network.messaging.NetworkMessage
 
compare(TimerEvent, TimerEvent) - Method in class pt.unl.fct.di.novasys.babel.internal.TimerEvent
 
compareTo(TimerEvent) - Method in class pt.unl.fct.di.novasys.babel.internal.TimerEvent
 
compareTo(Host) - Method in class pt.unl.fct.di.novasys.network.data.Host
 
CONNECT_TIMEOUT_KEY - Static variable in class pt.unl.fct.di.novasys.channel.accrual.AccrualChannel
 
CONNECT_TIMEOUT_KEY - Static variable in class pt.unl.fct.di.novasys.channel.simpleclientserver.SimpleClientChannel
 
CONNECT_TIMEOUT_KEY - Static variable in class pt.unl.fct.di.novasys.channel.simpleclientserver.SimpleServerChannel
 
CONNECT_TIMEOUT_KEY - Static variable in class pt.unl.fct.di.novasys.channel.tcp.TCPChannel
 
CONNECTED - Enum constant in enum pt.unl.fct.di.novasys.channel.accrual.OutConnectionState.State
 
CONNECTED - Enum constant in enum pt.unl.fct.di.novasys.channel.simpleclientserver.SimpleClientChannel.State
 
CONNECTED - Enum constant in enum pt.unl.fct.di.novasys.channel.tcp.ConnectionState.State
 
CONNECTING - Enum constant in enum pt.unl.fct.di.novasys.channel.accrual.OutConnectionState.State
 
CONNECTING - Enum constant in enum pt.unl.fct.di.novasys.channel.simpleclientserver.SimpleClientChannel.State
 
CONNECTING - Enum constant in enum pt.unl.fct.di.novasys.channel.tcp.ConnectionState.State
 
Connection<T> - Interface in pt.unl.fct.di.novasys.network
 
CONNECTION_IN - Static variable in class pt.unl.fct.di.novasys.channel.accrual.AccrualChannel
 
CONNECTION_IN - Static variable in class pt.unl.fct.di.novasys.channel.tcp.MultithreadedTCPChannel
 
CONNECTION_IN - Static variable in class pt.unl.fct.di.novasys.channel.tcp.TCPChannel
 
CONNECTION_OUT - Static variable in class pt.unl.fct.di.novasys.channel.accrual.AccrualChannel
 
CONNECTION_OUT - Static variable in class pt.unl.fct.di.novasys.channel.tcp.MultithreadedTCPChannel
 
CONNECTION_OUT - Static variable in class pt.unl.fct.di.novasys.channel.tcp.TCPChannel
 
ConnectionHandler<T> - Class in pt.unl.fct.di.novasys.network.pipeline
 
ConnectionHandler(MessageListener<T>, EventLoop, boolean, Attributes) - Constructor for class pt.unl.fct.di.novasys.network.pipeline.ConnectionHandler
 
ConnectionMetrics(Host, long, long, long, long, long, long, long, long, boolean) - Constructor for class pt.unl.fct.di.novasys.channel.tcp.events.ChannelMetrics.ConnectionMetrics
 
ConnectionState<T> - Class in pt.unl.fct.di.novasys.channel.tcp
 
ConnectionState(Connection<T>) - Constructor for class pt.unl.fct.di.novasys.channel.tcp.ConnectionState
 
ConnectionState(Connection<T>, Queue<T>) - Constructor for class pt.unl.fct.di.novasys.channel.tcp.ConnectionState
 
ConnectionState.State - Enum in pt.unl.fct.di.novasys.channel.tcp
 
containsKey(String) - Method in class pt.unl.fct.di.novasys.network.data.Attributes
 
ControlMessage - Class in pt.unl.fct.di.novasys.network.messaging.control
 
ControlMessage.Type - Enum in pt.unl.fct.di.novasys.network.messaging.control
 
Counter - Class in pt.unl.fct.di.novasys.babel.metrics
 
Counter(String, boolean, long, boolean, boolean) - Constructor for class pt.unl.fct.di.novasys.babel.metrics.Counter
 
createConnection(Host, Attributes, OutConnListener<T>) - Method in class pt.unl.fct.di.novasys.network.NetworkManager
 
createNewWorkerGroup() - Static method in class pt.unl.fct.di.novasys.network.NetworkManager
Creates a new EventLoopGroup using the default number of threads (number of cpus * 2).
createNewWorkerGroup(int) - Static method in class pt.unl.fct.di.novasys.network.NetworkManager
Creates a new EventLoopGroup using the specified number of threads.
createServerSocket(InConnListener<T>, Host, AttributeValidator) - Method in class pt.unl.fct.di.novasys.network.NetworkManager
 
createServerSocket(InConnListener<T>, Host, AttributeValidator, int) - Method in class pt.unl.fct.di.novasys.network.NetworkManager
 
createServerSocket(InConnListener<T>, Host, AttributeValidator, int, int) - Method in class pt.unl.fct.di.novasys.network.NetworkManager
 
createServerSocket(InConnListener<T>, Host, AttributeValidator, EventLoopGroup) - Method in class pt.unl.fct.di.novasys.network.NetworkManager
 
createServerSocket(InConnListener<T>, Host, Attributes, AttributeValidator) - Method in class pt.unl.fct.di.novasys.network.NetworkManager
 
createServerSocket(InConnListener<T>, Host, Attributes, AttributeValidator, int) - Method in class pt.unl.fct.di.novasys.network.NetworkManager
 
createServerSocket(InConnListener<T>, Host, Attributes, AttributeValidator, int, int) - Method in class pt.unl.fct.di.novasys.network.NetworkManager
 
createServerSocket(InConnListener<T>, Host, Attributes, AttributeValidator, EventLoopGroup) - Method in class pt.unl.fct.di.novasys.network.NetworkManager
 
createServerSocket(InConnListener<T>, Host, Attributes, AttributeValidator, EventLoopGroup, EventLoopGroup) - Method in class pt.unl.fct.di.novasys.network.NetworkManager
 
CTRL_MSG - Static variable in class pt.unl.fct.di.novasys.network.messaging.NetworkMessage
 
CUSTOM_CHANNEL_EVENT - Enum constant in enum pt.unl.fct.di.novasys.babel.internal.InternalEvent.EventType
 
CustomChannelEvent - Class in pt.unl.fct.di.novasys.babel.internal
An abstract class that represents a protocol message
CustomChannelEvent(ChannelEvent, int) - Constructor for class pt.unl.fct.di.novasys.babel.internal.CustomChannelEvent
Create a protocol message event with the provided numeric identifier
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