| Package | Description |
|---|---|
| net.i2p.router.transport | Transport layer implementations and management for I2P network communication. |
| Modifier and Type | Field and Description |
|---|---|
static TransportUtil.IPv6Config | TransportUtil.DEFAULT_IPV6_CONFIGDEFAULT_IPV6_CONFIG. |
| Modifier and Type | Method and Description |
|---|---|
TransportUtil.IPv6Config | TransportImpl.getIPv6Config()The IPv6 configuration for this transport. |
TransportUtil.IPv6Config | Transport.getIPv6Config()The current IPv6 configuration. |
static TransportUtil.IPv6Config | TransportUtil.getIPv6Config(RouterContext ctx,
String transportStyle)The IPv6 config for the given transport style. |
static TransportUtil.IPv6Config | TransportUtil.getIPv6Config(String cfg)The IPv6 config for the given config string. |
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. |