| 
QuickServer v1.4.7  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. | 
| org.quickserver.net.server.impl | Contains all of the implementation classes for interface in server package. | 
| Uses of AppException in org.quickserver.net.qsadmin | 
| Methods in org.quickserver.net.qsadmin that throw AppException | |
 AuthStatus | 
Authenticator.askAuthentication(ClientHandler handler)
 | 
 AuthStatus | 
Authenticator.handleAuthentication(ClientHandler handler,
                     java.lang.String command)
 | 
 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 | |
 AuthStatus | 
ClientAuthenticationHandler.askAuthentication(ClientHandler handler)
Method called first time after gotConnected() method is caled on ClientEventHandler, if Authenticator is set.  | 
 AuthStatus | 
ClientAuthenticationHandler.handleAuthentication(ClientHandler handler,
                     java.lang.String data)
Method called when ever a client sends character/string data before authentication.  | 
 AuthStatus | 
ClientAuthenticationHandler.handleAuthentication(ClientHandler handler,
                     java.lang.Object data)
Method called when ever a client sends Object data before authentication.  | 
 AuthStatus | 
ClientAuthenticationHandler.handleAuthentication(ClientHandler handler,
                     byte[] data)
Method called when ever a client sends binary data before authentication.  | 
abstract  boolean | 
QuickAuthenticator.askAuthorisation(ClientHandler clientHandler)
 | 
 boolean | 
Authenticator.askAuthorisation(ClientHandler clientHandler)
Deprecated. This method is called by QuickServer 
  if Authenticator was set, to authenticate any client
  connection. | 
 AuthStatus | 
QuickAuthenticationHandler.askAuthentication(ClientHandler handler)
 | 
 AuthStatus | 
QuickAuthenticationHandler.handleAuthentication(ClientHandler handler,
                     java.lang.String data)
 | 
 AuthStatus | 
QuickAuthenticationHandler.handleAuthentication(ClientHandler handler,
                     java.lang.Object data)
 | 
 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.  | 
 void | 
QuickServer.initServer(java.lang.Object[] param)
Initialise and create the server.  | 
 void | 
QuickServer.initServer(QuickServerConfig qsConfig)
Initialise and create the service.  | 
static QuickServer | 
QuickServer.load(java.lang.String xml)
Loads the server from the xml file name passed.  | 
 java.lang.SecurityManager | 
QuickServer.getSecurityManager()
 | 
| Uses of AppException in org.quickserver.net.server.impl | 
| Methods in org.quickserver.net.server.impl that throw AppException | |
protected  AuthStatus | 
BasicClientHandler.processAuthorisation()
 | 
  | 
QuickServer v1.4.7  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||