Class SocketConnectionInfos
-
- All Implemented Interfaces:
public class SocketConnectionInfosBean to embed host/port to Graphite
- Since:
2.13
-
-
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
-
-
-
-