AbstractHttp1Connection

Constructors

this
this(Http2Configuration config, SecureSession secureSession, Session tcpSession, HttpRequestHandler requestHandler, ResponseHandler responseHandler)
Undocumented in source.

Members

Functions

getConnectionType
ConnectionType getConnectionType()
Undocumented in source. Be warned that the author may not have intended to support it.
initHttpParser
HttpParser initHttpParser(Http2Configuration config, HttpRequestHandler requestHandler, ResponseHandler responseHandler)
Undocumented in source.

Variables

config
Http2Configuration config;
Undocumented in source.
http2Generator
Http2Generator http2Generator;
Undocumented in source.
parser
HttpParser parser;
Undocumented in source.

Inherited Members

From AbstractHttpConnection

httpVersion
HttpVersion httpVersion;
Undocumented in source.
attachment
Object attachment;
Undocumented in source.
connectionEvent
ConnectionEvent!HttpConnection connectionEvent;
Undocumented in source.
getAttachment
Object getAttachment()
Undocumented in source. Be warned that the author may not have intended to support it.
setAttachment
void setAttachment(Object attachment)
Undocumented in source. Be warned that the author may not have intended to support it.
getHttpVersion
HttpVersion getHttpVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
isEncrypted
bool isEncrypted()
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
HttpConnection onClose(Action1!HttpConnection closedListener)
Undocumented in source. Be warned that the author may not have intended to support it.
onException
HttpConnection onException(Action2!(HttpConnection, Exception) exceptionListener)
Undocumented in source. Be warned that the author may not have intended to support it.
notifyClose
void notifyClose()
Undocumented in source. Be warned that the author may not have intended to support it.
notifyException
void notifyException(Exception t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta