public abstract class SctpServerChannel extends AbstractSelectableChannel
| Modifier | Constructor and Description |
|---|---|
protected |
SctpServerChannel(SelectorProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
abstract SctpChannel |
accept() |
abstract SctpServerChannel |
bind(SocketAddress local) |
abstract SctpServerChannel |
bind(SocketAddress local,
int backlog) |
abstract SctpServerChannel |
bindAddress(InetAddress inetAddress) |
abstract Set<SocketAddress> |
getAllLocalAddresses() |
abstract <T> T |
getOption(SctpSocketOption<T> name) |
static SctpServerChannel |
open() |
abstract <T> SctpServerChannel |
setOption(SctpSocketOption<T> name,
T value) |
abstract SctpServerChannel |
unbindAddress(InetAddress inetAddress) |
blockingLock, configureBlocking, implCloseChannel, implCloseSelectableChannel, implConfigureBlocking, isBlocking, isRegistered, keyFor, provider, registerregister, validOpsbegin, close, end, isOpenprotected SctpServerChannel(SelectorProvider provider)
public static SctpServerChannel open() throws IOException
IOExceptionpublic abstract <T> T getOption(SctpSocketOption<T> name) throws IOException
IOExceptionpublic abstract <T> SctpServerChannel setOption(SctpSocketOption<T> name, T value) throws IOException
IOExceptionpublic abstract Set<SocketAddress> getAllLocalAddresses() throws IOException
IOExceptionpublic abstract SctpServerChannel bind(SocketAddress local) throws IOException
IOExceptionpublic abstract SctpServerChannel bind(SocketAddress local, int backlog) throws IOException
IOExceptionpublic abstract SctpServerChannel bindAddress(InetAddress inetAddress) throws IOException
IOExceptionpublic abstract SctpServerChannel unbindAddress(InetAddress inetAddress) throws IOException
IOExceptionpublic abstract SctpChannel accept() throws IOException
IOExceptionCopyright © 2008–2025 The Netty Project. All rights reserved.