impostor
Class LoginHandler

java.lang.Object
  |
  +--impostor.LoginHandler

final class LoginHandler
extends java.lang.Object


Constructor Summary
protected LoginHandler(java.net.Socket server, RequestRecognizer rr, java.lang.Object challenge)
           
 
Method Summary
protected  java.lang.Object getChallenge()
           
protected  java.lang.Long getHandle()
           
protected  RequestRecognizer getRequestRecognizer()
           
protected  java.net.Socket getServerSocket()
           
protected  boolean isValid()
           
protected  java.lang.String makeLoginPage(java.lang.String currentSite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginHandler

protected LoginHandler(java.net.Socket server,
                       RequestRecognizer rr,
                       java.lang.Object challenge)
                throws java.net.SocketException,
                       java.io.FileNotFoundException,
                       java.io.IOException
Method Detail

getHandle

protected java.lang.Long getHandle()

getChallenge

protected java.lang.Object getChallenge()

isValid

protected boolean isValid()

getServerSocket

protected java.net.Socket getServerSocket()

getRequestRecognizer

protected RequestRecognizer getRequestRecognizer()

makeLoginPage

protected java.lang.String makeLoginPage(java.lang.String currentSite)
                                  throws java.io.IOException
java.io.IOException