#include "SpdyDefs.h"
#include "SpdyCommon.h"
#include "SpdyCallbacks.h"
#include <openssl/md5.h>
#include "Plugin.h"
Go to the source code of this file.
Data Structures | |
class | SpdyRequest |
class | SpdyClientSession |
Typedefs | |
typedef int(* | SpdyClientSessionHandler )(TSCont contp, TSEvent event, void *data) |
Functions | |
void | spdy_cs_create (NetVConnection *netvc, spdy::SessionVersion vers, MIOBuffer *iobuf, IOBufferReader *reader) |
Variables | |
ClassAllocator< SpdyRequest > | spdyRequestAllocator |
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 SpdyClientSession.h.
typedef int(* SpdyClientSessionHandler)(TSCont contp, TSEvent event, void *data) |
Definition at line 34 of file SpdyClientSession.h.
void spdy_cs_create | ( | NetVConnection * | netvc, | |
spdy::SessionVersion | vers, | |||
MIOBuffer * | iobuf, | |||
IOBufferReader * | reader | |||
) |
Definition at line 179 of file SpdyClientSession.cc.
References ET_NET, eventProcessor, SpdyClientSession::init(), SpdyClientSession::req_buffer, SpdyClientSession::req_reader, SpdyClientSession::resp_buffer, SpdyClientSession::resp_reader, EventProcessor::schedule_imm(), spdyClientSessionAllocator, TSIOBufferCreate(), and TSIOBufferReaderAlloc().
Referenced by SpdySessionAccept::accept().
Referenced by SpdyClientSession::clear(), and spdy_on_ctrl_recv_callback().