Package | Description |
---|---|
org.snf4j.core.codec |
Provides interfaces and classes for implementing encoders, decoders and
codec pipelines.
|
org.snf4j.core.session |
Provides classes and interfaces used for session handling.
|
org.snf4j.example.dtls |
A DTLS client/server example.
|
org.snf4j.example.echo |
An echoing (ping-pong traffic) client/server example.
|
org.snf4j.example.heartbeat |
A datagram (UDP/IP) client/server example.
|
org.snf4j.example.sctp |
An SCTP client/server example.
|
org.snf4j.websocket |
Provides main interfaces and classes implementing the functionalities of the
Web Socket protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCodecExecutor
The default implementation of the
ICodecExecutor . |
Modifier and Type | Method and Description |
---|---|
void |
ICodecExecutor.addChild(ISession session,
ICodecExecutor executor)
Adds a child codec executor that will be receiving session events
received by this codec executor.
|
void |
DefaultCodecExecutor.addChild(ISession session,
ICodecExecutor executor) |
Modifier and Type | Method and Description |
---|---|
ICodecExecutor |
ISessionConfig.createCodecExecutor()
Creates a new codec executor that will be responsible for decoding and
encoding data read/received and written/send in the associated session.
|
ICodecExecutor |
DefaultSessionConfig.createCodecExecutor()
Creates a new codec executor that will be responsible for decoding and
encoding data read/received and written/send in the associated session.
|
ICodecExecutor |
ISctpSessionConfig.createCodecExecutor(Object identifier)
Creates a new codec executor that should be used for decoding/encoding SCTP
messages that can be identified by the given identifier.
|
ICodecExecutor |
DefaultSctpSessionConfig.createCodecExecutor(Object identifier)
Creates a new codec executor that should be used for decoding/encoding SCTP
messages that can be identified by the given identifier.
|
Modifier and Type | Method and Description |
---|---|
ICodecExecutor |
SessionConfig.createCodecExecutor() |
Modifier and Type | Method and Description |
---|---|
ICodecExecutor |
SessionConfig.createCodecExecutor() |
Modifier and Type | Method and Description |
---|---|
ICodecExecutor |
SessionConfig.createCodecExecutor() |
Modifier and Type | Method and Description |
---|---|
ICodecExecutor |
SessionConfig.createCodecExecutor() |
ICodecExecutor |
SessionConfig.createCodecExecutor(Object identifier) |
Modifier and Type | Method and Description |
---|---|
ICodecExecutor |
DefaultWebSocketSessionConfig.createCodecExecutor() |
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.