Package org.jgrapes.http.events
package org.jgrapes.http.events
Provides the events handled by the server components.
-
ClassDescriptionCauses a session manager to discard the given session.Indicates that a host name could not be resolved.Signals that a HTTP connection for a
HttpRequest
has been established.Base class for events that signal the reception of a message.Indicates that a component has accepted aRequest.In.Get
with a header that requested an upgrade to another protocol.Request<R>The base class for all HTTP requests such asRequest.In.Get
,Request.In.Post
etc.The base class for all incoming HTTP requests.The associated completion event.Represents a HTTP CONNECT request.The Class Delete.Represents a HTTP GET request.Represents a HTTP HEAD request.Represents a HTTP OPTIONS request.Represents a HTTP POST request.Represents a HTTP PUT request.Represents a HTTP TRACE request.The base class for all outgoing HTTP requests.Represents a HTTP CONNECT request.Represents a HTTP DELETE request.Represents a HTTP GET request.Represents a HTTP HEAD request.Represents a HTTP OPTIONS request.Represents a HTTP POST request.Represents a HTTP PUT request.Represents a HTTP TRACE request.Represents the response (header).Fired when a protocol upgrade was successful.An event that provides the close information when a WebSockt is closed.