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 Summary
Constructors Constructor Description SessionStatusMessageHandler(I2PAppContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleMessage(I2CPMessage message, I2PSessionImpl session)
-
Methods inherited from class net.i2p.client.impl.HandlerImpl
getType
-
-
-
-
Constructor Detail
-
SessionStatusMessageHandler
public SessionStatusMessageHandler(I2PAppContext context)
-
-
Method Detail
-
handleMessage
public void handleMessage(I2CPMessage message, I2PSessionImpl session)
-
-