Uses of Class
net.i2p.router.transport.udp.OutboundEstablishState
-
Packages that use OutboundEstablishState Package Description net.i2p.router.transport.udp The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP. -
-
Uses of OutboundEstablishState in net.i2p.router.transport.udp
Subclasses of OutboundEstablishState in net.i2p.router.transport.udp Modifier and Type Class Description (package private) class
OutboundEstablishState2
Data for a new connection being established, where we initiated the connection with a remote peer.Methods in net.i2p.router.transport.udp that return OutboundEstablishState Modifier and Type Method Description (package private) OutboundEstablishState
EstablishmentManager. getOutboundState(RemoteHostId from)
Grab the active establishing stateMethods in net.i2p.router.transport.udp with parameters of type OutboundEstablishState Modifier and Type Method Description (package private) PeerState
EstablishmentManager. receiveData(OutboundEstablishState state)
A data packet arrived on an outbound connection being established, which means its complete (yay!).(package private) void
EstablishmentManager. receiveSessionDestroy(RemoteHostId from, OutboundEstablishState state)
Got a SessionDestroy during outbound establish SSU 2
-