Uses of Class
jerklib.ServerInformation

Packages that use ServerInformation
jerklib Package contains classes for working with the IRC protocol and IRC servers. 
jerklib.events Package contains all the event interfaces. 
jerklib.events.impl Package contains all the event implementations 
 

Uses of ServerInformation in jerklib
 

Methods in jerklib that return ServerInformation
 ServerInformation Session.getServerInformation()
          Get ServerInformation for Session
 

Uses of ServerInformation in jerklib.events
 

Methods in jerklib.events that return ServerInformation
 ServerInformation ServerInformationEvent.getServerInformation()
          Gets the server information object
 

Uses of ServerInformation in jerklib.events.impl
 

Methods in jerklib.events.impl that return ServerInformation
 ServerInformation ServerInformationEventImpl.getServerInformation()
           
 

Constructors in jerklib.events.impl with parameters of type ServerInformation
ServerInformationEventImpl(Session session, String rawEventData, ServerInformation serverInfo)