Module org.jnetpcap

Record Class PcapRmt.Source

java.lang.Object
java.lang.Record
org.jnetpcap.windows.PcapRmt.Source
Record Components:
type - the type
host - the host
port - the port
name - the name
All Implemented Interfaces:
PcapRmt
Enclosing interface:
PcapRmt

public static record PcapRmt.Source(int type, String host, String port, String name) extends Record implements PcapRmt
Remote RPCAP source string.