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