public abstract class TapSinkService extends Object implements com.google.protobuf.Service
[#not-implemented-hide:] A tap service to receive incoming taps. Envoy will call StreamTaps to deliver captured taps to the serverProtobuf service
envoy.service.tap.v3.TapSinkService| Modifier and Type | Class and Description |
|---|---|
static interface |
TapSinkService.BlockingInterface |
static interface |
TapSinkService.Interface |
static class |
TapSinkService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
TapSinkService() |
| Modifier and Type | Method and Description |
|---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
static TapSinkService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(TapSinkService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(TapSinkService.Interface impl) |
static TapSinkService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract void |
streamTaps(com.google.protobuf.RpcController controller,
StreamTapsRequest request,
com.google.protobuf.RpcCallback<StreamTapsResponse> done)
Envoy will connect and send StreamTapsRequest messages forever.
|
public static com.google.protobuf.Service newReflectiveService(TapSinkService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(TapSinkService.BlockingInterface impl)
public abstract void streamTaps(com.google.protobuf.RpcController controller,
StreamTapsRequest request,
com.google.protobuf.RpcCallback<StreamTapsResponse> done)
Envoy will connect and send StreamTapsRequest messages forever. It does not expect any response to be sent as nothing would be done in the case of failure. The server should disconnect if it expects Envoy to reconnect.
rpc StreamTaps(stream .envoy.service.tap.v3.StreamTapsRequest) returns (.envoy.service.tap.v3.StreamTapsResponse);public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Servicepublic final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod in interface com.google.protobuf.Servicepublic final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype in interface com.google.protobuf.Servicepublic final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype in interface com.google.protobuf.Servicepublic static TapSinkService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static TapSinkService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2018–2021 The Envoy Project. All rights reserved.