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

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

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

Classes in org.littleshoot.stun.stack.transaction that implement StunTransactionListener
 class StunTransactionTrackerImpl
          Class for matching requests and responses to their associated transactions.
 

Methods in org.littleshoot.stun.stack.transaction with parameters of type StunTransactionListener
 void StunClientTransactionImpl.addListener(StunTransactionListener listener)
           
 void StunClientTransaction.addListener(StunTransactionListener listener)
          Adds a listener to the transaction.
 void StunTransactionTrackerImpl.addTransaction(StunMessage request, StunTransactionListener listener, InetSocketAddress localAddress, InetSocketAddress remoteAddress)
           
 void StunTransactionTracker.addTransaction(StunMessage request, StunTransactionListener listener, InetSocketAddress localAddress, InetSocketAddress remoteAddress)
          Adds a transaction for the specified request with the specified listener.
 

Constructors in org.littleshoot.stun.stack.transaction with parameters of type StunTransactionListener
StunClientTransactionImpl(StunMessage request, StunTransactionListener transactionListener, InetSocketAddress remoteAddress)
          Creates a new STUN client transaction.
 

Constructor parameters in org.littleshoot.stun.stack.transaction with type arguments of type StunTransactionListener
StunClientTransactionImpl(StunMessage request, List<StunTransactionListener> transactionListeners, InetSocketAddress remoteAddress)
          Creates a new STUN client transaction.
 



Copyright © 2013 LittleShoot. All Rights Reserved.