org.apache.http.nio.protocol
Interface NHttpResponseTrigger


public interface NHttpResponseTrigger


Method Summary
 void handleException(HttpException ex)
          Submits a protocol exception that was generated while processing a request.
 void handleException(java.io.IOException ex)
          Submits an IOException that was generated while processing a request.
 void submitResponse(HttpResponse response)
          Submits a response for sending.
 

Method Detail

submitResponse

void submitResponse(HttpResponse response)
Submits a response for sending.


handleException

void handleException(HttpException ex)
Submits a protocol exception that was generated while processing a request.


handleException

void handleException(java.io.IOException ex)
Submits an IOException that was generated while processing a request.



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.