Package net.i2p.client.impl
Class RequestVariableLeaseSetMessageHandler
java.lang.Object
net.i2p.client.impl.HandlerImpl
net.i2p.client.impl.RequestLeaseSetMessageHandler
net.i2p.client.impl.RequestVariableLeaseSetMessageHandler
- All Implemented Interfaces:
 I2CPMessageHandler
Handle I2CP RequestVariableLeaseSetMessage from the router by granting all leases,
 retaining the individual expiration time for each lease.
- Since:
 - 0.9.7
 
- 
Field Summary
Fields inherited from class net.i2p.client.impl.RequestLeaseSetMessageHandler
_ls2Type, PROP_LS_TYPEFields inherited from class net.i2p.client.impl.HandlerImpl
_context, _log - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMessage(I2CPMessage message, I2PSessionImpl session) Methods inherited from class net.i2p.client.impl.RequestLeaseSetMessageHandler
requiresLS2, signLeaseSetMethods inherited from class net.i2p.client.impl.HandlerImpl
getType 
- 
Constructor Details
- 
RequestVariableLeaseSetMessageHandler
 
 - 
 - 
Method Details
- 
handleMessage
- Specified by:
 handleMessagein interfaceI2CPMessageHandler- Overrides:
 handleMessagein classRequestLeaseSetMessageHandler
 
 -