hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
TransportOutput
hunt
proton
engine
impl
TransportOutput
Undocumented in source.
interface
TransportOutput {
int
pending
();
ByteBuffer
head
();
void
pop
(int bytes);
void
close_head
();
}
Members
Functions
close_head
void
close_head
()
Undocumented in source.
head
ByteBuffer
head
()
Undocumented in source.
pending
int
pending
()
Undocumented in source.
pop
void
pop
(int bytes)
Undocumented in source.
Meta
Source
See Implementation
hunt
proton
engine
impl
TransportOutput
interfaces
TransportOutput