Uses of Enum
net.i2p.i2ptunnel.udp.I2PSource.Protocol
Packages that use I2PSource.Protocol
-
Uses of I2PSource.Protocol in net.i2p.i2ptunnel.udp
Methods in net.i2p.i2ptunnel.udp that return I2PSource.ProtocolModifier and TypeMethodDescriptionstatic I2PSource.Protocol
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.Constructors in net.i2p.i2ptunnel.udp with parameters of type I2PSource.ProtocolModifierConstructorDescriptionI2PSource
(I2PSession sess, I2PSource.Protocol protocol) Listen on all I2CP ports.I2PSource
(I2PSession sess, I2PSource.Protocol protocol, int port)