Searched defs:port (Results 126 - 150 of 904) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.0.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/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/2.1/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocketFactory.java45 public ServerSocket createServerSocket(int port) throws IOException { argument
/external/mockftpserver/tags/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/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/2.2/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocketFactory.java45 public ServerSocket createServerSocket(int port) throws IOException { argument
/external/mockftpserver/tags/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/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/2.3/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocketFactory.java45 public ServerSocket createServerSocket(int port) throws IOException { argument
/external/mockftpserver/tags/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/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
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocketFactory.java45 public ServerSocket createServerSocket(int port) throws IOException { argument
/external/mockftpserver/tags/2.4/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/2.5/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/2.5/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocketFactory.java45 public ServerSocket createServerSocket(int port) throws IOException { argument
/external/mockftpserver/tags/2.5/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/2.x_Before_IDEA/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/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocketFactory.java47 public ServerSocket createServerSocket(int port) throws IOException { argument
/external/mockftpserver/tags/2.x_Before_IDEA/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;

Completed in 1227 milliseconds

1234567891011>>