|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.schedassist.impl.caldav.NoopHttpMethodInterceptorImpl
public class NoopHttpMethodInterceptorImpl
Does nothing to the AbstractHttpMessage.
| Constructor Summary | |
|---|---|
NoopHttpMethodInterceptorImpl()
|
|
| Method Summary | |
|---|---|
org.apache.http.HttpRequest |
doWithMethod(org.apache.http.HttpRequest method,
ICalendarAccount onBehalfOf)
Implementations will receive the HttpRequest just before the
HttpClient#executeMethod(HttpRequest) is called on it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoopHttpMethodInterceptorImpl()
| Method Detail |
|---|
public org.apache.http.HttpRequest doWithMethod(org.apache.http.HttpRequest method,
ICalendarAccount onBehalfOf)
HttpMethodInterceptorHttpRequest just before the
HttpClient#executeMethod(HttpRequest) is called on it.
Implementations are allowed to mutate the method as needed, but MUST never return null.
doWithMethod in interface HttpMethodInterceptoronBehalfOf - the ICalendarAccount that matches the account the request will be on behalf of
HttpRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||