Uses of Class
net.i2p.router.transport.udp.InboundEstablishState
-
Packages that use InboundEstablishState 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 InboundEstablishState in net.i2p.router.transport.udp
Subclasses of InboundEstablishState in net.i2p.router.transport.udp Modifier and Type Class Description (package private) class
InboundEstablishState2
Data for a new connection being established, where the remote peer has initiated the connection with us.Methods in net.i2p.router.transport.udp that return InboundEstablishState Modifier and Type Method Description (package private) InboundEstablishState
EstablishmentManager. getInboundState(RemoteHostId from)
Grab the active establishing state
-