BBjspWebRequest::getLocalName (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method returns the host name of the Internet protocol (IP) interface on which the BBjspWebRequest was received.
Syntax
Return Value |
Method |
String |
getLocalName() |
Parameters
None.
Return Value
a string containing the local host name.
Remarks
The example below shows getting the local host-name associates with the IP address of the request within a BBJSP Servlet.
Example
This example demonstrates how this works in a BBJSP web-page
<html> |
This example demonstrates how this works in a BBJSP servlet
class public MyServlet |