public interface IHttpService
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
This method returns the hostname or IP address for the service.
|
int |
getPort()
This method returns the port number for the service.
|
String |
getProtocol()
This method returns the protocol for the service.
|
String getHost()
int getPort()
String getProtocol()
Copyright © 2017. All rights reserved.