Unit 'uCEFInterfaces' Package
[Overview][Types][Classes][Index] [#pl_cef4typhon]

ICefServerHandler

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

Declaration

Source position: uCEFInterfaces.pas line 9043

type ICefServerHandler = interface(ICefBaseRefCounted)

  procedure OnServerCreated();

  

  procedure OnServerDestroyed();

  

  procedure OnClientConnected();

  

  procedure OnClientDisconnected();

  

  procedure OnHttpRequest();

  

  procedure OnWebSocketRequest();

  

  procedure OnWebSocketConnected();

  

  procedure OnWebSocketMessage();

  

end;

Inheritance

ICefServerHandler

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio