Package org.glassfish.grizzly.http
Class HttpEvents
- java.lang.Object
-
- org.glassfish.grizzly.http.HttpEvents
-
public class HttpEvents extends Object
The class contains a set of standard HTTP events sent on FilterChain during HTTP packets processing.- Author:
- Alexey Stashok
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpEvents.ChangePacketInProgressEventstatic classHttpEvents.IncomingHttpUpgradeEventstatic classHttpEvents.OutgoingHttpUpgradeEventstatic classHttpEvents.ResponseCompleteEvent
-
Constructor Summary
Constructors Constructor Description HttpEvents()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HttpEvents.ChangePacketInProgressEventcreateChangePacketInProgressEvent(HttpHeader packet)static HttpEvents.IncomingHttpUpgradeEventcreateIncomingUpgradeEvent(HttpHeader httpHeader)static HttpEvents.OutgoingHttpUpgradeEventcreateOutgoingUpgradeEvent(HttpHeader httpHeader)
-
-
-
Method Detail
-
createIncomingUpgradeEvent
public static HttpEvents.IncomingHttpUpgradeEvent createIncomingUpgradeEvent(HttpHeader httpHeader)
-
createOutgoingUpgradeEvent
public static HttpEvents.OutgoingHttpUpgradeEvent createOutgoingUpgradeEvent(HttpHeader httpHeader)
-
createChangePacketInProgressEvent
public static HttpEvents.ChangePacketInProgressEvent createChangePacketInProgressEvent(HttpHeader packet)
-
-