Package | Description |
---|---|
org.kitteh.irc.client.library.defaults.element.isupport |
Default ISUPPORT parameter implementations.
|
org.kitteh.irc.client.library.element |
Classes describing various elements of IRC communication.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultISupportAwayLen
Default implementation of
AwayLen . |
class |
DefaultISupportChannelLen
Default implementation of
ISupportParameter.ChannelLen . |
class |
DefaultISupportHostLen
Default implementation of
HostLen . |
class |
DefaultISupportKickLen
Default implementation of
KickLen . |
class |
DefaultISupportNickLen
Default implementation of
ISupportParameter.NickLen . |
class |
DefaultISupportParameterInteger
Default implementation of
ISupportParameter.IntegerParameter . |
class |
DefaultISupportTopicLen
Default implementation of
ISupportParameter.TopicLen . |
class |
DefaultISupportUserLen
Default implementation of
UserLen . |
Modifier and Type | Interface and Description |
---|---|
static interface |
ISupportParameter.AwayLen
Represents the length limit of an away reason.
|
static interface |
ISupportParameter.ChannelLen
Represents the length limit of channels.
|
static interface |
ISupportParameter.HostLen
Represents the length limit of a hostname.
|
static interface |
ISupportParameter.KickLen
Represents the length limit of a kick reason.
|
static interface |
ISupportParameter.NickLen
Represents the limit to nickname length.
|
static interface |
ISupportParameter.TopicLen
Represents the length limit of topics.
|
static interface |
ISupportParameter.UserLen
Represents the length limit of user strings.
|
Copyright © 2013–2021 Kitteh. All rights reserved.