public class SOCKSUDPTunnel extends I2PTunnelUDPClientBase
_clientId, _context, lopen| Constructor and Description |
|---|
SOCKSUDPTunnel(I2PTunnel tunnel)
Set up a tunnel with no UDP side yet.
|
| Modifier and Type | Method and Description |
|---|---|
int |
add(InetAddress host,
int port) |
boolean |
close(boolean forced)
I2PTunnelTask Methods
Classes should override to close UDP side as well
|
void |
remove(Integer port) |
void |
startRunning()
Actually start working on outgoing connections.
|
send, setSink, startconnected, destroy, disconnected, errorOccurred, getId, getTunnel, isOpen, optionsUpdated, reportAbuse, routerDisconnected, setId, setName, setTunnel, toStringattachEventDispatcher, detachEventDispatcher, getEventDispatcher, getEvents, getEventValue, ignoreEvents, notifyEvent, unIgnoreEvents, waitEventValuepublic SOCKSUDPTunnel(I2PTunnel tunnel)
public int add(InetAddress host, int port)
public void remove(Integer port)
public final void startRunning()
I2PTunnelUDPClientBasestartRunning in class I2PTunnelUDPClientBasepublic boolean close(boolean forced)
I2PTunnelUDPClientBaseclose in class I2PTunnelUDPClientBase