org.exoplatform.services.ftp.data
Class FtpDataTransiverImpl
java.lang.Object
org.exoplatform.services.ftp.data.FtpDataTransiverImpl
- All Implemented Interfaces:
- FtpDataTransiver
public class FtpDataTransiverImpl
- extends java.lang.Object
- implements FtpDataTransiver
Created by The eXo Platform SAS Author : Vitaly Guly
- Version:
- $Id: FtpDataTransiverImpl.java 35180 2009-08-07 14:04:22Z pnedonosko $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FtpDataTransiverImpl
public FtpDataTransiverImpl(FtpDataChannelManager dataChannelManager,
int dataPort,
FtpConfig configuration,
FtpClientSession clientSession)
throws java.lang.Exception
- Throws:
java.lang.Exception
FtpDataTransiverImpl
public FtpDataTransiverImpl(java.lang.String host,
int dataPort,
FtpConfig configuration,
FtpClientSession clientSession)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDataPort
public int getDataPort()
- Specified by:
getDataPort in interface FtpDataTransiver
isConnected
public boolean isConnected()
- Specified by:
isConnected in interface FtpDataTransiver
close
public void close()
- Specified by:
close in interface FtpDataTransiver
getOutputStream
public java.io.OutputStream getOutputStream()
throws java.io.IOException
- Specified by:
getOutputStream in interface FtpDataTransiver
- Throws:
java.io.IOException
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Specified by:
getInputStream in interface FtpDataTransiver
- Throws:
java.io.IOException
Copyright © 2011 eXo Platform SAS. All Rights Reserved.