Class TCPRemoteCommitProvider.HostAddress

  • Enclosing class:
    TCPRemoteCommitProvider

    protected class TCPRemoteCommitProvider.HostAddress
    extends Object
    Utility class to store an InetAddress and an int. Not using InetSocketAddress because it's a JDK1.4 API. This also provides a wrapper around the socket(s) associated with this address.
    • Field Detail

      • _port

        protected int _port
      • _timeLastError

        protected long _timeLastError
      • _isAvailable

        protected boolean _isAvailable
      • _infosIssued

        protected int _infosIssued
      • _socketPool

        protected final org.apache.commons.pool2.impl.GenericObjectPool<Socket> _socketPool
    • Constructor Detail

    • Method Detail

      • setMaxTotal

        protected void setMaxTotal​(int maxTotal)
      • setMaxIdle

        protected void setMaxIdle​(int maxIdle)
      • getPort

        public int getPort()
      • close

        public void close()
      • sendUpdatePacket

        protected void sendUpdatePacket​(byte[] bytes)
      • clearAllSockets

        protected void clearAllSockets()
      • closeSocket

        protected void closeSocket​(Socket s)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object