public abstract class AbstractHTTP2Connection extends AbstractHTTPConnection
| 限定符和类型 | 字段和说明 |
|---|---|
protected Generator |
generator |
protected HTTP2Session |
http2Session |
protected Parser |
parser |
protected static Scheduler |
scheduler |
attachment, httpVersion, sslSession, tcpSession| 构造器和说明 |
|---|
AbstractHTTP2Connection(HTTP2Configuration config,
Session tcpSession,
SSLSession sslSession,
Session.Listener listener) |
| 限定符和类型 | 方法和说明 |
|---|---|
Session |
getHttp2Session() |
protected abstract HTTP2Session |
initHTTP2Session(HTTP2Configuration config,
FlowControlStrategy flowControl,
Session.Listener listener) |
protected abstract Parser |
initParser(HTTP2Configuration config) |
static void |
stopScheduler() |
close, getAttachment, getHttpVersion, getLocalAddress, getReadBytes, getRemoteAddress, getSessionId, getWrittenBytes, isEncrypted, isOpen, setAttachmentprotected final HTTP2Session http2Session
protected final Parser parser
protected final Generator generator
protected static final Scheduler scheduler
public AbstractHTTP2Connection(HTTP2Configuration config, Session tcpSession, SSLSession sslSession, Session.Listener listener)
public static void stopScheduler()
protected abstract HTTP2Session initHTTP2Session(HTTP2Configuration config, FlowControlStrategy flowControl, Session.Listener listener)
protected abstract Parser initParser(HTTP2Configuration config)
public Session getHttp2Session()
Copyright © 2016. All rights reserved.