|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NatPmpException | |
---|---|
net.tomp2p.connection | |
net.tomp2p.natpmp |
Uses of NatPmpException in net.tomp2p.connection |
---|
Methods in net.tomp2p.connection that throw NatPmpException | |
---|---|
boolean |
NATUtils.mapPMP(int internalPortUDP,
int internalPortTCP,
int externalPortUDP,
int externalPortTCP)
Maps with the PMP protocol (http://en.wikipedia.org/wiki/NAT_Port_Mapping_Protocol). |
Uses of NatPmpException in net.tomp2p.natpmp |
---|
Methods in net.tomp2p.natpmp that return NatPmpException | |
---|---|
NatPmpException |
Message.getResponseException()
Gets the excpetion associated with the response. |
Methods in net.tomp2p.natpmp with parameters of type NatPmpException | |
---|---|
void |
MessageResponseInterface.exceptionGenerated(Message message,
NatPmpException ex)
An exception was generated during the message sending process. |
Methods in net.tomp2p.natpmp that throw NatPmpException | |
---|---|
Inet4Address |
ExternalAddressRequestMessage.getExternalAddress()
Gets the NAT-PMP gateway's external address. |
Integer |
MapRequestMessage.getExternalPort()
Gets the external port that was assigned. |
Integer |
MapRequestMessage.getPortMappingLifetime()
Gets the assigned port mapping lifetime. |
ResultCode |
Message.getResultCode()
Gets the result code. |
Integer |
Message.getSecondsSinceEpoch()
Gets the seconds since epoch as received from the NAT-PMP gateway. |
Constructors in net.tomp2p.natpmp that throw NatPmpException | |
---|---|
NatPmpDevice(InetAddress gateway)
Constructs a new NatPmpDevice. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |