AbstractHttpConnection

Undocumented in source.

Constructors

this
this(SecureSession secureSession, Session tcpSession, HttpVersion httpVersion)
Undocumented in source.

Members

Functions

getAttachment
Object getAttachment()
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.
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.
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.
setAttachment
void setAttachment(Object attachment)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attachment
Object attachment;
Undocumented in source.
connectionEvent
ConnectionEvent!HttpConnection connectionEvent;
Undocumented in source.
httpVersion
HttpVersion httpVersion;
Undocumented in source.

Inherited Members

From HttpConnection

getHttpVersion
HttpVersion getHttpVersion()
Undocumented in source.
onClose
HttpConnection onClose(Action1!(HttpConnection) closedCallback)
Undocumented in source.
onException
HttpConnection onException(Action2!(HttpConnection, Exception) exceptionCallback)
Undocumented in source.

Meta