JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.airlift.log
Interface MessageOutput
All Known Implementing Classes:
SocketMessageOutput
@ThreadSafe
public interface
MessageOutput
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
close
()
void
flush
()
void
writeMessage
(byte[] message)
Method Details
writeMessage
void
writeMessage
(byte[] message)
throws
IOException
Throws:
IOException
flush
void
flush
() throws
IOException
Throws:
IOException
close
void
close
() throws
IOException
Throws:
IOException