Package org.jboss.logmanager.handlers
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:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-