Class SOCKSUDPTunnel

All Implemented Interfaces:
Sink, Source, EventDispatcher

public class SOCKSUDPTunnel
extends I2PTunnelUDPClientBase
A Datagram Tunnel that can have multiple bidirectional ports on the UDP side. TX: (ReplyTracker in multiple SOCKSUDPPorts -> ) I2PSink RX: (SOCKSUDPWrapper in multiple SOCKSUDPPorts <- ) MultiSink <- I2PSource The reply from a dest goes to the last SOCKSUDPPort that sent to that dest. If multiple ports are talking to a dest at the same time, this isn't going to work very well.
Author:
zzz modded from streamr/StreamrConsumer
  • Constructor Details

    • SOCKSUDPTunnel

      public SOCKSUDPTunnel​(I2PTunnel tunnel)
      Set up a tunnel with no UDP side yet. Use add() for each port.
  • Method Details

    • add

      public int add​(InetAddress host, int port)
      Returns:
      the UDP port number
    • remove

      public void remove​(Integer port)
    • startRunning

      public final void startRunning()
      Description copied from class: I2PTunnelUDPClientBase
      Actually start working on outgoing connections. Classes should override to start UDP side as well. Not specified in I2PTunnelTask but used in both I2PTunnelClientBase and I2PTunnelServer so let's implement it here too.
      Overrides:
      startRunning in class I2PTunnelUDPClientBase
    • close

      public boolean close​(boolean forced)
      Description copied from class: I2PTunnelUDPClientBase
      I2PTunnelTask Methods Classes should override to close UDP side as well
      Overrides:
      close in class I2PTunnelUDPClientBase
      Returns:
      success