public final class RequestID
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static RequestID |
DUMMY_REQUEST_ID |
static int |
ID_SIZE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static RequestID |
fromBytes(byte[] bytes) |
static RequestID |
generate() |
byte[] |
getId() |
int |
hashCode() |
public static final int ID_SIZE
public static final RequestID DUMMY_REQUEST_ID
public static RequestID fromBytes(byte[] bytes)
public static RequestID generate()
public byte[] getId()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object