Package org.jgrapes.http
package org.jgrapes.http
Provides components for building a HTTP server based on the
core and IO components.
-
ClassDescriptionA converter component that receives and sends web application layer messages and byte buffers on associated network channels.A component factory that creates components with at least one handler for
Request
events.A converter component that receives and sends byte buffers on a network channel and web application layer messages onIOSubchannel
s of its channel.Implements theSession
interface using aConcurrentHashMap
.A in memory session manager.A component that attempts to derive information about language preferences from requests in the specified scope (usually “/”) and make them available as aLanguageSelector.Selection
object associated with the request event usingSelection.class
as association identifier.Represents a locale selection.A resource pattern can be used to filter URIs.Returns the segments of the path.Provides methods that support the creation of aResponse
events.DefaultMaxAgeCalculator provides an implementation that tries to guess a good max age value by looking at the path of the requested resource.Describes a calculator for the max-age property.Combines the known information about a resource.Represents a browser session.A base class for session managers.The session manager information.An MBean interface for getting information about the established sessions.An MBean interface for getting information about all session managers.A dispatcher for requests for static content, usually files.Decodes www-form-urlencoded data.