Searched defs:HostPort (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DHostPort.java40 public final class HostPort class
51 * Creates a new {@code HostPort} object with the specified port
54 * @param port The port number for this {@code HostPort} object.
56 public HostPort(int port) method in class:HostPort
65 * Creates a new {@code HostPort} object with the specified port
68 * @param host The host address or name for this {@code HostPort}
70 * @param port The port number for this {@code HostPort} object.
72 public HostPort(String host, int port) method in class:HostPort
81 * Retrieves the host for this {@code HostPort} object.
83 * @return The host for this {@code HostPort} objec
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DHostPort.java40 public final class HostPort class
51 * Creates a new {@code HostPort} object with the specified port
54 * @param port The port number for this {@code HostPort} object.
56 public HostPort(int port) method in class:HostPort
65 * Creates a new {@code HostPort} object with the specified port
68 * @param host The host address or name for this {@code HostPort}
70 * @param port The port number for this {@code HostPort} object.
72 public HostPort(String host, int port) method in class:HostPort
81 * Retrieves the host for this {@code HostPort} object.
83 * @return The host for this {@code HostPort} objec
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DHostPort.java40 public final class HostPort class
51 * Creates a new {@code HostPort} object with the specified port
54 * @param port The port number for this {@code HostPort} object.
56 public HostPort(int port) method in class:HostPort
65 * Creates a new {@code HostPort} object with the specified port
68 * @param host The host address or name for this {@code HostPort}
70 * @param port The port number for this {@code HostPort} object.
72 public HostPort(String host, int port) method in class:HostPort
81 * Retrieves the host for this {@code HostPort} object.
83 * @return The host for this {@code HostPort} objec
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DHostPort.java54 public final class HostPort class
76 * Keeping the supplied host name allows to rebuild the HostPort object in
163 * Returns a a new HostPort for all addresses, also known as a wildcard
167 * The port number for the new {@code HostPort} object.
168 * @return a newly constructed HostPort object
170 public static HostPort allAddresses(int port)
172 return new HostPort(port);
176 * Builds a new instance of {@link HostPort} representing the local machine
180 * the port to use when building the new {@link HostPort} object
181 * @return a new {@link HostPort} instanc
196 private HostPort(int port) method in class:HostPort
213 public HostPort(String host, int port) method in class:HostPort
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DHostPort.java54 public final class HostPort class
76 * Keeping the supplied host name allows to rebuild the HostPort object in
163 * Returns a a new HostPort for all addresses, also known as a wildcard
167 * The port number for the new {@code HostPort} object.
168 * @return a newly constructed HostPort object
170 public static HostPort allAddresses(int port)
172 return new HostPort(port);
176 * Builds a new instance of {@link HostPort} representing the local machine
180 * the port to use when building the new {@link HostPort} object
181 * @return a new {@link HostPort} instanc
196 private HostPort(int port) method in class:HostPort
213 public HostPort(String host, int port) method in class:HostPort
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DHostPort.java51 public final class HostPort class
73 * Keeping the supplied host name allows to rebuild the HostPort object in
160 * Returns a a new HostPort for all addresses, also known as a wildcard
164 * The port number for the new {@code HostPort} object.
165 * @return a newly constructed HostPort object
167 public static HostPort allAddresses(int port)
169 return new HostPort(port);
173 * Builds a new instance of {@link HostPort} representing the local machine
177 * the port to use when building the new {@link HostPort} object
178 * @return a new {@link HostPort} instanc
193 private HostPort(int port) method in class:HostPort
210 public HostPort(String host, int port) method in class:HostPort
[all...]

Completed in 110 milliseconds