| java.lang.Object org.methodize.nntprss.nntp.NNTPServer
NNTPServer | public class NNTPServer (Code) | | author: Jason Brome version: $Id: NNTPServer.java,v 1.4 2003/03/24 03:11:35 jasonbrome Exp $ |
getContentType | public int getContentType()(Code) | | |
getListenerPort | public int getListenerPort()(Code) | | Returns the listenerPort.
int |
handleConnection | void handleConnection(Socket clientConnection)(Code) | | |
isSecure | public boolean isSecure()(Code) | | Returns secure.
boolean |
saveConfiguration | public void saveConfiguration()(Code) | | |
setContentType | public void setContentType(int contentType)(Code) | | |
setSecure | public void setSecure(boolean secure)(Code) | | Sets secure.
Parameters: secure - The secure to set |
shutdown | public void shutdown()(Code) | | |
|
|