パッケージ | 説明 |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.message |
Creates and parses garlic messages.
|
net.i2p.router.networkdb.kademlia |
The network database, including implementation of floodfills.
|
net.i2p.router.transport |
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
MessageSelector |
OutNetMessage.getReplySelector() |
Defines a MessageSelector to find a reply to this message.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
OutNetMessage.setReplySelector(MessageSelector selector) |
コンストラクタ | 説明 |
---|---|
SendMessageDirectJob(RouterContext ctx,
I2NPMessage message,
Hash toPeer,
Job onSend,
ReplyJob onSuccess,
Job onFail,
MessageSelector selector,
int timeoutMs,
int priority) |
|
SendMessageDirectJob(RouterContext ctx,
I2NPMessage message,
Hash toPeer,
ReplyJob onSuccess,
Job onFail,
MessageSelector selector,
int timeoutMs,
int priority) |
修飾子とタイプ | クラス | 説明 |
---|---|---|
(package private) class |
FloodOnlyLookupSelector |
Mostly replaced by IterativeLookupSelector
|
(package private) class |
IterativeLookupSelector |
Slightly modified version of FloodOnlyLookupSelector.
|
(package private) class |
SearchMessageSelector |
Check to see the message is a reply from the peer regarding the current
search
|
(package private) class |
StoreMessageSelector |
Check to see the message is a reply from the peer regarding the current
store
|
修飾子とタイプ | フィールド | 説明 |
---|---|---|
protected MessageSelector |
FloodOnlySearchJob._replySelector |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
OutNetMessage |
OutboundMessageRegistry.registerPending(MessageSelector replySelector,
ReplyJob onReply,
Job onTimeout) |
Registers a new, empty OutNetMessage, with the reply and timeout jobs specified.
|