add getNetConnectionList
This commit is contained in:
parent
238045723a
commit
79c01a041b
|
@ -123,6 +123,9 @@ public interface SigarProxy {
|
|||
|
||||
public String[] getNetInterfaceList() throws SigarException;
|
||||
|
||||
public NetConnection[] getNetConnectionList(int flags)
|
||||
throws SigarException;
|
||||
|
||||
public NetStat getNetStat() throws SigarException;
|
||||
|
||||
public Who[] getWhoList() throws SigarException;
|
||||
|
|
Loading…
Reference in New Issue