org.jdiameter.client.impl.transport.sctp
Class SCTPTransportClient

java.lang.Object
  extended by org.jdiameter.client.impl.transport.sctp.SCTPTransportClient

public class SCTPTransportClient
extends java.lang.Object

Author:
Alexandre Mendonca , Bartosz Baranowski

Field Summary
protected  java.net.InetSocketAddress destAddress
           
protected  java.net.InetSocketAddress origAddress
           
 
Constructor Summary
SCTPTransportClient()
           
 
Method Summary
 java.net.InetSocketAddress getDestAddress()
           
 java.net.InetSocketAddress getOrigAddress()
           
 SCTPClientConnection getParent()
           
 void initialize()
           
 void release()
           
 void sendMessage(java.nio.ByteBuffer bytes)
           
 void setDestAddress(java.net.InetSocketAddress address)
           
 void setOrigAddress(java.net.InetSocketAddress address)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destAddress

protected java.net.InetSocketAddress destAddress

origAddress

protected java.net.InetSocketAddress origAddress
Constructor Detail

SCTPTransportClient

public SCTPTransportClient()
Method Detail

initialize

public void initialize()
                throws java.io.IOException,
                       NotInitializedException
Throws:
java.io.IOException
NotInitializedException

getParent

public SCTPClientConnection getParent()

start

public void start()
           throws NotInitializedException,
                  java.io.IOException
Throws:
NotInitializedException
java.io.IOException

stop

public void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception

release

public void release()
             throws java.lang.Exception
Throws:
java.lang.Exception

getDestAddress

public java.net.InetSocketAddress getDestAddress()

setDestAddress

public void setDestAddress(java.net.InetSocketAddress address)

setOrigAddress

public void setOrigAddress(java.net.InetSocketAddress address)

getOrigAddress

public java.net.InetSocketAddress getOrigAddress()

sendMessage

public void sendMessage(java.nio.ByteBuffer bytes)
                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2014. All Rights Reserved.