Interface ServletConnection


public interface ServletConnection
Provides information about the connection made to the Servlet container. This interface is intended primarily for debugging purposes and as such provides the raw information as seen by the container. Unless explicitly stated otherwise in the Javadoc for a method, no adjustment is made for the presence of reverse proxies or similar configurations.
Since:
Servlet 6.0