Home
last modified time | relevance | path

Searched defs:interceptors (Results 1 – 25 of 47) sorted by relevance

12

/external/guice/core/src/com/google/inject/internal/
DMethodAspect.java36 private final List<MethodInterceptor> interceptors; field in MethodAspect
48 List<MethodInterceptor> interceptors) { in MethodAspect()
57 MethodInterceptor... interceptors) { in MethodAspect()
69 List<MethodInterceptor> interceptors() { in interceptors() method in MethodAspect
DProxyFactory.java52 private final ImmutableMap<Method, List<MethodInterceptor>> interceptors; field in ProxyFactory
183 List<MethodInterceptor> interceptors; // lazy field in ProxyFactory.MethodInterceptorsPair
189 void addAll(List<MethodInterceptor> interceptors) { in addAll()
DInterceptorStackCallback.java43 final MethodInterceptor[] interceptors; field in InterceptorStackCallback
46 public InterceptorStackCallback(Method method, List<MethodInterceptor> interceptors) { in InterceptorStackCallback()
DEncounterImpl.java65 org.aopalliance.intercept.MethodInterceptor... interceptors) { in bindInterceptor()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DServerInterceptors.java44 ServerInterceptor... interceptors) { in interceptForward()
49 ServerInterceptor... interceptors) { in interceptForward()
64 List<? extends ServerInterceptor> interceptors) { in interceptForward()
72 List<? extends ServerInterceptor> interceptors) { in interceptForward()
86 ServerInterceptor... interceptors) { in intercept()
91 ServerInterceptor... interceptors) { in intercept()
106 List<? extends ServerInterceptor> interceptors) { in intercept()
120 List<? extends ServerInterceptor> interceptors) { in intercept()
202 List<? extends ServerInterceptor> interceptors) { in wrapAndAddMethod()
DClientInterceptors.java44 public static Channel interceptForward(Channel channel, ClientInterceptor... interceptors) { in interceptForward()
58 List<? extends ClientInterceptor> interceptors) { in interceptForward()
73 public static Channel intercept(Channel channel, ClientInterceptor... interceptors) { in intercept()
86 public static Channel intercept(Channel channel, List<? extends ClientInterceptor> interceptors) { in intercept()
DManagedChannelBuilder.java112 public abstract T intercept(List<ClientInterceptor> interceptors); in intercept()
122 public abstract T intercept(ClientInterceptor... interceptors); in intercept()
DForwardingChannelBuilder.java73 public T intercept(List<ClientInterceptor> interceptors) { in intercept()
79 public T intercept(ClientInterceptor... interceptors) { in intercept()
/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/
DInteropTask.java47 List<ClientInterceptor> interceptors, in InteropTask()
152 private final List<ClientInterceptor> interceptors; field in InteropTask.Tester
154 private Tester(ManagedChannel channel, List<ClientInterceptor> interceptors) { in Tester()
DTesterActivity.java132 List<ClientInterceptor> interceptors = new ArrayList<>(); in startTest() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DInterceptorTest.java250 private void rewriteRequestToServer(List<Interceptor> interceptors) throws Exception { in rewriteRequestToServer()
286 private void rewriteResponseFromServer(List<Interceptor> interceptors) throws Exception { in rewriteResponseFromServer()
319 private void multipleInterceptors(List<Interceptor> interceptors) throws Exception { in multipleInterceptors()
366 private void asyncInterceptors(List<Interceptor> interceptors) throws Exception { in asyncInterceptors()
482 List<Interceptor> interceptors) throws Exception { in interceptorThrowsRuntimeExceptionSynchronous()
540 List<Interceptor> interceptors) throws Exception { in interceptorThrowsRuntimeExceptionAsynchronous()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInterceptors.java11 private final Map<MethodRef, Interceptor> interceptors = new HashMap<>(); field in Interceptors
13 public Interceptors(Interceptor... interceptors) { in Interceptors()
DShadowWrangler.java72 private final Interceptors interceptors; field in ShadowWrangler
98 public ShadowWrangler(ShadowMap shadowMap, int apiLevel, Interceptors interceptors) { in ShadowWrangler()
DSandbox.java46 public void configure(ClassHandler classHandler, Interceptors interceptors) { in configure()
/external/guice/core/src/com/google/inject/spi/
DInterceptorBinding.java48 private final ImmutableList<MethodInterceptor> interceptors; field in InterceptorBinding
54 MethodInterceptor[] interceptors) { in InterceptorBinding()
DTypeEncounter.java118 org.aopalliance.intercept.MethodInterceptor... interceptors); in bindInterceptor()
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dinterceptor_registry.rb33 def initialize(interceptors = []) argument
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
DServerServiceDefinitionExtensions.cs66 … Intercept(this ServerServiceDefinition serverServiceDefinition, params Interceptor[] interceptors) in Intercept()
DChannelExtensions.cs62 public static CallInvoker Intercept(this Channel channel, params Interceptor[] interceptors) in Intercept()
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DAndroidConfigurer.java44 …ic static void configure(InstrumentationConfiguration.Builder builder, Interceptors interceptors) { in configure()
/external/robolectric-shadows/junit/src/main/java/org/robolectric/internal/
DSandboxTestRunner.java51 private final Interceptors interceptors; field in SandboxTestRunner
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
DMockMethodAdvice.java23 private final Map<Object, InvocationHandlerAdapter> interceptors; field in MockMethodAdvice
31 MockMethodAdvice(Map<Object, InvocationHandlerAdapter> interceptors) { in MockMethodAdvice()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAbstractManagedChannelImplBuilder.java100 private final List<ClientInterceptor> interceptors = new ArrayList<>(); field in AbstractManagedChannelImplBuilder
215 public final T intercept(List<ClientInterceptor> interceptors) { in intercept()
221 public final T intercept(ClientInterceptor... interceptors) { in intercept()
/external/grpc-grpc/src/php/lib/Grpc/
DInterceptor.php80 public static function intercept($channel, $interceptors)
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DAbstractStub.java184 public final S withInterceptors(ClientInterceptor... interceptors) { in withInterceptors()

12