|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freenetproject.ForwardPortStatus
public class ForwardPortStatus
Field Summary | |
---|---|
static int |
DEFINITE_FAILURE
The port forward definitely failed. |
static int |
DEFINITE_SUCCESS
The port forward definitely succeeded. |
int |
externalPort
Some plugins may need to change the external port. |
static int |
IN_PROGRESS
The port forward is in progress |
static int |
MAYBE_SUCCESS
The port forward may have succeeded. |
static int |
PROBABLE_FAILURE
The port forward probably failed |
static int |
PROBABLE_SUCCESS
The port forward probably succeeded. |
String |
reasonString
|
int |
status
|
Constructor Summary | |
---|---|
ForwardPortStatus(int status,
String reason,
int externalPort)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int status
public static final int DEFINITE_SUCCESS
public static final int PROBABLE_SUCCESS
public static final int MAYBE_SUCCESS
public static final int IN_PROGRESS
public static final int PROBABLE_FAILURE
public static final int DEFINITE_FAILURE
public final String reasonString
public final int externalPort
Constructor Detail |
---|
public ForwardPortStatus(int status, String reason, int externalPort)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |