public class AbstractMiddleGrpcChannel
extends io.grpc.Channel
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,io.grpc.ServerServiceDefinition> |
serverServiceDefinitions
Key : Service Name
|
protected java.util.Map<java.lang.String,io.grpc.ServerServiceDefinition> |
serverServiceDefinitionsByMethodName
Key : Method Name
|
| Constructor and Description |
|---|
AbstractMiddleGrpcChannel(java.util.concurrent.Executor executor,
IpcChannel transport) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
authority() |
void |
bindService(io.grpc.BindableService bindableService) |
void |
clientCallDone(ClientCallImpl impl) |
<RequestT,ResponseT> |
newCall(io.grpc.MethodDescriptor<RequestT,ResponseT> methodDescriptor,
io.grpc.CallOptions callOptions) |
void |
sendPayloadToRemote(com.google.protobuf.GeneratedMessageV3 messageV3) |
void |
serverCallDone(ServerCallImpl impl) |
protected final java.util.Map<java.lang.String,io.grpc.ServerServiceDefinition> serverServiceDefinitions
protected final java.util.Map<java.lang.String,io.grpc.ServerServiceDefinition> serverServiceDefinitionsByMethodName
public AbstractMiddleGrpcChannel(java.util.concurrent.Executor executor,
IpcChannel transport)
public void sendPayloadToRemote(com.google.protobuf.GeneratedMessageV3 messageV3)
throws java.io.IOException
java.io.IOExceptionpublic void bindService(io.grpc.BindableService bindableService)
public void clientCallDone(ClientCallImpl impl)
public void serverCallDone(ServerCallImpl impl)
public <RequestT,ResponseT> io.grpc.ClientCall<RequestT,ResponseT> newCall(io.grpc.MethodDescriptor<RequestT,ResponseT> methodDescriptor,
io.grpc.CallOptions callOptions)
newCall in class io.grpc.Channelpublic java.lang.String authority()
authority in class io.grpc.Channel