@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/4017")
public class BinaryLogProviderImpl
extends io.grpc.internal.BinaryLogProvider
BinaryLogProvider.| Constructor and Description |
|---|
BinaryLogProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ClientInterceptor |
getClientInterceptor(String fullMethodName) |
io.grpc.ServerInterceptor |
getServerInterceptor(String fullMethodName) |
protected boolean |
isAvailable() |
protected int |
priority() |
@Nullable public io.grpc.ServerInterceptor getServerInterceptor(String fullMethodName)
getServerInterceptor in class io.grpc.internal.BinaryLogProvider@Nullable public io.grpc.ClientInterceptor getClientInterceptor(String fullMethodName)
getClientInterceptor in class io.grpc.internal.BinaryLogProviderprotected int priority()
priority in class io.grpc.internal.BinaryLogProviderprotected boolean isAvailable()
isAvailable in class io.grpc.internal.BinaryLogProvider