public static final class DaemonServiceGrpc.DaemonServiceStub extends io.grpc.stub.AbstractAsyncStub<DaemonServiceGrpc.DaemonServiceStub>
| Modifier and Type | Method and Description |
|---|---|
void |
aS(Daemon.ASRequest request,
io.grpc.stub.StreamObserver<Daemon.ASResponse> responseObserver)
Return information about an AS.
|
protected DaemonServiceGrpc.DaemonServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
dRKeyASHost(Daemon.DRKeyASHostRequest request,
io.grpc.stub.StreamObserver<Daemon.DRKeyASHostResponse> responseObserver)
DRKeyASHost returns a key that matches the request.
|
void |
dRKeyHostAS(Daemon.DRKeyHostASRequest request,
io.grpc.stub.StreamObserver<Daemon.DRKeyHostASResponse> responseObserver)
DRKeyHostAS returns a key that matches the request.
|
void |
dRKeyHostHost(Daemon.DRKeyHostHostRequest request,
io.grpc.stub.StreamObserver<Daemon.DRKeyHostHostResponse> responseObserver)
DRKeyHostHost returns a key that matches the request.
|
void |
interfaces(Daemon.InterfacesRequest request,
io.grpc.stub.StreamObserver<Daemon.InterfacesResponse> responseObserver)
Return the underlay addresses associated with
the specified interfaces.
|
void |
notifyInterfaceDown(Daemon.NotifyInterfaceDownRequest request,
io.grpc.stub.StreamObserver<Daemon.NotifyInterfaceDownResponse> responseObserver)
Inform the SCION Daemon of a revocation.
|
void |
paths(Daemon.PathsRequest request,
io.grpc.stub.StreamObserver<Daemon.PathsResponse> responseObserver)
Return a set of paths to the requested destination.
|
void |
portRange(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<Daemon.PortRangeResponse> responseObserver)
Returns the endhost portRange defined in the local AS.
|
void |
services(Daemon.ServicesRequest request,
io.grpc.stub.StreamObserver<Daemon.ServicesResponse> responseObserver)
Return the underlay addresses associated with the
specified services.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected DaemonServiceGrpc.DaemonServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<DaemonServiceGrpc.DaemonServiceStub>public void paths(Daemon.PathsRequest request, io.grpc.stub.StreamObserver<Daemon.PathsResponse> responseObserver)
Return a set of paths to the requested destination.
public void aS(Daemon.ASRequest request, io.grpc.stub.StreamObserver<Daemon.ASResponse> responseObserver)
Return information about an AS.
public void interfaces(Daemon.InterfacesRequest request, io.grpc.stub.StreamObserver<Daemon.InterfacesResponse> responseObserver)
Return the underlay addresses associated with the specified interfaces.
public void services(Daemon.ServicesRequest request, io.grpc.stub.StreamObserver<Daemon.ServicesResponse> responseObserver)
Return the underlay addresses associated with the specified services.
public void notifyInterfaceDown(Daemon.NotifyInterfaceDownRequest request, io.grpc.stub.StreamObserver<Daemon.NotifyInterfaceDownResponse> responseObserver)
Inform the SCION Daemon of a revocation.
public void portRange(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<Daemon.PortRangeResponse> responseObserver)
Returns the endhost portRange defined in the local AS.
public void dRKeyASHost(Daemon.DRKeyASHostRequest request, io.grpc.stub.StreamObserver<Daemon.DRKeyASHostResponse> responseObserver)
DRKeyASHost returns a key that matches the request.
public void dRKeyHostAS(Daemon.DRKeyHostASRequest request, io.grpc.stub.StreamObserver<Daemon.DRKeyHostASResponse> responseObserver)
DRKeyHostAS returns a key that matches the request.
public void dRKeyHostHost(Daemon.DRKeyHostHostRequest request, io.grpc.stub.StreamObserver<Daemon.DRKeyHostHostResponse> responseObserver)
DRKeyHostHost returns a key that matches the request.
Copyright © 2024. All rights reserved.