HomeSort by relevance Sort by last modified time
    Searched defs:ServerInterceptors (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc-java/core/src/main/java/io/grpc/
ServerInterceptors.java 30 public final class ServerInterceptors {
32 private ServerInterceptors() {}
  /external/grpc-grpc-java/core/src/test/java/io/grpc/
ServerInterceptorsTest.java 49 /** Unit tests for {@link ServerInterceptors}. */
102 ServerInterceptors.intercept(serviceDef, Arrays.<ServerInterceptor>asList());
107 ServerInterceptors.intercept(serviceDefinition, (List<ServerInterceptor>) null);
112 ServerInterceptors.intercept(serviceDefinition, Arrays.asList((ServerInterceptor) null));
118 ServerInterceptors.intercept(serviceDefinition, Arrays.<ServerInterceptor>asList()));
126 = ServerInterceptors.intercept(serviceDefinition, Arrays.asList(interceptor));
151 ServerServiceDefinition intercepted = ServerInterceptors.intercept(
177 ServerServiceDefinition intercepted = ServerInterceptors.intercept(serviceDefinition,
220 ServerServiceDefinition intercepted = ServerInterceptors.intercept(
262 ServerServiceDefinition intercepted = ServerInterceptors.interceptForward
    [all...]
  /external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
NettyFlowControlTest.java 26 import io.grpc.ServerInterceptors;
181 builder.addService(ServerInterceptors.intercept(
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 93 milliseconds