Class TcpEndpoint
java.lang.Object
com.frostwire.jlibtorrent.TcpEndpoint
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionTcpEndpoint(Address address, int port) TcpEndpoint(tcp_endpoint endp) TcpEndpoint(String ip, int port) -
Method Summary
-
Constructor Details
-
TcpEndpoint
- Parameters:
endp- the native object
-
TcpEndpoint
public TcpEndpoint() -
TcpEndpoint
- Parameters:
address- the addressport- the port
-
TcpEndpoint
- Parameters:
ip- the address as an IPport- the port
-
-
Method Details