| Package | Description |
|---|---|
| org.opencord.cordvtn.api.core |
CORD VTN core API definitions.
|
| org.opencord.cordvtn.api.net |
CORD VTN network API definitions.
|
| org.opencord.cordvtn.impl |
Implementation for CORD VTN application.
|
| org.opencord.cordvtn.impl.handler |
Implementation of instance handlers for various network services.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNetwork.NetworkType |
Instance.netType()
Returns network type of a given host.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNetwork.NetworkType |
ServiceNetwork.type()
Returns the type of the service network.
|
static ServiceNetwork.NetworkType |
ServiceNetwork.NetworkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceNetwork.NetworkType[] |
ServiceNetwork.NetworkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNetwork.Builder |
ServiceNetwork.Builder.type(ServiceNetwork.NetworkType type)
Returns service network builder with the supplied type.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNetwork.NetworkType |
DefaultServiceNetwork.type() |
| Modifier and Type | Method and Description |
|---|---|
DefaultServiceNetwork.Builder |
DefaultServiceNetwork.Builder.type(ServiceNetwork.NetworkType type) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ServiceNetwork.NetworkType> |
AbstractInstanceHandler.netTypes |
Copyright © 2018. All rights reserved.