pl.mn.communicator.packet.http
Class UnregisterGGPasswordRequest

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.UnregisterGGPasswordRequest

public class UnregisterGGPasswordRequest
extends AbstractTokenRequest

Created on 2005-01-27

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

Field Summary
 
Fields inherited from class pl.mn.communicator.packet.http.HttpRequest
m_ggconfiguration, m_huc, WINDOW_ENCODING
 
Constructor Summary
UnregisterGGPasswordRequest(IGGConfiguration configuration, int uin, java.lang.String password, 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

UnregisterGGPasswordRequest

public UnregisterGGPasswordRequest(IGGConfiguration configuration,
                                   int uin,
                                   java.lang.String password,
                                   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()
                                   throws java.io.UnsupportedEncodingException
Specified by:
getRequestBody in class HttpRequest
Throws:
java.io.UnsupportedEncodingException
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.