Interface Settings


public interface Settings
  • Field Details

  • Method Details

    • getUserAgent

      String getUserAgent(String defValue)
    • setUserAgent

      void setUserAgent(String value)
    • getMessageLineLen

      int getMessageLineLen(int defValue)
    • setMessageLineLen

      void setMessageLineLen(int value)
    • create

      static Settings create(Registry registry)