|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@SPI public interface Filter
Filter. (SPI, Singleton, ThreadSafe)
| Method Summary | |
|---|---|
Result |
invoke(Invoker<?> invoker,
Invocation invocation)
do invoke filter. |
| Method Detail |
|---|
Result invoke(Invoker<?> invoker,
Invocation invocation)
throws RpcException
// before filter
Result result = invoker.invoke(invocation);
// after filter
return result;
invoker - serviceinvocation - invocation.
RpcExceptionInvoker.invoke(Invocation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||