|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The visitor return type.public interface StunClientTransaction<T>
Interface for client transactions.
| Method Summary | |
|---|---|
void |
addListener(StunTransactionListener listener)
Adds a listener to the transaction. |
InetSocketAddress |
getIntendedDestination()
Gets the destination host the transaction was intended for. |
StunMessage |
getRequest()
Accessor for the request that started the transaction. |
long |
getTransactionTime()
Accessor for the total transaction time for the transaction. |
| Methods inherited from interface org.littleshoot.stun.stack.message.StunMessageVisitor |
|---|
visitAllocateErrorResponse, visitAllocateRequest, visitAllocateSuccessResponse, visitBindingErrorResponse, visitBindingRequest, visitBindingSuccessResponse, visitCanceledMessage, visitConnectErrorMesssage, visitConnectionStatusIndication, visitConnectRequest, visitDataIndication, visitNullMessage, visitSendIndication |
| Method Detail |
|---|
StunMessage getRequest()
long getTransactionTime()
void addListener(StunTransactionListener listener)
listener - The listener to add.InetSocketAddress getIntendedDestination()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||