pl.mn.communicator.packet.http
Class GGTokenRequest

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

public class GGTokenRequest
extends HttpRequest

Created on 2005-01-27

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

Nested Class Summary
static class GGTokenRequest.GGTokenResponse
           
 
Field Summary
 
Fields inherited from class pl.mn.communicator.packet.http.HttpRequest
m_ggconfiguration, m_huc, WINDOW_ENCODING
 
Constructor Summary
GGTokenRequest(IGGConfiguration configuration)
           
 
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.HttpRequest
connect, disconnect, sendRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GGTokenRequest

public GGTokenRequest(IGGConfiguration configuration)
               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.