Uses of Class
net.i2p.router.transport.ntcp.NTCP2Options
Package | Description |
---|---|
net.i2p.router.transport.ntcp |
The NTCP transport allows passing I2P messages on top of TCP.
|
-
Uses of NTCP2Options in net.i2p.router.transport.ntcp
Methods in net.i2p.router.transport.ntcp that return NTCP2Options Modifier and Type Method Description static NTCP2Options
NTCP2Options. fromByteArray(byte[] options)
NTCP2Options
NTCP2Options. merge(NTCP2Options his)
Get a combined config for this connection.Methods in net.i2p.router.transport.ntcp with parameters of type NTCP2Options Modifier and Type Method Description (package private) void
NTCPConnection. finishInboundEstablishment(CipherState sender, CipherState receiver, byte[] sip_ba, byte[] sip_ab, long clockSkew, NTCP2Options hisPadding)
We are Bob.NTCP2Options
NTCP2Options. merge(NTCP2Options his)
Get a combined config for this connection.