public static interface Stomp.Headers
Modifier and Type | Interface and Description |
---|---|
static interface |
Stomp.Headers.Ack |
static interface |
Stomp.Headers.Connect |
static interface |
Stomp.Headers.Connected |
static interface |
Stomp.Headers.Error |
static interface |
Stomp.Headers.Message |
static interface |
Stomp.Headers.Response |
static interface |
Stomp.Headers.Send |
static interface |
Stomp.Headers.Subscribe |
static interface |
Stomp.Headers.Unsubscribe |
Modifier and Type | Field and Description |
---|---|
static String |
ACCEPT_VERSION |
static String |
CONTENT_LENGTH |
static String |
CONTENT_TYPE |
static String |
RECEIPT_REQUESTED |
static String |
SEPARATOR |
static String |
TRANSACTION |
static final String SEPARATOR
static final String RECEIPT_REQUESTED
static final String TRANSACTION
static final String CONTENT_LENGTH
static final String ACCEPT_VERSION
static final String CONTENT_TYPE
Copyright © 2018 JBoss by Red Hat. All rights reserved.