Home
last modified time | relevance | path

Searched defs:HostAndPort (Results 1 – 8 of 8) sorted by relevance

/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/
DHostAndPort.java29 public class HostAndPort { class
38 public HostAndPort(InetAddress host, int port) { in HostAndPort() method in HostAndPort
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/
DHostAndPort.java29 public class HostAndPort { class
38 public HostAndPort(InetAddress host, int port) { in HostAndPort() method in HostAndPort
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
DHostAndPort.java29 public class HostAndPort { class
38 public HostAndPort(InetAddress host, int port) { in HostAndPort() method in HostAndPort
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/
DHostAndPort.java29 public class HostAndPort { class
38 public HostAndPort(InetAddress host, int port) { in HostAndPort() method in HostAndPort
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/
DHostAndPort.java29 public class HostAndPort { class
38 public HostAndPort(InetAddress host, int port) { in HostAndPort() method in HostAndPort
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/
DHostAndPort.java29 public class HostAndPort { class
38 public HostAndPort(InetAddress host, int port) { in HostAndPort() method in HostAndPort
/external/conscrypt/common/src/main/java/org/conscrypt/
DClientSessionContext.java175 private static final class HostAndPort { class in ClientSessionContext
179 HostAndPort(String host, int port) { in HostAndPort() method in ClientSessionContext.HostAndPort
/external/guava/guava/src/com/google/common/net/
DHostAndPort.java67 public final class HostAndPort implements Serializable { class
80 private HostAndPort(String host, int port, boolean hasBracketlessColons) { in HostAndPort() method in HostAndPort