| |
|
| java.lang.Object org.apache.harmony.jndi.provider.ldap.parser.LdapUrlParser
Inner Class :final static class JJCalls | |
lookingAhead | public boolean lookingAhead(Code) | | |
disable_tracing | final public void disable_tracing()(Code) | | |
enable_tracing | final public void enable_tracing()(Code) | | |
getHost | public String getHost()(Code) | | get the host part of the url, if host part is omitted, null
will be return
host part of the url or null if it's omitted |
getPort | public int getPort()(Code) | | get the port number of the url, if this part is omitted, -1 will be
return
port number of the url or -1 if it's omitted |
hasAttributes | public boolean hasAttributes()(Code) | | |
hasExtensions | public boolean hasExtensions()(Code) | | |
hasFilter | public boolean hasFilter()(Code) | | |
hasScope | public boolean hasScope()(Code) | | |
|
|
|