hunt-amqp ~master (2020-09-22T10:53:41Z)
Home
Dub
Repo
ProtonTransport
hunt
amqp
impl
ProtonTransport
class
ProtonTransport : BaseHandler {
this
(hunt.proton.engine.Connection.Connection connection, NetClient netClient, hunt.net.Connection.Connection socket, ProtonSaslAuthenticator authenticator, ProtonTransportOptions options);
void
flush
();
void
disconnect
();
}
Constructors
this
this
(hunt.proton.engine.Connection.Connection connection, NetClient netClient, hunt.net.Connection.Connection socket, ProtonSaslAuthenticator authenticator, ProtonTransportOptions options)
Undocumented in source.
Members
Functions
disconnect
void
disconnect
()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void
flush
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
amqp
impl
ProtonTransport
aliases
ConnCallBack
MsgCallBack
NetSocket
classes
ProtonTransport
structs
CommonUtil