public interface TransportMessage
extends org.cometd.bayeux.server.ServerMessage
Message
.Modifier and Type | Interface and Description |
---|---|
static interface |
TransportMessage.TransportMutable
Mutable
TransportMessage . |
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_SUCCESSFUL_FIELD
Name of "authSuccessful" field.
|
ADVICE_FIELD, CHANNEL_FIELD, CLIENT_ID_FIELD, CONNECTION_TYPE_FIELD, DATA_FIELD, ERROR_FIELD, EXT_FIELD, ID_FIELD, INTERVAL_FIELD, MIN_VERSION_FIELD, RECONNECT_FIELD, RECONNECT_HANDSHAKE_VALUE, RECONNECT_NONE_VALUE, RECONNECT_RETRY_VALUE, SUBSCRIPTION_FIELD, SUCCESSFUL_FIELD, SUPPORTED_CONNECTION_TYPES_FIELD, TIMEOUT_FIELD, TIMESTAMP_FIELD, TRANSPORT_FIELD, VERSION_FIELD
Modifier and Type | Method and Description |
---|---|
String[] |
getConnectionType()
Obtains the
Message.CONNECTION_TYPE_FIELD . |
String |
getError()
Obtains the
Message.ERROR_FIELD . |
String |
getSubscription()
Obtains the
Message.SUBSCRIPTION_FIELD . |
String[] |
getSupportedConnectionTypes()
Obtains the
Message.SUPPORTED_CONNECTION_TYPES_FIELD . |
String |
getVersion()
Obtains the
Message.VERSION_FIELD . |
Boolean |
isAuthSuccessful()
Obtains the
AUTH_SUCCESSFUL_FIELD . |
getAdvice, getChannel, getChannelId, getClientId, getData, getDataAsMap, getExt, getId, getJSON, isMeta, isPublishReply, isSuccessful
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
static final String AUTH_SUCCESSFUL_FIELD
String getVersion()
Message.VERSION_FIELD
.String[] getSupportedConnectionTypes()
Message.SUPPORTED_CONNECTION_TYPES_FIELD
.String[] getConnectionType()
Message.CONNECTION_TYPE_FIELD
.Boolean isAuthSuccessful()
AUTH_SUCCESSFUL_FIELD
.String getSubscription()
Message.SUBSCRIPTION_FIELD
.String getError()
Message.ERROR_FIELD
.Copyright © 2005–2016. All rights reserved.