org.neociclo.odetteftp.util
Class SessionHelper
java.lang.Object
org.neociclo.odetteftp.util.SessionHelper
public class SessionHelper
- extends Object
- Version:
- $Rev: 461 $ $Date: 2010-07-02 08:06:37 -0300 (Fri, 02 Jul 2010) $
- Author:
- Rafael Marins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setSessionOftplet
public static void setSessionOftplet(OdetteFtpSession session,
Oftplet provider)
getSessionOftplet
public static Oftplet getSessionOftplet(OdetteFtpSession session)
setSessionFileChannel
public static void setSessionFileChannel(OdetteFtpSession session,
FileChannel fileChannel)
getSessionFileChannel
public static FileChannel getSessionFileChannel(OdetteFtpSession session)
setSessionCurrentRequest
public static void setSessionCurrentRequest(OdetteFtpSession session,
OdetteFtpObject request)
getSessionCurrentRequest
public static OdetteFtpObject getSessionCurrentRequest(OdetteFtpSession session)
setSessionOutgoingDataExchangeBuffer
public static void setSessionOutgoingDataExchangeBuffer(OdetteFtpSession session,
DataExchangeBuffer deb)
getSessionOutgoingDataExchangeBuffer
public static DataExchangeBuffer getSessionOutgoingDataExchangeBuffer(OdetteFtpSession session)
setSessionSecureAuthenticated
public static void setSessionSecureAuthenticated(OdetteFtpSession session)
isSessionSecureAuthenticated
public static boolean isSessionSecureAuthenticated(OdetteFtpSession session)
isResponder
public static boolean isResponder(OdetteFtpSession session)
isInitiator
public static boolean isInitiator(OdetteFtpSession session)
isSendingSupported
public static boolean isSendingSupported(OdetteFtpSession session)
isReceivingSupported
public static boolean isReceivingSupported(OdetteFtpSession session)
ACCORD