Struct jsonrpc_ipc_server::ServerBuilder[][src]

pub struct ServerBuilder<M: Metadata = (), S: Middleware<M> = Noop> { /* fields omitted */ }
Expand description

IPC server builder

Implementations

Creates new IPC server build given the IoHandler.

Creates new IPC server build given the IoHandler and metadata extractor.

Sets shared different event loop executor.

Sets session metadata extractor.

Session stats

Sets the incoming and outgoing requests separator

Sets the security attributes for the underlying IPC socket/pipe

Sets how many concurrent requests per client can be processed at any one time. Set to 5 by default.

Creates a new server from the given endpoint.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.