org.lastbamboo.common.turn.client
Interface TurnStunMessageMapper

All Known Implementing Classes:
TurnStunMessageMapperImpl

public interface TurnStunMessageMapper

Helper class for TURN that maps STUN transaction IDs to remote addresses.


Method Summary
 InetSocketAddress get(org.littleshoot.stun.stack.message.StunMessage msg)
           
 void mapMessage(org.littleshoot.stun.stack.message.StunMessage message, InetSocketAddress remoteAddress)
           
 

Method Detail

mapMessage

void mapMessage(org.littleshoot.stun.stack.message.StunMessage message,
                InetSocketAddress remoteAddress)

get

InetSocketAddress get(org.littleshoot.stun.stack.message.StunMessage msg)


Copyright © 2013 LittleShoot. All Rights Reserved.