org.apache.http.nio.protocol
Interface HttpAsyncResponseTrigger

All Known Subinterfaces:
HttpAsyncContinueTrigger

public interface HttpAsyncResponseTrigger

Since:
4.2

Method Summary
 boolean isTriggered()
           
 void submitResponse(HttpAsyncResponseProducer responseProducer)
           
 

Method Detail

submitResponse

void submitResponse(HttpAsyncResponseProducer responseProducer)

isTriggered

boolean isTriggered()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.