public interface ServerMessage extends Message
Representation of a server side message.
Modifier and Type | Interface and Description |
---|---|
static interface |
ServerMessage.Mutable
The mutable version of a
ServerMessage |
ADVICE_FIELD, CHANNEL_FIELD, CLIENT_ID_FIELD, CONNECTION_TYPE_FIELD, DATA_FIELD, ERROR_FIELD, EXT_FIELD, ID_FIELD, INTERVAL_FIELD, MAX_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 |
---|---|
ServerMessage.Mutable |
getAssociated() |
BayeuxContext |
getBayeuxContext() |
ServerTransport |
getServerTransport() |
boolean |
isLazy() |
getAdvice, getChannel, getChannelId, getClientId, getData, getDataAsMap, getExt, getId, 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
ServerMessage.Mutable getAssociated()
boolean isLazy()
BayeuxContext getBayeuxContext()
ServerTransport getServerTransport()
Copyright © 2008–2024 The CometD Project. All rights reserved.