Class Protocol.BackendProtocol

java.lang.Object
google.registry.proxy.Protocol.BackendProtocol
All Implemented Interfaces:
Protocol
Enclosing interface:
Protocol

public abstract static class Protocol.BackendProtocol extends Object implements 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.

  • Constructor Details

    • BackendProtocol

      public BackendProtocol()
  • Method Details

    • host

      public abstract String host()
      The hostname that the proxy connects to.
    • isLocal

      public abstract boolean isLocal()
      Whether the protocol is expected to connect to localhost.