[][src]Module parsec_service::front::front_end

Entry point for IPC data into the service

The front end handler accepts streams of data that it can use to read requests, pass them to the rest of the service and write the responses back.

Structs

FrontEndHandler

Read and verify request from IPC stream

FrontEndHandlerBuilder

Builder for FrontEndHandler