Interface NNTPConnection

All Known Implementing Classes:
ThreadedNNTPConnection

public interface NNTPConnection
Interface for an NNTP connection. This interface is implemented by SynchronousNNTPConnection and AsynchronousNNTPConnection which use similar but not compatible NIO APIs.
Author:
Christian Lins