[Java]
public TElSimpleFTPSServerSessionThread(boolean CreateSuspended);
public TElSimpleFTPSServerSessionThread(TElSocketSocket);
public TElSimpleFTPSServerSessionThread();
Parameters
CreateSuspended - specifies if a suspended thread should be created. Suspended thread has to be started manually with Resume() method.
Socket - socket that handles session connection
Description
This method creates a new instance of TElSimpleFTPSServerSessionThread class.