| Package | Description |
|---|---|
| com.solacesystems.common.util | |
| com.solacesystems.jcsmp |
The Solace Messaging API for Java (also referred to as JCSMP) is a 100% pure Java implementation that provides an object-oriented API for delivering high message throughput.
|
| com.solacesystems.jcsmp.impl | |
| com.solacesystems.jcsmp.impl.sdt | |
| com.solacesystems.jms.encoding |
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
SolByteBuffer.asByteArray() |
ByteArray |
SolByteBuffer.readBytes(int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolByteBuffer.writeBytes(ByteArray src) |
| Constructor and Description |
|---|
SolByteBuffer(ByteArray data) |
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
SDTUnknownType.getByteArray() |
ByteArray |
SDTMap.getByteArray(String key) |
ByteArray |
RawSMFMessage.getData()
Gets the raw message bytes.
|
ByteArray |
SDTStream.readByteArray() |
| Modifier and Type | Method and Description |
|---|---|
void |
SDTMap.putByteArray(String key,
ByteArray value) |
void |
SDTStream.writeByteArray(ByteArray value) |
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
HeaderStore.asByteArray() |
ByteArray |
HeaderStoreImplRW.asByteArray() |
ByteArray |
HeaderStoreImplRO.asByteArray() |
ByteArray |
RawSMFMessageImpl.getData() |
| Modifier and Type | Method and Description |
|---|---|
Map<ByteArray,List<T>> |
SubscriptionHashMap.getMap() |
| Constructor and Description |
|---|
RawSMFMessageImpl(ByteArray data) |
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
SDTMapIF.asByteArray() |
ByteArray |
TLVBuffer.asByteArray() |
ByteArray |
SDTStreamIF.asByteArray() |
ByteArray |
StreamImpl.asByteArray() |
ByteArray |
MapImpl.asByteArray() |
ByteArray |
UnsupportedTLV.getByteArray() |
ByteArray |
Formatter.getByteArray(Object value) |
ByteArray |
ExactFormatter.getByteArray(Object value) |
ByteArray |
JMSFormatter.getByteArray(Object value) |
ByteArray |
PermissiveFormatter.getByteArray(Object value) |
ByteArray |
MapImpl.getByteArray(String key) |
ByteArray |
StreamImpl.readByteArray() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapImpl.putByteArray(String key,
ByteArray value) |
int |
TLVBuffer.write(ByteArray value) |
void |
StreamImpl.writeByteArray(ByteArray value) |
| Constructor and Description |
|---|
MapTLVBuffer(ByteArray data) |
StreamTLVBuffer(ByteArray data) |
TLVBuffer(ByteArray data) |
UnsupportedTLV(UnsupportedTLV.Reason reason,
byte tag,
String message,
ByteArray byteArray) |
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
StreamFormatter.getByteArray(Object value) |
ByteArray |
MapFormatter.getByteArray(Object value) |
Copyright 2004-2020 Solace Corporation. All rights reserved.