Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.protocols |
Contains various Directory Server connection handler implementations which
will be used to accept connections from and perform communication with
clients over various protocols.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using HTTP.
|
org.opends.server.protocols.internal |
Contains the implementation for the "internal" connection handler
and its associated classes.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using JMX.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using LDAPv3.
|
org.opends.server.replication.server |
This package contains the code for the Replication Server part
of the Multimaster replication feature.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Method and Description |
---|---|
abstract Collection<HostPort> |
ConnectionHandler.getListeners()
Retrieves information about the listener(s) that will be used to
accept client connections.
|
Modifier and Type | Method and Description |
---|---|
Collection<HostPort> |
LDIFConnectionHandler.getListeners()
Retrieves information about the listener(s) that will be used to
accept client connections.
|
Modifier and Type | Method and Description |
---|---|
Collection<HostPort> |
HTTPConnectionHandler.getListeners() |
Modifier and Type | Method and Description |
---|---|
Collection<HostPort> |
InternalConnectionHandler.getListeners()
Retrieves information about the listener(s) that will be used to
accept client connections.
|
Modifier and Type | Method and Description |
---|---|
Collection<HostPort> |
JmxConnectionHandler.getListeners()
Retrieves information about the listener(s) that will be used to
accept client connections.
|
Modifier and Type | Method and Description |
---|---|
Collection<HostPort> |
LDAPConnectionHandler.getListeners()
Retrieves information about the listener(s) that will be used to
accept client connections.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationServerDomain.stopReplicationServers(Collection<HostPort> serversToDisconnect)
Stop operations with a list of replication servers.
|
Modifier and Type | Method and Description |
---|---|
static HostPort |
HostPort.allAddresses(int port)
Returns a a new HostPort for all addresses, also known as a wildcard
address.
|
static HostPort |
HostPort.localAddress(int port)
Builds a new instance of
HostPort representing the local machine
with the supplied port. |
static HostPort |
HostPort.valueOf(String hostPort)
Creates a new
HostPort object by parsing the supplied
"hostName:port" String URL. |
Modifier and Type | Method and Description |
---|---|
boolean |
HostPort.isEquivalentTo(HostPort other)
Checks whether the supplied HostPort is an equivalent to the current
HostPort.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.