public class HttpEvents extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpEvents.ChangePacketInProgressEvent |
static class |
HttpEvents.IncomingHttpUpgradeEvent |
static class |
HttpEvents.OutgoingHttpUpgradeEvent |
static class |
HttpEvents.ResponseCompleteEvent |
Constructor and Description |
---|
HttpEvents() |
Modifier and Type | Method and Description |
---|---|
static HttpEvents.ChangePacketInProgressEvent |
createChangePacketInProgressEvent(HttpHeader packet) |
static HttpEvents.IncomingHttpUpgradeEvent |
createIncomingUpgradeEvent(HttpHeader httpHeader) |
static HttpEvents.OutgoingHttpUpgradeEvent |
createOutgoingUpgradeEvent(HttpHeader httpHeader) |
public static HttpEvents.IncomingHttpUpgradeEvent createIncomingUpgradeEvent(HttpHeader httpHeader)
public static HttpEvents.OutgoingHttpUpgradeEvent createOutgoingUpgradeEvent(HttpHeader httpHeader)
public static HttpEvents.ChangePacketInProgressEvent createChangePacketInProgressEvent(HttpHeader packet)
Copyright © 2021 Oracle Corporation. All rights reserved.