Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected Map<AsciiString,Cipher> |
EncryptBase.key_map |
Modifier and Type | Method and Description |
---|---|
static AsciiString |
Bits.readAsciiString(ByteBuffer buf)
Reads an AsciiString from buf.
|
static AsciiString |
Bits.readAsciiString(DataInput in)
Reads an AsciiString from buf.
|
Modifier and Type | Method and Description |
---|---|
int |
AsciiString.compareTo(AsciiString str) |
static int |
Bits.size(AsciiString str)
Measures the number of bytes required to encode an AsciiSring.
|
static void |
Bits.writeAsciiString(AsciiString s,
ByteBuffer buf)
Writes an AsciiString to buf.
|
static void |
Bits.writeAsciiString(AsciiString s,
DataOutput out)
Writes an AsciiString to buf.
|
Constructor and Description |
---|
AsciiString(AsciiString str) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.