Class SocketConnectionInfos
java.lang.Object
org.apache.jmeter.visualizers.backend.graphite.SocketConnectionInfos
Bean to embed host/port to Graphite
- Since:
 - 2.13
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SocketConnectionInfos
- Parameters:
 host- the name of the host to connect toport- the port to connect to
 
 - 
 - 
Method Details
- 
getHost
- Returns:
 - the host
 
 - 
setHost
- Parameters:
 host- the host to set
 - 
getPort
public int getPort()- Returns:
 - the port
 
 - 
setPort
public void setPort(int port) - Parameters:
 port- the port to set
 
 -