trait HttpUnaryTransportTrait

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

at line 52
startClientStreamingCall(Call $call, array $options)

{@inheritdoc}

Parameters

Call $call
array $options

Exceptions

BadMethodCallException

at line 61
startServerStreamingCall(Call $call, array $options)

{@inheritdoc}

Parameters

Call $call
array $options

Exceptions

BadMethodCallException

at line 70
startBidiStreamingCall(Call $call, array $options)

{@inheritdoc}

Parameters

Call $call
array $options

Exceptions

BadMethodCallException

at line 78
close()

{@inheritdoc}