org.exoplatform.frameworks.ftpclient.data
Class FtpDataTransiverImpl
java.lang.Object
org.exoplatform.frameworks.ftpclient.data.FtpDataTransiverImpl
- All Implemented Interfaces:
- FtpDataTransiver
public class FtpDataTransiverImpl
- extends Object
- implements FtpDataTransiver
Created by The eXo Platform SAS .
- Version:
- $Id: $
- Author:
- Vitaly Guly
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataSocket
protected Socket dataSocket
connectionThread
protected Thread connectionThread
FtpDataTransiverImpl
public FtpDataTransiverImpl()
OpenPassive
public void OpenPassive(String host,
int port)
- Specified by:
OpenPassive in interface FtpDataTransiver
OpenActive
public boolean OpenActive(int port)
- Specified by:
OpenActive in interface FtpDataTransiver
isConnected
public boolean isConnected()
- Specified by:
isConnected in interface FtpDataTransiver
close
public void close()
- Specified by:
close in interface FtpDataTransiver
receive
public byte[] receive()
- Specified by:
receive in interface FtpDataTransiver
send
public boolean send(byte[] data)
- Specified by:
send in interface FtpDataTransiver
Copyright © 2015 eXo Platform SAS. All Rights Reserved.