Unit 'uCEFServer' Package
[Overview][Classes][Index] [#pl_cef4typhon]

TCEFServerRef

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uCEFServer.pas line 18

type TCEFServerRef = class(TCefBaseRefCountedRef,ICefServer)

protected

  function GetTaskRunner; virtual;

  

  procedure Shutdown; virtual;

  

  function IsRunning; virtual;

  

  function GetAddress; virtual;

  

  function HasConnection; virtual;

  

  function IsValidConnection(); virtual;

  

  procedure SendHttp200response(); virtual;

  

  procedure SendHttp404response(); virtual;

  

  procedure SendHttp500response(); virtual;

  

  procedure SendHttpResponse(); virtual;

  

  procedure SendRawData(); virtual;

  

  procedure CloseConnection(); virtual;

  

  procedure SendWebSocketMessage(); virtual;

  

public

  class function UnWrap();

  

end;

Inheritance

TCEFServerRef

  

|

TCefBaseRefCountedRef,ICefServer

  

|

TObject,ICefBaseRefCounted



CT Web help

CodeTyphon Studio