Public member functions
- virtual NzaeApi* acceptConnection()=0
- Accepts a new connection.
- virtual NzaeApi* acceptConnectionFork()=0
- Accepts a new connection and fork.
- virtual NzaeApi* acceptConnectionWithTimeout(int timeoutMilliseconds)=0
- Accepts a new connection with timeout.
- virtual NzaeApi* acceptConnectionWithTimeoutFork(int timeoutMilliseconds)=0
- Accepts a new connection and fork with timeout.
- virtual void close()=0
- Closes the listener.
- virtual NzaeRemoteProtocolCallback* getCallbackHandler()=0
- Gets the remote protocol callback handler.
- virtual void setCallbackHandler(NzaeRemoteProtocolCallback *handler)=0
- Sets the remote protocol callback handler.
- virtual ~NzaeRemoteProtocol()