Interface NNTPDaemonRunnable

All Superinterfaces:
DaemonRunnable, Runnable
All Known Implementing Classes:
PlatformThreadedNNTPDaemon, VirtualThreadedNNTPDaemon

public interface NNTPDaemonRunnable extends DaemonRunnable
Interface for an NNTP Daemon.
Author:
Christian Lins
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPort(int port)
     

    Methods inherited from interface org.sonews.daemon.DaemonRunnable

    dispose, setDaemon

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • setPort

      void setPort(int port)