Package google.registry.proxy
Class Protocol.FrontendProtocol.Builder
java.lang.Object
google.registry.proxy.Protocol.Builder<Protocol.FrontendProtocol.Builder,Protocol.FrontendProtocol>
google.registry.proxy.Protocol.FrontendProtocol.Builder
- Enclosing class:
Protocol.FrontendProtocol
public abstract static class Protocol.FrontendProtocol.Builder
extends Protocol.Builder<Protocol.FrontendProtocol.Builder,Protocol.FrontendProtocol>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
abstract Protocol.FrontendProtocol.Builder
hasBackend
(boolean value) abstract Protocol.FrontendProtocol.Builder
Methods inherited from class google.registry.proxy.Protocol.Builder
handlerProviders, name, port
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
relayProtocol
-
hasBackend
-
build
- Specified by:
build
in classProtocol.Builder<Protocol.FrontendProtocol.Builder,
Protocol.FrontendProtocol>
-