Kea 2.7.5
|
#include <tcp/tcp_connection.h>
#include <boost/shared_ptr.hpp>
#include <array>
#include <functional>
#include <string>
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 | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::tcp |
Typedefs | |
typedef boost::shared_ptr< TcpStreamRequest > | isc::tcp::TcpStreamRequestPtr |
Pointer to a TcpStreamRequest. | |
typedef boost::shared_ptr< TcpStreamResponse > | isc::tcp::TcpStreamResponsePtr |
Pointer to a TcpStreamResponse. | |