#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/iomgr/endpoint_pair.h"
#include "src/core/lib/iomgr/iomgr.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 88 of file h2_sockpair.cc.
|
static |
Definition at line 101 of file h2_sockpair.cc.
|
static |
Definition at line 120 of file h2_sockpair.cc.
|
static |
Definition at line 139 of file h2_sockpair.cc.
|
static |
Definition at line 70 of file h2_sockpair.cc.
Definition at line 151 of file h2_sockpair.cc.
|
static |
Definition at line 48 of file h2_sockpair.cc.
|
static |
Definition at line 145 of file h2_sockpair.cc.