| Return Type | Method Summary |
| void* | AcceptSSHClientConnection(void *serverSock)
Accepts a client request. |
| U_CHAR | CloseSshConnection(void * clientSock, INT32 sockType, INT32 sessionID)
Closes a Ssh connection. |
| void* | ConnectWithSSHServer(void *ptr)
It will make the ssh connection with another application. |
| TransportProvider* | CreateSSHTransportProvider(SSHProperties *sshPropPtr)
Creates a TransportProvider reference for SSH. |
| INT32 | ReadSSHMessage(U_CHAR * mesgBuf, INT32 length, void *clientSock)
Reveives input message from client. |
| U_CHAR | SshSelect(void * clientSessionVect, void * fdSetData, U_CHAR opern)
Check if any message is waiting to be read. |
| void* | StartSSHServer(void *serverParam)
It will do all necessary initialization required for the SSH socket communication. |
| INT32 | WriteSSHMessage(U_CHAR * mesgBuf, INT32 mesgLen, void *clientSock)
Sends response message to client. |
| Method Details |