Package google.registry.proxy
Class ProxyConfig.Epp
java.lang.Object
google.registry.proxy.ProxyConfig.Epp
- Enclosing class:
ProxyConfig
Configuration options that apply to EPP protocol.
-
Field Summary
Modifier and TypeFieldDescriptionint
int
int
int
-
Constructor Summary
-
Method Summary
-
Field Details
-
port
public int port -
relayHost
-
relayPath
-
maxMessageLengthBytes
public int maxMessageLengthBytes -
headerLengthBytes
public int headerLengthBytes -
readTimeoutSeconds
public int readTimeoutSeconds -
quota
-
-
Constructor Details
-
Epp
public Epp()
-