org.apache.jmeter.visualizers.backend.graphite
Class SocketOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.jmeter.visualizers.backend.graphite.SocketOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class SocketOutputStream
- extends FilterOutputStream
Convenience class for writing bytes to a Socket.
- Since:
- 2.13
SocketOutputStream
public SocketOutputStream(InetSocketAddress inetSocketAddress)
throws IOException
- Throws:
IOException
SocketOutputStream
public SocketOutputStream(Socket socket)
throws IOException
- Throws:
IOException
getSocket
public Socket getSocket()
- Return the underlying Socket
- Returns:
- the underlying
Socket
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.