litestomp
Data Structures | Typedefs | Enumerations
stomp_headers.h File Reference
#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 Documentation

STOMP ACK and NACK header

STOMP common headers used by all frames

STOMP connection headers

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

STOMP disconnection headers

STOMP heartbeat header/settings

STOMP receive header

STOMP send header

STOMP acknowledge mode

STOMP subscription header

STOMP transaction header

Enumeration Type Documentation

STOMP acknowledge mode

Enumerator
AUTO 
CLIENT 
CLIENT_INDIVIDUAL