org.littleshoot.stun.stack.message.attributes
Interface StunAttributesFactory

All Known Implementing Classes:
StunAttributesFactoryImpl

public interface StunAttributesFactory

Factory for creating STUN attributes.


Method Summary
 Map<StunAttributeType,StunAttribute> createAttributes(org.littleshoot.mina.common.ByteBuffer body)
          Creates a new Map of STUN attributes from the specified message body.
 

Method Detail

createAttributes

Map<StunAttributeType,StunAttribute> createAttributes(org.littleshoot.mina.common.ByteBuffer body)
Creates a new Map of STUN attributes from the specified message body.

Parameters:
body - The body of the STUN message.
Returns:
The Map of attribute types to STUN attributes.


Copyright © 2013 LittleShoot. All Rights Reserved.