public class OutboundTcpConnectionPool
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
OutboundTcpConnection |
ackCon |
OutboundTcpConnection |
cmdCon |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.net.InetAddress |
endPoint() |
long |
getRecentTimeouts() |
long |
getTimeouts() |
void |
incrementTimeout() |
java.net.Socket |
newSocket() |
void |
reset(java.net.InetAddress remoteEP)
reconnect to @param remoteEP (after the current message backlog is exhausted).
|
void |
resetToNewerVersion(int version) |
public final OutboundTcpConnection cmdCon
public final OutboundTcpConnection ackCon
public void resetToNewerVersion(int version)
public void reset(java.net.InetAddress remoteEP)
remoteEP
- public long getTimeouts()
public long getRecentTimeouts()
public void incrementTimeout()
public java.net.Socket newSocket() throws java.io.IOException
java.io.IOException
public java.net.InetAddress endPoint()
public void close()
Copyright © 2013 The Apache Software Foundation