pl.mn.communicator.packet.http
Class SendAndRemindPasswordRequest

java.lang.Object
  extended by pl.mn.communicator.packet.http.HttpRequest
      extended by pl.mn.communicator.packet.http.AbstractTokenRequest
          extended by pl.mn.communicator.packet.http.SendAndRemindPasswordRequest

public class SendAndRemindPasswordRequest
extends AbstractTokenRequest

Created on 2005-01-27

Version:
$Id: SendAndRemindPasswordRequest.java,v 1.1 2005/11/05 23:34:53 winnetou25 Exp $
Author:
Mateusz Szczap

Nested Class Summary
static class SendAndRemindPasswordRequest.SendAndRemindPasswordResponse
           
 
Field Summary
 
Fields inherited from class pl.mn.communicator.packet.http.HttpRequest
m_ggconfiguration, m_huc, WINDOW_ENCODING
 
Constructor Summary
SendAndRemindPasswordRequest(IGGConfiguration configuration, int uin, java.lang.String email, java.lang.String tokenID, java.lang.String tokenVal)
           
 
Method Summary
protected  java.lang.String getRequestBody()
           
 HttpResponse getResponse()
           
protected  java.lang.String getURL()
           
protected  boolean wannaWrite()
           
 
Methods inherited from class pl.mn.communicator.packet.http.AbstractTokenRequest
getHashCode, getTokenID, getTokenVal
 
Methods inherited from class pl.mn.communicator.packet.http.HttpRequest
connect, disconnect, sendRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendAndRemindPasswordRequest

public SendAndRemindPasswordRequest(IGGConfiguration configuration,
                                    int uin,
                                    java.lang.String email,
                                    java.lang.String tokenID,
                                    java.lang.String tokenVal)
                             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getResponse

public HttpResponse getResponse()
                         throws java.io.IOException
Specified by:
getResponse in class HttpRequest
Throws:
java.io.IOException
java.io.UnsupportedEncodingException
See Also:
HttpRequest.getResponse()

getURL

protected java.lang.String getURL()
Specified by:
getURL in class HttpRequest
See Also:
HttpRequest.getURL()

getRequestBody

protected java.lang.String getRequestBody()
Specified by:
getRequestBody in class HttpRequest
See Also:
HttpRequest.getRequestBody()

wannaWrite

protected boolean wannaWrite()
Specified by:
wannaWrite in class HttpRequest
See Also:
HttpRequest.wannaWrite()


Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.