public class UdpBeacon extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BEACON_SIZE |
| Constructor and Description |
|---|
UdpBeacon(ByteBuffer buffer) |
UdpBeacon(byte version,
String protocol,
int port) |
UdpBeacon(int version,
String protocol,
UUID uuid,
int port) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getBuffer() |
String |
getIdentity() |
int |
getPort() |
String |
getProtocol() |
UUID |
getUuid() |
int |
getVersion() |
public static final int BEACON_SIZE
public UdpBeacon(ByteBuffer buffer)
public UdpBeacon(byte version,
String protocol,
int port)
public String getProtocol()
public int getVersion()
public UUID getUuid()
public String getIdentity()
public int getPort()
public ByteBuffer getBuffer()
Copyright © 2019. All rights reserved.