net.i2p.client
Class MessagePayloadMessageHandler
java.lang.Object
net.i2p.client.HandlerImpl
net.i2p.client.MessagePayloadMessageHandler
- All Implemented Interfaces:
- I2CPMessageHandler
- class MessagePayloadMessageHandler
- extends HandlerImpl
Handle I2CP MessagePayloadMessages from the router delivering the contents
of a message by accepting it, decrypting the payload, adding it to the set of
recieved messages, and telling the router that it has been recieved correctly.
- Author:
- jrandom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_log
protected Log _log
_context
protected I2PAppContext _context
MessagePayloadMessageHandler
public MessagePayloadMessageHandler(I2PAppContext context)
handleMessage
public void handleMessage(I2CPMessage message,
I2PSessionImpl session)
getType
public int getType()
- Specified by:
getType
in interface I2CPMessageHandler