Uses of Class
net.i2p.router.client.ClientConnectionRunner
- 
Packages that use ClientConnectionRunner Package Description net.i2p.router.client Implements the router side of the I2CP interface, which is the API for applications to send and receive data through the router.
- 
- 
Uses of ClientConnectionRunner in net.i2p.router.clientSubclasses of ClientConnectionRunner in net.i2p.router.client Modifier and Type Class Description (package private) classQueuedClientConnectionRunnerZero-copy in-JVM.Fields in net.i2p.router.client declared as ClientConnectionRunner Modifier and Type Field Description protected ClientConnectionRunnerClientMessageEventListener. _runnerMethods in net.i2p.router.client that return ClientConnectionRunner Modifier and Type Method Description (package private) ClientConnectionRunnerClientManager. getRunner(Destination dest)UnsynchronizedMethods in net.i2p.router.client with parameters of type ClientConnectionRunner Modifier and Type Method Description intClientManager. destinationEstablished(ClientConnectionRunner runner, Destination dest)Add to the clients list.voidClientManager. registerConnection(ClientConnectionRunner runner)booleanClientManager. registerEncryptedDestination(ClientConnectionRunner runner, Hash hash)Call after destinationEstablished(), when an encrypted leaseset is created, so we know it's local.voidClientManager. unregisterConnection(ClientConnectionRunner runner)Remove all sessions for this runner.voidClientManager. unregisterEncryptedDestination(ClientConnectionRunner runner, Hash hash)Remove the hash for the encrypted LS.Constructors in net.i2p.router.client with parameters of type ClientConnectionRunner Constructor Description ClientMessageEventListener(RouterContext context, ClientConnectionRunner runner, boolean enforceAuth)ClientWriterRunner(RouterContext context, ClientConnectionRunner runner)LookupDestJob(RouterContext context, ClientConnectionRunner runner, long reqID, long timeout, SessionId sessID, Hash h, String name, Hash fromLocalDest)One of h or name non-null.LookupDestJob(RouterContext context, ClientConnectionRunner runner, Hash h, Hash fromLocalDest)MessageReceivedJob(RouterContext ctx, ClientConnectionRunner runner, Destination toDest, Destination fromDest, Payload payload, boolean sendDirect)ReportAbuseJob(RouterContext context, ClientConnectionRunner runner, Destination dest, String reason, int severity)RequestLeaseSetJob(RouterContext ctx, ClientConnectionRunner runner, LeaseRequestState state)
 
-