public interface ISupportParameter extends ClientLinked
Modifier and Type | Interface and Description |
---|---|
static interface |
ISupportParameter.AwayLen
Represents the length limit of an away reason.
|
static interface |
ISupportParameter.CaseMapping
Represents the
CaseMapping
supported by the server. |
static interface |
ISupportParameter.ChanLimit
Represents the join limit of channels by prefix.
|
static interface |
ISupportParameter.ChanModes
Represents the channel modes supported.
|
static interface |
ISupportParameter.ChannelLen
Represents the length limit of channels.
|
static interface |
ISupportParameter.ChanTypes
Represents the channel prefixes supported.
|
static interface |
ISupportParameter.ClientTagDeny
Represents a listing of client tags that will be blocked and dropped
|
static interface |
ISupportParameter.EList
Represents the LIST extensions supported.
|
static interface |
ISupportParameter.Excepts
Represents support for ban exceptions.
|
static interface |
ISupportParameter.ExtBan
Represents support for extended ban masks.
|
static interface |
ISupportParameter.HostLen
Represents the length limit of a hostname.
|
static interface |
ISupportParameter.IntegerParameter
Represents a parameter which always has an integer value.
|
static interface |
ISupportParameter.InvEx
Represents support for invite exemptions.
|
static interface |
ISupportParameter.KickLen
Represents the length limit of a kick reason.
|
static interface |
ISupportParameter.MaxList
Represents maximum list sizes for type A modes.
|
static interface |
ISupportParameter.MaxTargets
Represents limits to type A mode lists.
|
static interface |
ISupportParameter.Modes
Represents the number of modes with parameters allowed per line.
|
static interface |
ISupportParameter.Network
Represents the network name.
|
static interface |
ISupportParameter.NickLen
Represents the limit to nickname length.
|
static interface |
ISupportParameter.OptionalIntegerParameter
Represents a parameter which maybe has an integer value.
|
static interface |
ISupportParameter.Prefix
Represents channel user modes (which define nick prefix).
|
static interface |
ISupportParameter.SafeList
Represents calling LIST being safe and not disconnecting for too much info.
|
static interface |
ISupportParameter.Silence
Represents support (or lack of, if no value) for maximum entries in
client silence lists.
|
static interface |
ISupportParameter.StatusMsg
Lists the prefixes that can receive a status message.
|
static interface |
ISupportParameter.TargMax
Limits of targets for commands.
|
static interface |
ISupportParameter.TopicLen
Represents the length limit of topics.
|
static interface |
ISupportParameter.UserLen
Represents the length limit of user strings.
|
static interface |
ISupportParameter.WhoX
Represents support for WHOX.
|
Modifier and Type | Method and Description |
---|---|
@NonNull String |
getName()
Gets the name of the parameter.
|
@NonNull Optional<String> |
getValue()
Gets the unprocessed value of the parameter if provided.
|
getClient
Copyright © 2013–2021 Kitteh. All rights reserved.