public interface NettyUdpClient
| Modifier and Type | Method and Description |
|---|---|
NettyUdpClient |
write(byte[] data)
Write some line of data to the server.
|
NettyUdpClient |
write(String data)
Write some line of data to the server.
|
NettyUdpClient write(String data)
data - the data to sendNettyUdpClient write(byte[] data)
data - the data to sendCopyright © 2023. All rights reserved.