Uses of Class
net.i2p.router.transport.TransportUtil.IPv6Config
-
Packages that use TransportUtil.IPv6Config 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. -
-
Uses of TransportUtil.IPv6Config in net.i2p.router.transport
Fields in net.i2p.router.transport declared as TransportUtil.IPv6Config Modifier and Type Field Description static TransportUtil.IPv6ConfigTransportUtil. DEFAULT_IPV6_CONFIGMethods in net.i2p.router.transport that return TransportUtil.IPv6Config Modifier and Type Method Description TransportUtil.IPv6ConfigTransportImpl. getIPv6Config()static TransportUtil.IPv6ConfigTransportUtil. getIPv6Config(String cfg)static TransportUtil.IPv6ConfigTransportUtil. getIPv6Config(RouterContext ctx, String transportStyle)static TransportUtil.IPv6ConfigTransportUtil.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.
-