Uses of Class
io.github.eggy03.ferrumx.windows.entity.network.MsftDnsClientServerAddress
Packages that use MsftDnsClientServerAddress
Package
Description
-
Uses of MsftDnsClientServerAddress in io.github.eggy03.ferrumx.windows.entity.compounded
Fields in io.github.eggy03.ferrumx.windows.entity.compounded with type parameters of type MsftDnsClientServerAddressModifier and TypeFieldDescription(package private) @Nullable List<MsftDnsClientServerAddress> MsftNetAdapterToIpAndDnsAndProfile.dnsClientServerAddressListA list ofMsftDnsClientServerAddressassociated with the index:MsftNetAdapterToIpAndDnsAndProfile.interfaceIndex -
Uses of MsftDnsClientServerAddress 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 MsftDnsClientServerAddressModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofMsftDnsClientServerAddress -
Uses of MsftDnsClientServerAddress 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 MsftDnsClientServerAddressModifier and TypeClassDescriptionclassService class for fetching DNS Client and Server information for a network adapter.Methods in io.github.eggy03.ferrumx.windows.service.network that return types with arguments of type MsftDnsClientServerAddressModifier and TypeMethodDescription@NotNull @Unmodifiable List<MsftDnsClientServerAddress> MsftDnsClientServerAddressService.get()Retrieves an immutable list of DNS Server and Client configuration for all network adapters present in the system.@NotNull @Unmodifiable List<MsftDnsClientServerAddress> MsftDnsClientServerAddressService.get(long timeout) Retrieves an immutable list of DNS Server and Client configuration for all network adapters present in the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<MsftDnsClientServerAddress> MsftDnsClientServerAddressService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of DNS Server and Client configuration for all network adapters present in the system using the caller'sPowerShellsession.