Class UdpOutputStream
java.lang.Object
java.io.OutputStream
org.jboss.logmanager.handlers.UdpOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, FlushableCloseable
An output stream that writes data to a
DatagramSocket.-
Field Details
-
socket
-
-
Constructor Details
-
UdpOutputStream
- Throws:
IOException
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-