org.apache.logging.log4j.core.net
Class DatagramOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.apache.logging.log4j.core.net.DatagramOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class DatagramOutputStream
extends OutputStream

OutputStream for UDP connections.


Field Summary
protected static org.apache.logging.log4j.Logger LOGGER
          Allow subclasses access to the status logger without creating another instance.
 
Constructor Summary
DatagramOutputStream(String host, int port, byte[] header, byte[] footer)
          The Constructor.
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] bytes)
           
 void write(byte[] bytes, int offset, int length)
           
 void write(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final org.apache.logging.log4j.Logger LOGGER
Allow subclasses access to the status logger without creating another instance.

Constructor Detail

DatagramOutputStream

public DatagramOutputStream(String host,
                            int port,
                            byte[] header,
                            byte[] footer)
The Constructor.

Parameters:
host - The host to connect to.
port - The port on the host.
Method Detail

write

public void write(byte[] bytes,
                  int offset,
                  int length)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException

write

public void write(int i)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

write

public void write(byte[] bytes)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException

flush

public void flush()
           throws IOException
Specified by:
flush in interface Flushable
Overrides:
flush in class OutputStream
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class OutputStream
Throws:
IOException


Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.