TransportResultFactory

Creates TransportResults. Only intended for use by internal Proton classes. This class resides in the api module so it can be used by both proton-j-impl and proton-jni.

Members

Static functions

_okResult
TransportResult _okResult()
Undocumented in source. Be warned that the author may not have intended to support it.
error
TransportResult error(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
error
TransportResult error(string errorDescription)
Undocumented in source. Be warned that the author may not have intended to support it.
ok
TransportResult ok()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta