Whether the filter can be installed on the client side. Returns true if the filter implements Filter#buildClientInterceptor.
()
| 60 | * <p>Returns true if the filter implements {@link Filter#buildClientInterceptor}. |
| 61 | */ |
| 62 | default boolean isClientFilter() { |
| 63 | return false; |
| 64 | } |
| 65 |
no outgoing calls