private static NetStat.BusyPort.Builder |
NetStat.BusyPort.builder() |
|
private static NetStat.BusyPort.Builder |
NetStat.BusyPort.builder(NetStat.BusyPort busyPort) |
|
(package private) NetStat.BusyPort.Builder |
NetStat.BusyPort.Builder.commandLine(java.lang.String commandLine) |
Sets the full/long command string for the connection.
|
(package private) NetStat.BusyPort.Builder |
NetStat.BusyPort.Builder.localEndpoint(java.net.InetSocketAddress endpoint) |
Sets the local endpoint for the connection.
|
(package private) NetStat.BusyPort.Builder |
NetStat.BusyPort.Builder.localEndpoint(NetStat.BusyPort.IPVersion ipVersion,
java.lang.String address,
java.lang.String port) |
Sets the local endpoint for the connection.
|
(package private) NetStat.BusyPort.Builder |
NetStat.BusyPort.Builder.processId(java.lang.String processId) |
Sets the process id for the connection.
|
(package private) NetStat.BusyPort.Builder |
NetStat.BusyPort.Builder.remoteEndpoint(java.net.InetSocketAddress endpoint) |
Sets the remote endpoint for the connection.
|
(package private) NetStat.BusyPort.Builder |
NetStat.BusyPort.Builder.remoteEndpoint(NetStat.BusyPort.IPVersion ipVersion,
java.lang.String address,
java.lang.String port) |
Sets the remote endpoint for the connection.
|
(package private) NetStat.BusyPort.Builder |
NetStat.BusyPort.Builder.resetTcp() |
Resets the TCP information in this Builder.
|
(package private) NetStat.BusyPort.Builder |
NetStat.BusyPort.Builder.shortCommand(java.lang.String shortCommand) |
Sets the short command string for the connection.
|
(package private) NetStat.BusyPort.Builder |
NetStat.BusyPort.Builder.state(NetStat.BusyPort.TcpState state) |
|