11 #ifndef HTTP_SERVER3_CONNECTION_HPP 12 #define HTTP_SERVER3_CONNECTION_HPP 15 #include <boost/array.hpp> 16 #include <boost/noncopyable.hpp> 17 #include <boost/shared_ptr.hpp> 18 #include <boost/enable_shared_from_this.hpp> 29 :
public boost::enable_shared_from_this<connection>,
30 private boost::noncopyable
46 std::size_t bytes_transferred);
78 #endif // HTTP_SERVER3_CONNECTION_HPP The common handler for all incoming requests.
void start()
Start the first asynchronous operation for the connection.
Provides core I/O functionality.
pylon Camera Software Suite for Linux for Use with Basler Gigabit the pylon Viewer and the IP Configurator applications might not be available System I340 and I350 series Although the pylon software will work with any GigE network we would recommend to use one of these adapters USB For U3V devices a USB3 capable USB controller is necessary For best performance and stability we highly recommend a kernel the following settings should be i e
Provides stream-oriented socket functionality.
Provides serialised handler execution.
boost::shared_ptr< connection > connection_ptr
connection(asio::io_service &io_service, request_handler &handler)
Construct a connection with the given io_service.
Represents a single connection from a client.
asio::ip::tcp::socket & socket()
Get the socket associated with the connection.
Class to represent an error code value.
A reply to be sent to a client.
Parser for incoming requests.
A request received from a client.