Searched defs:HostAndPort (Results 1 - 20 of 20) sorted by relevance

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java29 public class HostAndPort { class
38 public HostAndPort(InetAddress host, int port) { method in class:HostAndPort
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java29 public class HostAndPort { class
38 public HostAndPort(InetAddress host, int port) { method in class:HostAndPort
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java29 public class HostAndPort { class
38 public HostAndPort(InetAddress host, int port) { method in class:HostAndPort
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java29 public class HostAndPort { class
38 public HostAndPort(InetAddress host, int port) { method in class:HostAndPort
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java29 public class HostAndPort { class
38 public HostAndPort(InetAddress host, int port) { method in class:HostAndPort
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java29 public class HostAndPort { class
38 public HostAndPort(InetAddress host, int port) { method in class:HostAndPort
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DClientSessionContext.java36 private final Map<HostAndPort, NativeSslSession> sessionsByHostAndPort = new HashMap<HostAndPort, NativeSslSession>();
108 HostAndPort key = new HostAndPort(host, port);
142 HostAndPort key = new HostAndPort(host, port);
163 HostAndPort hostAndPortKey = new HostAndPort(host, port);
175 private static final class HostAndPort { class in class:ClientSessionContext
179 HostAndPort(Strin method in class:ClientSessionContext.HostAndPort
[all...]
/external/guava/guava/src/com/google/common/net/
H A DHostAndPort.java38 * HostAndPort hp = HostAndPort.fromString("[2001:db8::1]")
67 public final class HostAndPort implements Serializable { class in inherits:Serializable
80 private HostAndPort(String host, int port, boolean hasBracketlessColons) { method in class:HostAndPort
87 * Returns the portion of this {@code HostAndPort} instance that should
122 * Build a HostAndPort instance from separate host and port values.
129 * @return if parsing was successful, a populated HostAndPort object.
133 public static HostAndPort fromParts(String host, int port) {
135 HostAndPort parsedHost = fromString(host);
137 return new HostAndPort(parsedHos
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3633 milliseconds