Package net.i2p.data.i2np
Interface I2NPMessageImpl.Builder
-
- Enclosing class:
- I2NPMessageImpl
public static interface I2NPMessageImpl.Builder
interface for extending the types of messages handled - unused
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I2NPMessage
build(I2PAppContext ctx)
instantiate a new I2NPMessage to be populated shortly
-
-
-
Method Detail
-
build
I2NPMessage build(I2PAppContext ctx)
instantiate a new I2NPMessage to be populated shortly
-
-