Class InboundEndpointProcessor

java.lang.Object
net.i2p.router.tunnel.InboundEndpointProcessor

class InboundEndpointProcessor
extends Object
Receive the inbound tunnel message, removing all of the layers added by earlier hops to recover the preprocessed data sent by the gateway. This delegates the crypto to the OutboundGatewayProcessor, since the tunnel creator does the same thing in both instances.