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