Class port_filter
java.lang.Object
com.frostwire.jlibtorrent.swig.port_filter
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedport_filter(long cPtr, boolean cMemoryOwn) port_filter(port_filter arg0) -
Method Summary
Modifier and TypeMethodDescriptionlongaccess(int port) voidadd_rule(int first, int last, long flags) voiddelete()protected static longgetCPtr(port_filter obj) protected static longswigRelease(port_filter obj)
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
port_filter
protected port_filter(long cPtr, boolean cMemoryOwn) -
port_filter
public port_filter() -
port_filter
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
add_rule
public void add_rule(int first, int last, long flags) -
access
public long access(int port)
-