Searched refs:hostPort (Results 1 - 8 of 8) sorted by relevance

/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/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DNetwork.java121 public static Client connectToServer( String host, int hostPort ) throws IOException
123 return connectToServer( DEFAULT_GAME_NAME, DEFAULT_VERSION, host, hostPort, hostPort );
130 public static Client connectToServer( String host, int hostPort, int remoteUdpPort ) throws IOException argument
132 return connectToServer( DEFAULT_GAME_NAME, DEFAULT_VERSION, host, hostPort, remoteUdpPort );
140 String host, int hostPort ) throws IOException
142 return connectToServer( gameName, version, host, hostPort, hostPort );
154 * @param hostPort The remote TCP port on the server to which this client should
162 String host, int hostPort, in
161 connectToServer( String gameName, int version, String host, int hostPort, int remoteUdpPort ) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DViaParser.java86 HostPort hostPort = hnp.hostPort( true );
87 v.setSentBy(hostPort);
/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/stack/
H A DMessageChannel.java279 public static String getKey(HostPort hostPort, String transport) { argument
280 return (transport + ":" + hostPort.getHost().getHostname() + ":" + hostPort.getPort())
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpURLConnectionImpl.java211 int hostPort = Util.getEffectivePort(getURL());
215 hostPort = proxyAddress.getPort();
217 return new SocketPermission(hostName + ":" + hostPort, "connect, resolve");
/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 ...

Completed in 1103 milliseconds