|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmail.test.TestAddress
public class TestAddress
Field Summary | |
---|---|
(package private) java.lang.String |
name
|
Constructor Summary | |
---|---|
TestAddress(java.lang.String s)
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
Address |
getSource()
specifies the Address of the Node, that told this Address (needed for UDP hole-punching to establish a UDP connection) |
java.lang.String |
send()
|
void |
setSource(Address source)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String name
Constructor Detail |
---|
public TestAddress(java.lang.String s)
Method Detail |
---|
public java.lang.String send()
send
in interface Address
public java.lang.String getName()
public Address getSource()
Address
getSource
in interface Address
public void setSource(Address source)
setSource
in interface Address
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |