GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Service(3) User Contributed Perl Documentation OpenXPKI::Service(3)

OpenXPKI::Service - base class for services.

Base class for service implementations. The protocol definition itself is left to the derived classes.

BUILD

noop

talk

Expects hash reference to send to the client. Serialized data structure and sends message via the transport layer.

collect

Reads message from the client, deserializes the input and returns the corresponding data structure.

set_timout

Sets read timeout (seconds) for the collect() call. If no message is read within the specified timout collect() terminates with an exception. Default is undef which means no timeout (wait forever).

__get_error

Expects the following named parameters:

  • ERROR

    a single error string or an array reference (please see the array description below)

  • ERRORS

    a list of error like described for the ERROR parameter

  • EXCEPTION

    a single OpenXPKI::Exception

  • EXCEPTIONS

    an array of OpenXPKI::Exception

2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.