|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Server | |
com.uwyn.drone.core | |
com.uwyn.drone.core.exceptions |
Uses of Server in com.uwyn.drone.core |
Methods in com.uwyn.drone.core that return Server | |
Server |
Channel.getServer()
|
Server |
Bot.getServer()
|
Methods in com.uwyn.drone.core with parameters of type Server | |
void |
ServerListener.connected(Server server)
|
void |
ServerListener.disconnected(Server server)
|
void |
Bot.initialize(String nick,
String altNick,
String realName,
Server server)
|
void |
Bot.disconnected(Server server)
|
void |
Bot.connected(Server server)
|
Uses of Server in com.uwyn.drone.core.exceptions |
Methods in com.uwyn.drone.core.exceptions that return Server | |
Server |
ServerDisconnectionErrorException.getServer()
|
Server |
ServerConnectionErrorException.getServer()
|
Server |
SendErrorException.getServer()
|
Server |
NoValidAddressException.getServer()
|
Server |
MissingAddressException.getServer()
|
Server |
FlushErrorException.getServer()
|
Constructors in com.uwyn.drone.core.exceptions with parameters of type Server | |
ServerDisconnectionErrorException(Server server,
Throwable cause)
|
|
ServerConnectionErrorException(Server server,
Throwable cause)
|
|
SendErrorException(Server server,
IrcCommand command,
Throwable cause)
|
|
NoValidAddressException(Server server)
|
|
MissingAddressException(Server server)
|
|
FlushErrorException(Server server,
Throwable cause)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |