Class SocketConnectionInfos
- java.lang.Object
-
- org.apache.jmeter.visualizers.backend.graphite.SocketConnectionInfos
-
public class SocketConnectionInfos extends Object
Bean to embed host/port to Graphite- Since:
- 2.13
-
-
Constructor Summary
Constructors Constructor Description SocketConnectionInfos(String host, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()intgetPort()voidsetHost(String host)voidsetPort(int port)
-
-
-
Constructor Detail
-
SocketConnectionInfos
public SocketConnectionInfos(String host, int port)
- Parameters:
host- the name of the host to connect toport- the port to connect to
-
-