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