Class UseTCPACKSCache.DetectedValue

  • Enclosing class:
    UseTCPACKSCache

    public class UseTCPACKSCache.DetectedValue
    extends java.lang.Object
    This class tracks if useTCPACKS have either been set or successfully detected.
    • Constructor Summary

      Constructors 
      Constructor Description
      DetectedValue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void forceSet​(boolean isUseTCPACKS)
      overrides all checks and forces the useage of TCPACKS
      boolean isUseTCPACKS()  
      • Methods inherited from class java.lang.Object

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

      • DetectedValue

        public DetectedValue()
    • Method Detail

      • forceSet

        public void forceSet​(boolean isUseTCPACKS)
        overrides all checks and forces the useage of TCPACKS
        Parameters:
        isUseTCPACKS -
      • isUseTCPACKS

        public boolean isUseTCPACKS()