#include "HTTP2.h"
#include "ProxyClientSession.h"
#include "Http2ConnectionState.h"
Go to the source code of this file.
Data Structures | |
class | Http2Frame |
class | Http2ClientSession |
Defines | |
#define | HTTP2_SESSION_EVENT_INIT (HTTP2_SESSION_EVENTS_START + 1) |
#define | HTTP2_SESSION_EVENT_FINI (HTTP2_SESSION_EVENTS_START + 2) |
#define | HTTP2_SESSION_EVENT_RECV (HTTP2_SESSION_EVENTS_START + 3) |
#define | HTTP2_SESSION_EVENT_XMIT (HTTP2_SESSION_EVENTS_START + 4) |
Variables | |
static size_t const | HTTP2_HEADER_BUFFER_SIZE_INDEX = CLIENT_CONNECTION_FIRST_READ_BUFFER_SIZE_INDEX |
ClassAllocator < Http2ClientSession > | http2ClientSessionAllocator |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file Http2ClientSession.h.
#define HTTP2_SESSION_EVENT_FINI (HTTP2_SESSION_EVENTS_START + 2) |
Definition at line 38 of file Http2ClientSession.h.
Referenced by Http2ClientSession::do_io_close(), and Http2ConnectionState::main_event_handler().
#define HTTP2_SESSION_EVENT_INIT (HTTP2_SESSION_EVENTS_START + 1) |
Definition at line 37 of file Http2ClientSession.h.
Referenced by Http2ConnectionState::main_event_handler(), and Http2ClientSession::start().
#define HTTP2_SESSION_EVENT_RECV (HTTP2_SESSION_EVENTS_START + 3) |
Definition at line 39 of file Http2ClientSession.h.
Referenced by Http2ConnectionState::main_event_handler().
#define HTTP2_SESSION_EVENT_XMIT (HTTP2_SESSION_EVENTS_START + 4) |
Definition at line 40 of file Http2ClientSession.h.
Referenced by Http2ConnectionState::main_event_handler().
size_t const HTTP2_HEADER_BUFFER_SIZE_INDEX = CLIENT_CONNECTION_FIRST_READ_BUFFER_SIZE_INDEX [static] |
Definition at line 42 of file Http2ClientSession.h.
Referenced by Http2ClientSession::new_connection().