Uses of Package
org.jgrapes.http.events
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
Provides the events handled by the server components.
Provides a base component for generating template based responses
to HTTP requests.
-
ClassDescriptionCauses a session manager to discard the given session.Indicates that a component has accepted a
Request.In.Get
with a header that requested an upgrade to another protocol.The base class for all incoming HTTP requests.The associated completion event.Represents a HTTP GET request.Represents a HTTP OPTIONS request.The base class for all outgoing HTTP requests.Represents the response (header). -
ClassDescriptionIndicates that a host name could not be resolved.Base class for events that signal the reception of a message.The base class for all HTTP requests such as
Request.In.Get
,Request.In.Post
etc.The base class for all incoming HTTP requests.The base class for all outgoing HTTP requests. -