Home
last modified time | relevance | path

Searched refs:hostAndPort (Results 1 – 25 of 36) sorted by relevance

12

/external/jetty/src/java/org/eclipse/jetty/client/
DAddress.java31 public static Address from(String hostAndPort) in from() argument
35 int colon = hostAndPort.indexOf(':'); in from()
38 host = hostAndPort.substring(0, colon); in from()
39 port = Integer.parseInt(hostAndPort.substring(colon + 1)); in from()
43 host = hostAndPort; in from()
/external/vogar/src/vogar/
DSshTarget.java38 public SshTarget(String hostAndPort, Log log) { in SshTarget() argument
40 int colon = hostAndPort.indexOf(":"); in SshTarget()
42 host = hostAndPort.substring(0, colon); in SshTarget()
43 port = Integer.parseInt(hostAndPort.substring(colon + 1)); in SshTarget()
45 host = hostAndPort; in SshTarget()
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
DPasvCommandHandler.java47 String hostAndPort = PortParser.convertHostAndPortToCommaDelimitedBytes(server, port); in handle() local
49 sendReply(session, ReplyCodes.PASV_OK, "pasv", list(hostAndPort)); in handle()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DPasvCommandHandler.java47 String hostAndPort = PortParser.convertHostAndPortToCommaDelimitedBytes(server, port); in handle() local
49 sendReply(session, ReplyCodes.PASV_OK, "pasv", list(hostAndPort)); in handle()
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/
DPasvCommandHandler.java47 String hostAndPort = PortParser.convertHostAndPortToCommaDelimitedBytes(server, port); in handle() local
49 sendReply(session, ReplyCodes.PASV_OK, "pasv", list(hostAndPort)); in handle()
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
DPasvCommandHandler.java47 String hostAndPort = PortParser.convertHostAndPortToCommaDelimitedBytes(server, port); in handle() local
49 sendReply(session, ReplyCodes.PASV_OK, "pasv", list(hostAndPort)); in handle()
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DPasvCommandHandler.java47 String hostAndPort = PortParser.convertHostAndPortToCommaDelimitedBytes(server, port); in handle() local
49 sendReply(session, ReplyCodes.PASV_OK, "pasv", list(hostAndPort)); in handle()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
DPasvCommandHandler.java47 String hostAndPort = PortParser.convertHostAndPortToCommaDelimitedBytes(server, port); in handle() local
49 sendReply(session, ReplyCodes.PASV_OK, "pasv", list(hostAndPort)); in handle()
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
DPasvCommandHandler.java47 String hostAndPort = PortParser.convertHostAndPortToCommaDelimitedBytes(server, port); in handle() local
49 sendReply(session, ReplyCodes.PASV_OK, "pasv", list(hostAndPort)); in handle()
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
DPasvCommandHandler.java47 String hostAndPort = PortParser.convertHostAndPortToCommaDelimitedBytes(server, port); in handle() local
49 sendReply(session, ReplyCodes.PASV_OK, "pasv", list(hostAndPort)); in handle()
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
DPasvCommandHandler.java47 String hostAndPort = PortParser.convertHostAndPortToCommaDelimitedBytes(server, port); in handle() local
49 sendReply(session, ReplyCodes.PASV_OK, "pasv", list(hostAndPort)); in handle()
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
DPasvCommandHandler.java47 String hostAndPort = PortParser.convertHostAndPortToCommaDelimitedBytes(server, port); in handle() local
49 sendReply(session, ReplyCodes.PASV_OK, "pasv", list(hostAndPort)); in handle()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DPasvCommandHandler.java47 String hostAndPort = PortParser.convertHostAndPortToCommaDelimitedBytes(server, port); in handle() local
49 sendReply(session, ReplyCodes.PASV_OK, "pasv", list(hostAndPort)); in handle()
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
DPasvCommandHandler.java47 String hostAndPort = PortParser.convertHostAndPortToCommaDelimitedBytes(server, port); in handle() local
49 sendReply(session, ReplyCodes.PASV_OK, "pasv", list(hostAndPort)); in handle()
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/stub/command/
DPasvCommandHandler.java63 … String hostAndPort = "(" + PortParser.convertHostAndPortToCommaDelimitedBytes(server, port) + ")"; in handleCommand() local
65 sendReply(session, hostAndPort); in handleCommand()
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/stub/command/
DPasvCommandHandler.java63 … String hostAndPort = "(" + PortParser.convertHostAndPortToCommaDelimitedBytes(server, port) + ")"; in handleCommand() local
65 sendReply(session, hostAndPort); in handleCommand()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/stub/command/
DPasvCommandHandler.java63 … String hostAndPort = "(" + PortParser.convertHostAndPortToCommaDelimitedBytes(server, port) + ")"; in handleCommand() local
65 sendReply(session, hostAndPort); in handleCommand()
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
DPasvCommandHandler.java63 … String hostAndPort = "(" + PortParser.convertHostAndPortToCommaDelimitedBytes(server, port) + ")"; in handleCommand() local
65 sendReply(session, hostAndPort); in handleCommand()
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/stub/command/
DPasvCommandHandler.java63 … String hostAndPort = "(" + PortParser.convertHostAndPortToCommaDelimitedBytes(server, port) + ")"; in handleCommand() local
65 sendReply(session, hostAndPort); in handleCommand()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
DPasvCommandHandler.java63 … String hostAndPort = "(" + PortParser.convertHostAndPortToCommaDelimitedBytes(server, port) + ")"; in handleCommand() local
65 sendReply(session, hostAndPort); in handleCommand()
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/stub/command/
DPasvCommandHandler.java63 … String hostAndPort = "(" + PortParser.convertHostAndPortToCommaDelimitedBytes(server, port) + ")"; in handleCommand() local
65 sendReply(session, hostAndPort); in handleCommand()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
DPasvCommandHandler.java63 … String hostAndPort = "(" + PortParser.convertHostAndPortToCommaDelimitedBytes(server, port) + ")"; in handleCommand() local
65 sendReply(session, hostAndPort); in handleCommand()
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/stub/command/
DPasvCommandHandler.java63 … String hostAndPort = "(" + PortParser.convertHostAndPortToCommaDelimitedBytes(server, port) + ")"; in handleCommand() local
65 sendReply(session, hostAndPort); in handleCommand()
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/stub/command/
DPasvCommandHandler.java63 … String hostAndPort = "(" + PortParser.convertHostAndPortToCommaDelimitedBytes(server, port) + ")"; in handleCommand() local
65 sendReply(session, hostAndPort); in handleCommand()
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/stub/command/
DPasvCommandHandler.java63 … String hostAndPort = "(" + PortParser.convertHostAndPortToCommaDelimitedBytes(server, port) + ")"; in handleCommand() local
65 sendReply(session, hostAndPort); in handleCommand()

12