| Package | Description |
|---|---|
| org.snf4j.core |
Provides interfaces and classes implementing the core functionalities of the
API.
|
| org.snf4j.core.handler |
Provides interfaces and classes for implementing sessions' handlers.
|
| org.snf4j.core.session |
Provides classes and interfaces used for session handling.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SctpMultiSession
The Stream Control Transmission Protocol (SCTP) multi-session.
|
class |
SctpSession
The Stream Control Transmission Protocol (SCTP) session.
|
| Modifier and Type | Method and Description |
|---|---|
ISctpSession |
ISctpHandler.getSession()
Returns the SCTP session that is associated with this
handler.
|
ISctpSession |
AbstractSctpHandler.getSession() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISctpMultiSession
Extends the
ISctpSession interface to cover SCTP functionalities
related to the SCTP multi sessions. |
| Modifier and Type | Method and Description |
|---|---|
ISctpSession |
ISctpSession.getParent() |
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.