public final class AsyncServerFilterChainElement extends Object
Constructor and Description |
---|
AsyncServerFilterChainElement(AsyncFilterHandler handler,
AsyncServerFilterChainElement next) |
Modifier and Type | Method and Description |
---|---|
AsyncDataConsumer |
handle(HttpRequest request,
EntityDetails entityDetails,
HttpContext context,
AsyncFilterChain.ResponseTrigger responseTrigger) |
String |
toString() |
public AsyncServerFilterChainElement(AsyncFilterHandler handler, AsyncServerFilterChainElement next)
public AsyncDataConsumer handle(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger) throws HttpException, IOException
HttpException
IOException
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.