public class tcp_endpoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
tcp_endpoint() |
|
tcp_endpoint(address address,
int port) |
protected |
tcp_endpoint(long cPtr,
boolean cMemoryOwn) |
|
tcp_endpoint(tcp_endpoint other) |
Modifier and Type | Method and Description |
---|---|
address |
address() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(tcp_endpoint obj) |
int |
port() |
protected tcp_endpoint(long cPtr, boolean cMemoryOwn)
public tcp_endpoint()
public tcp_endpoint(address address, int port)
public tcp_endpoint(tcp_endpoint other)
protected static long getCPtr(tcp_endpoint obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public int port()
public address address()