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 String
getHost()
int
getPort()
void
setHost(String host)
void
setPort(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
-
-