Package net.i2p.sam

Class SAMStreamSession.SAMStreamSessionServer

java.lang.Object
net.i2p.sam.SAMStreamSession.SAMStreamSessionServer
All Implemented Interfaces:
Runnable
Enclosing class:
SAMStreamSession

public class SAMStreamSession.SAMStreamSessionServer extends Object implements Runnable
SAM STREAM session server, running in its own thread. It will wait for incoming connections from the I2P network.
Author:
human
  • Constructor Details

    • SAMStreamSessionServer

      public SAMStreamSessionServer()
      Create a new SAM STREAM session server
  • Method Details

    • stopRunning

      public void stopRunning()
      Stop a SAM STREAM session server
    • run

      public void run()
      Specified by:
      run in interface Runnable