public abstract class SctpServerChannel extends AbstractSelectableChannel
| Modifier | Constructor and Description |
|---|---|
protected |
SctpServerChannel(SelectorProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
abstract SctpChannel |
accept() |
SctpServerChannel |
bind(SocketAddress local) |
abstract SctpServerChannel |
bind(SocketAddress local,
int backlog) |
abstract SctpServerChannel |
bindAddress(InetAddress address) |
abstract Set<SocketAddress> |
getAllLocalAddresses() |
static SctpServerChannel |
open() |
abstract <T> SctpServerChannel |
setOption(SctpSocketOption<T> name,
T value) |
abstract Set<SctpSocketOption<?>> |
supportedOptions() |
abstract SctpServerChannel |
unbindAddress(InetAddress address) |
int |
validOps() |
blockingLock, configureBlocking, implCloseChannel, implCloseSelectableChannel, implConfigureBlocking, isBlocking, isRegistered, keyFor, provider, registerregisterbegin, close, end, isOpenprotected SctpServerChannel(SelectorProvider provider)
public abstract SctpChannel accept() throws IOException, SctpException, InvalidKeyException, NoSuchAlgorithmException
public abstract SctpServerChannel bind(SocketAddress local, int backlog) throws IOException
IOExceptionpublic abstract SctpServerChannel bindAddress(InetAddress address) throws IOException
IOExceptionpublic abstract Set<SocketAddress> getAllLocalAddresses() throws IOException
IOExceptionpublic abstract SctpServerChannel unbindAddress(InetAddress address) throws IOException
IOExceptionpublic abstract <T> SctpServerChannel setOption(SctpSocketOption<T> name, T value) throws IOException
IOExceptionpublic abstract Set<SctpSocketOption<?>> supportedOptions()
public static SctpServerChannel open() throws IOException, InvalidKeyException, NoSuchAlgorithmException
public final SctpServerChannel bind(SocketAddress local) throws IOException
IOExceptionpublic int validOps()
validOps in class SelectableChannelCopyright © 2005–2017 Red5. All rights reserved.