ゴミ箱
Classes | Namespaces | Typedefs | Enumerations
stream.hpp File Reference
#include <boost/beast/config.hpp>
#include <boost/beast/websocket/error.hpp>
#include <boost/beast/websocket/option.hpp>
#include <boost/beast/websocket/role.hpp>
#include <boost/beast/websocket/rfc6455.hpp>
#include <boost/beast/websocket/detail/frame.hpp>
#include <boost/beast/websocket/detail/hybi13.hpp>
#include <boost/beast/websocket/detail/mask.hpp>
#include <boost/beast/websocket/detail/pausation.hpp>
#include <boost/beast/websocket/detail/pmd_extension.hpp>
#include <boost/beast/websocket/detail/utf8_checker.hpp>
#include <boost/beast/core/async_result.hpp>
#include <boost/beast/core/static_buffer.hpp>
#include <boost/beast/core/string.hpp>
#include <boost/beast/core/detail/type_traits.hpp>
#include <boost/beast/http/empty_body.hpp>
#include <boost/beast/http/message.hpp>
#include <boost/beast/http/string_body.hpp>
#include <boost/beast/http/detail/type_traits.hpp>
#include <boost/beast/zlib/deflate_stream.hpp>
#include <boost/beast/zlib/inflate_stream.hpp>
#include <boost/asio/error.hpp>
#include <algorithm>
#include <cstdint>
#include <functional>
#include <limits>
#include <type_traits>
#include <boost/beast/websocket/impl/accept.ipp>
#include <boost/beast/websocket/impl/close.ipp>
#include <boost/beast/websocket/impl/handshake.ipp>
#include <boost/beast/websocket/impl/ping.ipp>
#include <boost/beast/websocket/impl/read.ipp>
#include <boost/beast/websocket/impl/stream.ipp>
#include <boost/beast/websocket/impl/write.ipp>

Go to the source code of this file.

Classes

class  boost::beast::websocket::stream< NextLayer >
 
class  boost::beast::websocket::stream< NextLayer >::accept_op< NextLayer >
 
class  boost::beast::websocket::stream< NextLayer >::close_op< NextLayer >
 
class  boost::beast::websocket::stream< NextLayer >::handshake_op< NextLayer >
 
class  boost::beast::websocket::stream< NextLayer >::ping_op< NextLayer >
 
class  boost::beast::websocket::stream< NextLayer >::read_some_op< NextLayer >
 
class  boost::beast::websocket::stream< NextLayer >::read_op< NextLayer >
 
class  boost::beast::websocket::stream< NextLayer >::response_op< NextLayer >
 
class  boost::beast::websocket::stream< NextLayer >::write_some_op< NextLayer >
 

Namespaces

 boost
 
 boost::beast
 
 boost::beast::websocket
 
 boost::beast::websocket::detail
 

Typedefs

using boost::beast::websocket::request_type = http::request< http::empty_body >
 The type of object holding HTTP Upgrade requests. More...
 
using boost::beast::websocket::response_type = http::response< http::string_body >
 The type of object holding HTTP Upgrade responses. More...
 

Enumerations

enum  boost::beast::websocket::frame_type { boost::beast::websocket::frame_type::close, boost::beast::websocket::frame_type::ping, boost::beast::websocket::frame_type::pong }