asio 0.3.8rc3 Home | Reference | Tutorial | Examples | Design
Reference Class Hierarchy | Class Index | Member Index

asio::ssl::stream_service Member List

This is the complete list of members for asio::ssl::stream_service, including all inherited members.

async_handshake(impl_type &impl, Stream &next_layer, stream_base::handshake_type type, HandshakeHandler handler)asio::ssl::stream_service
async_read_some(impl_type &impl, Stream &next_layer, const MutableBufferSequence &buffers, ReadHandler handler)asio::ssl::stream_service
async_shutdown(impl_type &impl, Stream &next_layer, ShutdownHandler handler)asio::ssl::stream_service
async_write_some(impl_type &impl, Stream &next_layer, const ConstBufferSequence &buffers, WriteHandler handler)asio::ssl::stream_service
create(impl_type &impl, Stream &next_layer, basic_context< Context_Service > &context)asio::ssl::stream_service
destroy(impl_type &impl, Stream &next_layer)asio::ssl::stream_service
handshake(impl_type &impl, Stream &next_layer, stream_base::handshake_type type, asio::error_code &ec)asio::ssl::stream_service
idasio::ssl::stream_service [static]
impl_type typedefasio::ssl::stream_service
in_avail(impl_type &impl, Stream &next_layer, asio::error_code &ec)asio::ssl::stream_service
io_service()asio::io_service::service
null() constasio::ssl::stream_service
peek(impl_type &impl, Stream &next_layer, const MutableBufferSequence &buffers, asio::error_code &ec)asio::ssl::stream_service
read_some(impl_type &impl, Stream &next_layer, const MutableBufferSequence &buffers, asio::error_code &ec)asio::ssl::stream_service
service(asio::io_service &owner)asio::io_service::service [protected]
shutdown(impl_type &impl, Stream &next_layer, asio::error_code &ec)asio::ssl::stream_service
shutdown_service()asio::ssl::stream_service [virtual]
stream_service(asio::io_service &io_service)asio::ssl::stream_service [explicit]
write_some(impl_type &impl, Stream &next_layer, const ConstBufferSequence &buffers, asio::error_code &ec)asio::ssl::stream_service
~service()asio::io_service::service [protected, virtual]

asio 0.3.8rc3 Home | Reference | Tutorial | Examples | Design