Uses of Interface
org.littleshoot.stun.stack.transaction.StunClientTransaction

Packages that use StunClientTransaction
org.littleshoot.stun.stack.transaction   
 

Uses of StunClientTransaction in org.littleshoot.stun.stack.transaction
 

Classes in org.littleshoot.stun.stack.transaction that implement StunClientTransaction
 class StunClientTransactionImpl
          Implementation of a STUN client transaction.
 

Methods in org.littleshoot.stun.stack.transaction that return StunClientTransaction
 StunClientTransaction<StunMessage> StunTransactionTrackerImpl.getClientTransaction(StunMessage message)
           
 StunClientTransaction<T> StunTransactionTracker.getClientTransaction(StunMessage message)
          Accessor for the client transcaction associated with the specified message.
 



Copyright © 2013 LittleShoot. All Rights Reserved.