|
QuickServer v1.4.5 |
||||||||||
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. |
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 | |
boolean |
ServerAuthenticator.askAuthorisation()
This method is called by QuickServer
if ServerAuthenticator was set, to authenticate any client
connection. |
boolean |
ServerAuthenticator.askAuthorisation(ClientHandler clientHandler)
|
abstract boolean |
QuickAuthenticator.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()
|
boolean |
Authenticator.askAuthorisation(ClientHandler clientHandler)
This method is called by QuickServer
if ServerAuthenticator was set, to authenticate any client
connection. |
|
QuickServer v1.4.5 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |