public interface CgiHttpResourceInterface extends IIPToLocation
This interface is intended to handle binary resources and is extended
by the HtmlResourceInterface.
This interface now extends the interface
that enables IP-to-location functionality.IIPToLocation
| Modifier and Type | Method and Description |
|---|---|
HttpResource |
performAction(HttpSession session)
This method should return an
HttpResource instance with the document
that should be sent to the client. |
formatIPResult, formatIPResult, queryLocationInfo, queryLocationInfo, queryLocationInfoHttpResource performAction(HttpSession session) throws IOException
HttpResource instance with the document
that should be sent to the client.
The current directory of the CGI for the client agent is defined in the
HttpSession class instance as the resource requested without
the "/name.cgi" text.
session - The current HTTP session.HttpResource instance with the document to be sent to the client.IOException - for IO errors.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.