EppProtocolModule |
|
HealthCheckProtocolModule |
|
HttpsRelayProtocolModule |
|
MetricsModule |
Module that provides necessary bindings to instantiate a MetricReporter
|
Protocol.BackendProtocol |
Connection parameters for a connection from the proxy to the GAE app.
|
Protocol.BackendProtocol.Builder |
|
Protocol.Builder<B extends Protocol.Builder<B,P>,P extends Protocol> |
Generic builder enabling chaining for concrete implementations.
|
Protocol.FrontendProtocol |
Connection parameters for a connection from the client to the proxy.
|
Protocol.FrontendProtocol.Builder |
|
ProxyConfig |
The POJO that YAML config files are deserialized into.
|
ProxyConfig.Epp |
Configuration options that apply to EPP protocol.
|
ProxyConfig.Gcs |
Configuration options that apply to GCS.
|
ProxyConfig.HealthCheck |
Configuration options that apply to GCP load balancer health check protocol.
|
ProxyConfig.HttpsRelay |
Configuration options that apply to HTTPS relay protocol.
|
ProxyConfig.Kms |
Configuration options that apply to Cloud KMS.
|
ProxyConfig.Metrics |
Configuration options that apply to Stackdriver monitoring metrics.
|
ProxyConfig.Quota |
Configuration options that apply to quota management.
|
ProxyConfig.Quota.QuotaGroup |
Quota configuration for a specific set of users.
|
ProxyConfig.WebWhois |
Configuration options that apply to web WHOIS redirects.
|
ProxyConfig.Whois |
Configuration options that apply to WHOIS protocol.
|
ProxyModule |
A module that provides the port-to-protocol map and other configs that are used to bootstrap the
server.
|
ProxyServer |
A multi-protocol proxy server that listens for protocols in ProxyModule.ProxyComponent.protocols() }.
|
WebWhoisProtocolsModule |
|
WhoisProtocolModule |
|