| Package | Description |
|---|---|
| net.i2p.router | The I2P router application handles I2P network communication. |
| net.i2p.router.transport | Transport layer implementations and management for I2P network communication. |
| net.i2p.router.transport.ntcp | The NTCP (New TCP) transport for I2P, allowing I2P messages to be passed
over TCP connections. |
| net.i2p.router.transport.udp | The UDP transport (also known as 'SSU' or Secure Semi-reliable UDP transport)
for I2P, allowing I2P messages to be passed over UDP connections. |
| Modifier and Type | Method and Description |
|---|---|
CommSystemFacade.Status | CommSystemFacade.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 status, producing the best combined estimate. |
static CommSystemFacade.Status | CommSystemFacade.Status.valueOf(String name)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 Type | Method and Description |
|---|---|
static CommSystemFacade.Status | CommSystemFacade.Status.merge(CommSystemFacade.Status oldStatus,
CommSystemFacade.Status newStatus)Merge the new status with the old status, producing the best combined estimate. |
| Modifier and Type | Method and Description |
|---|---|
abstract CommSystemFacade.Status | TransportImpl.getReachabilityStatus()Previously returned short, now enum as of 0.9.20 |
CommSystemFacade.Status | Transport.getReachabilityStatus()Get the current reachability status of this transport. |
(package private) CommSystemFacade.Status | TransportManager.getReachabilityStatus()Previously returned short, now enum as of 0.9.20 |
CommSystemFacade.Status | CommSystemFacadeImpl.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
CommSystemFacade.Status | NTCPTransport.getReachabilityStatus()Maybe we should trust UPnP here and report OK if it opened the port, but
for now we don't. |
| Modifier and Type | Method and Description |
|---|---|
CommSystemFacade.Status | UDPTransport.getReachabilityStatus()Current reachability status, possibly overridden by configuration. |
| Modifier and Type | Method and Description |
|---|---|
(package private) void | UDPTransport.setReachabilityStatus(CommSystemFacade.Status status,
boolean isIPv6) |