Interface RemoteServers.SecondaryAcceptor

All Superinterfaces:
RemoteServers.RemoteServer, RemoteServers.SecondaryServer
Enclosing interface:
RemoteServers

public static interface RemoteServers.SecondaryAcceptor extends RemoteServers.SecondaryServer
Secondary remote server that accepts a connection from a primary server.

This type accepts a connection from a RemoteServers.PrimaryInitiator with the same name configured at the primary server (cluster).

Use an RemoteServers.SecondaryAcceptor.SecondaryAcceptorBuilder to create an instance of this type.

  • Method Details

    • getPrimaryHostName

      String getPrimaryHostName()
      Returns the primary server host name used in SSL validation.
      Returns:
      the primary server host name