Unit 'IdSSL' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_indy]

TIdSSLIOHandlerSocketBase

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

Declaration

Source position: IdSSL.pas line 74

type TIdSSLIOHandlerSocketBase = class(TIdIOHandlerStack)

protected

  fPassThrough: Boolean;

  

  fIsPeer: Boolean;

  

  FURIToCheck: string;

  

  procedure InitComponent; override;

  

  function RecvEnc(); virtual; abstract;

  

  function SendEnc(); virtual; abstract;

  

  function ReadDataFromSource(); override;

  

  function WriteDataToTarget(); override;

  

  procedure SetPassThrough(); virtual;

  

  procedure SetURIToCheck(); virtual;

  

public

  function Clone; virtual; abstract;

  

  procedure StartSSL; virtual; abstract;

  

  property PassThrough: Boolean; [rw]

  

  property IsPeer: Boolean; [rw]

  

  property URIToCheck: string; [rw]

  

end;

Inheritance

TIdSSLIOHandlerSocketBase

  

|

TIdIOHandlerStack

  

|

TIdIOHandlerSocket

  

|

TIdIOHandler

  

|

TIdComponent

  

|

TIdBaseComponent

  

|

TIdInitializerComponent

  

|

TObject



CT Web help

CodeTyphon Studio