Class AEProxySelectorImpl.MyProxy

  • Enclosing class:
    AEProxySelectorImpl

    private static class AEProxySelectorImpl.MyProxy
    extends java.net.Proxy
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.net.Proxy

        java.net.Proxy.Type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int fail_count  
      private long last_fail  
      private long last_use  
      private int use_count  
      • Fields inherited from class java.net.Proxy

        NO_PROXY
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MyProxy​(java.net.InetSocketAddress address)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private int getFailCount()  
      private java.lang.String getInfo​(long now, long mono_now)  
      private void handedOut()  
      private void setFailed()  
      • Methods inherited from class java.net.Proxy

        address, equals, hashCode, toString, type
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • use_count

        private int use_count
      • fail_count

        private int fail_count
      • last_use

        private long last_use
      • last_fail

        private long last_fail
    • Constructor Detail

      • MyProxy

        private MyProxy​(java.net.InetSocketAddress address)
    • Method Detail

      • handedOut

        private void handedOut()
      • setFailed

        private void setFailed()
      • getFailCount

        private int getFailCount()
      • getInfo

        private java.lang.String getInfo​(long now,
                                         long mono_now)