Functions | Variables

SpdyCommon.cc File Reference

SpdyCommon.cc. More...

#include "SpdyCommon.h"
#include "SpdyCallbacks.h"
Include dependency graph for SpdyCommon.cc:

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
RecRawStatBlockspdy_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

Detailed Description

SpdyCommon.cc.

License

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.


Function Documentation

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 (  ) 

Variable Documentation

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().

Definition at line 40 of file SpdyCommon.cc.

Referenced by spdy_config_load().

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().