Uses of Enum
org.terracotta.utilities.test.net.NetStat.BusyPort.IPVersion
Packages that use NetStat.BusyPort.IPVersion
-
Uses of NetStat.BusyPort.IPVersion in org.terracotta.utilities.test.net
Methods in org.terracotta.utilities.test.net that return NetStat.BusyPort.IPVersionModifier and TypeMethodDescriptionstatic NetStat.BusyPort.IPVersionDetermines theIPVersionfrom the identifier provided.static NetStat.BusyPort.IPVersionReturns the enum constant of this type with the specified name.static NetStat.BusyPort.IPVersion[]NetStat.BusyPort.IPVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.terracotta.utilities.test.net with parameters of type NetStat.BusyPort.IPVersionModifier and TypeMethodDescription(package private) NetStat.BusyPort.BuilderNetStat.BusyPort.Builder.localEndpoint(NetStat.BusyPort.IPVersion ipVersion, String address, String port) Sets the local endpoint for the connection.private static InetSocketAddressNetStat.parseLsofEndpoint(NetStat.BusyPort.IPVersion ipVersion, String endpoint) private static NetStat.InetEndpointPairNetStat.parseLsofEndpointPair(NetStat.BusyPort.IPVersion ipVersion, String endpointPair) Converts the TCP endpoint address pair obtained from the "name" field output fromlsofinto anInetSocketAddress.private InetSocketAddressNetStat.BusyPort.Builder.processEndpoint(NetStat.BusyPort.IPVersion ipVersion, String address, String port) private static voidNetStat.processNettopEndpoints(NetStat.BusyPort.IPVersion ipVersion, NetStat.BusyPort.Builder builder, String line, Pattern endpointPattern, Function<String, String> endpointHostMapper) (package private) NetStat.BusyPort.BuilderNetStat.BusyPort.Builder.remoteEndpoint(NetStat.BusyPort.IPVersion ipVersion, String address, String port) Sets the remote endpoint for the connection.