| 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 |
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) |
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) |
| 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 |
CompositeAddress.extractQueueName(SimpleString name) |
SimpleString |
UUIDGenerator.generateSimpleStringUUID() |
static SimpleString |
RandomUtil.randomSimpleString() |
static SimpleString |
CompositeAddress.toFullQN(SimpleString address,
SimpleString qName) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleString |
CompositeAddress.extractQueueName(SimpleString name) |
static SimpleString |
CompositeAddress.toFullQN(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.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) |
void |
TypedProperties.putShortProperty(SimpleString key,
short value) |
void |
TypedProperties.putSimpleStringProperty(SimpleString key,
SimpleString value) |
Object |
TypedProperties.removeProperty(SimpleString key) |
static void |
TypedProperties.setObjectProperty(SimpleString key,
Object value,
TypedProperties properties)
Helper for MapMessage#setObjectProperty(String, Object)
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
URISupport.containsQuery(SimpleString uri) |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.