Java HTTP Proxy Library Project Page
SourceForge.net Logo

com.wpg.proxy
Interface HttpMessageProcessor


public interface HttpMessageProcessor

Process requests before they are sent or responses once they are received


Method Summary
 boolean doContinue(HttpMessage input)
          Continue to run next processors?
 boolean doSend(HttpMessage input)
          Send this message?
 HttpMessage process(HttpMessage input)
          Process this given message, returns the message after modification
 

Method Detail

doContinue

boolean doContinue(HttpMessage input)
Continue to run next processors?


doSend

boolean doSend(HttpMessage input)
Send this message?


process

HttpMessage process(HttpMessage input)
Process this given message, returns the message after modification


Java HTTP Proxy Library Project Page
SourceForge.net Logo