public interface ISupportParameter extends ClientLinked
Modifier and Type | Interface and Description |
---|---|
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.IntegerParameter
Represents a parameter which always has an integer value.
|
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.Prefix
Represents channel user modes (which define nick prefix).
|
static interface |
ISupportParameter.TopicLen
Represents the length limit of topics.
|
static interface |
ISupportParameter.WhoX
Represents support for WHOX.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the parameter.
|
Optional<String> |
getValue()
Gets the unprocessed value of the parameter if provided.
|
getClient
Copyright © 2013–2019 Kitteh. All rights reserved.