Package net.i2p.client.impl
Class SessionStatusMessageHandler
- java.lang.Object
- 
- net.i2p.client.impl.HandlerImpl
- 
- net.i2p.client.impl.SessionStatusMessageHandler
 
 
- 
- All Implemented Interfaces:
- I2CPMessageHandler
 
 class SessionStatusMessageHandler extends HandlerImpl Handle I2CP SessionStatusMessagese from the router, updating the session as necssary.- Author:
- jrandom
 
- 
- 
Field Summary- 
Fields inherited from class net.i2p.client.impl.HandlerImpl_context, _log
 
- 
 - 
Constructor SummaryConstructors Constructor Description SessionStatusMessageHandler(I2PAppContext context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(I2CPMessage message, I2PSessionImpl session)- 
Methods inherited from class net.i2p.client.impl.HandlerImplgetType
 
- 
 
- 
- 
- 
Constructor Detail- 
SessionStatusMessageHandlerpublic SessionStatusMessageHandler(I2PAppContext context) 
 
- 
 - 
Method Detail- 
handleMessagepublic void handleMessage(I2CPMessage message, I2PSessionImpl session) 
 
- 
 
-