Kea  2.5.3
tcp_stream_msg.h File Reference
#include <tcp/tcp_connection.h>
#include <boost/shared_ptr.hpp>
#include <array>
#include <functional>
#include <string>
+ Include dependency graph for tcp_stream_msg.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::tcp::TcpStreamRequest
 Implement a simple length:data input stream message. More...
 
class  isc::tcp::TcpStreamResponse
 Implements a simple length:data output stream message. More...
 

Namespaces

 isc
 Defines the logger used by the top-level component of kea-lfc.
 
 isc::tcp
 

Typedefs

typedef boost::shared_ptr< TcpStreamRequest > isc::tcp::TcpStreamRequestPtr
 Pointer to a TcpStreamRequest. More...
 
typedef boost::shared_ptr< TcpStreamResponse > isc::tcp::TcpStreamResponsePtr
 Pointer to a TcpStreamResponse. More...