Uses of Class
net.i2p.data.i2np.TunnelCreateMessage

Packages that use TunnelCreateMessage
net.i2p.router   
net.i2p.router.tunnel.pool   
 

Uses of TunnelCreateMessage in net.i2p.router
 

Methods in net.i2p.router with parameters of type TunnelCreateMessage
 int RouterThrottleImpl.acceptTunnelRequest(TunnelCreateMessage msg)
           
 int RouterThrottle.acceptTunnelRequest(TunnelCreateMessage msg)
          Should we accept the request to participate in the given tunnel, taking into account our current load and bandwidth usage commitments?
 

Uses of TunnelCreateMessage in net.i2p.router.tunnel.pool
 

Constructors in net.i2p.router.tunnel.pool with parameters of type TunnelCreateMessage
HandleTunnelCreateMessageJob(RouterContext ctx, TunnelCreateMessage msg)