public class DataUdpAgent extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
close(DatagramSocket d) |
boolean |
debugWrite(String ip,
int port,
int length) |
static DataUdpAgent |
getInstance() |
static void |
main(String[] args) |
boolean |
write(byte[] p) |
boolean |
write(List<byte[]> p) |
protected void close(DatagramSocket d)
public static DataUdpAgent getInstance()
public boolean write(byte[] p)
public void close()
public boolean write(List<byte[]> p)
public boolean debugWrite(String ip, int port, int length)
public static void main(String[] args)
Copyright © 2021. All rights reserved.