- 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 - Interface in sunlabs.brazil.server
-
The interface for writing HTTP handlers.
- handler - Variable in class sunlabs.brazil.server.Server
-
- 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 a Handler
and a
Filter
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 - Static variable in class sunlabs.brazil.handler.GenericProxyHandler
-
Handler configuration property host.
- 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
-
- hostName - Variable in class sunlabs.brazil.server.Server
-
The hostname that this Server should use to identify itself in
an HTTP Redirect.
- 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(LexHTML) - Constructor for class sunlabs.brazil.handler.HtmlRewriter
-
Creates a new HtmlRewriter
from the given HTML parser.
- HtmlRewriter(String) - Constructor for class sunlabs.brazil.handler.HtmlRewriter
-
Creates a new HtmlRewriter
that will operate on the given
string.
- 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.
- HttpRequest - Class in sunlabs.brazil.util.http
-
Sends an HTTP request to some target host and gets the answer back.
- 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.
- 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.
- 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.