Page Speed Optimization Libraries  1.5.27.2
Namespaces | Functions
net/instaweb/apache/interface_mod_spdy.h File Reference
#include "util_filter.h"
#include "third_party/mod_spdy/src/mod_spdy/apache/slave_connection_api.h"

Go to the source code of this file.

Namespaces

namespace  net_instaweb
 

for StringPiece


Functions

void net_instaweb::attach_mod_spdy ()
 Needs to be called from a ap_hook_optional_fn_retrieve hook.
int net_instaweb::mod_spdy_get_spdy_version (conn_rec *conn)
spdy_slave_connection_factory * net_instaweb::mod_spdy_create_slave_connection_factory (conn_rec *master_connection)
void net_instaweb::mod_spdy_destroy_slave_connection_factory (spdy_slave_connection_factory *factory)
spdy_slave_connection * net_instaweb::mod_spdy_create_slave_connection (spdy_slave_connection_factory *factory, ap_filter_rec_t *input_filter, void *input_filter_ctx, ap_filter_rec_t *output_filter, void *output_filter_ctx)
void net_instaweb::mod_spdy_run_slave_connection (spdy_slave_connection *conn)
void net_instaweb::mod_spdy_destroy_slave_connection (spdy_slave_connection *conn)
bool net_instaweb::mod_ssl_is_https (conn_rec *conn)

Detailed Description

Licensed 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.

Interfaces with mod_spdy's exported functions.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines