Class ServerInfoContainer

java.lang.Object
net.datenwerke.rs.core.service.reportserver.ServerInfoContainer
All Implemented Interfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class ServerInfoContainer extends Object implements Serializable
This object exposes information about the server gathered after the user logged in.
See Also:
  • Constructor Details

    • ServerInfoContainer

      public ServerInfoContainer()
  • Method Details

    • getServerName

      public String getServerName()
    • getLocalAddr

      public String getLocalAddr()
    • getServerPort

      public int getServerPort()
    • getLocalPort

      public int getLocalPort()
    • getRemoteAddr

      public String getRemoteAddr()
    • getRemotePort

      public int getRemotePort()
    • getRemoteHost

      public String getRemoteHost()
    • getRemoteUser

      public String getRemoteUser()
    • getRequestURI

      public String getRequestURI()
    • getRequestURL

      public String getRequestURL()
    • getContextPath

      public String getContextPath()
    • getBaseURL

      public String getBaseURL()