public class RELPFrame extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RELPFrame.Builder
Builder for a RELPFrame.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
CMD_CLOSE
close command to terminate a relp handshake.
|
static String |
CMD_OPEN
open command to initiate a relp handshake.
|
static byte |
DELIMITER |
static byte |
SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
byte[] |
getData() |
int |
getDataLength() |
long |
getTxnr() |
public static final String CMD_OPEN
public static final String CMD_CLOSE
public static final byte DELIMITER
public static final byte SEPARATOR
public long getTxnr()
public int getDataLength()
public String getCommand()
public byte[] getData()
Copyright © 2023. All rights reserved.