|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.LdapURL.Entry
public static class LdapURL.Entry
Represents a single LDAP URL entry.
| Constructor Summary | |
|---|---|
LdapURL.Entry(String h,
int p)
Creates a new entry. |
|
| Method Summary | |
|---|---|
String |
getHostname()
Returns the hostname. |
String |
getHostnameWithPort()
Returns the hostname:port. |
int |
getPort()
Returns the port. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LdapURL.Entry(String h,
int p)
h - hostnamep - port| Method Detail |
|---|
public String getHostname()
public String getHostnameWithPort()
public int getPort()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||