|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PeerState | |
---|---|
net.i2p.router.transport.udp | The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP. |
Uses of PeerState in net.i2p.router.transport.udp |
---|
Methods in net.i2p.router.transport.udp that return PeerState | |
---|---|
PeerState |
OutboundMessageState.getPeer()
|
(package private) PeerState |
UDPTransport.getPeerState(Hash remotePeer)
get the state for the peer with the given ident, or null if no state exists |
(package private) PeerState |
UDPTransport.getPeerState(RemoteHostId hostInfo)
get the state for the peer at the given remote host/port, or null if no state exists |
(package private) PeerState |
UDPTransport.pickTestPeer(RemoteHostId dontInclude)
|
(package private) PeerState |
EstablishmentManager.receiveData(OutboundEstablishState state)
A data packet arrived on an outbound connection being established, which means its complete (yay!). |
Methods in net.i2p.router.transport.udp that return types with arguments of type PeerState | |
---|---|
(package private) List<PeerState> |
UDPTransport.getPeerStatesByIP(RemoteHostId hostInfo)
Get the states for all peers at the given remote host, ignoring port. |
Methods in net.i2p.router.transport.udp with parameters of type PeerState | |
---|---|
void |
ACKSender.ackPeer(PeerState peer)
Add to the queue. |
void |
IntroductionManager.add(PeerState peer)
|
void |
OutboundMessageFragments.add(PeerState peer)
Add the peer to the list of peers wanting to transmit something. |
(package private) boolean |
UDPTransport.addRemotePeerState(PeerState peer)
add the peer info, returning true if it went in properly, false if it was rejected (causes include peer ident already connected, or no remote host info known |
UDPPacket |
PacketBuilder.buildACK(PeerState peer,
List<ACKBitfield> ackBitfields)
Build the ack packet. |
UDPPacket |
PacketBuilder.buildPacket(OutboundMessageState state,
int fragment,
PeerState peer,
List<Long> ackIdsRemaining,
int newAckCount,
List<ACKBitfield> partialACKsRemaining)
This builds a data packet (PAYLOAD_TYPE_DATA). |
UDPPacket |
PacketBuilder.buildPing(PeerState peer)
An ACK packet with no acks. |
(package private) UDPPacket |
PacketBuilder.buildRelayIntro(RemoteHostId alice,
PeerState charlie,
UDPPacketReader.RelayRequestReader request)
|
(package private) UDPPacket |
PacketBuilder.buildRelayResponse(RemoteHostId alice,
PeerState charlie,
long nonce,
SessionKey aliceIntroKey)
|
UDPPacket |
PacketBuilder.buildSessionDestroyPacket(PeerState peer)
Build a destroy packet, which contains a header but no body. |
void |
UDPTransport.changePeerPort(PeerState peer,
int newPort)
Remove and add to peersByRemoteHost map |
(package private) void |
OutboundMessageFragments.dropPeer(PeerState peer)
|
(package private) void |
UDPTransport.dropPeer(PeerState peer,
boolean shouldBanlist,
String why)
|
void |
PeerState.loadFrom(PeerState oldPeer)
Transfer the basic activity/state from the old peer to the current peer |
void |
InboundMessageFragments.receiveData(PeerState from,
UDPPacketReader.DataReader data)
Pull the fragments and ACKs out of the authenticated data packet |
(package private) void |
EstablishmentManager.receiveSessionDestroy(RemoteHostId from,
PeerState state)
Got a SessionDestroy on an established conn |
void |
IntroductionManager.remove(PeerState peer)
|
(package private) void |
UDPTransport.send(I2NPMessage msg,
PeerState peer)
"injected" message from the EstablishmentManager |
Constructors in net.i2p.router.transport.udp with parameters of type PeerState | |
---|---|
OutboundMessageState(I2PAppContext context,
I2NPMessage msg,
PeerState peer)
Called from UDPTransport |
|
OutboundMessageState(I2PAppContext context,
OutNetMessage m,
PeerState peer)
Called from OutboundMessageFragments |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |