public class HTTP2ClientConnection extends AbstractHTTP2Connection implements HTTPClientConnection
generator, http2Session, parser, schedulerattachment, closedListener, exceptionListener, httpVersion, secureSession, tcpSession| 构造器和说明 |
|---|
HTTP2ClientConnection(HTTP2Configuration config,
Session tcpSession,
SecureSession secureSession,
Session.Listener listener) |
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 HTTP2ClientConnection(HTTP2Configuration config, Session tcpSession, SecureSession secureSession, Session.Listener listener)
public void initialize(HTTP2Configuration config, Promise<HTTPClientConnection> promise, Session.Listener listener)
protected HTTP2Session initHTTP2Session(HTTP2Configuration config, FlowControlStrategy flowControl, Session.Listener listener)
initHTTP2Session 在类中 AbstractHTTP2Connectionprotected Parser initParser(HTTP2Configuration config)
initParser 在类中 AbstractHTTP2Connectionpublic void send(MetaData.Request request, ClientHTTPHandler handler)
send 在接口中 HTTPClientConnectionpublic void send(MetaData.Request request, ByteBuffer buffer, ClientHTTPHandler handler)
send 在接口中 HTTPClientConnectionpublic void send(MetaData.Request request, ByteBuffer[] buffers, ClientHTTPHandler handler)
send 在接口中 HTTPClientConnectionpublic void send(MetaData.Request request, Collection<ByteBuffer> buffers, ClientHTTPHandler handler)
send 在接口中 HTTPClientConnectionpublic HTTPOutputStream sendRequestWithContinuation(MetaData.Request request, ClientHTTPHandler handler)
public HTTPOutputStream getHTTPOutputStream(MetaData.Request request, ClientHTTPHandler handler)
getHTTPOutputStream 在接口中 HTTPClientConnectionpublic void send(MetaData.Request request, Promise<HTTPOutputStream> promise, ClientHTTPHandler handler)
send 在接口中 HTTPClientConnectionpublic void request(MetaData.Request request, boolean endStream, Promise<HTTPOutputStream> promise, ClientHTTPHandler handler)
public void upgradeHTTP2(MetaData.Request request, SettingsFrame settings, Promise<HTTPClientConnection> promise, ClientHTTPHandler handler)
upgradeHTTP2 在接口中 HTTPClientConnectionCopyright © 2017. All rights reserved.