Class MessageWriter
java.lang.Object
java.io.Writer
org.eclipse.jetty.websocket.core.messages.MessageWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable, AutoCloseable
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()voidflush()voidsetCallback(Callback callback) voidwrite(char[] cbuf, int off, int len) 
- 
Constructor Details- 
MessageWriter
 
- 
- 
Method Details- 
write- Specified by:
- writein class- Writer
- Throws:
- IOException
 
- 
flush- Specified by:
- flushin interface- Flushable
- Specified by:
- flushin class- Writer
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Specified by:
- closein class- Writer
- Throws:
- IOException
 
- 
setCallback
 
-