- Version:
- $Id: FtpClientSessionImpl.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 |
FtpClientSessionImpl
public FtpClientSessionImpl(FtpServer ftpServer,
java.net.Socket clientSocket)
throws java.lang.Exception
- Throws:
java.lang.Exception
getClientSocket
public java.net.Socket getClientSocket()
- Specified by:
getClientSocket in interface FtpClientSession
reply
public void reply(java.lang.String replyString)
throws java.io.IOException
- Specified by:
reply in interface FtpClientSession
- Throws:
java.io.IOException
getFtpServer
public FtpServer getFtpServer()
- Specified by:
getFtpServer in interface FtpClientSession
welcomeClient
protected void welcomeClient()
throws java.io.IOException
- Throws:
java.io.IOException
logout
public void logout()
- Specified by:
logout in interface FtpClientSession
isLogged
public boolean isLogged()
- Specified by:
isLogged in interface FtpClientSession
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName in interface FtpClientSession
setPassword
public void setPassword(java.lang.String userPass)
- Specified by:
setPassword in interface FtpClientSession
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface FtpClientSession
getUserPassword
public java.lang.String getUserPassword()
- Specified by:
getUserPassword in interface FtpClientSession
getServerIp
public java.lang.String getServerIp()
- Specified by:
getServerIp in interface FtpClientSession
setDataTransiver
public void setDataTransiver(FtpDataTransiver newTransiver)
- Specified by:
setDataTransiver in interface FtpClientSession
closeDataTransiver
public void closeDataTransiver()
- Specified by:
closeDataTransiver in interface FtpClientSession
getDataTransiver
public FtpDataTransiver getDataTransiver()
- Specified by:
getDataTransiver in interface FtpClientSession
setPrevCommand
public void setPrevCommand(java.lang.String prevCommand)
- Specified by:
setPrevCommand in interface FtpClientSession
setPrevParams
public void setPrevParams(java.lang.String prevParams)
- Specified by:
setPrevParams in interface FtpClientSession
setPrevParamsEx
public void setPrevParamsEx(java.lang.String prevParamsEx)
- Specified by:
setPrevParamsEx in interface FtpClientSession
getPrevCommand
public java.lang.String getPrevCommand()
- Specified by:
getPrevCommand in interface FtpClientSession
getPrevParams
public java.lang.String getPrevParams()
- Specified by:
getPrevParams in interface FtpClientSession
getPrevParamsEx
public java.lang.String getPrevParamsEx()
- Specified by:
getPrevParamsEx in interface FtpClientSession
getFullPath
public java.util.ArrayList<java.lang.String> getFullPath(java.lang.String resPath)
- Specified by:
getFullPath in interface FtpClientSession
getRepoPath
public java.lang.String getRepoPath(java.util.ArrayList<java.lang.String> repoPath)
- Specified by:
getRepoPath in interface FtpClientSession
getSession
public javax.jcr.Session getSession(java.lang.String workspaceName)
throws java.lang.Exception
- Specified by:
getSession in interface FtpClientSession
- Throws:
java.lang.Exception
changePath
public java.lang.String changePath(java.lang.String resPath)
- Specified by:
changePath in interface FtpClientSession
getPath
public java.util.ArrayList<java.lang.String> getPath()
- Specified by:
getPath in interface FtpClientSession
refreshTimeOut
public void refreshTimeOut()
- Specified by:
refreshTimeOut in interface FtpClientSession
Copyright © 2011 eXo Platform SAS. All Rights Reserved.