From 962a85c3b07a4cb0d6782f1755d1b44dcb051ad2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Apr 2017 14:08:29 +0200 Subject: v1.2.0 - New package --- REFLECTION | 400 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 400 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..01f8e11 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,400 @@ +Extension [ 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 [ class Grpc\Call ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ $channel ] + Parameter #1 [ $method ] + Parameter #2 [ $deadline ] + Parameter #3 [ $host_override ] + } + } + + Method [ public method startBatch ] { + + - Parameters [1] { + Parameter #0 [ $ops ] + } + } + + Method [ public method getPeer ] { + + - Parameters [0] { + } + } + + Method [ public method cancel ] { + + - Parameters [0] { + } + } + + Method [ public method setCredentials ] { + + - Parameters [1] { + Parameter #0 [ $credentials ] + } + } + } + } + + Class [ class Grpc\Channel ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $target ] + Parameter #1 [ $args ] + } + } + + Method [ public method getTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getConnectivityState ] { + + - Parameters [1] { + Parameter #0 [ $try_to_connect ] + } + } + + Method [ public method watchConnectivityState ] { + + - Parameters [2] { + Parameter #0 [ $last_state ] + Parameter #1 [ $deadline ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Grpc\Server ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $args ] + } + } + + Method [ public method requestCall ] { + + - Parameters [0] { + } + } + + Method [ public method addHttp2Port ] { + + - Parameters [1] { + Parameter #0 [ $addr ] + } + } + + Method [ public method addSecureHttp2Port ] { + + - Parameters [2] { + Parameter #0 [ $addr ] + Parameter #1 [ $server_creds ] + } + } + + Method [ public method start ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Grpc\Timeval ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [6] { + Method [ static public method compare ] { + + - Parameters [2] { + Parameter #0 [ $a_timeval ] + Parameter #1 [ $b_timeval ] + } + } + + Method [ static public method infFuture ] { + + - Parameters [0] { + } + } + + Method [ static public method infPast ] { + + - Parameters [0] { + } + } + + Method [ static public method now ] { + + - Parameters [0] { + } + } + + Method [ static public method similar ] { + + - Parameters [3] { + Parameter #0 [ $a_timeval ] + Parameter #1 [ $b_timeval ] + Parameter #2 [ $threshold_timeval ] + } + } + + Method [ static public method zero ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $microseconds ] + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ $timeval ] + } + } + + Method [ public method sleepUntil ] { + + - Parameters [0] { + } + } + + Method [ public method subtract ] { + + - Parameters [1] { + Parameter #0 [ $timeval ] + } + } + } + } + + Class [ class Grpc\ChannelCredentials ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [5] { + Method [ static public method setDefaultRootsPem ] { + + - Parameters [1] { + Parameter #0 [ $pem_roots ] + } + } + + Method [ static public method createDefault ] { + + - Parameters [0] { + } + } + + Method [ static public method createSsl ] { + + - Parameters [3] { + Parameter #0 [ $pem_root_certs ] + Parameter #1 [ $pem_private_key ] + Parameter #2 [ $pem_cert_chain ] + } + } + + Method [ static public method createComposite ] { + + - Parameters [2] { + Parameter #0 [ $channel_creds ] + Parameter #1 [ $call_creds ] + } + } + + Method [ static public method createInsecure ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Grpc\CallCredentials ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method createComposite ] { + + - Parameters [2] { + Parameter #0 [ $creds1 ] + Parameter #1 [ $creds2 ] + } + } + + Method [ static public method createFromPlugin ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Grpc\ServerCredentials ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method createSsl ] { + + - Parameters [3] { + Parameter #0 [ $pem_root_certs ] + Parameter #1 [ $pem_private_key ] + Parameter #2 [ $pem_cert_chain ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + -- cgit