|
|||||||||
| Home >> All >> com >> psibt >> framework >> [ net overview ] | PREV NEXT | ||||||||
A
- addRequestHandler(HTTPRequestHandler) - Method in class com.psibt.framework.net.PluggableHTTPServer
- Registers the given HTTPRequestHandler
- autoCreateRootPage(int) - Method in class com.psibt.framework.net.PluggableHTTPServer
- Creates the ReplyHTML data for the root page
C
- cat - Static variable in class com.psibt.framework.net.PluggableHTTPServer
- com.psibt.framework.net - package com.psibt.framework.net
- connection - Variable in class com.psibt.framework.net.PluggableHTTPServer.ServerThread
D
- DEFAULT_PORT - Static variable in class com.psibt.framework.net.PluggableHTTPServer
- description - Variable in class com.psibt.framework.net.RootRequestHandler
G
- getDescription() - Method in interface com.psibt.framework.net.HTTPRequestHandler
- Gets the description for html page
- getDescription() - Method in class com.psibt.framework.net.RootRequestHandler
- Gets the description for html page
- getHandledPath() - Method in interface com.psibt.framework.net.HTTPRequestHandler
- Gets the virtual path in the HTTP server that ist handled in this HTTPRequestHandler.
- getHandledPath() - Method in class com.psibt.framework.net.RootRequestHandler
- Gets the server path
- getReplyHTML() - Method in class com.psibt.framework.net.RootRequestHandler
- Gets the HTML data of the reply HTTP message
- getReplyType() - Method in class com.psibt.framework.net.RootRequestHandler
- Gets the content type of the reply HTTP message
- getTitle() - Method in interface com.psibt.framework.net.HTTPRequestHandler
- Gets the title for html page
- getTitle() - Method in class com.psibt.framework.net.RootRequestHandler
- Gets the title for html page
H
- HTTPRequestHandler - interface com.psibt.framework.net.HTTPRequestHandler.
- This interface defines all methods that have to be implemented for a HTTPRequestHandler for the PluggableHTTPServer.
- handleRequest(String, Writer) - Method in interface com.psibt.framework.net.HTTPRequestHandler
- Handles the given request and writes the reply to the given out-stream.
- handleRequest(String, Writer) - Method in class com.psibt.framework.net.Log4jRequestHandler
- Handles the given request and writes the reply to the given out-stream.
- handleRequest(String, Writer) - Method in class com.psibt.framework.net.RootRequestHandler
- Handles the given request and writes the reply to the given out-stream.
- handleRequest(String, Writer) - Method in class com.psibt.framework.net.UserDialogRequestHandler
- Handles the given request and writes the reply to the given out-stream.
- handledPath - Variable in class com.psibt.framework.net.RootRequestHandler
- handler - Variable in class com.psibt.framework.net.PluggableHTTPServer
L
- Log4jRequestHandler - class com.psibt.framework.net.Log4jRequestHandler.
- This class implements a RequestHandler for log4j configuration.
- Log4jRequestHandler() - Constructor for class com.psibt.framework.net.Log4jRequestHandler
- Creates a new Log4jRequestHandler object
M
- main(String[]) - Static method in class com.psibt.framework.net.PluggableHTTPServer
- Demo how to use the PluggableHTTPServer.
- message - Variable in class com.psibt.framework.net.UserDialogRequestHandler.DialogThread
P
- PluggableHTTPServer - class com.psibt.framework.net.PluggableHTTPServer.
- This class implements a HTTP-server frame.
- PluggableHTTPServer(int) - Constructor for class com.psibt.framework.net.PluggableHTTPServer
- Creates a new server object on the given TCP port.
- PluggableHTTPServer() - Constructor for class com.psibt.framework.net.PluggableHTTPServer
- Creates a new server object on the default TCP port 80 If the port is occupied by another process a IOException (java.net.BindException) is thrown.
- PluggableHTTPServer.ServerThread - class com.psibt.framework.net.PluggableHTTPServer.ServerThread.
- This class handles the incomming connection for one request.
- PluggableHTTPServer.ServerThread(Socket) - Constructor for class com.psibt.framework.net.PluggableHTTPServer.ServerThread
- parentComponent - Variable in class com.psibt.framework.net.UserDialogRequestHandler.DialogThread
- parentComponent - Variable in class com.psibt.framework.net.UserDialogRequestHandler
- port - Variable in class com.psibt.framework.net.PluggableHTTPServer
- prios - Variable in class com.psibt.framework.net.Log4jRequestHandler
R
- ReplyHTML - Variable in class com.psibt.framework.net.RootRequestHandler
- ReplyType - Variable in class com.psibt.framework.net.RootRequestHandler
- RootRequestHandler - class com.psibt.framework.net.RootRequestHandler.
- This class implements a RequestHandler for the root path "/" in the PluggableHTTPServer.
- RootRequestHandler() - Constructor for class com.psibt.framework.net.RootRequestHandler
- Creates a new RootRequestHandler object
- removeRequestHandler(HTTPRequestHandler) - Method in class com.psibt.framework.net.PluggableHTTPServer
- Unregisters the given HTTPRequestHandler
- replyMethodNotAllowed(Writer) - Static method in class com.psibt.framework.net.PluggableHTTPServer
- Sends the HTTP message 405 - Method Not Allowed see RFC2616 for details
- replyNotFound(Writer) - Static method in class com.psibt.framework.net.PluggableHTTPServer
- Sends the HTTP message 404 - File Not Found see RFC2616 for details
- run() - Method in class com.psibt.framework.net.PluggableHTTPServer.ServerThread
- Serves the HTTP request.
- run() - Method in class com.psibt.framework.net.PluggableHTTPServer
- Main loop of the PluggableHTTPServer
- run() - Method in class com.psibt.framework.net.UserDialogRequestHandler.DialogThread
S
- server - Variable in class com.psibt.framework.net.PluggableHTTPServer
- setDescription(String) - Method in interface com.psibt.framework.net.HTTPRequestHandler
- Sets the description for html page
- setDescription(String) - Method in class com.psibt.framework.net.RootRequestHandler
- Sets the description for html page
- setHandledPath(String) - Method in interface com.psibt.framework.net.HTTPRequestHandler
- Sets the virtual path in the HTTP server that ist handled in this HTTPRequestHandler.
- setHandledPath(String) - Method in class com.psibt.framework.net.RootRequestHandler
- Sets the server path
- setReplyHTML(String) - Method in class com.psibt.framework.net.RootRequestHandler
- Sets the HTML data of the reply HTTP message
- setReplyType(String) - Method in class com.psibt.framework.net.RootRequestHandler
- Sets the content type of the reply HTTP message
- setTitle(String) - Method in interface com.psibt.framework.net.HTTPRequestHandler
- Sets the title for html page
- setTitle(String) - Method in class com.psibt.framework.net.RootRequestHandler
- Sets the title for html page
T
- title - Variable in class com.psibt.framework.net.RootRequestHandler
U
- UserDialogRequestHandler - class com.psibt.framework.net.UserDialogRequestHandler.
- This class implements a RequestHandler for the path "/userdialog/" in the PluggableHTTPServer.
- UserDialogRequestHandler() - Constructor for class com.psibt.framework.net.UserDialogRequestHandler
- Creates a new UserDialogRequestHandler object
- UserDialogRequestHandler(Component) - Constructor for class com.psibt.framework.net.UserDialogRequestHandler
- Creates a new UserDialogRequestHandler object with a parentComponent reference
- UserDialogRequestHandler.DialogThread - class com.psibt.framework.net.UserDialogRequestHandler.DialogThread.
- Internal class to start the user dialog in a new thread.
- UserDialogRequestHandler.DialogThread(Component, String) - Constructor for class com.psibt.framework.net.UserDialogRequestHandler.DialogThread
A C D G H L M P R S T U
|
|||||||||
| Home >> All >> com >> psibt >> framework >> [ net overview ] | PREV NEXT | ||||||||