A B C D E F G H I J K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
H
- handle(Signal) - Method in class sunlabs.brazil.sunlabs.RestartHandler
-
Restart the server after re-reading the config file
- handleEvent(Event) - Method in class sunlabs.brazil.handler.DialogHandler
- handler - Variable in class sunlabs.brazil.filter.FilterHandler
- handler - Variable in class sunlabs.brazil.handler.LogHandler
- handler - Variable in class sunlabs.brazil.server.Server
- Handler - Interface in sunlabs.brazil.server
-
The interface for writing HTTP handlers.
- handlers - Variable in class sunlabs.brazil.server.ChainHandler
-
The array of handlers that will be invoked to handle the request.
- hashCode() - Method in class sunlabs.brazil.properties.PropertiesList
-
Invokes the same method on the wrapped
Hashtable
object. - haveZone(String) - Static method in class sunlabs.brazil.util.ClockFormat
-
See if a particular timezone is valid
- header() - Method in class sunlabs.brazil.handler.PushHandler.Split
-
Return the header as a string
- headers - Variable in class sunlabs.brazil.handler.LogHandler
- headers - Variable in class sunlabs.brazil.server.Request
-
The HTTP request headers.
- headersSent - Variable in class sunlabs.brazil.server.Request
- HighlightTemplate - Class in sunlabs.brazil.template
-
Template class for highlighting text that matches a regular expression.
- HighlightTemplate() - Constructor for class sunlabs.brazil.template.HighlightTemplate
- HistoryFilter - Class in sunlabs.brazil.proxy
-
The
HistoryFilter
is both aHandler
and aFilter
that keeps a record of all pages visited by a given session. - HistoryFilter() - Constructor for class sunlabs.brazil.proxy.HistoryFilter
- HomeDirHandler - Class in sunlabs.brazil.handler
-
Handler for converting ~username queries.
- HomeDirHandler() - Constructor for class sunlabs.brazil.handler.HomeDirHandler
- host - Variable in class sunlabs.brazil.handler.GenericProxyHandler
- host - Variable in class sunlabs.brazil.util.http.HttpRequest
-
The host extracted from the URL used to construct this
HttpRequest
. - host - Variable in class sunlabs.brazil.util.http.HttpSocket
- HOST - Static variable in class sunlabs.brazil.handler.GenericProxyHandler
-
Handler configuration property host.
- hostName - Variable in class sunlabs.brazil.server.Server
-
The hostname that this Server should use to identify itself in an HTTP Redirect.
- Html() - Constructor for class sunlabs.brazil.properties.SubstPropsHandler.Html
- htmlEncode(String) - Static method in class sunlabs.brazil.util.http.HttpUtil
-
Converts a string into a valid HTML fragment.
- HtmlRewriter - Class in sunlabs.brazil.handler
-
This class helps with parsing and rewriting an HTML document.
- HtmlRewriter(String) - Constructor for class sunlabs.brazil.handler.HtmlRewriter
-
Creates a new
HtmlRewriter
that will operate on the given string. - HtmlRewriter(LexHTML) - Constructor for class sunlabs.brazil.handler.HtmlRewriter
-
Creates a new
HtmlRewriter
from the given HTML parser. - HttpInputStream - Class in sunlabs.brazil.util.http
-
This class is an input stream that provides added methods that are of help when reading the result of an HTTP request.
- HttpInputStream(InputStream) - Constructor for class sunlabs.brazil.util.http.HttpInputStream
-
Creates a new HttpInputStream that reads its input from the specified input stream.
- HttpOutputStream(OutputStream) - Constructor for class sunlabs.brazil.server.Request.HttpOutputStream
- HttpRequest - Class in sunlabs.brazil.util.http
-
Sends an HTTP request to some target host and gets the answer back.
- HttpRequest(String) - Constructor for class sunlabs.brazil.util.http.HttpRequest
-
Creates a new
HttpRequest
object that will send an HTTP request to fetch the resource represented by the URL. - HttpRequest(URL) - Constructor for class sunlabs.brazil.util.http.HttpRequest
-
Creates a new
HttpRequest
object that will send an HTTP request to fetch the resource represented by the URL. - HttpSocket - Class in sunlabs.brazil.util.http
-
This class is used as the bag of information kept about a open, idle socket.
- HttpSocket(String, int) - Constructor for class sunlabs.brazil.util.http.HttpSocket
- HttpSocketPool - Interface in sunlabs.brazil.util.http
-
This interface represents a cache of idle sockets.
- HttpUtil - Class in sunlabs.brazil.util.http
-
The
HttpUtil
class contains methods for performing simple HTTP operations.
All Classes All Packages