void |
I2CPMessageProducer.connect(I2PSessionImpl session) |
Send all the messages that a client needs to send to a router to establish
a new session.
|
void |
I2CPMessageProducer.createLeaseSet(I2PSessionImpl session,
LeaseSet leaseSet,
SigningPrivateKey signingPriv,
List<PrivateKey> privs) |
In response to a RequestLeaseSet Message from the router, send a
CreateLeaseset Message back to the router.
|
void |
I2CPMessageProducer.disconnect(I2PSessionImpl session) |
Send messages to the router destroying the session and disconnecting
|
void |
BWLimitsMessageHandler.handleMessage(I2CPMessage message,
I2PSessionImpl session) |
|
void |
DestReplyMessageHandler.handleMessage(I2CPMessage message,
I2PSessionImpl session) |
|
void |
DisconnectMessageHandler.handleMessage(I2CPMessage message,
I2PSessionImpl session) |
|
void |
HostReplyMessageHandler.handleMessage(I2CPMessage message,
I2PSessionImpl session) |
|
void |
I2CPMessageHandler.handleMessage(I2CPMessage message,
I2PSessionImpl session) |
|
void |
MessagePayloadMessageHandler.handleMessage(I2CPMessage message,
I2PSessionImpl session) |
|
void |
MessageStatusMessageHandler.handleMessage(I2CPMessage message,
I2PSessionImpl session) |
|
void |
RequestLeaseSetMessageHandler.handleMessage(I2CPMessage message,
I2PSessionImpl session) |
|
void |
RequestVariableLeaseSetMessageHandler.handleMessage(I2CPMessage message,
I2PSessionImpl session) |
|
void |
SessionStatusMessageHandler.handleMessage(I2CPMessage message,
I2PSessionImpl session) |
|
void |
SetDateMessageHandler.handleMessage(I2CPMessage message,
I2PSessionImpl session) |
|
void |
I2CPMessageProducer.reportAbuse(I2PSessionImpl session,
int msgId,
int severity) |
Send an abuse message to the router
|
protected boolean |
RequestLeaseSetMessageHandler.requiresLS2(I2PSessionImpl session) |
Do we send a LeaseSet or a LeaseSet2?
Side effect: sets _ls2Type
|
void |
I2CPMessageProducer.sendMessage(I2PSessionImpl session,
Destination dest,
long nonce,
byte[] payload,
long expires,
int flags) |
Package up and send the payload to the router for delivery
|
void |
I2CPMessageProducer.sendMessage(I2PSessionImpl session,
Destination dest,
long nonce,
byte[] payload,
SendMessageOptions options) |
Package up and send the payload to the router for delivery
|
void |
I2CPMessageProducer.sendMessage(I2PSessionImpl session,
Destination dest,
long nonce,
byte[] payload,
SessionTag tag,
SessionKey key,
Set<SessionTag> tags,
SessionKey newKey,
long expires) |
Package up and send the payload to the router for delivery
|
protected void |
RequestLeaseSetMessageHandler.signLeaseSet(LeaseSet leaseSet,
boolean isLS2,
I2PSessionImpl session) |
Finish creating and signing the new LeaseSet
|
void |
I2CPMessageProducer.updateBandwidth(I2PSessionImpl session) |
Update the bandwidth setting
|
void |
I2CPMessageProducer.updateTunnels(I2PSessionImpl session,
int tunnels) |
Update number of tunnels
|