Package | Description |
---|---|
org.kitteh.irc.client.library |
Kitteh IRC Client Library!
|
org.kitteh.irc.client.library.defaults |
Default implementations to power the API.
|
org.kitteh.irc.client.library.feature.sts |
Items related to the FSM-based STS client support.
|
Modifier and Type | Method and Description |
---|---|
Optional<StsMachine> |
Client.getStsMachine()
Gets the STS machine instance, if one is in use.
|
Modifier and Type | Method and Description |
---|---|
Optional<StsMachine> |
DefaultClient.getStsMachine() |
Modifier and Type | Class and Description |
---|---|
class |
MemoryStsMachine
"Memory" prefix to distinguish implementation class
from interface, because StsMachine isn't IStsMachine.
|
Constructor and Description |
---|
StsHandler(StsMachine machine,
Client.WithManagement client)
Creates the event handler for STS.
|
Copyright © 2013–2019 Kitteh. All rights reserved.