Uses of Class
io.github.eggy03.ferrumx.windows.entity.network.MsftNetIpAddress
Packages that use MsftNetIpAddress
Package
Description
-
Uses of MsftNetIpAddress in io.github.eggy03.ferrumx.windows.entity.compounded
Fields in io.github.eggy03.ferrumx.windows.entity.compounded with type parameters of type MsftNetIpAddressModifier and TypeFieldDescription(package private) @Nullable List<MsftNetIpAddress> MsftNetAdapterToIpAndDnsAndProfile.ipAddressListA list ofMsftNetIpAddressassociated with the index:MsftNetAdapterToIpAndDnsAndProfile.interfaceIndex -
Uses of MsftNetIpAddress in io.github.eggy03.ferrumx.windows.mapping.network
Classes in io.github.eggy03.ferrumx.windows.mapping.network that implement interfaces with type arguments of type MsftNetIpAddressModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofMsftNetIpAddress -
Uses of MsftNetIpAddress in io.github.eggy03.ferrumx.windows.service.network
Classes in io.github.eggy03.ferrumx.windows.service.network that implement interfaces with type arguments of type MsftNetIpAddressModifier and TypeClassDescriptionclassService class for fetching the IPv4 and IPv6 configs for a network adapter.Methods in io.github.eggy03.ferrumx.windows.service.network that return types with arguments of type MsftNetIpAddressModifier and TypeMethodDescription@NotNull @Unmodifiable List<MsftNetIpAddress> MsftNetIpAddressService.get()Retrieves an immutable list of IPv4 and IPv6 configs for all network adapters present in the system.@NotNull @Unmodifiable List<MsftNetIpAddress> MsftNetIpAddressService.get(long timeout) Retrieves an immutable list of IPv4 and IPv6 configs for all network adapters connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<MsftNetIpAddress> MsftNetIpAddressService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of IPv4 and IPv6 configs for all network adapters present in the system using the caller'sPowerShellsession.