Package net.i2p.client.impl
Class HandlerImpl
- java.lang.Object
-
- net.i2p.client.impl.HandlerImpl
-
- All Implemented Interfaces:
I2CPMessageHandler
- Direct Known Subclasses:
BWLimitsMessageHandler
,DestReplyMessageHandler
,DisconnectMessageHandler
,HostReplyMessageHandler
,MessagePayloadMessageHandler
,MessageStatusMessageHandler
,RequestLeaseSetMessageHandler
,SessionStatusMessageHandler
,SetDateMessageHandler
abstract class HandlerImpl extends Object implements I2CPMessageHandler
Base class for handling I2CP messages- Author:
- jrandom
-
-
Field Summary
Fields Modifier and Type Field Description protected I2PAppContext
_context
protected Log
_log
-
Constructor Summary
Constructors Constructor Description HandlerImpl(I2PAppContext context, int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.i2p.client.impl.I2CPMessageHandler
handleMessage
-
-
-
-
Field Detail
-
_log
protected final Log _log
-
_context
protected final I2PAppContext _context
-
-
Constructor Detail
-
HandlerImpl
public HandlerImpl(I2PAppContext context, int type)
-
-
Method Detail
-
getType
public int getType()
- Specified by:
getType
in interfaceI2CPMessageHandler
-
-