BBjJettyContextConfiguration::getHosts
Description
In BBj 15.0 and higher, each Jetty context can be defined to respond to requests made to one or more hosts.
If no hosts are configured within a context then that context will respond to all host-names that resolve to the server.
This method gets a BBjVector containing the configures hosts.
Syntax
Return Value |
Method |
---|---|
getHosts() |
Parameters
None.
Return Value
a BBjVector of Strings
Remarks
Example
|