Uses of Class
net.i2p.router.transport.ntcp.NTCPConnection
- 
Packages that use NTCPConnection Package Description net.i2p.router.transport.ntcp The NTCP transport allows passing I2P messages on top of TCP.
- 
- 
Uses of NTCPConnection in net.i2p.router.transport.ntcpFields in net.i2p.router.transport.ntcp declared as NTCPConnection Modifier and Type Field Description protected NTCPConnectionEstablishBase. _conMethods in net.i2p.router.transport.ntcp that return NTCPConnection Modifier and Type Method Description (package private) NTCPConnectionNTCPTransport. inboundEstablished(NTCPConnection con)(package private) NTCPConnectionNTCPTransport. removeCon(NTCPConnection con)Methods in net.i2p.router.transport.ntcp that return types with arguments of type NTCPConnection Modifier and Type Method Description Collection<NTCPConnection>NTCPTransport. getPeers()For /peers UI only.Methods in net.i2p.router.transport.ntcp with parameters of type NTCPConnection Modifier and Type Method Description voidReader. connectionClosed(NTCPConnection con)voidWriter. connectionClosed(NTCPConnection con)(package private) voidNTCPTransport. establishing(NTCPConnection con)add us to the establishment timeout process(package private) NTCPConnectionNTCPTransport. inboundEstablished(NTCPConnection con)voidEventPumper. registerConnect(NTCPConnection con)Outbound(package private) NTCPConnectionNTCPTransport. removeCon(NTCPConnection con)voidEventPumper. wantsRead(NTCPConnection con)This is only called from NTCPConnection.complete() if there is more data, which is rare (never?) so we don't need to check for dups or make _wantsRead a Set.voidReader. wantsRead(NTCPConnection con)voidEventPumper. wantsWrite(NTCPConnection con)Called by the connection when it has data ready to write (after bw allocation).voidEventPumper. wantsWrite(NTCPConnection con, byte[] data)Called by the connection when it has data ready to write.voidEventPumper. wantsWrite(NTCPConnection con, byte[] data, int off, int len)Called by the connection when it has data ready to write.voidWriter. wantsWrite(NTCPConnection con, String source)Constructors in net.i2p.router.transport.ntcp with parameters of type NTCPConnection Constructor Description EstablishBase(RouterContext ctx, NTCPTransport transport, NTCPConnection con)InboundEstablishState(RouterContext ctx, NTCPTransport transport, NTCPConnection con)OutboundNTCP2State(RouterContext ctx, NTCPTransport transport, NTCPConnection con)
 
-