QuickServer
v1.4.1

Uses of Class
org.quickserver.net.AppException

Packages that use AppException
org.quickserver.net.qsadmin Contains all of the classes for creating QSAdminServer. 
org.quickserver.net.server Contains all of the classes for creating QuickServer. 
 

Uses of AppException in org.quickserver.net.qsadmin
 

Methods in org.quickserver.net.qsadmin that throw AppException
 void QSAdminServer.startServer(int port)
          Starts the QSAdminServer.
 void QSAdminServer.startServer()
          Starts the QSAdminServer.
 

Uses of AppException in org.quickserver.net.server
 

Methods in org.quickserver.net.server that throw AppException
abstract  boolean QuickAuthenticator.askAuthorisation(ClientHandler clientHandler)
           
 boolean Authenticator.askAuthorisation(ClientHandler clientHandler)
          This method is called by QuickServer if ServerAuthenticator was set, to authenticate any client connection.
 boolean ServerAuthenticator.askAuthorisation()
          This method is called by QuickServer if ServerAuthenticator was set, to authenticate any client connection.
 boolean ServerAuthenticator.askAuthorisation(ClientHandler clientHandler)
           
 void QuickServer.startServer()
          Starts the QuickServer.
 void QuickServer.stopServer()
          Stops the QuickServer.
 void QuickServer.restartServer()
          Restarts the QuickServer.
 void QuickServer.startQSAdminServer(int port, java.lang.String authenticator)
          Starts QSAdminServer for this QuickServer.
 void QuickServer.startQSAdminServer()
          Starts QSAdminServer for this QuickServer.
 java.lang.SecurityManager QuickServer.getSecurityManager()
           
 


QuickServer
v1.4.1

Copyright © 2003-2004 QuickServer.org