#include <grpc/support/port_platform.h>
#include "src/core/lib/transport/http_connect_handshaker.h"
#include <limits.h>
#include <string.h>
#include <memory>
#include <string>
#include "absl/base/thread_annotations.h"
#include "absl/memory/memory.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/slice.h>
#include <grpc/slice_buffer.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/config/core_configuration.h"
#include "src/core/lib/gprpp/debug_location.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/gprpp/sync.h"
#include "src/core/lib/http/format_request.h"
#include "src/core/lib/http/parser.h"
#include "src/core/lib/iomgr/closure.h"
#include "src/core/lib/iomgr/endpoint.h"
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/iomgr/iomgr_fwd.h"
#include "src/core/lib/iomgr/tcp_server.h"
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/transport/handshaker.h"
#include "src/core/lib/transport/handshaker_factory.h"
#include "src/core/lib/transport/handshaker_registry.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
Functions | |
void | grpc_core::RegisterHttpConnectHandshaker (CoreConfiguration::Builder *builder) |
|
private |
Definition at line 90 of file http_connect_handshaker.cc.
|
private |
Definition at line 82 of file http_connect_handshaker.cc.
|
private |
Definition at line 91 of file http_connect_handshaker.cc.