Package de.javawi.jstun.test
Class BindingLifetimeTest
- java.lang.Object
-
- de.javawi.jstun.test.BindingLifetimeTest
-
public class BindingLifetimeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BindingLifetimeTest(java.lang.String stunServer, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLifetime()booleanisCompleted()voidsetUpperBinarySearchLifetime(int upperBinarySearchLifetime)voidtest()
-
-
-
Method Detail
-
test
public void test() throws UtilityException, java.net.SocketException, java.net.UnknownHostException, java.io.IOException, MessageAttributeParsingException, MessageAttributeException, MessageHeaderParsingException- Throws:
UtilityExceptionjava.net.SocketExceptionjava.net.UnknownHostExceptionjava.io.IOExceptionMessageAttributeParsingExceptionMessageAttributeExceptionMessageHeaderParsingException
-
getLifetime
public int getLifetime()
-
isCompleted
public boolean isCompleted()
-
setUpperBinarySearchLifetime
public void setUpperBinarySearchLifetime(int upperBinarySearchLifetime)
-
-