diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 400 |
1 files changed, 400 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..01f8e11 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,400 @@ +Extension [ <persistent> extension #92 grpc version 1.2.0 ] { + + - Constants [41] { + Constant [ integer Grpc\CALL_OK ] { 0 } + Constant [ integer Grpc\CALL_ERROR ] { 1 } + Constant [ integer Grpc\CALL_ERROR_NOT_ON_SERVER ] { 2 } + Constant [ integer Grpc\CALL_ERROR_NOT_ON_CLIENT ] { 3 } + Constant [ integer Grpc\CALL_ERROR_ALREADY_INVOKED ] { 5 } + Constant [ integer Grpc\CALL_ERROR_NOT_INVOKED ] { 6 } + Constant [ integer Grpc\CALL_ERROR_ALREADY_FINISHED ] { 7 } + Constant [ integer Grpc\CALL_ERROR_TOO_MANY_OPERATIONS ] { 8 } + Constant [ integer Grpc\CALL_ERROR_INVALID_FLAGS ] { 9 } + Constant [ integer Grpc\WRITE_BUFFER_HINT ] { 1 } + Constant [ integer Grpc\WRITE_NO_COMPRESS ] { 2 } + Constant [ integer Grpc\STATUS_OK ] { 0 } + Constant [ integer Grpc\STATUS_CANCELLED ] { 1 } + Constant [ integer Grpc\STATUS_UNKNOWN ] { 2 } + Constant [ integer Grpc\STATUS_INVALID_ARGUMENT ] { 3 } + Constant [ integer Grpc\STATUS_DEADLINE_EXCEEDED ] { 4 } + Constant [ integer Grpc\STATUS_NOT_FOUND ] { 5 } + Constant [ integer Grpc\STATUS_ALREADY_EXISTS ] { 6 } + Constant [ integer Grpc\STATUS_PERMISSION_DENIED ] { 7 } + Constant [ integer Grpc\STATUS_UNAUTHENTICATED ] { 16 } + Constant [ integer Grpc\STATUS_RESOURCE_EXHAUSTED ] { 8 } + Constant [ integer Grpc\STATUS_FAILED_PRECONDITION ] { 9 } + Constant [ integer Grpc\STATUS_ABORTED ] { 10 } + Constant [ integer Grpc\STATUS_OUT_OF_RANGE ] { 11 } + Constant [ integer Grpc\STATUS_UNIMPLEMENTED ] { 12 } + Constant [ integer Grpc\STATUS_INTERNAL ] { 13 } + Constant [ integer Grpc\STATUS_UNAVAILABLE ] { 14 } + Constant [ integer Grpc\STATUS_DATA_LOSS ] { 15 } + Constant [ integer Grpc\OP_SEND_INITIAL_METADATA ] { 0 } + Constant [ integer Grpc\OP_SEND_MESSAGE ] { 1 } + Constant [ integer Grpc\OP_SEND_CLOSE_FROM_CLIENT ] { 2 } + Constant [ integer Grpc\OP_SEND_STATUS_FROM_SERVER ] { 3 } + Constant [ integer Grpc\OP_RECV_INITIAL_METADATA ] { 4 } + Constant [ integer Grpc\OP_RECV_MESSAGE ] { 5 } + Constant [ integer Grpc\OP_RECV_STATUS_ON_CLIENT ] { 6 } + Constant [ integer Grpc\OP_RECV_CLOSE_ON_SERVER ] { 7 } + Constant [ integer Grpc\CHANNEL_IDLE ] { 0 } + Constant [ integer Grpc\CHANNEL_CONNECTING ] { 1 } + Constant [ integer Grpc\CHANNEL_READY ] { 2 } + Constant [ integer Grpc\CHANNEL_TRANSIENT_FAILURE ] { 3 } + Constant [ integer Grpc\CHANNEL_FATAL_FAILURE ] { 4 } + } + + - Classes [7] { + Class [ <internal:grpc> class Grpc\Call ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:grpc, ctor> public method __construct ] { + + - Parameters [4] { + Parameter #0 [ <required> $channel ] + Parameter #1 [ <required> $method ] + Parameter #2 [ <required> $deadline ] + Parameter #3 [ <optional> $host_override ] + } + } + + Method [ <internal:grpc> public method startBatch ] { + + - Parameters [1] { + Parameter #0 [ <required> $ops ] + } + } + + Method [ <internal:grpc> public method getPeer ] { + + - Parameters [0] { + } + } + + Method [ <internal:grpc> public method cancel ] { + + - Parameters [0] { + } + } + + Method [ <internal:grpc> public method setCredentials ] { + + - Parameters [1] { + Parameter #0 [ <required> $credentials ] + } + } + } + } + + Class [ <internal:grpc> class Grpc\Channel ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:grpc, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> $target ] + Parameter #1 [ <required> $args ] + } + } + + Method [ <internal:grpc> public method getTarget ] { + + - Parameters [0] { + } + } + + Method [ <internal:grpc> public method getConnectivityState ] { + + - Parameters [1] { + Parameter #0 [ <optional> $try_to_connect ] + } + } + + Method [ <internal:grpc> public method watchConnectivityState ] { + + - Parameters [2] { + Parameter #0 [ <required> $last_state ] + Parameter #1 [ <required> $deadline ] + } + } + + Method [ <internal:grpc> public method close ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:grpc> class Grpc\Server ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:grpc, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $args ] + } + } + + Method [ <internal:grpc> public method requestCall ] { + + - Parameters [0] { + } + } + + Method [ <internal:grpc> public method addHttp2Port ] { + + - Parameters [1] { + Parameter #0 [ <required> $addr ] + } + } + + Method [ <internal:grpc> public method addSecureHttp2Port ] { + + - Parameters [2] { + Parameter #0 [ <required> $addr ] + Parameter #1 [ <required> $server_creds ] + } + } + + Method [ <internal:grpc> public method start ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:grpc> class Grpc\Timeval ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [6] { + Method [ <internal:grpc> static public method compare ] { + + - Parameters [2] { + Parameter #0 [ <required> $a_timeval ] + Parameter #1 [ <required> $b_timeval ] + } + } + + Method [ <internal:grpc> static public method infFuture ] { + + - Parameters [0] { + } + } + + Method [ <internal:grpc> static public method infPast ] { + + - Parameters [0] { + } + } + + Method [ <internal:grpc> static public method now ] { + + - Parameters [0] { + } + } + + Method [ <internal:grpc> static public method similar ] { + + - Parameters [3] { + Parameter #0 [ <required> $a_timeval ] + Parameter #1 [ <required> $b_timeval ] + Parameter #2 [ <required> $threshold_timeval ] + } + } + + Method [ <internal:grpc> static public method zero ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:grpc, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> $microseconds ] + } + } + + Method [ <internal:grpc> public method add ] { + + - Parameters [1] { + Parameter #0 [ <required> $timeval ] + } + } + + Method [ <internal:grpc> public method sleepUntil ] { + + - Parameters [0] { + } + } + + Method [ <internal:grpc> public method subtract ] { + + - Parameters [1] { + Parameter #0 [ <required> $timeval ] + } + } + } + } + + Class [ <internal:grpc> class Grpc\ChannelCredentials ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [5] { + Method [ <internal:grpc> static public method setDefaultRootsPem ] { + + - Parameters [1] { + Parameter #0 [ <required> $pem_roots ] + } + } + + Method [ <internal:grpc> static public method createDefault ] { + + - Parameters [0] { + } + } + + Method [ <internal:grpc> static public method createSsl ] { + + - Parameters [3] { + Parameter #0 [ <optional> $pem_root_certs ] + Parameter #1 [ <optional> $pem_private_key ] + Parameter #2 [ <optional> $pem_cert_chain ] + } + } + + Method [ <internal:grpc> static public method createComposite ] { + + - Parameters [2] { + Parameter #0 [ <required> $channel_creds ] + Parameter #1 [ <required> $call_creds ] + } + } + + Method [ <internal:grpc> static public method createInsecure ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:grpc> class Grpc\CallCredentials ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:grpc> static public method createComposite ] { + + - Parameters [2] { + Parameter #0 [ <required> $creds1 ] + Parameter #1 [ <required> $creds2 ] + } + } + + Method [ <internal:grpc> static public method createFromPlugin ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:grpc> class Grpc\ServerCredentials ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:grpc> static public method createSsl ] { + + - Parameters [3] { + Parameter #0 [ <required> $pem_root_certs ] + Parameter #1 [ <required> $pem_private_key ] + Parameter #2 [ <required> $pem_cert_chain ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + |