TCPConnection Struct Reference

#include <TCPConnection.h>

List of all members.

Public Attributes

antModuleRef endpoint
ConnectionState state
antSharedBuffer sendBuffer
bytesendData
int sendSize
antSharedBuffer recvBuffer
byterecvData
int recvSize
bytesendData
byterecvData
bytesendData
byterecvData
bytesendData
byterecvData
char * httpReq
size_t httpReqLen
bool imageRequested
OFbkImageLayer layer
bool reconstruction
int quality
bytejpegData
int jpegSize


Member Data Documentation

antModuleRef TCPConnection::endpoint
 

Definition at line 28 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by FtpPI::Close(), FtpDTP::Close(), FtpDTP::Connect(), EchoClient::InitTCPConnection(), W3AIBO::Listen(), FtpPI::Listen(), FtpDTP::Listen(), EchoServer::Listen(), FtpPI::Receive(), FtpDTP::Receive(), FtpPI::RequestProcess(), FtpPI::Send(), and FtpDTP::Send().

char* TCPConnection::httpReq
 

Definition at line 42 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by W3AIBO::InitTCPConnection(), and W3AIBO::ReceiveCont().

size_t TCPConnection::httpReqLen
 

Definition at line 43 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by W3AIBO::InitTCPConnection(), W3AIBO::Receive(), and W3AIBO::ReceiveCont().

bool TCPConnection::imageRequested
 

Definition at line 46 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by W3AIBO::InitTCPConnection(), W3AIBO::NotifyImage(), and W3AIBO::ProcessHTTPRequest().

byte* TCPConnection::jpegData
 

Definition at line 50 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by W3AIBO::InitTCPConnection().

int TCPConnection::jpegSize
 

Definition at line 51 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by W3AIBO::InitTCPConnection().

OFbkImageLayer TCPConnection::layer
 

Definition at line 47 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by W3AIBO::InitTCPConnection(), and W3AIBO::ProcessHTTPRequest().

int TCPConnection::quality
 

Definition at line 49 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by W3AIBO::InitTCPConnection().

bool TCPConnection::reconstruction
 

Definition at line 48 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by W3AIBO::InitTCPConnection(), and W3AIBO::ProcessHTTPRequest().

antSharedBuffer TCPConnection::recvBuffer
 

Definition at line 37 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by FtpPI::Initialize(), FtpDTP::Initialize(), W3AIBO::InitTCPConnection(), EchoServer::InitTCPConnection(), and EchoClient::InitTCPConnection().

byte* TCPConnection::recvData
 

Definition at line 38 of file W3AIBO/W3AIBO/TCPConnection.h.

byte* TCPConnection::recvData
 

Definition at line 38 of file TinyFTPD/TinyFTPD/TCPConnection.h.

byte* TCPConnection::recvData
 

Definition at line 38 of file EchoServer/EchoServer/TCPConnection.h.

byte* TCPConnection::recvData
 

Definition at line 38 of file EchoClient/EchoClient/TCPConnection.h.

Referenced by FtpPI::CommandParser(), FtpPI::Initialize(), FtpDTP::Initialize(), W3AIBO::InitTCPConnection(), EchoServer::InitTCPConnection(), EchoClient::InitTCPConnection(), FtpPI::Receive(), FtpDTP::Receive(), FtpDTP::ReceiveCont(), FtpPI::RequestComplete(), and FtpDTP::RetrieveSend().

int TCPConnection::recvSize
 

Definition at line 39 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by FtpDTP::ConnectCont(), W3AIBO::InitTCPConnection(), FtpPI::ListenCont(), FtpDTP::ListenCont(), W3AIBO::Receive(), FtpPI::ReceiveCont(), FtpDTP::ReceiveCont(), FtpPI::ReceiveContforDTP(), FtpPI::RequestComplete(), FtpPI::RequestProcess(), FtpDTP::RetrieveSend(), FtpPI::SendContforDTP(), EchoServer::SetReceiveData(), EchoClient::SetReceiveData(), and FtpDTP::Store().

antSharedBuffer TCPConnection::sendBuffer
 

Definition at line 32 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by FtpPI::Initialize(), FtpDTP::Initialize(), W3AIBO::InitTCPConnection(), EchoServer::InitTCPConnection(), and EchoClient::InitTCPConnection().

byte* TCPConnection::sendData
 

Definition at line 33 of file W3AIBO/W3AIBO/TCPConnection.h.

byte* TCPConnection::sendData
 

Definition at line 33 of file TinyFTPD/TinyFTPD/TCPConnection.h.

byte* TCPConnection::sendData
 

Definition at line 33 of file EchoServer/EchoServer/TCPConnection.h.

byte* TCPConnection::sendData
 

Definition at line 33 of file EchoClient/EchoClient/TCPConnection.h.

Referenced by W3AIBO::HTTPResponse(), FtpPI::Initialize(), FtpDTP::Initialize(), W3AIBO::InitTCPConnection(), EchoServer::InitTCPConnection(), EchoClient::InitTCPConnection(), FtpDTP::ListSend(), FtpPI::RequestProcess(), FtpDTP::RetrieveSend(), FtpPI::Send(), and FtpDTP::Send().

int TCPConnection::sendSize
 

Definition at line 34 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by W3AIBO::HTTPResponse(), W3AIBO::InitTCPConnection(), FtpDTP::ListSend(), EchoServer::ReceiveCont(), FtpDTP::RetrieveSend(), FtpPI::Send(), FtpDTP::Send(), EchoServer::Send(), EchoClient::Send(), W3AIBO::SendError(), W3AIBO::SendHeader(), and EchoClient::SetSendData().

ConnectionState TCPConnection::state
 

Definition at line 29 of file W3AIBO/W3AIBO/TCPConnection.h.

Referenced by W3AIBO::Close(), FtpPI::Close(), FtpDTP::Close(), EchoServer::Close(), EchoClient::Close(), W3AIBO::CloseCont(), FtpPI::CloseCont(), FtpDTP::CloseCont(), EchoServer::CloseCont(), EchoClient::CloseCont(), FtpDTP::Connect(), EchoClient::Connect(), FtpDTP::ConnectCont(), EchoClient::ConnectCont(), FtpPI::Initialize(), FtpDTP::Initialize(), W3AIBO::InitTCPConnection(), EchoServer::InitTCPConnection(), EchoClient::InitTCPConnection(), FtpDTP::List(), W3AIBO::Listen(), FtpPI::Listen(), FtpDTP::Listen(), EchoServer::Listen(), W3AIBO::ListenCont(), FtpPI::ListenCont(), FtpDTP::ListenCont(), EchoServer::ListenCont(), W3AIBO::Receive(), FtpPI::Receive(), FtpDTP::Receive(), EchoServer::Receive(), EchoClient::Receive(), FtpDTP::ReceiveCont(), FtpDTP::Retrieve(), FtpPI::Send(), FtpDTP::Send(), EchoServer::Send(), EchoClient::Send(), FtpPI::SendCont(), FtpDTP::SendCont(), EchoServer::SendCont(), EchoClient::SendCont(), W3AIBO::SendError(), W3AIBO::SendErrorCont(), W3AIBO::SendHeader(), W3AIBO::SendHeaderCont(), W3AIBO::SendImage(), W3AIBO::SendImageCont(), and FtpDTP::Store().


The documentation for this struct was generated from the following files:
Generated on Sun Dec 2 23:04:35 2007 for openSDK by  doxygen 1.3.9.1