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

1234567891011>>

/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;
/external/nist-sip/java/gov/nist/javax/sip/
H A DListeningPointExt.java23 * Send a heartbeat to the specified Ip address and port
29 public void sendHeartbeat(String ipAddress, int port) throws IOException ; argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowIntentFilterAuthorityEntry.java10 private int port; field in class:ShadowIntentFilterAuthorityEntry
12 public void __constructor__(String host, String port) { argument
14 if (port == null) {
15 this.port = -1;
17 this.port = Integer.parseInt(port);
28 return port;
/external/xmlrpcpp/test/
H A DTestBase64Client.cpp21 int port = atoi(argv[2]); local
24 XmlRpcClient c(argv[1], port);
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServerSocket.java32 private int port = -1; field in class:Support_HttpServerSocket
42 if (port == -1) {
64 public void setPort(int port) { argument
65 this.port = port;
69 instance = new ServerSocket(port);
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/
H A DSocketFactoryTest.java86 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { argument
91 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) argument
97 public Socket createSocket(InetAddress host, int port) throws IOException { argument
102 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) argument

Completed in 3759 milliseconds

1234567891011>>