public class DefaultISupportMaxList extends DefaultISupportParameter implements ISupportParameter.MaxList
CaseMapping.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultISupportMaxList.DefaultLimitData
Default implementation of
MaxList.LimitData. |
ISupportParameter.MaxList.LimitDataISupportParameter.AwayLen, ISupportParameter.CaseMapping, ISupportParameter.ChanLimit, ISupportParameter.ChanModes, ISupportParameter.ChannelLen, ISupportParameter.ChanTypes, ISupportParameter.ClientTagDeny, ISupportParameter.EList, ISupportParameter.Excepts, ISupportParameter.ExtBan, ISupportParameter.HostLen, ISupportParameter.IntegerParameter, ISupportParameter.InvEx, ISupportParameter.KickLen, ISupportParameter.MaxList, ISupportParameter.MaxTargets, ISupportParameter.Modes, ISupportParameter.Network, ISupportParameter.NickLen, ISupportParameter.OptionalIntegerParameter, ISupportParameter.Prefix, ISupportParameter.SafeList, ISupportParameter.Silence, ISupportParameter.StatusMsg, ISupportParameter.TargMax, ISupportParameter.TopicLen, ISupportParameter.UserLen, ISupportParameter.WhoXNAME| Constructor and Description |
|---|
DefaultISupportMaxList(@NonNull Client client,
@NonNull String name,
@Nullable String value)
Constructs the object.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull Set<ISupportParameter.MaxList.LimitData> |
getAllLimitData()
Gets all the limit data specified.
|
int |
getLimit(char c)
Gets the maximum limit for a given mode.
|
@NonNull Optional<ISupportParameter.MaxList.LimitData> |
getLimitData(char c)
Gets the limit data for a given mode.
|
getClient, getName, getValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getValuegetClientpublic @NonNull Set<ISupportParameter.MaxList.LimitData> getAllLimitData()
ISupportParameter.MaxListgetAllLimitData in interface ISupportParameter.MaxListpublic int getLimit(char c)
ISupportParameter.MaxListgetLimit in interface ISupportParameter.MaxListc - mode characterpublic @NonNull Optional<ISupportParameter.MaxList.LimitData> getLimitData(char c)
ISupportParameter.MaxListgetLimitData in interface ISupportParameter.MaxListc - mode characterCopyright © 2013–2021 Kitteh. All rights reserved.