public interface IHttpService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHost()
This method returns the hostname or IP address for the service.
|
int |
getPort()
This method returns the port number for the service.
|
java.lang.String |
getProtocol()
This method returns the protocol for the service.
|
java.lang.String getHost()
int getPort()
java.lang.String getProtocol()