| Package | Description |
|---|---|
| com.solacesystems.jcsmp.protocol.smf.impl |
| Modifier and Type | Method and Description |
|---|---|
static GrowableByteBuffer |
GrowableByteBuffer.allocate(int capacity)
Allocates a new growable practically unlimited sized buffer.
|
static GrowableByteBuffer |
GrowableByteBuffer.allocate(int capacity,
int sizelimit)
Allocates a new growable but limited sized buffer.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
TlvCoderUtil.encodeTL(GrowableByteBuffer bufToWriteTo,
int uh,
int preamble,
long enumtype,
int valueLen) |
static int |
TlvCoderUtil.encodeTL(GrowableByteBuffer bufToWriteTo,
int uh,
long enumtype,
int valueLen) |
static int |
TlvCoderUtil.encodeTLAssuredCtrl(GrowableByteBuffer bufToWriteTo,
int uh,
long enumtype,
int valueLen) |
static int |
TlvCoderUtil.writeTlvParam(GrowableByteBuffer bufToWriteTo,
int uh,
long enumtype,
byte[] value) |
static int |
TlvCoderUtil.writeTlvParam(GrowableByteBuffer bufToWriteTo,
SmfTLVParameter p) |
static int |
TlvCoderUtil.writeTlvParamAssuredCtrl(GrowableByteBuffer bufToWriteTo,
SmfTLVParameter p) |
Copyright 2004-2019 Solace Corporation. All rights reserved.