amqp_connection_state_t_

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

channel_max
int channel_max;
Undocumented in source.
client_properties
amqp_table_t client_properties;
Undocumented in source.
first_queued_frame
amqp_link_t* first_queued_frame;
Undocumented in source.
frame_max
int frame_max;
Undocumented in source.
handshake_timeout
timeval* handshake_timeout;
Undocumented in source.
header_buffer
char[HEADER_SIZE + 1] header_buffer;
Undocumented in source.
heartbeat
int heartbeat;
Undocumented in source.
inbound_buffer
amqp_bytes_t inbound_buffer;
Undocumented in source.
inbound_offset
size_t inbound_offset;
Undocumented in source.
internal_handshake_timeout
timeval internal_handshake_timeout;
Undocumented in source.
internal_rpc_timeout
timeval internal_rpc_timeout;
Undocumented in source.
last_queued_frame
amqp_link_t* last_queued_frame;
Undocumented in source.
most_recent_api_result
amqp_rpc_reply_t most_recent_api_result;
Undocumented in source.
next_recv_heartbeat
amqp_time_t next_recv_heartbeat;
Undocumented in source.
next_send_heartbeat
amqp_time_t next_send_heartbeat;
Undocumented in source.
outbound_buffer
amqp_bytes_t outbound_buffer;
Undocumented in source.
pool_table
amqp_pool_table_entry_t*[POOL_TABLE_SIZE] pool_table;
Undocumented in source.
properties_pool
amqp_pool_t properties_pool;
Undocumented in source.
rpc_timeout
timeval* rpc_timeout;
Undocumented in source.
server_properties
amqp_table_t server_properties;
Undocumented in source.
sock_inbound_buffer
amqp_bytes_t sock_inbound_buffer;
Undocumented in source.
sock_inbound_limit
size_t sock_inbound_limit;
Undocumented in source.
sock_inbound_offset
size_t sock_inbound_offset;
Undocumented in source.
socket
amqp_socket_t* socket;
Undocumented in source.
state
amqp_connection_state_enum state;
Undocumented in source.
target_size
size_t target_size;
Undocumented in source.

Meta