See: Description
| Interface | Description |
|---|---|
| IAllocatingHandler |
A handler which allocator should be shared with the associated session.
|
| IDatagramHandler |
Extends the
IHandler interface to cover datagram-oriented functionalities. |
| IHandler |
Handles events and I/O notifications sent from the associated session.
|
| ISctpHandler |
Extends the
IHandler interface to cover the SCTP functionalities. |
| IStreamHandler |
Extends the
IHandler interface to cover stream-oriented functionalities. |
| Class | Description |
|---|---|
| AbstractDatagramHandler |
Base implementation of the
IDatagramHandler interface. |
| AbstractHandler |
Base implementation of the
IHandler interface. |
| AbstractSctpHandler |
Base implementation of the
ISctpHandler interface. |
| AbstractStreamHandler |
Base implementation of the
IStreamHandler interface. |
| Enum | Description |
|---|---|
| DataEvent |
An
enum that represents session events related with sending or receiving data. |
| SctpNotificationType |
An
enum defining types of the SCTP notifications. |
| SessionEvent |
An
enum that represents session events related with changes of the session state. |
| SessionIncident |
An
enum that represents session incidents that may occur during processing
of I/O or protocol related operations. |
| Exception | Description |
|---|---|
| HandshakeLoopsThresholdException |
Signals that the handshake phase has not finished within the maximum number
of loops.
|
| HandshakeTimeoutException |
Signals that the handshake phase did not finished within expected time.
|
| SctpSendingFailureException |
An exception passed to the
IHandler.incident(org.snf4j.core.handler.SessionIncident, java.lang.Throwable)
method along with the
SCTP_SENDING_FAILURE incident. |
| SessionException |
Signals a general exception in processing of a session.
|
| SessionIncidentException |
Indicates some kind of incident detected while processing of I/O or protocol related
operations.
|
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.