Http1ServerTunnelConnection

Constructors

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

Members

Functions

getConnectionType
ConnectionType getConnectionType()
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void receive(Action1!ByteBuffer content)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ByteBuffer byteBuffer, Callback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ByteBuffer[] buffers, Callback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(Collection!ByteBuffer buffers, Callback callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

content
Action1!ByteBuffer content;
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.

From HttpTunnelConnection

write
void write(ByteBuffer byteBuffer, Callback callback)
Undocumented in source.
write
void write(ByteBuffer[] buffers, Callback callback)
Undocumented in source.
write
void write(Collection!ByteBuffer buffers, Callback callback)
Undocumented in source.
receive
void receive(Action1!ByteBuffer content)
Undocumented in source.

Meta