public class AsyncEchoHandler extends Object implements AsyncServerExchangeHandler
Constructor and Description |
---|
AsyncEchoHandler() |
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 void releaseResources()
releaseResources
in interface ResourceHolder
public void handleRequest(HttpRequest request, EntityDetails entityDetails, ResponseChannel responseChannel, HttpContext context) throws HttpException, IOException
handleRequest
in interface AsyncServerExchangeHandler
HttpException
IOException
public void updateCapacity(CapacityChannel capacityChannel) throws IOException
updateCapacity
in interface AsyncDataConsumer
IOException
public void consume(ByteBuffer src) throws IOException
consume
in interface AsyncDataConsumer
IOException
public 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
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.