Boost C++ Libraries Home Libraries People FAQ More

Home | Reference | Tutorial | Examples | Design
Reference Index | Class Hierarchy | Class Index | Member Index

boost::asio::ssl::stream_service Member List

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

async_handshake(impl_type &impl, Stream &next_layer, stream_base::handshake_type type, Handler handler)boost::asio::ssl::stream_service
async_read_some(impl_type &impl, Stream &next_layer, const Mutable_Buffers &buffers, Handler handler)boost::asio::ssl::stream_service
async_shutdown(impl_type &impl, Stream &next_layer, Handler handler)boost::asio::ssl::stream_service
async_write_some(impl_type &impl, Stream &next_layer, const Const_Buffers &buffers, Handler handler)boost::asio::ssl::stream_service
create(impl_type &impl, Stream &next_layer, basic_context< Context_Service > &context)boost::asio::ssl::stream_service
destroy(impl_type &impl, Stream &next_layer)boost::asio::ssl::stream_service
handshake(impl_type &impl, Stream &next_layer, stream_base::handshake_type type, Error_Handler error_handler)boost::asio::ssl::stream_service
impl_type typedefboost::asio::ssl::stream_service
in_avail(impl_type &impl, Stream &next_layer, Error_Handler error_handler)boost::asio::ssl::stream_service
null() const boost::asio::ssl::stream_service
owner()boost::asio::io_service::service
peek(impl_type &impl, Stream &next_layer, const Mutable_Buffers &buffers, Error_Handler error_handler)boost::asio::ssl::stream_service
read_some(impl_type &impl, Stream &next_layer, const Mutable_Buffers &buffers, Error_Handler error_handler)boost::asio::ssl::stream_service
service(io_service &owner)boost::asio::io_service::service [protected]
shutdown(impl_type &impl, Stream &next_layer, Error_Handler error_handler)boost::asio::ssl::stream_service
shutdown_service()boost::asio::ssl::stream_service [virtual]
stream_service(boost::asio::io_service &io_service)boost::asio::ssl::stream_service [explicit]
write_some(impl_type &impl, Stream &next_layer, const Const_Buffers &buffers, Error_Handler error_handler)boost::asio::ssl::stream_service
~service()boost::asio::io_service::service [protected, virtual]
Copyright © 2003 - 2006 Christopher M. Kohlhoff


Home | Reference | Tutorial | Examples | Design