ゴミ箱
Classes | Namespaces | Functions
pmd_extension.hpp File Reference
#include <boost/beast/core/error.hpp>
#include <boost/beast/core/consuming_buffers.hpp>
#include <boost/beast/core/read_size.hpp>
#include <boost/beast/zlib/deflate_stream.hpp>
#include <boost/beast/zlib/inflate_stream.hpp>
#include <boost/beast/websocket/option.hpp>
#include <boost/beast/http/rfc7230.hpp>
#include <boost/asio/buffer.hpp>
#include <utility>

Go to the source code of this file.

Classes

struct  boost::beast::websocket::detail::pmd_offer
 

Namespaces

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

Functions

template<class = void>
int boost::beast::websocket::detail::parse_bits (string_view s)
 
template<class Allocator >
void boost::beast::websocket::detail::pmd_read (pmd_offer &offer, http::basic_fields< Allocator > const &fields)
 
template<class Allocator >
void boost::beast::websocket::detail::pmd_write (http::basic_fields< Allocator > &fields, pmd_offer const &offer)
 
template<class Allocator >
void boost::beast::websocket::detail::pmd_negotiate (http::basic_fields< Allocator > &fields, pmd_offer &config, pmd_offer const &offer, permessage_deflate const &o)
 
void boost::beast::websocket::detail::pmd_normalize (pmd_offer &offer)
 
template<class DeflateStream , class ConstBufferSequence >
bool boost::beast::websocket::detail::deflate (DeflateStream &zo, boost::asio::mutable_buffer &out, consuming_buffers< ConstBufferSequence > &cb, bool fin, std::size_t &total_in, error_code &ec)