Class HttpConnectionInformation

  • All Implemented Interfaces:
    Serializable

    public class HttpConnectionInformation
    extends Object
    implements Serializable
    Information about the HTTP connection. These can be obtained any time from the servlet Request object.
    Author:
    semancik, mederly
    See Also:
    Serialized Form
    • Constructor Detail

      • HttpConnectionInformation

        public HttpConnectionInformation()
    • Method Detail

      • getRemoteHostAddress

        public String getRemoteHostAddress()
      • setRemoteHostAddress

        public void setRemoteHostAddress​(String remoteHostAddress)
      • getLocalHostName

        public String getLocalHostName()
      • setLocalHostName

        public void setLocalHostName​(String localHostName)
      • getSessionId

        public String getSessionId()
      • setSessionId

        public void setSessionId​(String sessionId)
      • setServerName

        public void setServerName​(String serverName)
      • getServerName

        public String getServerName()