
Java Servlets: HTTP and Environment Variables(1/2)
Similar communication mechanism between a Java servlet and the Web
server
All communication wrapped in a high-level Java objects (e.g. HttpServle-
tRequest)
request.getRemoteAddr()
request.getRemoteHost()
request.getRemoteUser()
(65/95)
Commenti su questo manuale