Declaration

TnxBaseSecuredTransport = class(TnxBaseTransportWrapper)

 
Description

Base implementation of a secure wrapper transport.

 
Methods

Broadcast

This function initiates a broadcast for servers.

ConnectionCount

This function returns the number of physical connections.

Create

constructor.

Destroy

destructor.

EstablishConnection

This function establishes a connection and returns the session id. This function sends a request to the server and then waits for the reply.

GetName

This function returns the name of the transport.

GetServerNames

This function returns the addresses of all servers found for the current transport by using broadcast. aTimeOut specifies the timeout in msec for the broadcast.

GetStatsCaptions

This function returns the captions for the statistics items.

GetStatsValues

This function returns the values for the statistics items.

IsConnected

IsConnected returns true if the current transport has an open connection.

Post

This functions posts a request and does NOT wait for the answer.

Request

This functions sends a request and waits for the answer.

TerminateConnection

This function closes a connection.

 
Properties

Transport

The actual network protocol transport that is used for the transmission of data.

 
File

 
nxtsBaseSecuredTransport

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes