org.jdiameter.client.impl.transport.sctp
Class SCTPTransportClient
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
destAddress
protected java.net.InetSocketAddress destAddress
origAddress
protected java.net.InetSocketAddress origAddress
SCTPTransportClient
public SCTPTransportClient()
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.