Uses of Class
org.terracotta.utilities.test.net.NetStat.BusyPort.Builder
Packages that use NetStat.BusyPort.Builder
-
Uses of NetStat.BusyPort.Builder in org.terracotta.utilities.test.net
Methods in org.terracotta.utilities.test.net that return NetStat.BusyPort.BuilderModifier and TypeMethodDescriptionprivate static NetStat.BusyPort.BuilderNetStat.BusyPort.builder()private static NetStat.BusyPort.BuilderNetStat.BusyPort.builder(NetStat.BusyPort busyPort) (package private) NetStat.BusyPort.BuilderNetStat.BusyPort.Builder.commandLine(String commandLine) Sets the full/long command string for the connection.(package private) NetStat.BusyPort.BuilderNetStat.BusyPort.Builder.localEndpoint(InetSocketAddress endpoint) Sets the local endpoint for the connection.(package private) NetStat.BusyPort.BuilderNetStat.BusyPort.Builder.localEndpoint(NetStat.BusyPort.IPVersion ipVersion, String address, String port) Sets the local endpoint for the connection.(package private) NetStat.BusyPort.BuilderSets the process id for the connection.(package private) NetStat.BusyPort.BuilderNetStat.BusyPort.Builder.remoteEndpoint(InetSocketAddress endpoint) Sets the remote endpoint for the connection.(package private) NetStat.BusyPort.BuilderNetStat.BusyPort.Builder.remoteEndpoint(NetStat.BusyPort.IPVersion ipVersion, String address, String port) Sets the remote endpoint for the connection.(package private) NetStat.BusyPort.BuilderNetStat.BusyPort.Builder.resetTcp()Resets the TCP information in thisBuilder.(package private) NetStat.BusyPort.BuilderNetStat.BusyPort.Builder.shortCommand(String shortCommand) Sets the short command string for the connection.(package private) NetStat.BusyPort.BuilderNetStat.BusyPort.Builder.state(NetStat.BusyPort.TcpState state) Sets theNetStat.BusyPort.TcpStatefor the connection.Methods in org.terracotta.utilities.test.net with parameters of type NetStat.BusyPort.BuilderModifier and TypeMethodDescriptionprivate static voidNetStat.processNettopEndpoints(NetStat.BusyPort.IPVersion ipVersion, NetStat.BusyPort.Builder builder, String line, Pattern endpointPattern, Function<String, String> endpointHostMapper)