Home
last modified time | relevance | path

Searched refs:getServerInterceptor (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DBinaryLogProviderImplTest.java36 assertNull(binlog.getServerInterceptor("package.service/method")); in configStrNullTest()
44 assertNull(binlog.getServerInterceptor("package.service/method")); in configStrEmptyTest()
DBinaryLogProviderTest.java87 public ServerInterceptor getServerInterceptor(String fullMethodName) {
DBinlogHelperTest.java1102 .getServerInterceptor(CALL_ID) in serverInterceptor()
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DBinaryLogProviderImpl.java63 public ServerInterceptor getServerInterceptor(String fullMethodName) { in getServerInterceptor() method in BinaryLogProviderImpl
68 return helperForMethod.getServerInterceptor(getServerCallId()); in getServerInterceptor()
DBinaryLogProvider.java71 getServerInterceptor(oMethodDef.getMethodDescriptor().getFullMethodName()); in wrapMethodDefinition()
93 protected abstract ServerInterceptor getServerInterceptor(String fullMethodName); in getServerInterceptor() method in BinaryLogProvider
DBinlogHelper.java406 public ServerInterceptor getServerInterceptor(final CallId callId) {