Home
last modified time | relevance | path

Searched refs:InternalNotifyOnServerBuild (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAbstractServerImplBuilder.java32 import io.grpc.InternalNotifyOnServerBuild;
89 private final List<InternalNotifyOnServerBuild> notifyOnBuildList =
143 if (bindableService instanceof InternalNotifyOnServerBuild) { in addService()
144 notifyOnBuildList.add((InternalNotifyOnServerBuild) bindableService); in addService()
255 for (InternalNotifyOnServerBuild notifyTarget : notifyOnBuildList) { in build()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalNotifyOnServerBuild.java25 public interface InternalNotifyOnServerBuild { interface
/external/grpc-grpc-java/services/src/main/java/io/grpc/protobuf/services/
DProtoReflectionService.java29 import io.grpc.InternalNotifyOnServerBuild;
65 implements InternalNotifyOnServerBuild {