@Generated(value="by gRPC proto compiler (version 1.59.0)", comments="Source: scion/protobuf/daemon/v1/daemon.proto") public final class DaemonServiceGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DaemonServiceGrpc.AsyncService |
static class |
DaemonServiceGrpc.DaemonServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service DaemonService.
|
static class |
DaemonServiceGrpc.DaemonServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service DaemonService.
|
static class |
DaemonServiceGrpc.DaemonServiceImplBase
Base class for the server implementation of the service DaemonService.
|
static class |
DaemonServiceGrpc.DaemonServiceStub
A stub to allow clients to do asynchronous rpc calls to service DaemonService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(DaemonServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<Daemon.ASRequest,Daemon.ASResponse> |
getASMethod() |
static io.grpc.MethodDescriptor<Daemon.DRKeyASHostRequest,Daemon.DRKeyASHostResponse> |
getDRKeyASHostMethod() |
static io.grpc.MethodDescriptor<Daemon.DRKeyHostASRequest,Daemon.DRKeyHostASResponse> |
getDRKeyHostASMethod() |
static io.grpc.MethodDescriptor<Daemon.DRKeyHostHostRequest,Daemon.DRKeyHostHostResponse> |
getDRKeyHostHostMethod() |
static io.grpc.MethodDescriptor<Daemon.InterfacesRequest,Daemon.InterfacesResponse> |
getInterfacesMethod() |
static io.grpc.MethodDescriptor<Daemon.NotifyInterfaceDownRequest,Daemon.NotifyInterfaceDownResponse> |
getNotifyInterfaceDownMethod() |
static io.grpc.MethodDescriptor<Daemon.PathsRequest,Daemon.PathsResponse> |
getPathsMethod() |
static io.grpc.MethodDescriptor<com.google.protobuf.Empty,Daemon.PortRangeResponse> |
getPortRangeMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<Daemon.ServicesRequest,Daemon.ServicesResponse> |
getServicesMethod() |
static DaemonServiceGrpc.DaemonServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static DaemonServiceGrpc.DaemonServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static DaemonServiceGrpc.DaemonServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<Daemon.PathsRequest,Daemon.PathsResponse> getPathsMethod()
public static io.grpc.MethodDescriptor<Daemon.ASRequest,Daemon.ASResponse> getASMethod()
public static io.grpc.MethodDescriptor<Daemon.InterfacesRequest,Daemon.InterfacesResponse> getInterfacesMethod()
public static io.grpc.MethodDescriptor<Daemon.ServicesRequest,Daemon.ServicesResponse> getServicesMethod()
public static io.grpc.MethodDescriptor<Daemon.NotifyInterfaceDownRequest,Daemon.NotifyInterfaceDownResponse> getNotifyInterfaceDownMethod()
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,Daemon.PortRangeResponse> getPortRangeMethod()
public static io.grpc.MethodDescriptor<Daemon.DRKeyASHostRequest,Daemon.DRKeyASHostResponse> getDRKeyASHostMethod()
public static io.grpc.MethodDescriptor<Daemon.DRKeyHostASRequest,Daemon.DRKeyHostASResponse> getDRKeyHostASMethod()
public static io.grpc.MethodDescriptor<Daemon.DRKeyHostHostRequest,Daemon.DRKeyHostHostResponse> getDRKeyHostHostMethod()
public static DaemonServiceGrpc.DaemonServiceStub newStub(io.grpc.Channel channel)
public static DaemonServiceGrpc.DaemonServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static DaemonServiceGrpc.DaemonServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(DaemonServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024. All rights reserved.