Package | Description |
---|---|
org.hornetq.core.persistence.impl.journal | |
org.hornetq.core.protocol.proton | |
org.hornetq.core.protocol.stomp | |
org.hornetq.core.server.impl |
Modifier and Type | Class and Description |
---|---|
class |
LargeServerMessageImpl
A LargeServerMessageImpl
|
Modifier and Type | Method and Description |
---|---|
ServerMessageImpl |
ProtonProtocolManager.createServerMessage() |
ServerMessageImpl |
ProtonRemotingConnection.createServerMessage() |
static ServerMessageImpl |
ProtonUtils.INBOUND.transform(ProtonRemotingConnection connection,
org.apache.qpid.proton.jms.EncodedMessage encodedMessage) |
Modifier and Type | Method and Description |
---|---|
ServerMessageImpl |
StompConnection.createServerMessage() |
Modifier and Type | Method and Description |
---|---|
static void |
StompUtils.copyStandardHeadersFromFrameToMessage(StompFrame frame,
ServerMessageImpl msg) |
HornetQStompException |
HornetQStompProtocolMessageBundle.errorSendMessage(ServerMessageImpl message,
Exception e) |
HornetQStompException |
HornetQStompProtocolMessageBundle_$bundle.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) |
Constructor and Description |
---|
ServerMessageImpl(ServerMessageImpl other) |
ServerMessageImpl(ServerMessageImpl other,
TypedProperties properties) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.