OpenVPN 3 Core Library
Loading...
Searching...
No Matches
OpenVPNClientThread.EventReceiver Interface Reference
Inheritance diagram for OpenVPNClientThread.EventReceiver:
[legend]

Public Member Functions

void event (ClientAPI_Event event)
 
void log (ClientAPI_LogInfo loginfo)
 
void done (ClientAPI_Status status)
 
boolean socket_protect (int socket)
 
boolean pause_on_connection_timeout ()
 
TunBuilder tun_builder_new ()
 
void external_pki_cert_request (ClientAPI_ExternalPKICertRequest req)
 
void external_pki_sign_request (ClientAPI_ExternalPKISignRequest req)
 

Detailed Description

Definition at line 30 of file OpenVPNClientThread.java.

Member Function Documentation

◆ done()

void OpenVPNClientThread.EventReceiver.done ( ClientAPI_Status  status)

Implemented in Client.

Here is the caller graph for this function:

◆ event()

void OpenVPNClientThread.EventReceiver.event ( ClientAPI_Event  event)

Implemented in Client.

Here is the caller graph for this function:

◆ external_pki_cert_request()

void OpenVPNClientThread.EventReceiver.external_pki_cert_request ( ClientAPI_ExternalPKICertRequest  req)

Implemented in Client.

Here is the caller graph for this function:

◆ external_pki_sign_request()

void OpenVPNClientThread.EventReceiver.external_pki_sign_request ( ClientAPI_ExternalPKISignRequest  req)

Implemented in Client.

Here is the caller graph for this function:

◆ log()

void OpenVPNClientThread.EventReceiver.log ( ClientAPI_LogInfo  loginfo)

Implemented in Client.

Here is the caller graph for this function:

◆ pause_on_connection_timeout()

boolean OpenVPNClientThread.EventReceiver.pause_on_connection_timeout ( )

Implemented in Client, Client, and Client.

Here is the caller graph for this function:

◆ socket_protect()

boolean OpenVPNClientThread.EventReceiver.socket_protect ( int  socket)

Implemented in Client.

Here is the caller graph for this function:

◆ tun_builder_new()

TunBuilder OpenVPNClientThread.EventReceiver.tun_builder_new ( )

Implemented in Client.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: