Uses of Interface
org.lastbamboo.common.turn.client.TurnClientListener

Uses of TurnClientListener in org.lastbamboo.common.turn.client
 

Classes in org.lastbamboo.common.turn.client that implement TurnClientListener
 class StunTcpFrameTurnClientListener
          Class that processes incoming data from a TURN client that needs to be demultiplexed between TCP frames and STUN messages.
 

Constructors in org.lastbamboo.common.turn.client with parameters of type TurnClientListener
StunTcpFrameTurnClientListener(org.littleshoot.stun.stack.message.StunMessageVisitorFactory stunMessageVisitorFactory, TurnClientListener delegateListener)
          Creates a new class that decodes TcpFrames from incoming data.
TcpTurnClient(TurnClientListener clientListener, org.littleshoot.util.CandidateProvider<InetSocketAddress> candidateProvider, org.littleshoot.mina.filter.codec.ProtocolCodecFactory codecFactory)
          Creates a new TCP TURN client.
 



Copyright © 2013 LittleShoot. All Rights Reserved.