abstract class HandlerImpl extends Object implements I2CPMessageHandler
Modifier and Type | Field and Description |
---|---|
protected I2PAppContext |
_context |
protected Log |
_log |
Constructor and Description |
---|
HandlerImpl(I2PAppContext context,
int type) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleMessage
protected final Log _log
protected final I2PAppContext _context
public HandlerImpl(I2PAppContext context, int type)
public int getType()
getType
in interface I2CPMessageHandler