#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include "src/core/ext/filters/client_channel/client_channel.h"
#include "src/core/ext/filters/http/client/http_client_filter.h"
#include "src/core/ext/filters/http/message_compress/message_compress_filter.h"
#include "src/core/ext/filters/http/server/http_server_filter.h"
#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
#include "src/core/lib/channel/connected_channel.h"
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/iomgr/endpoint_pair.h"
#include "src/core/lib/iomgr/iomgr.h"
#include "src/core/lib/iomgr/port.h"
#include "src/core/lib/resource_quota/api.h"
#include "src/core/lib/surface/channel.h"
#include "src/core/lib/surface/completion_queue.h"
#include "src/core/lib/surface/server.h"
#include "test/core/end2end/end2end_tests.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
struct | custom_fixture_data |
struct | sp_client_setup |
Functions | |
static grpc_end2end_test_fixture | chttp2_create_fixture_socketpair (const grpc_channel_args *, const grpc_channel_args *) |
static void | chttp2_init_client_socketpair (grpc_end2end_test_fixture *f, const grpc_channel_args *client_args) |
static void | chttp2_init_server_socketpair (grpc_end2end_test_fixture *f, const grpc_channel_args *server_args) |
static void | chttp2_tear_down_socketpair (grpc_end2end_test_fixture *f) |
static void | client_setup_transport (void *ts, grpc_transport *transport) |
int | main (int argc, char **argv) |
static void | server_setup_transport (void *ts, grpc_transport *transport) |
Variables | |
static grpc_end2end_test_config | configs [] |
|
static |
Definition at line 93 of file h2_sockpair+trace.cc.
|
static |
Definition at line 106 of file h2_sockpair+trace.cc.
|
static |
Definition at line 125 of file h2_sockpair+trace.cc.
|
static |
Definition at line 144 of file h2_sockpair+trace.cc.
|
static |
Definition at line 75 of file h2_sockpair+trace.cc.
Definition at line 156 of file h2_sockpair+trace.cc.
|
static |
Definition at line 53 of file h2_sockpair+trace.cc.
|
static |
Definition at line 150 of file h2_sockpair+trace.cc.