Home
last modified time | relevance | path

Searched refs:chttp2 (Results 1 – 25 of 26) sorted by relevance

12

/external/grpc-grpc/
DgRPC-Core.podspec254 'src/core/ext/transport/chttp2/transport/bin_decoder.h',
255 'src/core/ext/transport/chttp2/transport/bin_encoder.h',
256 'src/core/ext/transport/chttp2/transport/chttp2_transport.h',
257 'src/core/ext/transport/chttp2/transport/flow_control.h',
258 'src/core/ext/transport/chttp2/transport/frame.h',
259 'src/core/ext/transport/chttp2/transport/frame_data.h',
260 'src/core/ext/transport/chttp2/transport/frame_goaway.h',
261 'src/core/ext/transport/chttp2/transport/frame_ping.h',
262 'src/core/ext/transport/chttp2/transport/frame_rst_stream.h',
263 'src/core/ext/transport/chttp2/transport/frame_settings.h',
[all …]
Dgrpc.gyp431 'src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc',
432 'src/core/ext/transport/chttp2/transport/bin_decoder.cc',
433 'src/core/ext/transport/chttp2/transport/bin_encoder.cc',
434 'src/core/ext/transport/chttp2/transport/chttp2_plugin.cc',
435 'src/core/ext/transport/chttp2/transport/chttp2_transport.cc',
436 'src/core/ext/transport/chttp2/transport/flow_control.cc',
437 'src/core/ext/transport/chttp2/transport/frame_data.cc',
438 'src/core/ext/transport/chttp2/transport/frame_goaway.cc',
439 'src/core/ext/transport/chttp2/transport/frame_ping.cc',
440 'src/core/ext/transport/chttp2/transport/frame_rst_stream.cc',
[all …]
Dconfig.m4239 src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc \
240 src/core/ext/transport/chttp2/transport/bin_decoder.cc \
241 src/core/ext/transport/chttp2/transport/bin_encoder.cc \
242 src/core/ext/transport/chttp2/transport/chttp2_plugin.cc \
243 src/core/ext/transport/chttp2/transport/chttp2_transport.cc \
244 src/core/ext/transport/chttp2/transport/flow_control.cc \
245 src/core/ext/transport/chttp2/transport/frame_data.cc \
246 src/core/ext/transport/chttp2/transport/frame_goaway.cc \
247 src/core/ext/transport/chttp2/transport/frame_ping.cc \
248 src/core/ext/transport/chttp2/transport/frame_rst_stream.cc \
[all …]
Dconfig.w32214 "src\\core\\ext\\transport\\chttp2\\server\\secure\\server_secure_chttp2.cc " +
215 "src\\core\\ext\\transport\\chttp2\\transport\\bin_decoder.cc " +
216 "src\\core\\ext\\transport\\chttp2\\transport\\bin_encoder.cc " +
217 "src\\core\\ext\\transport\\chttp2\\transport\\chttp2_plugin.cc " +
218 "src\\core\\ext\\transport\\chttp2\\transport\\chttp2_transport.cc " +
219 "src\\core\\ext\\transport\\chttp2\\transport\\flow_control.cc " +
220 "src\\core\\ext\\transport\\chttp2\\transport\\frame_data.cc " +
221 "src\\core\\ext\\transport\\chttp2\\transport\\frame_goaway.cc " +
222 "src\\core\\ext\\transport\\chttp2\\transport\\frame_ping.cc " +
223 "src\\core\\ext\\transport\\chttp2\\transport\\frame_rst_stream.cc " +
[all …]
DBUILD1564 "src/core/ext/transport/chttp2/transport/bin_decoder.cc",
1565 "src/core/ext/transport/chttp2/transport/bin_encoder.cc",
1566 "src/core/ext/transport/chttp2/transport/chttp2_plugin.cc",
1567 "src/core/ext/transport/chttp2/transport/chttp2_transport.cc",
1568 "src/core/ext/transport/chttp2/transport/flow_control.cc",
1569 "src/core/ext/transport/chttp2/transport/frame_data.cc",
1570 "src/core/ext/transport/chttp2/transport/frame_goaway.cc",
1571 "src/core/ext/transport/chttp2/transport/frame_ping.cc",
1572 "src/core/ext/transport/chttp2/transport/frame_rst_stream.cc",
1573 "src/core/ext/transport/chttp2/transport/frame_settings.cc",
[all …]
DgRPC-C++.podspec245 'src/core/ext/transport/chttp2/transport/bin_decoder.h',
246 'src/core/ext/transport/chttp2/transport/bin_encoder.h',
247 'src/core/ext/transport/chttp2/transport/chttp2_transport.h',
248 'src/core/ext/transport/chttp2/transport/flow_control.h',
249 'src/core/ext/transport/chttp2/transport/frame.h',
250 'src/core/ext/transport/chttp2/transport/frame_data.h',
251 'src/core/ext/transport/chttp2/transport/frame_goaway.h',
252 'src/core/ext/transport/chttp2/transport/frame_ping.h',
253 'src/core/ext/transport/chttp2/transport/frame_rst_stream.h',
254 'src/core/ext/transport/chttp2/transport/frame_settings.h',
[all …]
Dgrpc.gemspec186 s.files += %w( src/core/ext/transport/chttp2/transport/bin_decoder.h )
187 s.files += %w( src/core/ext/transport/chttp2/transport/bin_encoder.h )
188 s.files += %w( src/core/ext/transport/chttp2/transport/chttp2_transport.h )
189 s.files += %w( src/core/ext/transport/chttp2/transport/flow_control.h )
190 s.files += %w( src/core/ext/transport/chttp2/transport/frame.h )
191 s.files += %w( src/core/ext/transport/chttp2/transport/frame_data.h )
192 s.files += %w( src/core/ext/transport/chttp2/transport/frame_goaway.h )
193 s.files += %w( src/core/ext/transport/chttp2/transport/frame_ping.h )
194 s.files += %w( src/core/ext/transport/chttp2/transport/frame_rst_stream.h )
195 s.files += %w( src/core/ext/transport/chttp2/transport/frame_settings.h )
[all …]
DCMakeLists.txt1095 src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
1096 src/core/ext/transport/chttp2/transport/bin_decoder.cc
1097 src/core/ext/transport/chttp2/transport/bin_encoder.cc
1098 src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
1099 src/core/ext/transport/chttp2/transport/chttp2_transport.cc
1100 src/core/ext/transport/chttp2/transport/flow_control.cc
1101 src/core/ext/transport/chttp2/transport/frame_data.cc
1102 src/core/ext/transport/chttp2/transport/frame_goaway.cc
1103 src/core/ext/transport/chttp2/transport/frame_ping.cc
1104 src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
[all …]
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
DREADME.md1 chttp2 transport plugin - implements grpc over http2
3 Used by chttp2/{client,server}/{insecure,secure} plugins to implement most of
Dinternal.h400 grpc_core::chttp2::TransportFlowControlBase,
401 grpc_core::chttp2::TransportFlowControl,
402 grpc_core::chttp2::TransportFlowControlDisabled>
582 grpc_core::chttp2::StreamFlowControlBase,
583 grpc_core::chttp2::StreamFlowControl,
584 grpc_core::chttp2::StreamFlowControlDisabled>
695 const grpc_core::chttp2::FlowControlAction& action,
Dchttp2_transport.cc519 t->write_buffer_size = grpc_core::chttp2::kDefaultWindow; in init_transport()
547 t->flow_control.Init<grpc_core::chttp2::TransportFlowControl>(t, in init_transport()
550 t->flow_control.Init<grpc_core::chttp2::TransportFlowControlDisabled>(t); in init_transport()
707 s->flow_control.Init<grpc_core::chttp2::StreamFlowControl>( in init_stream()
708 static_cast<grpc_core::chttp2::TransportFlowControl*>( in init_stream()
712 s->flow_control.Init<grpc_core::chttp2::StreamFlowControlDisabled>(); in init_stream()
2410 grpc_core::chttp2::FlowControlAction::Urgency urgency, in WithUrgency()
2413 case grpc_core::chttp2::FlowControlAction::Urgency::NO_ACTION_NEEDED: in WithUrgency()
2415 case grpc_core::chttp2::FlowControlAction::Urgency::UPDATE_IMMEDIATELY: in WithUrgency()
2418 case grpc_core::chttp2::FlowControlAction::Urgency::QUEUE_UPDATE: in WithUrgency()
[all …]
Dflow_control.h45 namespace chttp2 {
Dflow_control.cc38 namespace chttp2 { namespace
Dparsing.cc346 grpc_core::chttp2::FlowControlAction action; in init_data_frame_parser()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/insecure/
DREADME.md1 Plugin for creating insecure servers using chttp2
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
DREADME.md1 Plugin for creating secure channels using chttp2
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
DREADME.md1 Plugin for creating insecure channels using chttp2
/external/grpc-grpc/src/core/ext/transport/chttp2/server/secure/
DREADME.md1 Plugin for creating secure servers using chttp2
/external/grpc-grpc/tools/fuzzer/runners/
Dhpack_parser_fuzzer_test.sh31 bins/$config/hpack_parser_fuzzer_test $flags fuzzer_output test/core/transport/chttp2/hpack_parser_…
/external/grpc-grpc/src/core/lib/transport/
DREADME.md6 implementations atop [a custom http2 implementation](/src/core/ext/transport/chttp2/README.md)
/external/grpc-grpc/tools/doxygen/
DDoxyfile.core.internal972 src/core/ext/transport/chttp2/README.md \
973 src/core/ext/transport/chttp2/alpn/alpn.cc \
974 src/core/ext/transport/chttp2/alpn/alpn.h \
975 src/core/ext/transport/chttp2/client/authority.cc \
976 src/core/ext/transport/chttp2/client/authority.h \
977 src/core/ext/transport/chttp2/client/chttp2_connector.cc \
978 src/core/ext/transport/chttp2/client/chttp2_connector.h \
979 src/core/ext/transport/chttp2/client/insecure/README.md \
980 src/core/ext/transport/chttp2/client/insecure/channel_create.cc \
981 src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc \
[all …]
/external/grpc-grpc/test/core/transport/chttp2/
DBUILD19 grpc_package(name = "test/core/transport/chttp2")
/external/grpc-grpc/src/objective-c/tests/CoreCronetEnd2EndTests/
DCoreCronetEnd2EndTests.mm24 * This fixture creates a server full stack using chttp2 and a client
150 {"chttp2/simple_ssl_fullstack",
/external/grpc-grpc/doc/
Dcombiner-explainer.md69 `chttp2` runs all ops in the run state except if it sees a write it puts that into a finally. That …
/external/grpc-grpc/doc/core/
Dtransport_explainer.md14 * [HTTP/2](https://github.com/grpc/grpc/tree/master/src/core/ext/transport/chttp2)

12