gov.nist.javax.sip.stack
Class SSLStateMachine.MessageSendItem

java.lang.Object
  extended by gov.nist.javax.sip.stack.SSLStateMachine.MessageSendItem
Enclosing class:
SSLStateMachine

public static class SSLStateMachine.MessageSendItem
extends Object

Each time we send a SIP message it will be associated with the originating channel.send() method which keep additional information about the transport in its context. That method will be called using the callback provided here.

Author:
vladimirralev

Constructor Summary
SSLStateMachine.MessageSendItem(ByteBuffer buffer, SSLStateMachine.MessageSendCallback callback)
           
 
Method Summary
 SSLStateMachine.MessageSendCallback getCallBack()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLStateMachine.MessageSendItem

public SSLStateMachine.MessageSendItem(ByteBuffer buffer,
                                       SSLStateMachine.MessageSendCallback callback)
Method Detail

getCallBack

public SSLStateMachine.MessageSendCallback getCallBack()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.