- Event - Class in com.maverick.nio
-
Superclass of all events that may be fired during the life of SSHD.
- Event(Object, int, boolean) - Constructor for class com.maverick.nio.Event
-
- EVENT_CONNECTION_ATTEMPT - Static variable in class com.maverick.nio.EventCodes
-
- EVENT_DEBUG_LOG - Static variable in class com.maverick.nio.EventCodes
-
Logging event, this event replaces log.debug(String) calls
- EVENT_ERROR_LOG - Static variable in class com.maverick.nio.EventCodes
-
Logging event, this event replaces log.error(String) calls
- EVENT_EXCEPTION_LOG - Static variable in class com.maverick.nio.EventCodes
-
Logging event, this event replaces log.info(String,Throwable) calls
- EVENT_LOG - Static variable in class com.maverick.nio.EventCodes
-
Logging event, this event replaces log.info(String) calls
- EventCodes - Class in com.maverick.nio
-
List of unique SSHD Event codes
- EventCodes() - Constructor for class com.maverick.nio.EventCodes
-
- EventListener - Interface in com.maverick.nio
-
Interface to be implemented by classes interested in receiving
SSHDEvent events.
- EventService - Interface in com.maverick.nio
-
Interface to be implemented by an event service implementation.
- EventServiceImplementation - Class in com.maverick.nio
-
Event Service Implementation singleton, that manages SSHD Event Listeners,
and allows events to be fired.
- EventServiceImplementation() - Constructor for class com.maverick.nio.EventServiceImplementation
-