Searched defs:port (Results 76 - 100 of 904) sorted by relevance

1234567891011>>

/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
34 * @param port - the port number of the enpoint to which the socket is connected
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
H A DSocketFactory.java33 * Create a new Socket instance for the specified host and port.
35 * @param port - the port number of the enpoint to which the socket is connected
39 public Socket createSocket(InetAddress host, int port) throws IOException; argument
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocketFactory.java47 public ServerSocket createServerSocket(int port) throws IOException { argument
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
34 * @param port - the port number of the enpoint to which the socket is connected
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
H A DSocketFactory.java33 * Create a new Socket instance for the specified host and port.
35 * @param port - the port number of the enpoint to which the socket is connected
39 public Socket createSocket(InetAddress host, int port) throws IOException; argument
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocketFactory.java47 public ServerSocket createServerSocket(int port) throws IOException { argument
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
34 * @param port - the port number of the enpoint to which the socket is connected
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
H A DSocketFactory.java33 * Create a new Socket instance for the specified host and port.
35 * @param port - the port number of the enpoint to which the socket is connected
39 public Socket createSocket(InetAddress host, int port) throws IOException; argument
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocketFactory.java47 public ServerSocket createServerSocket(int port) throws IOException { argument
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
34 * @param port - the port number of the enpoint to which the socket is connected
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
H A DSocketFactory.java33 * Create a new Socket instance for the specified host and port.
35 * @param port - the port number of the enpoint to which the socket is connected
39 public Socket createSocket(InetAddress host, int port) throws IOException; argument
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocketFactory.java47 public ServerSocket createServerSocket(int port) throws IOException { argument
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
34 * @param port - the port number of the enpoint to which the socket is connected
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
H A DSocketFactory.java33 * Create a new Socket instance for the specified host and port.
35 * @param port - the port number of the enpoint to which the socket is connected
39 public Socket createSocket(InetAddress host, int port) throws IOException; argument
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocketFactory.java47 public ServerSocket createServerSocket(int port) throws IOException { argument
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
34 * @param port - the port number of the enpoint to which the socket is connected
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
H A DSocketFactory.java33 * Create a new Socket instance for the specified host and port.
35 * @param port - the port number of the enpoint to which the socket is connected
39 public Socket createSocket(InetAddress host, int port) throws IOException; argument
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocketFactory.java47 public ServerSocket createServerSocket(int port) throws IOException { argument
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * Create a new Socket instance for the specified host and port.
34 * @param port - the port number of the enpoint to which the socket is connected
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);
H A DSocketFactory.java33 * Create a new Socket instance for the specified host and port.
35 * @param port - the port number of the enpoint to which the socket is connected
39 public Socket createSocket(InetAddress host, int port) throws IOException; argument

Completed in 9029 milliseconds

1234567891011>>