libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
zmq::socks_request_t Struct Reference

#include <socks.hpp>

Collaboration diagram for zmq::socks_request_t:

Public Member Functions

 socks_request_t (uint8_t command_, std::string hostname_, uint16_t port_)
 

Public Attributes

const uint8_t command
 
const std::string hostname
 
const uint16_t port
 

Detailed Description

Definition at line 85 of file socks.hpp.

Constructor & Destructor Documentation

zmq::socks_request_t::socks_request_t ( uint8_t  command_,
std::string  hostname_,
uint16_t  port_ 
)

Definition at line 131 of file socks.cpp.

References UINT8_MAX, and zmq_assert.

Member Data Documentation

const uint8_t zmq::socks_request_t::command

Definition at line 90 of file socks.hpp.

Referenced by zmq::socks_request_encoder_t::encode().

const std::string zmq::socks_request_t::hostname

Definition at line 91 of file socks.hpp.

Referenced by zmq::socks_request_encoder_t::encode().

const uint16_t zmq::socks_request_t::port

Definition at line 92 of file socks.hpp.

Referenced by zmq::socks_request_encoder_t::encode().