#include <FTP_Session.h>
List of all members.
Member Typedef Documentation
Member Enumeration Documentation
- Enumerator:
DEFAULT_TIMEOUT |
|
INTERRUPT |
|
Constructor & Destructor Documentation
ACE::FTP::Session_T::Session_T |
( |
| ) |
|
ACE::FTP::Session_T::~Session_T |
( |
| ) |
[virtual] |
Member Function Documentation
void ACE::FTP::Session_T::close |
( |
| ) |
|
bool ACE::FTP::Session_T::connect |
( |
bool |
use_reactor = false | ) |
|
const ACE_CString & ACE::FTP::Session_T::get_host |
( |
| ) |
const |
void ACE::FTP::Session_T::get_local_addr |
( |
ACE_INET_Addr & |
loc_addr | ) |
const |
u_short ACE::FTP::Session_T::get_port |
( |
| ) |
const |
bool ACE::FTP::Session_T::is_connected |
( |
| ) |
const |
bool ACE::FTP::Session_T::is_new_connection |
( |
| ) |
const |
bool ACE::FTP::Session_T::is_reactive |
( |
| ) |
const |
bool ACE::FTP::Session_T::receive_response |
( |
Response & |
response | ) |
|
bool ACE::FTP::Session_T::send_interrupt |
( |
| ) |
|
bool ACE::FTP::Session_T::send_request |
( |
Request & |
request | ) |
|
void ACE::FTP::Session_T::set_ftp_extension_support |
( |
bool |
f | ) |
|
void ACE::FTP::Session_T::set_host |
( |
const ACE_CString & |
host, |
|
|
u_short |
port |
|
) |
| |
void ACE::FTP::Session_T::set_host |
( |
const ACE_CString & |
host | ) |
|
void ACE::FTP::Session_T::set_port |
( |
u_short |
port | ) |
|
bool ACE::FTP::Session_T::supports_ftp_extensions |
( |
| ) |
const |
Member Data Documentation
The documentation for this class was generated from the following files: