public class PreferredConnection extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
HostPort |
getHostPort()
Returns the host name and port number.
|
String |
getLDAPURL()
Returns the LDAP URL to be used.
|
static Set<PreferredConnection> |
getPreferredConnections(org.opends.server.tools.dsreplication.ConnectionWrapper conn)
Commodity method that generates a list of preferred connection (of just one) with the information on a given
connection.
|
ConnectionSecurity |
getType()
Returns the connection security.
|
int |
hashCode() |
String |
toString() |
public String getLDAPURL()
public HostPort getHostPort()
public ConnectionSecurity getType()
public static Set<PreferredConnection> getPreferredConnections(org.opends.server.tools.dsreplication.ConnectionWrapper conn)
conn
- the connection we retrieve the information from.Copyright 2010-2022 ForgeRock AS.