Package | Description |
---|---|
org.snf4j.core |
Provides interfaces and classes implementing the core functionalities of the
API.
|
org.snf4j.core.session |
Provides classes and interfaces used for session handling.
|
Modifier and Type | Class and Description |
---|---|
class |
DTLSSession
The datagram-oriented session that handles DTLS connections.
|
class |
EngineDatagramSession
A datagram-oriented session that handles protocols driven by customized protocol engines
implementing the
IEngine interface. |
class |
EngineStreamSession
A stream-oriented session that handles protocols driven by customized protocol engines
implementing the
IEngine interface. |
class |
SSLSession
The stream-oriented session that handles SSL/TLS connections.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEngineDatagramSession
A engine-driven session which represents connection between datagram-oriented
end-points.
|
interface |
IEngineStreamSession
A engine-driven session which represents connection between stream-oriented
end-points.
|
Copyright © 2017–2021 SNF4J.ORG. All rights reserved.