From 63b8555fe026c09bd1a15b14c0ded83e72676922 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Dec 2019 11:15:20 +0100 Subject: v1.26.0RC1 --- REFLECTION | 107 ++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 64 insertions(+), 43 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 12b96a4..199bcb5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #200 grpc version 1.25.0 ] { +Extension [ extension #189 grpc version 1.26.0RC1 ] { - INI { Entry [ grpc.enable_fork_support ] @@ -7,50 +7,59 @@ Extension [ extension #200 grpc version 1.25.0 ] { Entry [ grpc.poll_strategy ] Current = '' } + Entry [ grpc.grpc_verbosity ] + Current = '' + } + Entry [ grpc.grpc_trace ] + Current = '' + } + Entry [ grpc.log_filename ] + Current = '' + } } - 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 } + Constant [ int Grpc\CALL_OK ] { 0 } + Constant [ int Grpc\CALL_ERROR ] { 1 } + Constant [ int Grpc\CALL_ERROR_NOT_ON_SERVER ] { 2 } + Constant [ int Grpc\CALL_ERROR_NOT_ON_CLIENT ] { 3 } + Constant [ int Grpc\CALL_ERROR_ALREADY_INVOKED ] { 5 } + Constant [ int Grpc\CALL_ERROR_NOT_INVOKED ] { 6 } + Constant [ int Grpc\CALL_ERROR_ALREADY_FINISHED ] { 7 } + Constant [ int Grpc\CALL_ERROR_TOO_MANY_OPERATIONS ] { 8 } + Constant [ int Grpc\CALL_ERROR_INVALID_FLAGS ] { 9 } + Constant [ int Grpc\WRITE_BUFFER_HINT ] { 1 } + Constant [ int Grpc\WRITE_NO_COMPRESS ] { 2 } + Constant [ int Grpc\STATUS_OK ] { 0 } + Constant [ int Grpc\STATUS_CANCELLED ] { 1 } + Constant [ int Grpc\STATUS_UNKNOWN ] { 2 } + Constant [ int Grpc\STATUS_INVALID_ARGUMENT ] { 3 } + Constant [ int Grpc\STATUS_DEADLINE_EXCEEDED ] { 4 } + Constant [ int Grpc\STATUS_NOT_FOUND ] { 5 } + Constant [ int Grpc\STATUS_ALREADY_EXISTS ] { 6 } + Constant [ int Grpc\STATUS_PERMISSION_DENIED ] { 7 } + Constant [ int Grpc\STATUS_UNAUTHENTICATED ] { 16 } + Constant [ int Grpc\STATUS_RESOURCE_EXHAUSTED ] { 8 } + Constant [ int Grpc\STATUS_FAILED_PRECONDITION ] { 9 } + Constant [ int Grpc\STATUS_ABORTED ] { 10 } + Constant [ int Grpc\STATUS_OUT_OF_RANGE ] { 11 } + Constant [ int Grpc\STATUS_UNIMPLEMENTED ] { 12 } + Constant [ int Grpc\STATUS_INTERNAL ] { 13 } + Constant [ int Grpc\STATUS_UNAVAILABLE ] { 14 } + Constant [ int Grpc\STATUS_DATA_LOSS ] { 15 } + Constant [ int Grpc\OP_SEND_INITIAL_METADATA ] { 0 } + Constant [ int Grpc\OP_SEND_MESSAGE ] { 1 } + Constant [ int Grpc\OP_SEND_CLOSE_FROM_CLIENT ] { 2 } + Constant [ int Grpc\OP_SEND_STATUS_FROM_SERVER ] { 3 } + Constant [ int Grpc\OP_RECV_INITIAL_METADATA ] { 4 } + Constant [ int Grpc\OP_RECV_MESSAGE ] { 5 } + Constant [ int Grpc\OP_RECV_STATUS_ON_CLIENT ] { 6 } + Constant [ int Grpc\OP_RECV_CLOSE_ON_SERVER ] { 7 } + Constant [ int Grpc\CHANNEL_IDLE ] { 0 } + Constant [ int Grpc\CHANNEL_CONNECTING ] { 1 } + Constant [ int Grpc\CHANNEL_READY ] { 2 } + Constant [ int Grpc\CHANNEL_TRANSIENT_FAILURE ] { 3 } + Constant [ int Grpc\CHANNEL_FATAL_FAILURE ] { 4 } } - Classes [7] { @@ -302,7 +311,7 @@ Extension [ extension #200 grpc version 1.25.0 ] { - Static properties [0] { } - - Static methods [5] { + - Static methods [7] { Method [ static public method setDefaultRootsPem ] { - Parameters [1] { @@ -310,6 +319,18 @@ Extension [ extension #200 grpc version 1.25.0 ] { } } + Method [ static public method isDefaultRootsPemSet ] { + + - Parameters [0] { + } + } + + Method [ static public method invalidateDefaultRootsPem ] { + + - Parameters [0] { + } + } + Method [ static public method createDefault ] { - Parameters [0] { -- cgit