public class MessageHistory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_MESSAGE_HISTORY_FILENAME |
static String |
PROP_KEEP_MESSAGE_HISTORY
config property determining whether we want to debug with the message history - default false
|
static String |
PROP_MESSAGE_HISTORY_FILENAME
config property determining where we want to log the message history, if we're keeping one
|
Constructor and Description |
---|
MessageHistory(RouterContext context) |
Modifier and Type | Method and Description |
---|---|
void |
banlist(Hash peer,
String reason)
We banlisted the peer
|
void |
droppedFragmentedMessage(long messageId,
String status) |
void |
droppedInboundMessage(long messageId,
Hash from,
String info) |
void |
droppedOtherMessage(I2NPMessage message,
Hash from)
We received another message we weren't waiting for and don't know how to handle
|
void |
droppedTunnelDataMessageUnknown(long msgId,
long tunnelId) |
void |
droppedTunnelGatewayMessageUnknown(long msgId,
long tunnelId) |
void |
droppedTunnelMessage(TunnelId id,
long msgId,
Date expiration,
Hash from)
We don't know about the given tunnel, so we are dropping a message sent to us by the
given router
|
void |
fragmentMessage(long messageId,
int numFragments,
int totalLength,
List<Long> messageIds,
Object tunnel,
String msg) |
void |
fragmentMessage(long messageId,
int numFragments,
int totalLength,
List<Long> messageIds,
String msg) |
boolean |
getDoLog() |
(package private) String |
getFilename() |
void |
initialize(boolean forceReinitialize)
Initialize the message history according to the router's configuration.
|
void |
messageProcessingError(long messageId,
String messageType,
String error)
There was an error processing the given message that was received
|
void |
receiveMessage(String messageType,
long messageId,
long expiration,
boolean isValid) |
void |
receiveMessage(String messageType,
long messageId,
long expiration,
Hash from,
boolean isValid)
We just received a message from the peer
|
void |
receivePayloadMessage(long messageId)
Receive a payload message to distribute to a client
|
void |
receiveTunnelFragment(long messageId,
int fragmentId,
Object status) |
void |
receiveTunnelFragmentComplete(long messageId) |
void |
replyTimedOut(OutNetMessage sentMessage)
The message wanted a reply but no reply came in the time expected
|
void |
sendMessage(String messageType,
long messageId,
long expiration,
Hash peer,
boolean sentOk,
String info)
We just sent a message to the peer
|
void |
sendPayloadMessage(long messageId,
boolean successfullySent,
long timeToSend)
Note that the sending of a payload message completed (successfully or as a failure)
|
(package private) void |
setPauseFlushes(boolean doPause)
Deprecated.
unused
|
void |
shutdown() |
void |
tunnelDispatched(long messageId,
long tunnelId,
long toTunnel,
Hash toPeer,
String type) |
void |
tunnelDispatched(long messageId,
long innerMessageId,
long tunnelId,
String type) |
void |
tunnelDispatched(long messageId,
long tunnelId,
String type) |
void |
tunnelDispatched(String info) |
void |
tunnelFailed(TunnelId tunnel)
The local router has detected a failure in the given tunnel
|
void |
tunnelJoined(String state,
HopConfig tunnel)
The local router has joined the given tunnel operating in the given state.
|
void |
tunnelJoined(String state,
TunnelInfo tunnel)
The local router has joined the given tunnel operating in the given state.
|
void |
tunnelParticipantRejected(Hash peer,
String msg) |
void |
tunnelRejected(Hash peer,
TunnelId tunnel,
Hash replyThrough,
String reason)
The peer did not accept the tunnel join for the given reason
|
void |
tunnelRequestTimedOut(Hash peer,
TunnelId tunnel)
The peer did not accept the tunnel join for the given reason (this may be because
of a timeout or an explicit refusal).
|
void |
tunnelValid(TunnelInfo tunnel,
long timeToTest)
Note that we have reason to believe that the given tunnel is valid, since we could do something
through it in the given amount of time
|
void |
unbanlist(Hash peer)
We unbanlisted the peer
|
void |
wrap(String bodyMessageType,
long bodyMessageId,
String containerMessageType,
long containerMessageId)
Note that we're wrapping the given message within another message (via tunnel/garlic)
|
public static final String PROP_KEEP_MESSAGE_HISTORY
public static final String PROP_MESSAGE_HISTORY_FILENAME
public static final String DEFAULT_MESSAGE_HISTORY_FILENAME
public MessageHistory(RouterContext context)
public void shutdown()
public boolean getDoLog()
@Deprecated void setPauseFlushes(boolean doPause)
String getFilename()
public void initialize(boolean forceReinitialize)
public void tunnelJoined(String state, TunnelInfo tunnel)
state
- {"free inbound", "allocated inbound", "inactive inbound", "outbound", "participant", "pending"}tunnel
- tunnel joinedpublic void tunnelJoined(String state, HopConfig tunnel)
state
- {"free inbound", "allocated inbound", "inactive inbound", "outbound", "participant", "pending"}tunnel
- tunnel joinedpublic void tunnelDispatched(String info)
public void tunnelDispatched(long messageId, long tunnelId, String type)
public void tunnelDispatched(long messageId, long tunnelId, long toTunnel, Hash toPeer, String type)
public void tunnelDispatched(long messageId, long innerMessageId, long tunnelId, String type)
public void tunnelFailed(TunnelId tunnel)
tunnel
- tunnel failedpublic void tunnelValid(TunnelInfo tunnel, long timeToTest)
tunnel
- tunnel in questiontimeToTest
- milliseconds to verify the tunnelpublic void tunnelRejected(Hash peer, TunnelId tunnel, Hash replyThrough, String reason)
public void tunnelRequestTimedOut(Hash peer, TunnelId tunnel)
public void droppedTunnelMessage(TunnelId id, long msgId, Date expiration, Hash from)
id
- tunnel ID we received a message forfrom
- peer that sent us this message (if known)public void droppedOtherMessage(I2NPMessage message, Hash from)
public void replyTimedOut(OutNetMessage sentMessage)
sentMessage
- message sent that didn't receive a replypublic void messageProcessingError(long messageId, String messageType, String error)
messageId
- message receivedmessageType
- type of message receivederror
- error message related to the processing of the messagepublic void unbanlist(Hash peer)
public void sendMessage(String messageType, long messageId, long expiration, Hash peer, boolean sentOk, String info)
messageType
- class name for the message object (e.g. DatabaseFindNearestMessage, TunnelMessage, etc)messageId
- the unique message id of the message being sent (not including any tunnel or garlic wrapped
message ids)expiration
- the expiration for the message sentpeer
- router that the message was sent tosentOk
- whether the message was sent successfullypublic void receiveMessage(String messageType, long messageId, long expiration, Hash from, boolean isValid)
messageType
- class name for the message object (e.g. DatabaseFindNearestMessage, TunnelMessage, etc)messageId
- the unique message id of the message received (not including any tunnel or garlic wrapped
message ids)expiration
- the expiration for the message receivedfrom
- router that the message was sent from (or null if we don't know)isValid
- whether the message is valid (non duplicates, etc)public void receiveMessage(String messageType, long messageId, long expiration, boolean isValid)
public void wrap(String bodyMessageType, long bodyMessageId, String containerMessageType, long containerMessageId)
bodyMessageType
- class name for the message contained (e.g. DatabaseFindNearestMessage, DataMessage, etc)bodyMessageId
- the unique message id of the messagecontainerMessageType
- class name for the message containing the body message (e.g. TunnelMessage, GarlicMessage, etc)containerMessageId
- the unique message id of the messagepublic void receivePayloadMessage(long messageId)
public void sendPayloadMessage(long messageId, boolean successfullySent, long timeToSend)
messageId
- message that the payload message was sent insuccessfullySent
- whether the message was delivered to the peer successfullytimeToSend
- how long it took to send the messagepublic void receiveTunnelFragment(long messageId, int fragmentId, Object status)
public void receiveTunnelFragmentComplete(long messageId)
public void droppedFragmentedMessage(long messageId, String status)
public void fragmentMessage(long messageId, int numFragments, int totalLength, List<Long> messageIds, String msg)
public void fragmentMessage(long messageId, int numFragments, int totalLength, List<Long> messageIds, Object tunnel, String msg)
public void droppedTunnelDataMessageUnknown(long msgId, long tunnelId)
public void droppedTunnelGatewayMessageUnknown(long msgId, long tunnelId)