HttpSocket Class Reference

#include <http_socket.h>

Inheritance diagram for HttpSocket:

Inheritance graph
[legend]
Collaboration diagram for HttpSocket:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 HttpSocket (char *host, int port=80)
virtual ~HttpSocket ()
char * postRequest (char *filePath, char *requestData, int requestSize, int &responseSize)

Static Public Attributes

static const char * rcsid = "@(#) $Id: http_socket.cpp,v 1.2 2006/03/16 23:32:24 hawaii Exp $ $Copyright: (c)2001 National Biocomputation Center, Stanford University $"
static int debug = 0


Detailed Description

Definition at line 16 of file http_socket.h.


Constructor & Destructor Documentation

HttpSocket::HttpSocket ( char *  host,
int  port = 80 
)

Definition at line 20 of file http_socket.cpp.

HttpSocket::~HttpSocket (  )  [virtual]

Definition at line 25 of file http_socket.cpp.


Member Function Documentation

char * HttpSocket::postRequest ( char *  filePath,
char *  requestData,
int  requestSize,
int &  responseSize 
)

Definition at line 35 of file http_socket.cpp.


Member Data Documentation

const char * HttpSocket::rcsid = "@(#) $Id: http_socket.cpp,v 1.2 2006/03/16 23:32:24 hawaii Exp $ $Copyright: (c)2001 National Biocomputation Center, Stanford University $" [static]

Reimplemented from Socket.

Definition at line 23 of file http_socket.h.

int HttpSocket::debug = 0 [static]

Reimplemented from Socket.

Definition at line 24 of file http_socket.h.


The documentation for this class was generated from the following files:
Generated on Thu Aug 30 11:04:51 2007 for SPRING Mac by  doxygen 1.5.3