Modifier and Type | Class and Description |
---|---|
static class |
TransportFilter.FlushEvent |
Modifier and Type | Field and Description |
---|---|
protected FilterChainEvent |
FilterChainContext.event
Context associated event, if EVENT operation
|
Modifier and Type | Method and Description |
---|---|
static FilterChainEvent |
TransportFilter.createFlushEvent() |
static FilterChainEvent |
TransportFilter.createFlushEvent(CompletionHandler completionHandler) |
Modifier and Type | Class and Description |
---|---|
static class |
HttpEvents.ChangePacketInProgressEvent |
static class |
HttpEvents.IncomingHttpUpgradeEvent |
static class |
HttpEvents.OutgoingHttpUpgradeEvent |
static class |
HttpEvents.ResponseCompleteEvent |
Modifier and Type | Field and Description |
---|---|
static FilterChainEvent |
HttpServerFilter.RESPONSE_COMPLETE_EVENT |
Modifier and Type | Method and Description |
---|---|
NextAction |
HttpClientFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
NextAction |
HttpServerFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
Modifier and Type | Method and Description |
---|---|
NextAction |
AjpHandlerFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event)
Handling Http request completion event sent by Http server filter and
send the Ajp end response message.
|
Modifier and Type | Method and Description |
---|---|
NextAction |
Http2ServerFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
NextAction |
Http2BaseFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
NextAction |
Http2ClientFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
Modifier and Type | Method and Description |
---|---|
NextAction |
TCPNIOTransportFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
NextAction |
UDPNIOTransportFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
Modifier and Type | Method and Description |
---|---|
NextAction |
PUFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
NextAction |
BackChannelFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
Modifier and Type | Method and Description |
---|---|
NextAction |
SpdyHandlerFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
Modifier and Type | Class and Description |
---|---|
static class |
SSLBaseFilter.CertificateEvent |
Modifier and Type | Method and Description |
---|---|
NextAction |
SSLBaseFilter.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
NextAction |
SSLBaseFilter.SSLTransportFilterWrapper.handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
Copyright © 2024 Oracle Corporation. All rights reserved.