ACE_INet
6.1.0
|
#include <FTP_Session.h>
typedef ACE::IOS::StreamHandler<ACE_SOCK_STREAM, ACE_SYNCH_USE> ACE::FTP::Session_T< ACE_SYNCH_DECL >::connection_type |
typedef ACE::IOS::Sock_IOStreamBase<ACE_SYNCH_USE> ACE::FTP::Session_T< ACE_SYNCH_DECL >::sock_stream_type [private] |
ACE::FTP::Session_T< ACE_SYNCH_DECL >::Session_T | ( | ) |
ACE::FTP::Session_T< ACE_SYNCH_DECL >::Session_T | ( | const ACE_Time_Value & | timeout | ) |
ACE::FTP::Session_T< ACE_SYNCH_DECL >::~Session_T | ( | ) | [virtual] |
void ACE::FTP::Session_T< ACE_SYNCH_DECL >::close | ( | ) |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::connect | ( | bool | use_reactor = false | ) |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::connect | ( | connection_type * | connection | ) |
const ACE_CString & ACE::FTP::Session_T< ACE_SYNCH_DECL >::get_host | ( | ) | const |
void ACE::FTP::Session_T< ACE_SYNCH_DECL >::get_local_addr | ( | ACE_INET_Addr & | loc_addr | ) | const |
u_short ACE::FTP::Session_T< ACE_SYNCH_DECL >::get_port | ( | ) | const |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::is_connected | ( | ) | const |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::is_new_connection | ( | ) | const |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::is_reactive | ( | ) | const |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::receive_response | ( | Response & | response | ) |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::send_interrupt | ( | ) |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::send_request | ( | Request & | request | ) |
void ACE::FTP::Session_T< ACE_SYNCH_DECL >::set_ftp_extension_support | ( | bool | f | ) |
void ACE::FTP::Session_T< ACE_SYNCH_DECL >::set_host | ( | const ACE_CString & | host, |
u_short | port | ||
) |
void ACE::FTP::Session_T< ACE_SYNCH_DECL >::set_host | ( | const ACE_CString & | host | ) |
void ACE::FTP::Session_T< ACE_SYNCH_DECL >::set_port | ( | u_short | port | ) |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::supports_ftp_extensions | ( | ) | const |
const ACE_Time_Value & ACE::FTP::Session_T< ACE_SYNCH_DECL >::timeout | ( | ) | const |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::cannot_reconnect_ [private] |
connection_type* ACE::FTP::Session_T< ACE_SYNCH_DECL >::connection_ [private] |
ACE_Time_Value ACE::FTP::Session_T< ACE_SYNCH_DECL >::ftp_timeout_ [private] |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::has_ftp_ext_ [private] |
ACE_CString ACE::FTP::Session_T< ACE_SYNCH_DECL >::host_ [private] |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::new_connect_ [private] |
u_short ACE::FTP::Session_T< ACE_SYNCH_DECL >::port_ [private] |
bool ACE::FTP::Session_T< ACE_SYNCH_DECL >::reactive_ [private] |
sock_stream_type* ACE::FTP::Session_T< ACE_SYNCH_DECL >::sock_stream_ [private] |