ACE_INet
Snapshot(2023/04/28-19:12)
|
#include <URLBase.h>
Public Member Functions | |
URLStream (const URLStream &url_stream) | |
~URLStream () | |
bool | operator! () |
operator bool () | |
std::istream & | operator* () |
std::istream * | operator-> () |
Private Types | |
typedef ACE_Refcounted_Auto_Ptr< ClientRequestHandler, ACE_Null_Mutex > | TRequestHandlerRef |
Private Member Functions | |
URLStream (ClientRequestHandler &rh) | |
URLStream (ClientRequestHandler *rh) | |
Private Attributes | |
TRequestHandlerRef | request_handler_ref_ |
ClientRequestHandler * | request_handler_ |
Friends | |
class | URL_Base |
ACE::INet::URLStream::URLStream | ( | const URLStream & | url_stream | ) |
Definition at line 20 of file URLBase.cpp.
ACE::INet::URLStream::~URLStream | ( | ) |
Definition at line 26 of file URLBase.cpp.
|
private |
Definition at line 54 of file URLBase.cpp.
|
private |
Definition at line 59 of file URLBase.cpp.
ACE::INet::URLStream::operator bool | ( | ) |
Definition at line 35 of file URLBase.cpp.
bool ACE::INet::URLStream::operator! | ( | void | ) |
Definition at line 30 of file URLBase.cpp.
std::istream & ACE::INet::URLStream::operator* | ( | void | ) |
Definition at line 40 of file URLBase.cpp.
std::istream * ACE::INet::URLStream::operator-> | ( | void | ) |
Definition at line 47 of file URLBase.cpp.
|
private |
|
private |