public class SctpChannel extends Object
| Constructor and Description |
|---|
SctpChannel(Association association) |
| Modifier and Type | Method and Description |
|---|---|
SctpChannel |
bind(InetSocketAddress address) |
boolean |
connect(InetSocketAddress address) |
static SctpChannel |
open() |
byte[] |
receive() |
void |
send(byte[] data,
int offset,
int length) |
public SctpChannel(Association association)
public SctpChannel bind(InetSocketAddress address) throws SocketException
SocketExceptionpublic boolean connect(InetSocketAddress address) throws IOException, SctpException, InvalidKeyException, NoSuchAlgorithmException
public void send(byte[] data,
int offset,
int length)
public byte[] receive()
public static SctpChannel open() throws SocketException
SocketExceptionCopyright © 2005–2017 Red5. All rights reserved.