Class OutboundConnections

java.lang.Object
org.apache.cassandra.net.OutboundConnections

public class OutboundConnections extends Object
Groups a set of outbound connections to a given peer, and routes outgoing messages to the appropriate connection (based upon message's type or size). Contains a OutboundConnection for each of the ConnectionType types.