Package net.i2p.sam

Class 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 Detail

      • SAMStreamSessionServer

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

      • stopRunning

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

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