|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jml.impl.MsnConnectionImpl
public class MsnConnectionImpl
Constructor Summary | |
---|---|
MsnConnectionImpl()
|
Method Summary | |
---|---|
MsnConnectionType |
getConnectionType()
Get connection type, if don't known, return null. |
String |
getExternalIP()
Get ip external. |
int |
getExternalPort()
Get port external. |
String |
getInternalIP()
Get ip internal. |
int |
getInternalPort()
Get port internal. |
String |
getRemoteIP()
Get the remote ip. |
int |
getRemotePort()
Get remote port. |
void |
setConnectionType(MsnConnectionType connectionType)
|
void |
setExternalIP(String externalIP)
|
void |
setExternalPort(int externalPort)
|
void |
setInternalIP(String internalIP)
|
void |
setInternalPort(int internalPort)
|
void |
setRemoteIP(String remoteIP)
|
void |
setRemotePort(int remotePort)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MsnConnectionImpl()
Method Detail |
---|
public String getExternalIP()
MsnConnection
getExternalIP
in interface MsnConnection
public void setExternalIP(String externalIP)
public int getExternalPort()
MsnConnection
getExternalPort
in interface MsnConnection
public void setExternalPort(int externalPort)
public String getInternalIP()
MsnConnection
getInternalIP
in interface MsnConnection
public void setInternalIP(String internalIP)
public int getInternalPort()
MsnConnection
getInternalPort
in interface MsnConnection
public void setInternalPort(int internalPort)
public String getRemoteIP()
MsnConnection
getRemoteIP
in interface MsnConnection
public void setRemoteIP(String remoteIP)
public int getRemotePort()
MsnConnection
getRemotePort
in interface MsnConnection
public void setRemotePort(int remotePort)
public MsnConnectionType getConnectionType()
MsnConnection
getConnectionType
in interface MsnConnection
public void setConnectionType(MsnConnectionType connectionType)
|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |