gov.nist.javax.sip.stack
Class SSLStateMachine.MessageSendItem
java.lang.Object
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
SSLStateMachine.MessageSendItem
public SSLStateMachine.MessageSendItem(ByteBuffer buffer,
SSLStateMachine.MessageSendCallback callback)
getCallBack
public SSLStateMachine.MessageSendCallback getCallBack()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014. All Rights Reserved.