Package 

Enum KeepAliveStrategy

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum KeepAliveStrategy
    
                        

    An enumeration of strategies for selecting which candidate pairs to keep alive.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ALL_SUCCEEDED

      Keep alive all succeeded pairs.

      SELECTED_AND_TCP

      Keep alive the selected pair and any TCP pairs.

      SELECTED_ONLY

      Only keep alive the selected pair.