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

/external/nist-sip/java/gov/nist/core/
H A DHostNameParser.java261 public HostPort hostPort( boolean allowWS ) throws ParseException { method in class:HostNameParser
263 dbg_enter("hostPort");
315 dbg_leave("hostPort");
334 HostPort hp = hnp.hostPort(true);
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAuthority.java48 protected HostPort hostPort; field in class:Authority
66 hostPort.encode(buffer);
68 hostPort.encode(buffer);
84 if (!this.hostPort.equals(otherAuth.hostPort)) {
96 * get the hostPort member.
100 return hostPort;
135 if (hostPort == null)
138 return hostPort.getHost();
146 if (hostPort
[all...]
H A DSipUri.java700 /** Set the hostPort field of the imbedded authority field.
701 *@param hostPort is the hostPort to set.
703 public void setHostPort(HostPort hostPort) { argument
707 authority.setHostPort(hostPort);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageChannel.java279 public static String getKey(HostPort hostPort, String transport) { argument
280 return (transport + ":" + hostPort.getHost().getHostname() + ":" + hostPort.getPort())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 183 milliseconds