| Package | Description |
|---|---|
| org.scion.jpan.internal |
| Modifier and Type | Method and Description |
|---|---|
static STUN.TransactionID |
STUN.TransactionID.from(int id0,
int id1,
int id2) |
static STUN.TransactionID |
STUN.parseRequest(ByteBuffer in) |
static STUN.TransactionID |
STUN.writeRequest(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
STUN.isStunPacket(ByteBuffer buf,
STUN.TransactionID id) |
static boolean |
STUN.isStunResponse(ByteBuffer buf,
STUN.TransactionID id) |
static void |
STUN.writeResponse(ByteBuffer buffer,
STUN.TransactionID txId,
InetSocketAddress src) |
| Modifier and Type | Method and Description |
|---|---|
static InetSocketAddress |
STUN.parseResponse(ByteBuffer in,
Predicate<STUN.TransactionID> idHandler,
ByteUtil.MutRef<STUN.TransactionID> txIdOut,
ByteUtil.MutRef<String> error) |
static InetSocketAddress |
STUN.parseResponse(ByteBuffer in,
Predicate<STUN.TransactionID> idHandler,
ByteUtil.MutRef<STUN.TransactionID> txIdOut,
ByteUtil.MutRef<String> error) |
Copyright © 2025. All rights reserved.