OutputStream implementation used to write data to an OpenSSLSocket instance. More...
#include <src/main/decaf/internal/net/ssl/openssl/OpenSSLSocketOutputStream.h>

Public Member Functions | ||||
| OpenSSLSocketOutputStream (OpenSSLSocket *socket) | ||||
| virtual | ~OpenSSLSocketOutputStream () | |||
| virtual void | close () | |||
Closes this object and deallocates the appropriate resources.The object is generally no longer usable after calling close.
| ||||
Protected Member Functions | ||||
| virtual void | doWriteByte (unsigned char c) | |||
| virtual void | doWriteArrayBounded (const unsigned char *buffer, int size, int offset, int length) | |||
OutputStream implementation used to write data to an OpenSSLSocket instance.
| decaf::internal::net::ssl::openssl::OpenSSLSocketOutputStream::OpenSSLSocketOutputStream | ( | OpenSSLSocket * | socket | ) |
| virtual decaf::internal::net::ssl::openssl::OpenSSLSocketOutputStream::~OpenSSLSocketOutputStream | ( | ) | [virtual] |
| virtual void decaf::internal::net::ssl::openssl::OpenSSLSocketOutputStream::close | ( | ) | [virtual] |
Closes this object and deallocates the appropriate resources.The object is generally no longer usable after calling close.
| IOException | if an error occurs while closing. |
The default implementation of this method does nothing.
Reimplemented from decaf::io::OutputStream.
| virtual void decaf::internal::net::ssl::openssl::OpenSSLSocketOutputStream::doWriteArrayBounded | ( | const unsigned char * | buffer, | |
| int | size, | |||
| int | offset, | |||
| int | length | |||
| ) | [protected, virtual] |
Reimplemented from decaf::io::OutputStream.
| virtual void decaf::internal::net::ssl::openssl::OpenSSLSocketOutputStream::doWriteByte | ( | unsigned char | c | ) | [protected, virtual] |
Implements decaf::io::OutputStream.
1.6.1