public class ServiceUnavailableAsyncDecorator extends Object implements AsyncServerExchangeHandler
Constructor and Description |
---|
ServiceUnavailableAsyncDecorator(AsyncServerExchangeHandler exchangeHandler,
Resolver<HttpRequest,TimeValue> serviceAvailabilityResolver) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
consume(ByteBuffer src) |
void |
failed(Exception cause) |
void |
handleRequest(HttpRequest request,
EntityDetails entityDetails,
ResponseChannel responseChannel,
HttpContext context) |
void |
produce(DataStreamChannel channel) |
void |
releaseResources() |
void |
streamEnd(List<? extends Header> trailers) |
void |
updateCapacity(CapacityChannel capacityChannel) |
public ServiceUnavailableAsyncDecorator(AsyncServerExchangeHandler exchangeHandler, Resolver<HttpRequest,TimeValue> serviceAvailabilityResolver)
public void handleRequest(HttpRequest request, EntityDetails entityDetails, ResponseChannel responseChannel, HttpContext context) throws HttpException, IOException
handleRequest
in interface AsyncServerExchangeHandler
HttpException
IOException
public final void updateCapacity(CapacityChannel capacityChannel) throws IOException
updateCapacity
in interface AsyncDataConsumer
IOException
public final void consume(ByteBuffer src) throws IOException
consume
in interface AsyncDataConsumer
IOException
public final void streamEnd(List<? extends Header> trailers) throws HttpException, IOException
streamEnd
in interface AsyncDataConsumer
HttpException
IOException
public int available()
available
in interface AsyncDataProducer
public void produce(DataStreamChannel channel) throws IOException
produce
in interface AsyncDataProducer
IOException
public void failed(Exception cause)
failed
in interface AsyncDataExchangeHandler
public void releaseResources()
releaseResources
in interface ResourceHolder
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.