| Package | Description |
|---|---|
| org.scion.jpan.proto.daemon |
| Modifier and Type | Method and Description |
|---|---|
static Daemon.LinkType |
Daemon.LinkType.forNumber(int value) |
Daemon.LinkType |
Daemon.PathOrBuilder.getLinkType(int index)
LinkType contains the announced link type of inter-domain links.
|
Daemon.LinkType |
Daemon.Path.getLinkType(int index)
LinkType contains the announced link type of inter-domain links.
|
Daemon.LinkType |
Daemon.Path.Builder.getLinkType(int index)
LinkType contains the announced link type of inter-domain links.
|
static Daemon.LinkType |
Daemon.LinkType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Daemon.LinkType |
Daemon.LinkType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Daemon.LinkType |
Daemon.LinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Daemon.LinkType[] |
Daemon.LinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Daemon.LinkType> |
Daemon.PathOrBuilder.getLinkTypeList()
LinkType contains the announced link type of inter-domain links.
|
List<Daemon.LinkType> |
Daemon.Path.getLinkTypeList()
LinkType contains the announced link type of inter-domain links.
|
List<Daemon.LinkType> |
Daemon.Path.Builder.getLinkTypeList()
LinkType contains the announced link type of inter-domain links.
|
static com.google.protobuf.Internal.EnumLiteMap<Daemon.LinkType> |
Daemon.LinkType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Daemon.Path.Builder |
Daemon.Path.Builder.addLinkType(Daemon.LinkType value)
LinkType contains the announced link type of inter-domain links.
|
Daemon.Path.Builder |
Daemon.Path.Builder.setLinkType(int index,
Daemon.LinkType value)
LinkType contains the announced link type of inter-domain links.
|
| Modifier and Type | Method and Description |
|---|---|
Daemon.Path.Builder |
Daemon.Path.Builder.addAllLinkType(Iterable<? extends Daemon.LinkType> values)
LinkType contains the announced link type of inter-domain links.
|
Copyright © 2024. All rights reserved.