litestomp
|
#include "stomp_types.h"
Go to the source code of this file.
Data Structures | |
struct | stomp_credentials_t_ |
struct | stomp_heartbeat_t_ |
struct | stomp_common_header_t_ |
struct | stomp_connection_header_t_ |
struct | stomp_disconnection_header_t_ |
struct | stomp_subscription_header_t_ |
struct | stomp_ack_header_t_ |
struct | stomp_transaction_header_t_ |
struct | stomp_send_header_t_ |
struct | stomp_receive_header_t_ |
Typedefs | |
typedef struct stomp_credentials_t_ | stomp_credentials_t |
typedef struct stomp_heartbeat_t_ | stomp_heartbeat_t |
typedef struct stomp_common_header_t_ | stomp_common_header_t |
typedef struct stomp_connection_header_t_ | stomp_connection_header_t |
typedef struct stomp_disconnection_header_t_ | stomp_disconnection_header_t |
typedef enum stomp_subscription_ack_t_ | stomp_subscription_ack_t |
typedef struct stomp_subscription_header_t_ | stomp_subscription_header_t |
typedef struct stomp_ack_header_t_ | stomp_ack_header_t |
typedef struct stomp_transaction_header_t_ | stomp_transaction_header_t |
typedef struct stomp_send_header_t_ | stomp_send_header_t |
typedef struct stomp_receive_header_t_ | stomp_receive_header_t |
Enumerations | |
enum | stomp_subscription_ack_t_ { AUTO, CLIENT, CLIENT_INDIVIDUAL } |
typedef struct stomp_ack_header_t_ stomp_ack_header_t |
STOMP ACK and NACK header
typedef struct stomp_common_header_t_ stomp_common_header_t |
STOMP common headers used by all frames
typedef struct stomp_connection_header_t_ stomp_connection_header_t |
STOMP connection headers
typedef struct stomp_credentials_t_ stomp_credentials_t |
Copyright 2016 Otavio Rodolfo Piske
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. STOMP credentials header/settings
typedef struct stomp_disconnection_header_t_ stomp_disconnection_header_t |
STOMP disconnection headers
typedef struct stomp_heartbeat_t_ stomp_heartbeat_t |
STOMP heartbeat header/settings
typedef struct stomp_receive_header_t_ stomp_receive_header_t |
STOMP receive header
typedef struct stomp_send_header_t_ stomp_send_header_t |
STOMP send header
typedef enum stomp_subscription_ack_t_ stomp_subscription_ack_t |
STOMP acknowledge mode
typedef struct stomp_subscription_header_t_ stomp_subscription_header_t |
STOMP subscription header
typedef struct stomp_transaction_header_t_ stomp_transaction_header_t |
STOMP transaction header