Class SocketConnectionInfos
-
- All Implemented Interfaces:
public class SocketConnectionInfos
Bean to embed host/port to Graphite
-
-
Constructor Summary
Constructors Constructor Description SocketConnectionInfos(String host, int port)
-
Method Summary
-
-
Constructor Detail
-
SocketConnectionInfos
SocketConnectionInfos(String host, int port)
- Parameters:
host
- the name of the host to connect toport
- the port to connect to
-
-
-
-