|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IceStunChecker
Interface for classes that perform ICE connectivity checks using STUN.
| Method Summary | |
|---|---|
void |
cancelTransaction()
Cancels the existing STUN transaction. |
void |
close()
Close any connections associated with the checker. |
org.littleshoot.stun.stack.message.StunMessage |
write(org.littleshoot.stun.stack.message.BindingRequest request,
long rto)
Writes a STUN binding request with the RTO value used for retransmissions explicitly set. |
| Method Detail |
|---|
org.littleshoot.stun.stack.message.StunMessage write(org.littleshoot.stun.stack.message.BindingRequest request,
long rto)
request - The STUN binding request.rto - The value to use for RTO when calculating retransmission
times. Note this only applies to UDP.
void cancelTransaction()
"means that the agent will not retransmit the request, will not treat the lack of response to be a failure, but will wait the duration of the transaction timeout for a response."
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||