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.
This object exposes information about the server gathered after the user
logged in.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintint
-
Constructor Details
-
ServerInfoContainer
public ServerInfoContainer()
-
-
Method Details
-
getServerName
-
getLocalAddr
-
getServerPort
public int getServerPort() -
getLocalPort
public int getLocalPort() -
getRemoteAddr
-
getRemotePort
public int getRemotePort() -
getRemoteHost
-
getRemoteUser
-
getRequestURI
-
getRequestURL
-
getContextPath
-
getBaseURL
-