Package io.undertow.websockets
Class BinaryOutputStream
java.lang.Object
java.io.OutputStream
io.undertow.websockets.BinaryOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
BinaryOutputStream
public BinaryOutputStream(jakarta.websocket.RemoteEndpoint.Basic basic)
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-