- 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 Summary
Constructors
Create a new SAM STREAM session server
-
Method Summary
void
void
Stop a SAM STREAM session server
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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