public class SCTPTransportClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected InetSocketAddress |
destAddress |
protected InetSocketAddress |
origAddress |
| Constructor and Description |
|---|
SCTPTransportClient() |
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getDestAddress() |
InetSocketAddress |
getOrigAddress() |
SCTPClientConnection |
getParent() |
void |
initialize() |
void |
release() |
void |
sendMessage(ByteBuffer bytes) |
void |
setDestAddress(InetSocketAddress address) |
void |
setOrigAddress(InetSocketAddress address) |
void |
start() |
void |
stop() |
protected InetSocketAddress destAddress
protected InetSocketAddress origAddress
public void initialize()
throws IOException,
NotInitializedException
IOExceptionNotInitializedExceptionpublic SCTPClientConnection getParent()
public void start()
throws NotInitializedException,
IOException
NotInitializedExceptionIOExceptionpublic InetSocketAddress getDestAddress()
public void setDestAddress(InetSocketAddress address)
public void setOrigAddress(InetSocketAddress address)
public InetSocketAddress getOrigAddress()
public void sendMessage(ByteBuffer bytes) throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.