org.lastbamboo.common.offer.answer
Interface OfferAnswerMessage


public interface OfferAnswerMessage

Interface for messages in an offer/answer exchange. These are typically a part of a transaction and contain a message body.


Method Summary
 org.littleshoot.mina.common.ByteBuffer getBody()
          Returns the body of the message.
 String getTransactionKey()
          The key to use for transactions.
 

Method Detail

getTransactionKey

String getTransactionKey()
The key to use for transactions.

Returns:
The unique key for this transaction.

getBody

org.littleshoot.mina.common.ByteBuffer getBody()
Returns the body of the message.

Returns:
The body of the message.


Copyright © 2013 LittleShoot. All Rights Reserved.