#include <HttpHandle.h>
|
static std::string | parseHost (const std::string &) |
|
static int | parsePort (const std::string &) |
|
|
const std::string | url_ |
|
eckit::TCPHandle | tcp_ |
|
Definition at line 21 of file HttpHandle.h.
◆ HttpHandle()
odc::HttpHandle::HttpHandle |
( |
const std::string & |
url | ) |
|
◆ ~HttpHandle()
odc::HttpHandle::~HttpHandle |
( |
| ) |
|
◆ close()
void odc::HttpHandle::close |
( |
| ) |
|
|
virtual |
◆ encode()
void odc::HttpHandle::encode |
( |
eckit::Stream & |
| ) |
const |
|
virtual |
◆ openForAppend()
void odc::HttpHandle::openForAppend |
( |
const eckit::Length & |
| ) |
|
|
virtual |
◆ openForRead()
Length odc::HttpHandle::openForRead |
( |
| ) |
|
|
virtual |
◆ openForWrite()
void odc::HttpHandle::openForWrite |
( |
const eckit::Length & |
| ) |
|
|
virtual |
◆ parseHost()
std::string odc::HttpHandle::parseHost |
( |
const std::string & |
url | ) |
|
|
static |
◆ parsePort()
int odc::HttpHandle::parsePort |
( |
const std::string & |
url | ) |
|
|
static |
◆ print()
void odc::HttpHandle::print |
( |
std::ostream & |
s | ) |
const |
|
virtual |
◆ read()
long odc::HttpHandle::read |
( |
void * |
buffer, |
|
|
long |
length |
|
) |
| |
|
virtual |
◆ write()
long odc::HttpHandle::write |
( |
const void * |
buffer, |
|
|
long |
length |
|
) |
| |
|
virtual |
◆ tcp_
eckit::TCPHandle odc::HttpHandle::tcp_ |
|
private |
◆ url_
const std::string odc::HttpHandle::url_ |
|
private |
The documentation for this class was generated from the following files: