public static final class DaemonServiceGrpc.DaemonServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<DaemonServiceGrpc.DaemonServiceBlockingStub>
| Modifier and Type | Method and Description |
|---|---|
Daemon.ASResponse |
aS(Daemon.ASRequest request)
Return information about an AS.
|
protected DaemonServiceGrpc.DaemonServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Daemon.DRKeyASHostResponse |
dRKeyASHost(Daemon.DRKeyASHostRequest request)
DRKeyASHost returns a key that matches the request.
|
Daemon.DRKeyHostASResponse |
dRKeyHostAS(Daemon.DRKeyHostASRequest request)
DRKeyHostAS returns a key that matches the request.
|
Daemon.DRKeyHostHostResponse |
dRKeyHostHost(Daemon.DRKeyHostHostRequest request)
DRKeyHostHost returns a key that matches the request.
|
Daemon.InterfacesResponse |
interfaces(Daemon.InterfacesRequest request)
Return the underlay addresses associated with
the specified interfaces.
|
Daemon.NotifyInterfaceDownResponse |
notifyInterfaceDown(Daemon.NotifyInterfaceDownRequest request)
Inform the SCION Daemon of a revocation.
|
Daemon.PathsResponse |
paths(Daemon.PathsRequest request)
Return a set of paths to the requested destination.
|
Daemon.PortRangeResponse |
portRange(com.google.protobuf.Empty request)
Returns the endhost portRange defined in the local AS.
|
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.DaemonServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<DaemonServiceGrpc.DaemonServiceBlockingStub>public Daemon.PathsResponse paths(Daemon.PathsRequest request)
Return a set of paths to the requested destination.
public Daemon.ASResponse aS(Daemon.ASRequest request)
Return information about an AS.
public Daemon.InterfacesResponse interfaces(Daemon.InterfacesRequest request)
Return the underlay addresses associated with the specified interfaces.
public Daemon.ServicesResponse services(Daemon.ServicesRequest request)
Return the underlay addresses associated with the specified services.
public Daemon.NotifyInterfaceDownResponse notifyInterfaceDown(Daemon.NotifyInterfaceDownRequest request)
Inform the SCION Daemon of a revocation.
public Daemon.PortRangeResponse portRange(com.google.protobuf.Empty request)
Returns the endhost portRange defined in the local AS.
public Daemon.DRKeyASHostResponse dRKeyASHost(Daemon.DRKeyASHostRequest request)
DRKeyASHost returns a key that matches the request.
public Daemon.DRKeyHostASResponse dRKeyHostAS(Daemon.DRKeyHostASRequest request)
DRKeyHostAS returns a key that matches the request.
public Daemon.DRKeyHostHostResponse dRKeyHostHost(Daemon.DRKeyHostHostRequest request)
DRKeyHostHost returns a key that matches the request.
Copyright © 2024. All rights reserved.