Package | Description |
---|---|
org.snf4j.core |
Provides interfaces and classes implementing the core functionalities of the
API.
|
org.snf4j.core.handler |
Provides interfaces and classes for implementing sessions' handlers.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DatagramServerHandler.incident(SessionIncident incident,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
SessionIncident |
SessionIncidentException.getIncident()
Returns the incident of this exception.
|
static SessionIncident |
SessionIncident.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionIncident[] |
SessionIncident.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IHandler.incident(SessionIncident incident,
Throwable t)
Called to notify about an incident that occurred during processing of I/O
or protocol related operations.
|
boolean |
AbstractHandler.incident(SessionIncident incident,
Throwable t) |
Constructor and Description |
---|
SessionIncidentException(SessionIncident incident)
Constructs a new exception with the specified incident.
|
SessionIncidentException(String message,
SessionIncident incident)
Constructs a new exception with the specified detail message and
incident.
|
SessionIncidentException(String message,
Throwable cause,
SessionIncident incident)
Constructs a new exception with the specified detail message, cause and
incident.
|
SessionIncidentException(Throwable cause,
SessionIncident incident)
Constructs a new exception with the specified cause and incident.
|
Copyright © 2017–2021 SNF4J.ORG. All rights reserved.