Friday, 17 February 2012

What is new in ServletRequest interface? | Java Servlets


The following methods have been added to ServletRequest 2.4 version:
public int getRemotePort()
public java.lang.String getLocalName()
public java.lang.String getLocalAddr()
public int getLocalPort()

No comments: