asio 0.3.7 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, Handler handler)asio::ssl::stream_service
async_read_some(impl_type &impl, Stream &next_layer, const Mutable_Buffers &buffers, Handler handler)asio::ssl::stream_service
async_shutdown(impl_type &impl, Stream &next_layer, Handler handler)asio::ssl::stream_service
async_write_some(impl_type &impl, Stream &next_layer, const Const_Buffers &buffers, Handler 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, Error_Handler error_handler)asio::ssl::stream_service
impl_type typedefasio::ssl::stream_service
in_avail(impl_type &impl, Stream &next_layer, Error_Handler error_handler)asio::ssl::stream_service
null() const asio::ssl::stream_service
owner()asio::io_service::service
peek(impl_type &impl, Stream &next_layer, const Mutable_Buffers &buffers, Error_Handler error_handler)asio::ssl::stream_service
read_some(impl_type &impl, Stream &next_layer, const Mutable_Buffers &buffers, Error_Handler error_handler)asio::ssl::stream_service
service(io_service &owner)asio::io_service::service [protected]
shutdown(impl_type &impl, Stream &next_layer, Error_Handler error_handler)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 Const_Buffers &buffers, Error_Handler error_handler)asio::ssl::stream_service
~service()asio::io_service::service [protected, virtual]

asio 0.3.7 Home | Reference | Tutorial | Examples | Design