Package | Description |
---|---|
org.kitteh.irc.client.library.feature.sts |
Items related to the FSM-based STS client support.
|
org.kitteh.irc.client.library.util |
Utilities!
|
Modifier and Type | Method and Description |
---|---|
void |
StsPropertiesStorageManager.addEntry(@NonNull String hostname,
long duration,
@NonNull StsPolicy policy)
Adds an entry to the store, storing data in the backing properties file.
|
void |
StsStorageManager.addEntry(@NonNull String hostname,
long duration,
@NonNull StsPolicy policy)
Adds an STS policy to the store.
|
void |
MemoryStsMachine.setStsPolicy(@NonNull StsPolicy policy) |
void |
StsMachine.setStsPolicy(@NonNull StsPolicy policy)
Provides a key->value map of options and list of flags, making up the STS policy.
|
Modifier and Type | Method and Description |
---|---|
static @NonNull StsPolicy |
StsUtil.getStsPolicyFromString(@NonNull String delimiter,
@NonNull String str)
Takes a string like "foo,bar=cat,kitten=dog" and returns an STSPolicy instance.
|
Copyright © 2013–2021 Kitteh. All rights reserved.