sashenka.modules
Class GoogleServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--sashenka.servlet.IRCServlet
              |
              +--sashenka.modules.GoogleServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class GoogleServlet
extends IRCServlet

See Also:
Serialized Form

Nested Class Summary
static class GoogleServlet.Googler
           
 
Constructor Summary
GoogleServlet()
           
 
Method Summary
 void doHelp(IRCServletRequest request, IRCServletResponse response)
           
 void doPrivMsg(IRCServletRequest request, IRCServletResponse response)
          Called by the server to allow a servlet to handle a PRIVMSG request.
 void init()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class sashenka.servlet.IRCServlet
doAction, doIdle, doJoin, doLeft, doNotice, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleServlet

public GoogleServlet()
Method Detail

init

public void init()
Overrides:
init in class javax.servlet.GenericServlet

doPrivMsg

public void doPrivMsg(IRCServletRequest request,
                      IRCServletResponse response)
Description copied from class: IRCServlet
Called by the server to allow a servlet to handle a PRIVMSG request. A PRIVMSG may or may not be directed at this particular servlet.

Overrides:
doPrivMsg in class IRCServlet

doHelp

public void doHelp(IRCServletRequest request,
                   IRCServletResponse response)
Overrides:
doHelp in class IRCServlet

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception