Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A 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()
242 List<? extends ServerInterceptor> interceptors) { in wrapAndAddMethod()
H A 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()
H A DManagedChannelBuilder.java136 public abstract T intercept(List<ClientInterceptor> interceptors); in intercept()
148 public abstract T intercept(ClientInterceptor... interceptors); in intercept()
H A DForwardingChannelBuilder.java84 public T intercept(List<ClientInterceptor> interceptors) { in intercept()
90 public T intercept(ClientInterceptor... interceptors) { in intercept()
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A 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()
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A 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
H A 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()
H A DInterceptorStackCallback.java43 final MethodInterceptor[] interceptors; field in InterceptorStackCallback
46 public InterceptorStackCallback(Method method, List<MethodInterceptor> interceptors) { in InterceptorStackCallback()
/aosp_15_r20/external/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/
H A Dgreeter.grpc.swift31 var interceptors: models_GreeterClientInterceptorFactoryProtocol? { get } variable
89 public var interceptors: models_GreeterClientInterceptorFactoryProtocol? in makeSayHelloInterceptors() variable
103 var interceptors: models_GreeterServerInterceptorFactoryProtocol? { get } variable
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A Dmonster_test.grpc.swift31 var interceptors: MyGame_Example_MonsterStorageClientInterceptorFactoryProtocol? { get } variable
126 public var interceptors: MyGame_Example_MonsterStorageClientInterceptorFactoryProtocol? in makeStoreInterceptors() variable
140 var interceptors: MyGame_Example_MonsterStorageServerInterceptorFactoryProtocol? { get } variable
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
H A DExceptionHandler.java44 private final ImmutableList<Interceptor> interceptors; field in ExceptionHandler
82 private final ImmutableList.Builder<Interceptor> interceptors = ImmutableList.builder(); field in ExceptionHandler.Builder
96 public Builder addInterceptors(Interceptor... interceptors) { in addInterceptors()
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
H A DInterceptors.java11 private final Map<MethodRef, Interceptor> interceptors = new HashMap<>(); field in Interceptors
13 public Interceptors(Interceptor... interceptors) { in Interceptors()
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/
H A DInterceptorBinding.java48 private final ImmutableList<MethodInterceptor> interceptors; field in InterceptorBinding
54 MethodInterceptor[] interceptors) { in InterceptorBinding()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/http/timers/
H A DAsyncHttpClientApiCallTimeoutTests.java92 ExecutionInterceptorChain interceptors = in errorResponse_SlowAfterErrorRequestHandler_ThrowsApiCallTimeoutException() local
170 ExecutionInterceptorChain interceptors = in withInterceptors() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DXdsServerWrapper.java493 ImmutableMap<Route, ServerInterceptor> interceptors = generatePerRouteInterceptors( in generateRoutingConfig() local
501 ImmutableMap<Route, ServerInterceptor> interceptors = generatePerRouteInterceptors( in generateRoutingConfig() local
549 private ServerInterceptor combineInterceptors(final List<ServerInterceptor> interceptors) { in combineInterceptors()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
H A Dserver.pyx.pxi354 async def _run_interceptor(object interceptors, object query_handler,
371 tuple interceptors):
785 async def _handle_rpc(list generic_handlers, tuple interceptors,
886 def __init__(self, loop, thread_pool, generic_handlers, interceptors, argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dpromise_based_filter.h177 inline constexpr bool HasAsyncErrorInterceptor(I1 i1, I2 i2, in HasAsyncErrorInterceptor()
218 inline constexpr bool HasChannelAccess(I1 i1, I2 i2, in HasChannelAccess()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/observability/
H A D_test_server.py100 def start_server(interceptors=None) -> Tuple[grpc.Server, int]: argument
125 def intercepted_unary_unary_call(port, interceptors, metadata=None): argument
/aosp_15_r20/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
H A DMockMethodAdvice.java23 private final Map<Object, InvocationHandlerAdapter> interceptors; field in MockMethodAdvice
31 MockMethodAdvice(Map<Object, InvocationHandlerAdapter> interceptors) { in MockMethodAdvice()
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DManagedChannelImplBuilder.java111 private final List<ClientInterceptor> interceptors = new ArrayList<>(); field in ManagedChannelImplBuilder
341 public ManagedChannelImplBuilder intercept(List<ClientInterceptor> interceptors) { in intercept()
347 public ManagedChannelImplBuilder intercept(ClientInterceptor... interceptors) { in intercept()
H A DAbstractManagedChannelImplBuilder.java99 public T intercept(List<ClientInterceptor> interceptors) { in intercept()
105 public T intercept(ClientInterceptor... interceptors) { in intercept()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/
H A DExecutionInterceptorChain.java48 private final List<ExecutionInterceptor> interceptors; field in ExecutionInterceptorChain
53 public ExecutionInterceptorChain(List<ExecutionInterceptor> interceptors) { in ExecutionInterceptorChain()
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/
H A DServerInterceptorsTest.java114 List<ServerInterceptor> interceptors = Arrays.asList(); in npeForNullServiceDefinition() local
127 List<ServerInterceptor> interceptors = Arrays.asList((ServerInterceptor) null); in npeForNullInterceptor() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/supervision/
H A DSupervisionServiceTest.kt231 val interceptors = mutableListOf<Pair<BroadcastReceiver, IntentFilter>>() constant
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpClient.java125 private final List<Interceptor> interceptors = new ArrayList<>(); field in OkHttpClient
546 public List<Interceptor> interceptors() { in interceptors() method in OkHttpClient

12345678