| Return Type | Method Summary |
| INT16 | CheckFileModifiedSince(CHAR *fName, struct tm *IfModifiedSince, CHAR *resultFlag)
Checks whether the file is a directory and it is a regular file. |
| SOCKET | EstablishTcpConnection(IpInfo *ipInfoPtr) or
INT32 EstablishTcpConnection(IpInfo *ipInfoPtr)
It will establish the tcp connection to the listening port. |
| CHAR | GetHostIpAddress(CHAR **hostAddress)
It will get the ip address of the local machine. |
| INT16 | IfFileAvailable(CHAR *fName )
Checks whether the requested URL or the file is a directory or a regular file. |
| INT32 | PollSockets(IpInfo **ipInfoPtr, INT32 ipInfoLen, U_INT32 delayVal)
It will check each socket whether data is available to read. |
| CHAR | RcvCompleteTcpMsgForSnmp(SOCKET sockFd, U_CHAR *pkt, INT32 *pktLen) or
CHAR RcvCompleteTcpMsgForSnmp(INT32 sockFd, U_CHAR *pkt, INT32 *pktLen)
It will parse the header length of the snmp packet. |
| void | SetSockFds(fd_set *readFdSet, IpInfo **ipInfoPtr, INT32 ipInfoLen)
Set each sockFd into readFdSet variable. |
| void | UpdateMaxSockFd(IpInfo **ipInfoPtr, INT32 ipInfoLen, SOCKET *maxSockFd) or
void UpdateMaxSockFd(IpInfo **ipInfoPtr, INT32 ipInfoLen, INT32 *maxSockFd)
It will find out the max sockFd of the given transport domain info. |
| CHAR | WaitForResponseOnIp(Vector *vect)
It will wait for the response from the specified proxy agent, once data is available, it will will retun the function to read the message. |
| CHAR | WaitForTdInfoOnIp(IpInfo *ipInfoPtr, LONG delayVal)
This method will wait for the response for the specified IpInfo. |
| Method Details |