Uses of Enum
net.i2p.router.CommSystemFacade.Status
Package
Description
The I2P router application handles the I2P network communication.
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
The NTCP transport allows passing I2P messages on top of TCP.
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of CommSystemFacade.Status in net.i2p.router
Modifier and TypeMethodDescriptionCommSystemFacade.getStatus()
Determine under what conditions we are remotely reachable.static CommSystemFacade.Status
CommSystemFacade.Status.merge
(CommSystemFacade.Status oldStatus, CommSystemFacade.Status newStatus) merge the new Status with the old Statusstatic CommSystemFacade.Status
Returns the enum constant of this type with the specified name.static CommSystemFacade.Status[]
CommSystemFacade.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic CommSystemFacade.Status
CommSystemFacade.Status.merge
(CommSystemFacade.Status oldStatus, CommSystemFacade.Status newStatus) merge the new Status with the old Status -
Uses of CommSystemFacade.Status in net.i2p.router.transport
Modifier and TypeMethodDescriptionTransport.getReachabilityStatus()
Previously returned short, now enum as of 0.9.20abstract CommSystemFacade.Status
TransportImpl.getReachabilityStatus()
Previously returned short, now enum as of 0.9.20(package private) CommSystemFacade.Status
TransportManager.getReachabilityStatus()
Previously returned short, now enum as of 0.9.20CommSystemFacadeImpl.getStatus()
-
Uses of CommSystemFacade.Status in net.i2p.router.transport.ntcp
Modifier and TypeMethodDescriptionNTCPTransport.getReachabilityStatus()
Maybe we should trust UPnP here and report OK if it opened the port, but for now we don't. -
Uses of CommSystemFacade.Status in net.i2p.router.transport.udp
Modifier and TypeMethodDescriptionUDPTransport.getReachabilityStatus()
Previously returned short, now enum as of 0.9.20Modifier and TypeMethodDescription(package private) void
UDPTransport.setReachabilityStatus
(CommSystemFacade.Status status, boolean isIPv6)