See: Description
| Interface | Description |
|---|---|
| IDatagramSession |
Extends the
ISession interface to cover datagram-oriented functionalities. |
| IEngineDatagramSession |
A engine-driven session which represents connection between datagram-oriented
end-points.
|
| IEngineSession |
A engine-driven session which represents connection between end-points
regardless of transport type.
|
| IEngineStreamSession |
A engine-driven session which represents connection between stream-oriented
end-points.
|
| ISctpMultiSession |
Extends the
ISctpSession interface to cover SCTP functionalities
related to the SCTP multi sessions. |
| ISctpSession |
Extends the
ISession interface to cover SCTP functionalities. |
| ISctpSessionConfig |
A configuration for associated SCTP session.
|
| ISession |
A session which represents connection between end-points regardless of transport type.
|
| ISessionConfig |
A configuration for associated session.
|
| ISessionPipeline<T extends ISession> |
A manager that manages sessions in the pipeline that can be associated with a
session.
|
| ISessionTimer |
A timer that can be associated with a session.
|
| IStreamSession |
Extends the
ISession interface to cover stream-oriented functionalities. |
| Class | Description |
|---|---|
| AbstractSession |
Base implementation of the
ISession interface. |
| DefaultSctpSessionConfig |
Default configuration for the SCTP session.
|
| DefaultSessionConfig |
Default configuration for the session.
|
| UnsupportedSessionTimer |
Unsupported session timer.
|
| Enum | Description |
|---|---|
| SessionState |
An
enum that represents session states. |
| Exception | Description |
|---|---|
| IllegalSessionStateException |
Unchecked exception thrown when an attempt is made to perform an operation
when a session is in an illegal state.
|
| SSLEngineCreateException |
Indicates problems with creation of the SSL engine.
|
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.