Package google.registry.proxy
Class Protocol.BackendProtocol
java.lang.Object
google.registry.proxy.Protocol.BackendProtocol
- All Implemented Interfaces:
Protocol
- Enclosing interface:
Protocol
Connection parameters for a connection from the proxy to the GAE app.
This protocol is associated to a NioSocketChannel
established by the proxy
connecting to a remote peer.
-
Nested Class Summary
Nested classes/interfaces inherited from interface google.registry.proxy.Protocol
Protocol.BackendProtocol, Protocol.FrontendProtocol
-
Field Summary
Fields inherited from interface google.registry.proxy.Protocol
PROTOCOL_KEY
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface google.registry.proxy.Protocol
handlerProviders, name, port
-
Constructor Details
-
BackendProtocol
public BackendProtocol()
-
-
Method Details
-
host
The hostname that the proxy connects to. -
isLocal
public abstract boolean isLocal()Whether the protocol is expected to connect to localhost.
-