Class tcp_endpoint
java.lang.Object
com.frostwire.jlibtorrent.swig.tcp_endpoint
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedtcp_endpoint(long cPtr, boolean cMemoryOwn) tcp_endpoint(address address, int port) tcp_endpoint(tcp_endpoint other) -
Method Summary
Modifier and TypeMethodDescriptionaddress()voiddelete()protected static longgetCPtr(tcp_endpoint obj) intport()protected static longswigRelease(tcp_endpoint obj)
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
tcp_endpoint
protected tcp_endpoint(long cPtr, boolean cMemoryOwn) -
tcp_endpoint
public tcp_endpoint() -
tcp_endpoint
-
tcp_endpoint
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
port
public int port() -
address
-