Constructor and Description |
---|
ResetLimitWrappedHornetQBuffer(int limit,
HornetQBuffer buffer,
MessageInternal message) |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientLargeMessageInternal
A ClientLargeMessageInternal
|
interface |
ClientMessageInternal
A ClientMessageInternal
|
Modifier and Type | Class and Description |
---|---|
class |
ClientLargeMessageImpl
ClientLargeMessageImpl is only created when receiving large messages.
|
class |
ClientMessageImpl
A ClientMessageImpl
|
Modifier and Type | Class and Description |
---|---|
class |
MessageImpl
A concrete implementation of a message
|
Modifier and Type | Method and Description |
---|---|
void |
MessageImpl.copyHeadersAndProperties(MessageInternal msg) |
Modifier and Type | Method and Description |
---|---|
LargeServerMessage |
StorageManager.createLargeMessage(long id,
MessageInternal message)
Creates a new LargeMessage with the given id.
|
Modifier and Type | Class and Description |
---|---|
class |
LargeServerMessageImpl
A LargeServerMessageImpl
|
Modifier and Type | Method and Description |
---|---|
LargeServerMessage |
JournalStorageManager.createLargeMessage(long id,
MessageInternal message) |
Modifier and Type | Method and Description |
---|---|
LargeServerMessage |
NullStorageManager.createLargeMessage(long id,
MessageInternal message) |
Modifier and Type | Field and Description |
---|---|
protected MessageInternal |
MessagePacket.message |
Modifier and Type | Method and Description |
---|---|
MessageInternal |
SessionReceiveLargeMessage.getLargeMessage() |
MessageInternal |
SessionSendLargeMessage.getLargeMessage() |
MessageInternal |
SessionSendContinuationMessage.getMessage() |
Modifier and Type | Interface and Description |
---|---|
interface |
LargeServerMessage
A LargeMessage
|
interface |
ServerMessage
A ServerMessage
|
Modifier and Type | Method and Description |
---|---|
void |
ServerSession.sendLarge(MessageInternal msg) |
Modifier and Type | Class and Description |
---|---|
class |
ServerMessageImpl
A ServerMessageImpl
|
Modifier and Type | Method and Description |
---|---|
void |
ServerSessionImpl.sendLarge(MessageInternal message) |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.