Class NetworkExternalProcessorGrpc.NetworkExternalProcessorImplBase
java.lang.Object
io.envoyproxy.envoy.service.network_ext_proc.v3.NetworkExternalProcessorGrpc.NetworkExternalProcessorImplBase
- All Implemented Interfaces:
NetworkExternalProcessorGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- NetworkExternalProcessorGrpc
public abstract static class NetworkExternalProcessorGrpc.NetworkExternalProcessorImplBase
extends Object
implements io.grpc.BindableService, NetworkExternalProcessorGrpc.AsyncService
Base class for the server implementation of the service NetworkExternalProcessor.
NetworkExternalProcessor service defines the contract between Envoy and external processing servers for L4 network traffic.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.envoyproxy.envoy.service.network_ext_proc.v3.NetworkExternalProcessorGrpc.AsyncService
process
-
Constructor Details
-
NetworkExternalProcessorImplBase
public NetworkExternalProcessorImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-