Package | Description |
---|---|
org.snf4j.core |
Provides interfaces and classes implementing the core functionalities of the
API.
|
org.snf4j.core.factory |
Provides interfaces and classes for factories of different kind that are used
by the API.
|
Modifier and Type | Method and Description |
---|---|
static IFuture<Void> |
SctpRegistrator.register(SelectorLoop loop,
com.sun.nio.sctp.SctpChannel channel,
SctpSession session)
Registers an SCTP channel with the specified selector loop.
|
Modifier and Type | Method and Description |
---|---|
SctpSession |
ISctpSessionFactory.create(com.sun.nio.sctp.SctpChannel channel)
Creates an SCTP session for a newly accepted connection.
|
SctpSession |
AbstractSctpSessionFactory.create(com.sun.nio.sctp.SctpChannel channel)
Creates an SCTP session for a newly accepted connection.
|
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.