org.apache.cassandra.net
Class OutboundTcpConnectionPool

java.lang.Object
  extended by org.apache.cassandra.net.OutboundTcpConnectionPool

public class OutboundTcpConnectionPool
extends java.lang.Object


Field Summary
 OutboundTcpConnection ackCon
           
 OutboundTcpConnection cmdCon
           
 
Method Summary
 java.net.Socket newSocket()
           
 void reset(java.net.InetAddress remoteEP)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmdCon

public final OutboundTcpConnection cmdCon

ackCon

public final OutboundTcpConnection ackCon
Method Detail

reset

public void reset(java.net.InetAddress remoteEP)

newSocket

public java.net.Socket newSocket()
                          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011 The Apache Software Foundation