| Package | Description |
|---|---|
| zmq.io.coder | |
| zmq.io.coder.raw | |
| zmq.io.coder.v1 | |
| zmq.io.coder.v2 |
| Modifier and Type | Method and Description |
|---|---|
IDecoder.Step.Result |
IDecoder.Step.apply() |
IDecoder.Step.Result |
DecoderBase.decode(ByteBuffer data,
int size,
ValueReference<Integer> processed) |
IDecoder.Step.Result |
IDecoder.decode(ByteBuffer buffer,
int size,
ValueReference<Integer> processed) |
protected IDecoder.Step.Result |
Decoder.eightByteSizeReady() |
protected IDecoder.Step.Result |
Decoder.flagsReady() |
protected IDecoder.Step.Result |
Decoder.messageIncomplete() |
protected IDecoder.Step.Result |
Decoder.messageReady() |
protected IDecoder.Step.Result |
Decoder.oneByteSizeReady() |
protected IDecoder.Step.Result |
Decoder.sizeReady(long size) |
static IDecoder.Step.Result |
IDecoder.Step.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDecoder.Step.Result[] |
IDecoder.Step.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IDecoder.Step.Result |
RawDecoder.decode(ByteBuffer buffer,
int size,
ValueReference<Integer> processed) |
| Modifier and Type | Method and Description |
|---|---|
protected IDecoder.Step.Result |
V1Decoder.eightByteSizeReady() |
protected IDecoder.Step.Result |
V1Decoder.flagsReady() |
protected IDecoder.Step.Result |
V1Decoder.messageReady() |
protected IDecoder.Step.Result |
V1Decoder.oneByteSizeReady() |
| Modifier and Type | Method and Description |
|---|---|
protected IDecoder.Step.Result |
V2Decoder.eightByteSizeReady() |
protected IDecoder.Step.Result |
V2Decoder.flagsReady() |
protected IDecoder.Step.Result |
V2Decoder.messageReady() |
protected IDecoder.Step.Result |
V2Decoder.oneByteSizeReady() |
Copyright © 2020. All rights reserved.