public interface SctpServerChannel extends ServerChannel
ServerChannel which accepts incoming SCTP/IP connections.
The SctpServerChannel provides the additional operations, available in the
underlying JDK SCTP Server Channel like multi-homing etc.Channel.Unsafe| Modifier and Type | Method and Description |
|---|---|
Set<SocketAddress> |
allLocalAddresses()
Return all local addresses of the SCTP server channel.
|
SctpServerChannelConfig |
config()
Returns the
SctpServerChannelConfig configuration of the channel. |
SocketAddress |
localAddress()
Return the (primary) local address of the SCTP server channel.
|
closeFuture, eventLoop, id, isActive, isOpen, isRegistered, metadata, outboundByteBuffer, outboundMessageBuffer, parent, pipeline, remoteAddress, unsafebind, bind, close, close, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, flush, flush, write, writenewFailedFuture, newFuture, newSucceededFuturecompareToSctpServerChannelConfig config()
SctpServerChannelConfig configuration of the channel.SocketAddress localAddress()
localAddress in interface Channelnull if this channel is not bound.Set<SocketAddress> allLocalAddresses()
Copyright © 2008-2012 The Netty Project. All Rights Reserved.