Searched refs:clientHost (Results 1 - 25 of 87) sorted by relevance

1234

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java47 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
85 return clientHost;
180 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data=" + data + "]";
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java48 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
84 return clientHost;
181 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data="+ data + "]";
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java48 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
84 return clientHost;
181 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data="+ data + "]";
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java48 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
84 return clientHost;
181 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data="+ data + "]";
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java48 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
84 return clientHost;
181 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data="+ data + "]";
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java48 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
84 return clientHost;
181 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data="+ data + "]";
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java48 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
84 return clientHost;
181 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data="+ data + "]";
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java48 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
84 return clientHost;
181 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data="+ data + "]";
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java48 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
84 return clientHost;
181 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data="+ data + "]";
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java47 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
85 return clientHost;
180 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data=" + data + "]";
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java47 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
85 return clientHost;
180 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data=" + data + "]";
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java48 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
84 return clientHost;
181 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data="+ data + "]";
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java47 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
85 return clientHost;
180 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data=" + data + "]";
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java47 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
85 return clientHost;
180 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data=" + data + "]";
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java47 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
85 return clientHost;
180 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data=" + data + "]";
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java47 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
85 return clientHost;
180 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data=" + data + "]";
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java47 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
85 return clientHost;
180 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data=" + data + "]";
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java47 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
85 return clientHost;
180 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data=" + data + "]";
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java47 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
85 return clientHost;
180 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data=" + data + "]";
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java47 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
85 return clientHost;
180 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data=" + data + "]";
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java48 private InetAddress clientHost; field in class:InvocationRecord
55 * @param clientHost - the client host
57 public InvocationRecord(Command command, InetAddress clientHost) { argument
60 this.clientHost = clientHost;
84 return clientHost;
181 return "InvocationRecord[time=" + time + " client-host=" + clientHost + " command=" + command + " data="+ data + "]";
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/session/
H A DDefaultSessionTest.java59 private InetAddress clientHost; field in class:DefaultSessionTest
72 clientHost = InetAddress.getLocalHost();
116 session.setClientDataHost(clientHost);
146 session.setClientDataHost(clientHost);
148 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
160 session.setClientDataHost(clientHost);
163 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
167 session.setClientDataHost(clientHost);
170 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
196 * Test the OpenDataConnection method, when the clientHost ha
[all...]
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/session/
H A DDefaultSessionTest.java58 private InetAddress clientHost; field in class:DefaultSessionTest
71 clientHost = InetAddress.getLocalHost();
115 session.setClientDataHost(clientHost);
145 session.setClientDataHost(clientHost);
147 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
159 session.setClientDataHost(clientHost);
162 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
166 session.setClientDataHost(clientHost);
169 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
195 * Test the OpenDataConnection method, when the clientHost ha
[all...]
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/session/
H A DDefaultSessionTest.java59 private InetAddress clientHost; field in class:DefaultSessionTest
72 clientHost = InetAddress.getLocalHost();
116 session.setClientDataHost(clientHost);
146 session.setClientDataHost(clientHost);
148 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
160 session.setClientDataHost(clientHost);
163 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
167 session.setClientDataHost(clientHost);
170 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
196 * Test the OpenDataConnection method, when the clientHost ha
[all...]
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/session/
H A DDefaultSessionTest.java59 private InetAddress clientHost; field in class:DefaultSessionTest
72 clientHost = InetAddress.getLocalHost();
116 session.setClientDataHost(clientHost);
146 session.setClientDataHost(clientHost);
148 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
160 session.setClientDataHost(clientHost);
163 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
167 session.setClientDataHost(clientHost);
170 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
196 * Test the OpenDataConnection method, when the clientHost ha
[all...]

Completed in 491 milliseconds

1234