#include "SpdyCommon.h"
#include "SpdyCallbacks.h"
Go to the source code of this file.
Functions | |
string | http_date (time_t t) |
int | spdy_config_load () |
Variables | |
spdylay_session_callbacks | spdy_callbacks |
RecRawStatBlock * | spdy_rsb |
Container for statistics. | |
static char const *const | SPDY_STAT_CURRENT_CLIENT_SESSION_NAME = "proxy.process.spdy.current_client_sessions" |
static char const *const | SPDY_STAT_CURRENT_CLIENT_STREAM_NAME = "proxy.process.spdy.current_client_streams" |
static char const *const | SPDY_STAT_TOTAL_CLIENT_STREAM_NAME = "proxy.process.spdy.total_client_streams" |
static char const *const | SPDY_STAT_TOTAL_TRANSACTIONS_TIME_NAME = "proxy.process.spdy.total_transactions_time" |
static char const *const | SPDY_STAT_TOTAL_CLIENT_CONNECTION_NAME = "proxy.process.spdy.total_client_connections" |
uint32_t | spdy_max_concurrent_streams = 100 |
uint32_t | spdy_initial_window_size = 65536 |
int32_t | spdy_accept_no_activity_timeout = 120 |
int32_t | spdy_no_activity_timeout_in = 115 |
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 SpdyCommon.cc.
string http_date | ( | time_t | t | ) |
Definition at line 46 of file SpdyCommon.cc.
Referenced by spdy_prepare_status_response_and_clean_request().
int spdy_config_load | ( | ) |
Definition at line 55 of file SpdyCommon.cc.
References REC_EstablishStaticConfigInt32, REC_EstablishStaticConfigInt32U, RecAllocateRawStatBlock(), RECD_INT, RECP_NON_PERSISTENT, RECP_PERSISTENT, RecRawStatSyncCount(), RecRawStatSyncSum(), RecRegisterRawStat, RECT_PROCESS, spdy_accept_no_activity_timeout, spdy_callbacks, spdy_callbacks_init(), spdy_initial_window_size, spdy_max_concurrent_streams, SPDY_N_STATS, spdy_no_activity_timeout_in, SPDY_STAT_CURRENT_CLIENT_SESSION_COUNT, SPDY_STAT_CURRENT_CLIENT_SESSION_NAME, SPDY_STAT_CURRENT_CLIENT_STREAM_COUNT, SPDY_STAT_CURRENT_CLIENT_STREAM_NAME, SPDY_STAT_TOTAL_CLIENT_CONNECTION_COUNT, SPDY_STAT_TOTAL_CLIENT_CONNECTION_NAME, SPDY_STAT_TOTAL_CLIENT_STREAM_NAME, SPDY_STAT_TOTAL_TRANSACTIONS_TIME, and SPDY_STAT_TOTAL_TRANSACTIONS_TIME_NAME.
Referenced by main().
int32_t spdy_accept_no_activity_timeout = 120 |
Definition at line 42 of file SpdyCommon.cc.
Referenced by SpdyClientSession::init(), and spdy_config_load().
spdylay_session_callbacks spdy_callbacks |
Definition at line 28 of file SpdyCommon.cc.
Referenced by SpdyClientSession::init(), and spdy_config_load().
uint32_t spdy_initial_window_size = 65536 |
Definition at line 41 of file SpdyCommon.cc.
Referenced by spdy_config_load(), and spdy_on_data_recv_callback().
uint32_t spdy_max_concurrent_streams = 100 |
Definition at line 40 of file SpdyCommon.cc.
Referenced by spdy_config_load().
int32_t spdy_no_activity_timeout_in = 115 |
Definition at line 43 of file SpdyCommon.cc.
Referenced by spdy_config_load().
Container for statistics.
Definition at line 31 of file SpdyCommon.cc.
char const* const SPDY_STAT_CURRENT_CLIENT_SESSION_NAME = "proxy.process.spdy.current_client_sessions" [static] |
Definition at line 33 of file SpdyCommon.cc.
Referenced by spdy_config_load().
char const* const SPDY_STAT_CURRENT_CLIENT_STREAM_NAME = "proxy.process.spdy.current_client_streams" [static] |
Definition at line 34 of file SpdyCommon.cc.
Referenced by spdy_config_load().
char const* const SPDY_STAT_TOTAL_CLIENT_CONNECTION_NAME = "proxy.process.spdy.total_client_connections" [static] |
Definition at line 37 of file SpdyCommon.cc.
Referenced by spdy_config_load().
char const* const SPDY_STAT_TOTAL_CLIENT_STREAM_NAME = "proxy.process.spdy.total_client_streams" [static] |
Definition at line 35 of file SpdyCommon.cc.
Referenced by spdy_config_load().
char const* const SPDY_STAT_TOTAL_TRANSACTIONS_TIME_NAME = "proxy.process.spdy.total_transactions_time" [static] |
Definition at line 36 of file SpdyCommon.cc.
Referenced by spdy_config_load().