Class ProxyConfig.Epp

java.lang.Object
google.registry.proxy.ProxyConfig.Epp
Enclosing class:
ProxyConfig

public static class ProxyConfig.Epp extends Object
Configuration options that apply to EPP protocol.
  • Field Details

    • port

      public int port
    • relayHost

      public String relayHost
    • relayPath

      public String relayPath
    • maxMessageLengthBytes

      public int maxMessageLengthBytes
    • headerLengthBytes

      public int headerLengthBytes
    • readTimeoutSeconds

      public int readTimeoutSeconds
    • quota

      public ProxyConfig.Quota quota
  • Constructor Details

    • Epp

      public Epp()