Public Member Functions | List of all members
HttpsByteReadResource Class Reference

A read-only HTTP resource which is read as bytes. More...

#include <HttpsByteReadResource.hpp>

Inheritance diagram for HttpsByteReadResource:
[legend]
Collaboration diagram for HttpsByteReadResource:
[legend]

Public Member Functions

 HttpsByteReadResource (const Https &url)
 Create a new HTTPS byte read resource from the supplied HTTPS URI. More...
 
void close () override
 Close the stream(s) in the resource. More...
 
std::istream & readStream () override
 Get the input stream of the byte read resource. More...
 
const Uriuri () const override
 Get the URI associated with this resource. More...
 
- Public Member Functions inherited from Resource
virtual ~Resource ()=default
 Destroy the resource instance. More...
 

Detailed Description

A read-only HTTP resource which is read as bytes.

Constructor & Destructor Documentation

◆ HttpsByteReadResource()

HttpsByteReadResource ( const Https url)
explicit

Create a new HTTPS byte read resource from the supplied HTTPS URI.

Exceptions
InvalidUriExceptionif no host information was provided

Member Function Documentation

◆ close()

void close ( )
inlineoverridevirtual

Close the stream(s) in the resource.

Implements Resource.

◆ readStream()

std::istream& readStream ( )
inlineoverridevirtual

Get the input stream of the byte read resource.

Implements ByteReadResource.

◆ uri()

const Uri& uri ( ) const
overridevirtual

Get the URI associated with this resource.

Implements Resource.


The documentation for this class was generated from the following file: