java.lang.Object
org.glassfish.grizzly.http.HttpEvents
The class contains a set of standard HTTP events sent on FilterChain during HTTP packets processing.
- Author:
- Alexey Stashok
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateIncomingUpgradeEvent(HttpHeader httpHeader) createOutgoingUpgradeEvent(HttpHeader httpHeader)
-
Constructor Details
-
HttpEvents
public HttpEvents()
-
-
Method Details
-
createIncomingUpgradeEvent
-
createOutgoingUpgradeEvent
-
createChangePacketInProgressEvent
public static HttpEvents.ChangePacketInProgressEvent createChangePacketInProgressEvent(HttpHeader packet)
-