Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_
J
Job
- interface net.i2p.router.
Job
.
Defines an executable task
JobImpl
- class net.i2p.router.
JobImpl
.
Base implementation of a Job
JobImpl(RouterContext)
- Constructor for class net.i2p.router.
JobImpl
JobQueue
- class net.i2p.router.
JobQueue
.
Manage the pending jobs according to whatever algorithm is appropriate, giving preference to earlier scheduled jobs.
JobQueue(RouterContext)
- Constructor for class net.i2p.router.
JobQueue
JobQueueHelper
- class net.i2p.router.web.
JobQueueHelper
.
JobQueueHelper()
- Constructor for class net.i2p.router.web.
JobQueueHelper
JobQueueRunner
- class net.i2p.router.
JobQueueRunner
.
a do run run run a do run run
JobQueueRunner(RouterContext, int)
- Constructor for class net.i2p.router.
JobQueueRunner
JobStats
- class net.i2p.router.
JobStats
.
glorified struct to contain basic job stats
JobStats(String)
- Constructor for class net.i2p.router.
JobStats
JobTiming
- class net.i2p.router.
JobTiming
.
Define the timing requirements and statistics for a particular job
JobTiming(RouterContext)
- Constructor for class net.i2p.router.
JobTiming
jobQueue()
- Method in class net.i2p.router.
RouterContext
The actual driver of the router, where all jobs are enqueued and processed.
jobRan(long, long)
- Method in class net.i2p.router.
JobStats
joinInbound(TunnelCreatorConfig)
- Method in class net.i2p.router.tunnel.
TunnelDispatcher
We are the inbound endpoint - we created this tunnel
joinInboundGateway(HopConfig)
- Method in class net.i2p.router.tunnel.
TunnelDispatcher
We are the inbound gateway in this tunnel, and did not create it
joinOutbound(TunnelCreatorConfig)
- Method in class net.i2p.router.tunnel.
TunnelDispatcher
We are the outbound gateway - we created this tunnel
joinOutboundEndpoint(HopConfig)
- Method in class net.i2p.router.tunnel.
TunnelDispatcher
We are the outbound endpoint in this tunnel, and did not create it
joinParticipant(HopConfig)
- Method in class net.i2p.router.tunnel.
TunnelDispatcher
We are a participant in this tunnel, but not as the endpoint or gateway
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_