Package org.gearman.common
Interface GearmanJobServerIpConnection
-
- All Superinterfaces:
GearmanJobServerConnection
- All Known Implementing Classes:
GearmanNIOJobServerConnection
public interface GearmanJobServerIpConnection extends GearmanJobServerConnection
This interface exposes the API that classes representing IP connections to a Gearman Job Server must implement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHost()
int
getPort()
-
-
-
Method Detail
-
getHost
String getHost()
- Returns:
- The host-name or address of the Gearman Job Server
-
getPort
int getPort()
- Returns:
- The port used to connect to the Gearman Job Server
-
-