Class BufferedProxySelector.CacheEntry

  • Enclosing class:
    BufferedProxySelector

    private static class BufferedProxySelector.CacheEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long expireAt  
      (package private) java.util.List<java.net.Proxy> result  
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheEntry​(java.util.List<java.net.Proxy> r, long expireAt)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isExpired()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • result

        java.util.List<java.net.Proxy> result
      • expireAt

        long expireAt
    • Constructor Detail

      • CacheEntry

        public CacheEntry​(java.util.List<java.net.Proxy> r,
                          long expireAt)
    • Method Detail

      • isExpired

        public boolean isExpired()