public class UdpTable extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UdpTable.Builder
Builder for UDPTable class
|
static class |
UdpTable.Host
Manage a host as written in UDP Socket
|
class |
UdpTable.Socket
This class corresponds to a line in UDP Socket table
|
| Modifier and Type | Method and Description |
|---|---|
List<UdpTable.Socket> |
getByLocalPort(int port)
Get all socket that matching local port
|
public List<UdpTable.Socket> getByLocalPort(int port)
port - local port to matchCopyright © 2023. All rights reserved.