org.pircbotx
Class ServerInfo

java.lang.Object
  extended by org.pircbotx.ServerInfo

public class ServerInfo
extends Object

This is a giant info bean of various things about the server. This is separate from the PircBotX class due to its length Most info thanks to this great website on what each one does

Author:
Leon Blakey

Constructor Summary
ServerInfo(PircBotX bot)
           
 
Method Summary
 boolean canEqual(Object other)
           
 boolean equals(Object o)
           
 int getAwayLength()
           
 PircBotX getBot()
           
 String getCaseMapping()
           
 int getChanlimit()
           
 int getChannelIDLength()
           
 int getChannelLength()
           
 String getChannelModes()
           
 String getChannelTypes()
           
 int getConnectedServers()
           
 String getEList()
           
 String getExceptions()
           
 int getHighestClients()
           
 int getHighestConnections()
           
 String getInvites()
           
 int getKickLength()
           
 String getLanguage()
           
 int getMaxBans()
           
 int getMaxChannels()
           
 String getMaxList()
           
 int getMaxNickLength()
           
 int getMaxTargets()
           
 int getModes()
           
 String getMotd()
           
 String getNetwork()
           
 String getPrefixes()
           
 int getServerUsers()
           
 int getSilence()
           
 String getStandard()
           
 String getStatusMessage()
           
 int getTopicLength()
           
 int getTotalChannelsFormed()
           
 int getTotalInvisibleUsers()
           
 int getTotalOperatorsOnline()
           
 int getTotalServers()
           
 int getTotalUnknownConnections()
           
 int getTotalUsers()
           
 int getWatchMax()
           
 int hashCode()
           
 boolean isAccept()
           
 boolean isCallerID()
           
 boolean isCNoticeExists()
           
 boolean isCPrivMsgExists()
           
 boolean isForcedNickChanges()
           
 boolean isKnockExists()
           
 boolean isNoQuit()
           
 boolean isPenalty()
           
 boolean isRFC2812()
           
 boolean isSafeList()
           
 boolean isUserIPExists()
           
 boolean isVChannels()
           
 boolean isWallChOps()
           
 boolean isWallVoices()
           
 boolean isWhoX()
           
 void parse(String input)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerInfo

@ConstructorProperties(value="bot")
public ServerInfo(PircBotX bot)
Method Detail

parse

public void parse(String input)

getBot

public PircBotX getBot()

getPrefixes

public String getPrefixes()

getChannelTypes

public String getChannelTypes()

getChannelModes

public String getChannelModes()

getModes

public int getModes()

getMaxChannels

public int getMaxChannels()

getChanlimit

public int getChanlimit()

getMaxNickLength

public int getMaxNickLength()

getMaxBans

public int getMaxBans()

getMaxList

public String getMaxList()

getNetwork

public String getNetwork()

getExceptions

public String getExceptions()

getInvites

public String getInvites()

isWallChOps

public boolean isWallChOps()

isWallVoices

public boolean isWallVoices()

getStatusMessage

public String getStatusMessage()

getCaseMapping

public String getCaseMapping()

getEList

public String getEList()

getTopicLength

public int getTopicLength()

getKickLength

public int getKickLength()

getChannelLength

public int getChannelLength()

getChannelIDLength

public int getChannelIDLength()

getStandard

public String getStandard()

getSilence

public int getSilence()

isRFC2812

public boolean isRFC2812()

isPenalty

public boolean isPenalty()

isForcedNickChanges

public boolean isForcedNickChanges()

isSafeList

public boolean isSafeList()

getAwayLength

public int getAwayLength()

isNoQuit

public boolean isNoQuit()

isUserIPExists

public boolean isUserIPExists()

isCPrivMsgExists

public boolean isCPrivMsgExists()

isCNoticeExists

public boolean isCNoticeExists()

getMaxTargets

public int getMaxTargets()

isKnockExists

public boolean isKnockExists()

isVChannels

public boolean isVChannels()

getWatchMax

public int getWatchMax()

isWhoX

public boolean isWhoX()

isCallerID

public boolean isCallerID()

isAccept

public boolean isAccept()

getLanguage

public String getLanguage()

getMotd

public String getMotd()

getHighestConnections

public int getHighestConnections()

getHighestClients

public int getHighestClients()

getTotalUsers

public int getTotalUsers()

getTotalInvisibleUsers

public int getTotalInvisibleUsers()

getTotalServers

public int getTotalServers()

getTotalOperatorsOnline

public int getTotalOperatorsOnline()

getTotalUnknownConnections

public int getTotalUnknownConnections()

getTotalChannelsFormed

public int getTotalChannelsFormed()

getServerUsers

public int getServerUsers()

getConnectedServers

public int getConnectedServers()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

canEqual

public boolean canEqual(Object other)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2011 Leon Blakey. All Rights Reserved.