Package | Description |
---|---|
net.i2p.router.transport |
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
|
Modifier and Type | Field and Description |
---|---|
static TransportUtil.IPv6Config |
TransportUtil.DEFAULT_IPV6_CONFIG |
Modifier and Type | Method and Description |
---|---|
protected TransportUtil.IPv6Config |
TransportImpl.getIPv6Config() |
static TransportUtil.IPv6Config |
TransportUtil.getIPv6Config(RouterContext ctx,
String transportStyle) |
static TransportUtil.IPv6Config |
TransportUtil.getIPv6Config(String cfg) |
static TransportUtil.IPv6Config |
TransportUtil.IPv6Config.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportUtil.IPv6Config[] |
TransportUtil.IPv6Config.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|