OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hostPort
(Results
1 - 6
of
6
) 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
);
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java
227
int
hostPort
= Util.getEffectivePort(getURL());
231
hostPort
= proxyAddress.getPort();
233
return new SocketPermission(hostName + ":" +
hostPort
, "connect, resolve");
/libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java
221
int
hostPort
= usingProxy()
224
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 325 milliseconds