public class HTTP2ServerConnection extends AbstractHTTP2Connection implements HTTPServerConnection
generator, http2Session, parser, schedulerattachment, closedListener, exceptionListener, httpVersion, secureSession, tcpSession| 构造器和说明 |
|---|
HTTP2ServerConnection(HTTP2Configuration config,
Session tcpSession,
SecureSession secureSession,
ServerSessionListener serverSessionListener) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected HTTP2Session |
initHTTP2Session(HTTP2Configuration config,
FlowControlStrategy flowControl,
Session.Listener listener) |
protected Parser |
initParser(HTTP2Configuration config) |
CompletableFuture<HTTPTunnelConnection> |
upgradeHTTPTunnel() |
void |
upgradeHTTPTunnel(Promise<HTTPTunnelConnection> promise) |
getConnectionType, getHttp2Sessionclose, close, exception, getAttachment, getCloseTime, getDuration, getHttpVersion, getIdleTimeout, getLastActiveTime, getLastReadTime, getLastWrittenTime, getLocalAddress, getOpenTime, getReadBytes, getRemoteAddress, getSessionId, getWrittenBytes, isEncrypted, isOpen, setAttachment, writeEncryptMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, exception, getConnectionType, getHttpVersion, isEncryptedgetAttachment, getCloseTime, getDuration, getIdleTimeout, getLastActiveTime, getLastReadTime, getLastWrittenTime, getLocalAddress, getOpenTime, getReadBytes, getRemoteAddress, getSessionId, getWrittenBytes, isOpen, setAttachmentpublic HTTP2ServerConnection(HTTP2Configuration config, Session tcpSession, SecureSession secureSession, ServerSessionListener serverSessionListener)
protected HTTP2Session initHTTP2Session(HTTP2Configuration config, FlowControlStrategy flowControl, Session.Listener listener)
initHTTP2Session 在类中 AbstractHTTP2Connectionprotected Parser initParser(HTTP2Configuration config)
initParser 在类中 AbstractHTTP2Connectionpublic void upgradeHTTPTunnel(Promise<HTTPTunnelConnection> promise)
upgradeHTTPTunnel 在接口中 HTTPServerConnectionpublic CompletableFuture<HTTPTunnelConnection> upgradeHTTPTunnel()
upgradeHTTPTunnel 在接口中 HTTPServerConnectionCopyright © 2017. All rights reserved.