Package | Description |
---|---|
net.i2p.i2ptunnel.udp |
A small API used by UDP tunnels.
|
Modifier and Type | Method and Description |
---|---|
static I2PSource.Protocol |
I2PSource.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static I2PSource.Protocol[] |
I2PSource.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
I2PSource(I2PSession sess,
I2PSource.Protocol protocol)
Listen on all I2CP ports.
|
I2PSource(I2PSession sess,
I2PSource.Protocol protocol,
int port) |