|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PeerState | |
net.i2p.router.transport.udp |
Uses of PeerState in net.i2p.router.transport.udp |
Methods in net.i2p.router.transport.udp that return PeerState | |
PeerState |
UDPTransport.getPeerState(java.net.InetAddress remoteHost,
int remotePort)
get the state for the peer at the given remote host/port, or null if no state exists |
PeerState |
UDPTransport.getPeerState(Hash remotePeer)
get the state for the peer with the given ident, or null if no state exists |
PeerState |
UDPTransport.getPeerState(java.lang.String relayTag)
get the state for the peer being introduced, or null if we aren't offering to introduce anyone with that tag. |
PeerState |
OutboundMessageState.getPeer()
|
PeerState |
InboundMessageFragments.getNextPeerToACK()
Pull off the peer who we next want to send ACKs/NACKs to. |
(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 with parameters of type PeerState | |
(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 |
(package private) void |
UDPTransport.send(I2NPMessage msg,
PeerState peer)
|
void |
UDPFlooder.addPeer(PeerState peer)
|
UDPPacket |
PacketBuilder.buildPacket(OutboundMessageState state,
int fragment,
PeerState peer)
|
UDPPacket |
PacketBuilder.buildACK(PeerState peer,
java.util.List ackedMessageIds)
|
boolean |
OutboundMessageState.initialize(I2NPMessage msg,
PeerState peer)
|
void |
InboundMessageFragments.receiveData(PeerState from,
UDPPacketReader.DataReader data)
Pull the fragments and ACKs out of the authenticated data packet |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |