public class StunTransactionId extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_LENGTH |
| Modifier | Constructor and Description |
|---|---|
protected |
StunTransactionId() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(byte[] other)
Compares two Transaction ID by value.
|
boolean |
equals(Object other) |
byte[] |
getValue() |
int |
hashCode() |
static String |
readableFormat(byte[] transactionId) |
String |
toString() |
public static final int DATA_LENGTH
public byte[] getValue()
public boolean equals(byte[] other)
other - the id to compare with ours.public static String readableFormat(byte[] transactionId)
Copyright © 2018 TeleStax, Inc.. All rights reserved.