128 int consider_priority);
190 int32_t delta_window_size);
int SPDYF_session_accept(struct SPDY_Daemon *daemon)
int SPDYF_session_read(struct SPDY_Session *session)
void SPDYF_session_destroy(struct SPDY_Session *session)
int SPDYF_handler_write_data(struct SPDY_Session *session)
void SPDYF_session_close(struct SPDY_Session *session)
internal and public structures – most of the structs used by the library are defined here ...
int SPDYF_handler_write_syn_reply(struct SPDY_Session *session)
int SPDYF_handler_write_rst_stream(struct SPDY_Session *session)
int SPDYF_prepare_goaway(struct SPDY_Session *session, enum SPDY_GOAWAY_STATUS status, bool in_front)
int SPDYF_handler_write_goaway(struct SPDY_Session *session)
int SPDYF_session_write(struct SPDY_Session *session, bool only_one_frame)
int SPDYF_prepare_rst_stream(struct SPDY_Session *session, struct SPDYF_Stream *stream, enum SPDY_RST_STREAM_STATUS status)
int SPDYF_prepare_window_update(struct SPDY_Session *session, struct SPDYF_Stream *stream, int32_t delta_window_size)
int SPDYF_handler_write_window_update(struct SPDY_Session *session)
int SPDYF_session_idle(struct SPDY_Session *session)
void SPDYF_queue_response(struct SPDYF_Response_Queue *response_to_queue, struct SPDY_Session *session, int consider_priority)
void SPDYF_handler_ignore_frame(struct SPDY_Session *session)