Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
Loading...
Searching...
No Matches
IConnector Interface Reference

Interface for HTTP connectors. More...

Inheritance diagram for IConnector:
ILifeCycle TdjAbstractConnector TdjHTTPConnector

Public Member Functions

string GetHost ()
 Get the host.
Integer GetPort ()
 Get the port.
boolean IsStarted ()
boolean IsStopped ()
 SetHost (const string Value)
 Set the host.
 SetPort (Integer Value)
 Set the port.
 Start ()
 Starts the component.
 Stop ()
 Stops the component.

Public Attributes

string Host
Integer Port

Detailed Description

Interface for HTTP connectors.

Member Function Documentation

◆ GetHost()

string IConnector::GetHost ( )

Get the host.

◆ GetPort()

Integer IConnector::GetPort ( )

Get the port.

◆ IsStarted()

boolean ILifeCycle::IsStarted ( )
inherited
Returns
True if component is started

Implemented in TdjLifeCycle.

Referenced by Stop().

◆ IsStopped()

boolean ILifeCycle::IsStopped ( )
inherited
Returns
True if component is stopped

Implemented in TdjLifeCycle.

◆ SetHost()

IConnector::SetHost ( const string Value)

Set the host.

◆ SetPort()

IConnector::SetPort ( Integer Value)

Set the port.

◆ Start()

ILifeCycle::Start ( )
inherited

Starts the component.

Implemented in TdjLifeCycle.

◆ Stop()

ILifeCycle::Stop ( )
inherited

Stops the component.

Implemented in TdjLifeCycle.

References IsStarted().

Member Data Documentation

◆ Host

string IConnector::Host

◆ Port

Integer IConnector::Port