Modifier and Type | Class and Description |
---|---|
class |
LargeServerMessageImpl |
Modifier and Type | Method and Description |
---|---|
ServerMessageImpl |
StompProtocolManager.createServerMessage() |
ServerMessageImpl |
StompConnection.createServerMessage() |
Modifier and Type | Method and Description |
---|---|
static void |
StompUtils.copyStandardHeadersFromFrameToMessage(StompFrame frame,
ServerMessageImpl msg) |
ActiveMQStompException |
ActiveMQStompProtocolMessageBundle.errorSendMessage(ServerMessageImpl message,
Exception e) |
void |
StompSession.sendInternal(ServerMessageImpl message,
boolean direct) |
void |
StompSession.sendInternalLarge(ServerMessageImpl message,
boolean direct) |
protected void |
StompConnection.sendServerMessage(ServerMessageImpl message,
String txID) |
Modifier and Type | Method and Description |
---|---|
ServerMessageImpl |
ServerMessageImpl.setMessageID(long id) |
Constructor and Description |
---|
ServerMessageImpl(ServerMessageImpl other) |
ServerMessageImpl(ServerMessageImpl other,
TypedProperties properties) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.