IppURLConnection
IppURLConnection conn(BUrl(url->Text(), true));
IppURLConnection conn(url);
ostream &IppURLConnection::printIppResponse(ostream &os)
IppURLConnection::IppURLConnection(const BUrl &Url)
IppURLConnection::~IppURLConnection()
void IppURLConnection::setIppRequest(IppContent *obj)
const IppContent *IppURLConnection::getIppResponse() const
void IppURLConnection::setRequest()
void IppURLConnection::setContent()
void IppURLConnection::getContent()
ostream &IppURLConnection::printIppRequest(ostream &os)
class IppURLConnection : public HttpURLConnection {
IppURLConnection(const BUrl &url);
~IppURLConnection();