Uses of Interface
org.lastbamboo.common.turn.server.TurnClient

Packages that use TurnClient
org.lastbamboo.common.turn.server   
org.lastbamboo.common.turn.server.allocated   
 

Uses of TurnClient in org.lastbamboo.common.turn.server
 

Classes in org.lastbamboo.common.turn.server that implement TurnClient
 class TurnClientImpl
          Default TURN client implementation.
 

Methods in org.lastbamboo.common.turn.server that return TurnClient
 TurnClient TurnClientManagerImpl.allocateBinding(org.littleshoot.mina.common.IoSession ioSession)
           
 TurnClient TurnClientManager.allocateBinding(org.littleshoot.mina.common.IoSession readerWriter)
          Allocates a binding for the specified TURN client that other nodes can use to access it.
 TurnClient TurnClientManagerImpl.getTurnClient(org.littleshoot.mina.common.IoSession readerWriter)
           
 TurnClient TurnClientManager.getTurnClient(org.littleshoot.mina.common.IoSession readerWriter)
          Accessor for the TURN client handler for the specified TURN client address.
 TurnClient TurnClientManagerImpl.removeBinding(org.littleshoot.mina.common.IoSession session)
           
 TurnClient TurnClientManager.removeBinding(org.littleshoot.mina.common.IoSession readerWriter)
          Removes the TURN client associated with the specified reader/writer instance.
 

Uses of TurnClient in org.lastbamboo.common.turn.server.allocated
 

Constructors in org.lastbamboo.common.turn.server.allocated with parameters of type TurnClient
AllocatedTurnServerIoHandler(TurnClient client)
          Creates a new IO handler for the specified TURN client.
TcpAllocatedTurnServer(TurnClient turnClient, InetAddress publicAddress)
          Creates a new TURN server allocated on behalf of a TURN client.
 



Copyright © 2013 LittleShoot. All Rights Reserved.