HomeSort by relevance Sort by last modified time
    Searched defs:hostPort (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/address/
Authority.java 46 /** hostport field
48 protected HostPort hostPort;
66 hostPort.encode(buffer);
68 hostPort.encode(buffer);
84 if (!this.hostPort.equals(otherAuth.hostPort)) {
96 * get the hostPort member.
97 * @return HostPort
99 public HostPort getHostPort()
    [all...]
  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 261 public HostPort hostPort( boolean allowWS ) throws ParseException {
263 dbg_enter("hostPort");
266 HostPort hp = new HostPort();
315 dbg_leave("hostPort");
334 HostPort hp = hnp.hostPort(true);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java 86 HostPort hostPort = hnp.hostPort( true );
87 v.setSentBy(hostPort);
  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 212 int hostPort = usingProxy()
215 return hostPort < 0 ? getDefaultPort() : hostPort;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 92 milliseconds