trait HttpUnaryTransportTrait (View source)

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

Methods

startClientStreamingCall(Call $call, array $options)

{@inheritdoc}

startServerStreamingCall(Call $call, array $options)

{@inheritdoc}

startBidiStreamingCall(Call $call, array $options)

{@inheritdoc}

close()

{@inheritdoc}

Details

startClientStreamingCall(Call $call, array $options)

{@inheritdoc}

Parameters

Call $call
array $options

Exceptions

BadMethodCallException

startServerStreamingCall(Call $call, array $options)

{@inheritdoc}

Parameters

Call $call
array $options

Exceptions

BadMethodCallException

startBidiStreamingCall(Call $call, array $options)

{@inheritdoc}

Parameters

Call $call
array $options

Exceptions

BadMethodCallException

close()

{@inheritdoc}