Class NetworkConnection
java.lang.Object
com.tccc.kos.core.service.network.beans.NetworkConnection
Network connection information. Used to get / set connection information
relative to a particular interface.
- Version:
- 2024-05-24
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the interface name.getIp4()getWifi()voidsetInterface(String name) Set the interface name.voidsetIp4(Ip4Settings ip4) voidsetWifi(WifiSettings wifi)
-
Constructor Details
-
NetworkConnection
public NetworkConnection()
-
-
Method Details
-
getInterface
Return the interface name. -
setInterface
Set the interface name. -
getIp4
-
getWifi
-
setIp4
-
setWifi
-