trait HttpUnaryTransportTrait (View source)

A trait for shared functionality between transports that support only unary RPCs using simple HTTP requests.

Methods

never
startClientStreamingCall(Call $call, array $options)

{@inheritdoc}

never
startServerStreamingCall(Call $call, array $options)

{@inheritdoc}

never
startBidiStreamingCall(Call $call, array $options)

{@inheritdoc}

close()

{@inheritdoc}

Details

never startClientStreamingCall(Call $call, array $options)

{@inheritdoc}

Parameters

Call $call
array $options

Return Value

never

Exceptions

BadMethodCallException

never startServerStreamingCall(Call $call, array $options)

{@inheritdoc}

Parameters

Call $call
array $options

Return Value

never

Exceptions

BadMethodCallException

never startBidiStreamingCall(Call $call, array $options)

{@inheritdoc}

Parameters

Call $call
array $options

Return Value

never

Exceptions

BadMethodCallException

close()

{@inheritdoc}