Lines Matching refs:Http2Session
62 // Http2Session object is not linked in any freelist.
64 // Http2Session object is linked in address scope
67 // Http2Session object is about to be deleted, and it does not
100 class Http2Session {
102 Http2Session(struct ev_loop *loop, SSL_CTX *ssl_ctx, Worker *worker,
105 ~Http2Session();
248 Http2Session *dlnext, *dlprev;
264 std::function<int(Http2Session &)> read_, write_;
265 std::function<int(Http2Session &, const uint8_t *, size_t)> on_read_;
266 std::function<int(Http2Session &)> on_write_;