Package | Description |
---|---|
org.snf4j.core.session |
Provides classes and interfaces used for session handling.
|
org.snf4j.example.sctp |
An SCTP client/server example.
|
Modifier and Type | Method and Description |
---|---|
DefaultSctpSessionConfig |
DefaultSctpSessionConfig.setDefaultSctpPayloadProtocolID(int defaultPayloadProtocolID)
Configures the payload protocol identifier for the SCTP messages sent by the
ISctpSession 's write methods
without specified the msgInfo argument. |
DefaultSctpSessionConfig |
DefaultSctpSessionConfig.setDefaultSctpPeerAddress(SocketAddress defaultPeerAddress)
Configures the preferred peer address for the SCTP messages sent by the
ISctpSession 's write methods
without specified the msgInfo argument. |
DefaultSctpSessionConfig |
DefaultSctpSessionConfig.setDefaultSctpStreamNumber(int defaultStreamNumber)
Configures the stream number for the SCTP messages sent by the
ISctpSession 's write methods
without specified the msgInfo argument. |
DefaultSctpSessionConfig |
DefaultSctpSessionConfig.setDefaultSctpUnorderedFlag(boolean defaultUnorderedFlag)
Configures the unordered flag for the SCTP messages sent by the
ISctpSession 's write methods
without specified the msgInfo argument. |
Modifier and Type | Class and Description |
---|---|
class |
SessionConfig |
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.