TTLSServer Class
Represents type TTLSServer.
flcTLSServer.TTLSServer
The TTLSServer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Create(TTLSServerTransportLayerSendProc) | Initializes a new instance of the TTLSServer class. |
![]() | Destroy | Represents the destructor of the TTLSServer class. |
| Name | Description | |
|---|---|---|
![]() | CertificateList | Represents property |
![]() | ClientCount | Represents property |
![]() | Client[Integer] | Represents property |
![]() | DHKeySize | Represents property |
![]() | Options | Represents property |
![]() | PEMFileName | Represents property |
![]() | PEMText | Represents property |
![]() | PrivateKeyRSA | Represents property |
![]() | PrivateKeyRSAPEM | Represents property |
![]() | State | Represents property |
| Name | Description | |
|---|---|---|
![]() | AddClient(TObject) | Represents method |
![]() | AllocateSessionID(RawByteString) | Represents method |
![]() | CheckActive | Represents method |
![]() | CheckNotActive | Represents method |
![]() | ClientAlert(TTLSServerClient,TTLSAlertLevel,TTLSAlertDescription) | Represents method |
![]() | ClientHandshakeFinished(TTLSServerClient) | Represents method |
![]() | ClientLog(TTLSServerClient,TTLSLogType,String,Integer) | Represents method |
![]() | ClientStateChange(TTLSServerClient) | Represents method |
![]() | ClientTransportLayerSend(TTLSServerClient,Void,Integer) | Represents method |
![]() | CreateClient(TObject) | Represents method |
![]() | DoStart | Represents method |
![]() | DoStop | Represents method |
![]() | GetClientIndex(TTLSServerClient) | Represents method |
![]() | Init | Represents method |
![]() | InitFromPEM | Represents method |
![]() | InitPrivateKey | Represents method |
![]() | Lock | Represents method |
![]() | Log(TTLSLogType,String,Integer) | Overloaded. Represents method |
![]() | Log(TTLSLogType,String,TVarRec[],Integer) | Overloaded. Represents method |
![]() | ProcessTransportLayerReceivedData(TTLSServerClient,Void,Integer) | Represents method |
![]() | RemoveClient(TTLSServerClient) | Represents method |
![]() | Start | Represents method |
![]() | Stop | Represents method |
![]() | Unlock | Represents method |
| Name | Description | |
|---|---|---|
![]() | OnClientAlert | Represents property |
![]() | OnClientHandshakeFinished | Represents property |
![]() | OnClientStateChange | Represents property |
![]() | OnLog | Represents property |
| Name | Description | |
|---|---|---|
![]() | FCertificateList | Represents field |
![]() | FClientNr | Represents field |
![]() | FClients | Represents field |
![]() | FDHKeySize | Represents field |
![]() | FLock | Represents field |
![]() | FOnClientAlert | Represents field |
![]() | FOnClientHandshakeFinished | Represents field |
![]() | FOnClientStateChange | Represents field |
![]() | FOnLog | Represents field |
![]() | FOptions | Represents field |
![]() | FPEMFileName | Represents field |
![]() | FPEMText | Represents field |
![]() | FPrivateKeyRSA | Represents field |
![]() | FRSAPrivateKey | Represents field |
![]() | FState | Represents field |
![]() | FTransportLayerSendProc | Represents field |
![]() | FX509RSAPrivateKey | Represents field |




