| Modifier and Type | Method and Description |
|---|---|
SimpleString |
SimpleString.concat(char c)
Concatenates a SimpleString and a char
|
SimpleString |
SimpleString.concat(SimpleString toAdd)
Concatenates 2 SimpleString's
|
SimpleString |
SimpleString.concat(String toAdd)
Concatenates a SimpleString and a String
|
protected SimpleString |
SimpleString.ByteBufSimpleStringPool.create(io.netty.buffer.ByteBuf byteBuf,
int length) |
protected SimpleString |
SimpleString.StringSimpleStringPool.create(String value) |
SimpleString |
ParameterisedAddress.getAddress() |
SimpleString |
QueueConfiguration.getAddress() |
SimpleString |
QueueAttributes.getFilterString()
Deprecated.
|
SimpleString |
QueueConfiguration.getFilterString() |
SimpleString |
QueueAttributes.getGroupFirstKey()
Deprecated.
|
SimpleString |
QueueConfiguration.getGroupFirstKey() |
SimpleString |
QueueAttributes.getLastValueKey()
Deprecated.
|
SimpleString |
QueueConfiguration.getLastValueKey() |
SimpleString |
QueueConfiguration.getName() |
SimpleString |
QueueConfiguration.getUser() |
SimpleString |
ActiveMQBuffer.readNullableSimpleString()
Gets a SimpleString (potentially
null) at the current readerIndex |
static SimpleString |
SimpleString.readNullableSimpleString(io.netty.buffer.ByteBuf buffer) |
static SimpleString |
SimpleString.readNullableSimpleString(io.netty.buffer.ByteBuf buffer,
SimpleString.ByteBufSimpleStringPool pool) |
SimpleString |
ActiveMQBuffer.readSimpleString()
Gets a non-null SimpleString at the current
readerIndex |
static SimpleString |
SimpleString.readSimpleString(io.netty.buffer.ByteBuf buffer) |
static SimpleString |
SimpleString.readSimpleString(io.netty.buffer.ByteBuf buffer,
int length) |
static SimpleString |
SimpleString.readSimpleString(io.netty.buffer.ByteBuf buffer,
SimpleString.ByteBufSimpleStringPool pool) |
SimpleString[] |
SimpleString.split(char delim)
Splits this SimpleString into an array of SimpleString using the char param as the delimiter.
|
SimpleString |
SimpleString.subSeq(int start,
int end) |
static SimpleString |
ParameterisedAddress.toParameterisedAddress(SimpleString address,
Map<String,String> parameters) |
static SimpleString |
SimpleString.toSimpleString(String string)
Returns a SimpleString constructed from the
string parameter. |
static SimpleString |
SimpleString.toSimpleString(String string,
SimpleString.StringSimpleStringPool pool) |
| Modifier and Type | Method and Description |
|---|---|
int |
SimpleString.compareTo(SimpleString o) |
SimpleString |
SimpleString.concat(SimpleString toAdd)
Concatenates 2 SimpleString's
|
protected boolean |
SimpleString.ByteBufSimpleStringPool.isEqual(SimpleString entry,
io.netty.buffer.ByteBuf byteBuf,
int offset,
int length) |
protected boolean |
SimpleString.StringSimpleStringPool.isEqual(SimpleString entry,
String value) |
static boolean |
ParameterisedAddress.isParameterised(SimpleString address) |
QueueConfiguration |
QueueConfiguration.setAddress(SimpleString address)
Set the name.
|
QueueAttributes |
QueueAttributes.setFilterString(SimpleString filterString)
Deprecated.
|
QueueConfiguration |
QueueConfiguration.setFilterString(SimpleString filterString) |
QueueAttributes |
QueueAttributes.setGroupFirstKey(SimpleString groupFirstKey)
Deprecated.
|
QueueConfiguration |
QueueConfiguration.setGroupFirstKey(SimpleString groupFirstKey) |
QueueAttributes |
QueueAttributes.setLastValueKey(SimpleString lastValueKey)
Deprecated.
|
QueueConfiguration |
QueueConfiguration.setLastValueKey(SimpleString lastValueKey) |
QueueConfiguration |
QueueConfiguration.setName(SimpleString name)
Set the name.
|
QueueConfiguration |
QueueConfiguration.setUser(SimpleString user) |
static int |
SimpleString.sizeofNullableString(SimpleString str)
returns the size of a SimpleString which could be null
|
static int |
SimpleString.sizeofString(SimpleString str)
returns the size of a SimpleString
|
boolean |
SimpleString.startsWith(SimpleString other)
returns true if the SimpleString parameter starts with the same data as this one.
|
static SimpleString |
ParameterisedAddress.toParameterisedAddress(SimpleString address,
Map<String,String> parameters) |
static void |
SimpleString.writeNullableSimpleString(io.netty.buffer.ByteBuf buffer,
SimpleString val) |
void |
ActiveMQBuffer.writeNullableSimpleString(SimpleString val)
Sets the specified SimpleString (potentially
null) at the current writerIndex |
static void |
SimpleString.writeSimpleString(io.netty.buffer.ByteBuf buffer,
SimpleString val) |
void |
ActiveMQBuffer.writeSimpleString(SimpleString val)
Sets the specified non-null SimpleString at the current
writerIndex |
| Constructor and Description |
|---|
ParameterisedAddress(SimpleString address) |
ParameterisedAddress(SimpleString address,
QueueAttributes queueAttributes)
Deprecated.
|
ParameterisedAddress(SimpleString address,
QueueConfiguration queueConfiguration) |
QueueConfiguration(SimpleString name)
Instantiate this object and invoke
QueueConfiguration.setName(SimpleString) |
| Modifier and Type | Method and Description |
|---|---|
SimpleString |
ChannelBufferWrapper.readNullableSimpleString() |
SimpleString |
ChannelBufferWrapper.readSimpleString() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelBufferWrapper.writeNullableSimpleString(SimpleString val) |
void |
ChannelBufferWrapper.writeSimpleString(SimpleString val) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleString |
CoreMessageObjectPools.cachedAddressSimpleString(String address,
CoreMessageObjectPools coreMessageObjectPools) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleString |
DestinationUtil.createQueueNameForSubscription(boolean isDurable,
String clientID,
String subscriptionName) |
static SimpleString |
CompositeAddress.extractAddressName(SimpleString address) |
static SimpleString |
CompositeAddress.extractQueueName(SimpleString name) |
SimpleString |
UUIDGenerator.generateSimpleStringUUID() |
static SimpleString |
RandomUtil.randomSimpleString() |
static SimpleString |
CompositeAddress.toFullyQualified(SimpleString address,
SimpleString qName) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleString |
CompositeAddress.extractAddressName(SimpleString address) |
static SimpleString |
CompositeAddress.extractQueueName(SimpleString name) |
static boolean |
CompositeAddress.isFullyQualified(SimpleString address) |
static SimpleString |
CompositeAddress.toFullyQualified(SimpleString address,
SimpleString qName) |
| Modifier and Type | Method and Description |
|---|---|
SimpleString |
TypedProperties.getSimpleStringProperty(SimpleString key) |
| Modifier and Type | Method and Description |
|---|---|
Set<SimpleString> |
TypedProperties.getPropertyNames() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypedProperties.containsProperty(SimpleString key) |
Boolean |
TypedProperties.getBooleanProperty(SimpleString key) |
Byte |
TypedProperties.getByteProperty(SimpleString key) |
Byte |
TypedProperties.getByteProperty(SimpleString key,
Supplier<Byte> defaultValue) |
byte[] |
TypedProperties.getBytesProperty(SimpleString key) |
Character |
TypedProperties.getCharProperty(SimpleString key) |
Double |
TypedProperties.getDoubleProperty(SimpleString key) |
Float |
TypedProperties.getFloatProperty(SimpleString key) |
Integer |
TypedProperties.getIntProperty(SimpleString key) |
Long |
TypedProperties.getLongProperty(SimpleString key) |
Object |
TypedProperties.getProperty(SimpleString key) |
Short |
TypedProperties.getShortProperty(SimpleString key) |
SimpleString |
TypedProperties.getSimpleStringProperty(SimpleString key) |
void |
TypedProperties.putBooleanProperty(SimpleString key,
boolean value) |
void |
TypedProperties.putByteProperty(SimpleString key,
byte value) |
void |
TypedProperties.putBytesProperty(SimpleString key,
byte[] value) |
void |
TypedProperties.putCharProperty(SimpleString key,
char value) |
void |
TypedProperties.putDoubleProperty(SimpleString key,
double value) |
void |
TypedProperties.putFloatProperty(SimpleString key,
float value) |
void |
TypedProperties.putIntProperty(SimpleString key,
int value) |
void |
TypedProperties.putLongProperty(SimpleString key,
long value) |
void |
TypedProperties.putNullValue(SimpleString key) |
TypedProperties |
TypedProperties.putProperty(SimpleString key,
Object value) |
void |
TypedProperties.putShortProperty(SimpleString key,
short value) |
void |
TypedProperties.putSimpleStringProperty(SimpleString key,
SimpleString value) |
Object |
TypedProperties.removeProperty(SimpleString key) |
static boolean |
TypedProperties.searchProperty(SimpleString key,
io.netty.buffer.ByteBuf buffer,
int startIndex)
Performs a search among the valid key properties contained in
buffer, starting from from
assuming it to be a valid encoded TypedProperties content. |
static void |
TypedProperties.setObjectProperty(SimpleString key,
Object value,
TypedProperties properties)
Helper for MapMessage#setObjectProperty(String, Object)
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypedProperties.forEach(BiConsumer<SimpleString,Object> action) |
void |
TypedProperties.forEachKey(Consumer<SimpleString> action) |
| Constructor and Description |
|---|
TypedProperties(Predicate<SimpleString> internalPropertyPredicate) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
URISupport.containsQuery(SimpleString uri) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.