Package p4.v1
Class P4RuntimeGrpc.P4RuntimeImplBase
java.lang.Object
p4.v1.P4RuntimeGrpc.P4RuntimeImplBase
- All Implemented Interfaces:
io.grpc.BindableService,P4RuntimeGrpc.AsyncService
- Enclosing class:
P4RuntimeGrpc
public abstract static class P4RuntimeGrpc.P4RuntimeImplBase
extends Object
implements io.grpc.BindableService, P4RuntimeGrpc.AsyncService
Base class for the server implementation of the service P4Runtime.
-
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 p4.v1.P4RuntimeGrpc.AsyncService
capabilities, getForwardingPipelineConfig, read, setForwardingPipelineConfig, streamChannel, write
-
Constructor Details
-
P4RuntimeImplBase
public P4RuntimeImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-