Package | Description |
---|---|
com.pushtechnology.diffusion.api.data |
Diffusion Topic Data API.
|
com.pushtechnology.diffusion.api.message |
Modifier and Type | Method and Description |
---|---|
Encoding |
TopicData.getDeltaEncoding()
Deprecated.
since 5.5 can be obtained from
TopicData.getTopic() .
getDefinition() |
Encoding |
TopicData.getLoadEncoding()
Deprecated.
since 5.5 can be obtained from
TopicData.getTopic() .
getDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
TopicData.setDeltaEncoding(Encoding encoding)
Deprecated.
since 5.5 if non default encoding required then create topic
using a
TopicDefinition |
void |
TopicData.setLoadEncoding(Encoding encoding)
Deprecated.
since 5.5 if non default encoding required then create topic
using a
TopicDefinition |
Modifier and Type | Method and Description |
---|---|
Encoding |
DataMessage.getEncoding()
Returns the message encoding.
|
static Encoding |
Encoding.parse(byte byteValue)
Returns the encoding that corresponds to an encoding byte value.
|
static Encoding |
Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Encoding[] |
Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataMessage.setEncoding(Encoding encoding)
Sets the byte encoding for the message.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.