Lines Matching full:session
278 * Handle for a SPDY session/connection.
285 * to the session's handler
292 * The structure has pointer to the session's handler
386 * for a single session. This means no requests can be received nor
425 * They affect the whole SPDY session. Defined in SPDY Protocol - Draft 3.
570 * The session is being closed, so the data is being discarded
599 * Callback for new SPDY session established by a client. Called
603 * @param session handler for the new SPDY session
607 struct SPDY_Session * session);
611 * Callback for closed session. Called after the TCP connection was
617 * @param session handler for the closed SPDY session
618 * @param by_client #SPDY_YES if the session close was initiated by the
624 struct SPDY_Session *session,
742 * discarded by the lib for any reason (e.g., closing session,
763 * @param session handler for which the ping request was sent
769 struct SPDY_Session *session,
794 * @param session handler for which settings are received
802 (*SPDY_SettingsReceivedCallback) (struct SPDY_Session *session,
868 * @param nscb callback called when a new SPDY session is
870 * @param sccb callback called when a session is closed
956 /* SPDY Session handling functions */
960 * Closes a SPDY session. SPDY clients and servers are expected to keep
963 session
966 * @param session handler to be closed
969 SPDY_close_session (struct SPDY_Session * session);
973 * Associate a void pointer with a session. The data accessible by the
974 * pointer can later be used wherever the session handler is available.
976 * @param session handler
980 SPDY_set_cls_to_session (struct SPDY_Session *session,
987 * @param session handler to get its cls
992 SPDY_get_cls_from_session (struct SPDY_Session *session);
996 * Retrieves the remote address of a given session.
998 * @param session handler to get its remote address
1003 SPDY_get_remote_addr (struct SPDY_Session *session,
1081 * Gets the session responsible for the given
1084 * @param request for which the session is wanted
1085 * @return session handler for the request
1196 * output for this session
1197 * is closed (i.e. the session is closed, half or full) or the output
1330 * @param session SPDY_Session handler for which settings are being sent
1341 SPDY_send_settings (struct SPDY_Session *session,
1369 * @param session handler for which the ping request is sent
1376 SPDY_send_ping (struct SPDY_Session *session,