pl.mn.communicator.packet.http
Class ChangePasswordRequest
java.lang.Object
pl.mn.communicator.packet.http.HttpRequest
pl.mn.communicator.packet.http.AbstractTokenRequest
pl.mn.communicator.packet.http.ChangePasswordRequest
public class ChangePasswordRequest
- extends AbstractTokenRequest
Created on 2005-01-27
- Version:
- $Id: ChangePasswordRequest.java,v 1.1 2005/11/05 23:34:52 winnetou25 Exp $
- Author:
- Mateusz Szczap
|
Constructor Summary |
ChangePasswordRequest(IGGConfiguration configuration,
int uin,
java.lang.String email,
java.lang.String oldPassword,
java.lang.String newPassword,
java.lang.String tokenID,
java.lang.String tokenVal)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangePasswordRequest
public ChangePasswordRequest(IGGConfiguration configuration,
int uin,
java.lang.String email,
java.lang.String oldPassword,
java.lang.String newPassword,
java.lang.String tokenID,
java.lang.String tokenVal)
throws java.io.IOException
- Throws:
java.io.IOException
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.