public static interface DaemonServiceGrpc.AsyncService
| Modifier and Type | Method and Description |
|---|---|
default void |
aS(Daemon.ASRequest request,
io.grpc.stub.StreamObserver<Daemon.ASResponse> responseObserver)
Return information about an AS.
|
default void |
dRKeyASHost(Daemon.DRKeyASHostRequest request,
io.grpc.stub.StreamObserver<Daemon.DRKeyASHostResponse> responseObserver)
DRKeyASHost returns a key that matches the request.
|
default void |
dRKeyHostAS(Daemon.DRKeyHostASRequest request,
io.grpc.stub.StreamObserver<Daemon.DRKeyHostASResponse> responseObserver)
DRKeyHostAS returns a key that matches the request.
|
default void |
dRKeyHostHost(Daemon.DRKeyHostHostRequest request,
io.grpc.stub.StreamObserver<Daemon.DRKeyHostHostResponse> responseObserver)
DRKeyHostHost returns a key that matches the request.
|
default void |
interfaces(Daemon.InterfacesRequest request,
io.grpc.stub.StreamObserver<Daemon.InterfacesResponse> responseObserver)
Return the underlay addresses associated with
the specified interfaces.
|
default void |
notifyInterfaceDown(Daemon.NotifyInterfaceDownRequest request,
io.grpc.stub.StreamObserver<Daemon.NotifyInterfaceDownResponse> responseObserver)
Inform the SCION Daemon of a revocation.
|
default void |
paths(Daemon.PathsRequest request,
io.grpc.stub.StreamObserver<Daemon.PathsResponse> responseObserver)
Return a set of paths to the requested destination.
|
default void |
portRange(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<Daemon.PortRangeResponse> responseObserver)
Returns the endhost portRange defined in the local AS.
|
default void |
services(Daemon.ServicesRequest request,
io.grpc.stub.StreamObserver<Daemon.ServicesResponse> responseObserver)
Return the underlay addresses associated with the
specified services.
|
default void paths(Daemon.PathsRequest request, io.grpc.stub.StreamObserver<Daemon.PathsResponse> responseObserver)
Return a set of paths to the requested destination.
default void aS(Daemon.ASRequest request, io.grpc.stub.StreamObserver<Daemon.ASResponse> responseObserver)
Return information about an AS.
default void interfaces(Daemon.InterfacesRequest request, io.grpc.stub.StreamObserver<Daemon.InterfacesResponse> responseObserver)
Return the underlay addresses associated with the specified interfaces.
default void services(Daemon.ServicesRequest request, io.grpc.stub.StreamObserver<Daemon.ServicesResponse> responseObserver)
Return the underlay addresses associated with the specified services.
default void notifyInterfaceDown(Daemon.NotifyInterfaceDownRequest request, io.grpc.stub.StreamObserver<Daemon.NotifyInterfaceDownResponse> responseObserver)
Inform the SCION Daemon of a revocation.
default void portRange(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<Daemon.PortRangeResponse> responseObserver)
Returns the endhost portRange defined in the local AS.
default void dRKeyASHost(Daemon.DRKeyASHostRequest request, io.grpc.stub.StreamObserver<Daemon.DRKeyASHostResponse> responseObserver)
DRKeyASHost returns a key that matches the request.
default void dRKeyHostAS(Daemon.DRKeyHostASRequest request, io.grpc.stub.StreamObserver<Daemon.DRKeyHostASResponse> responseObserver)
DRKeyHostAS returns a key that matches the request.
default 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.