|
Java HTTP Proxy Library Project Page
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
boolean doContinue(HttpMessage input)
boolean doSend(HttpMessage input)
HttpMessage process(HttpMessage input)
|
Java HTTP Proxy Library Project Page
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||