Uses of Class
net.i2p.router.client.ClientConnectionRunner
Packages that use ClientConnectionRunner
Package
Description
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.client
Subclasses of ClientConnectionRunner in net.i2p.router.clientModifier and TypeClassDescription(package private) classZero-copy in-JVM.Fields in net.i2p.router.client declared as ClientConnectionRunnerModifier and TypeFieldDescriptionprotected final ClientConnectionRunnerClientMessageEventListener._runnerMethods in net.i2p.router.client that return ClientConnectionRunnerModifier and TypeMethodDescription(package private) ClientConnectionRunnerClientManager.getRunner(Destination dest) UnsynchronizedMethods in net.i2p.router.client with parameters of type ClientConnectionRunnerModifier and TypeMethodDescriptionintClientManager.destinationEstablished(ClientConnectionRunner runner, Destination dest) Add to the clients list.(package private) voidClientManager.distributeMessage(ClientConnectionRunner sender, Destination fromDest, Destination toDest, Payload payload, MessageId msgId, long messageNonce, long expiration, int flags) Distribute message to a local or remote destination.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 ClientConnectionRunnerModifierConstructorDescriptionClientMessageEventListener(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)