public interface TServerEcho
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAcceptCharset()
Gets the accept-charset.
|
java.lang.String |
getAcceptLanguage()
Gets the accept-language.
|
java.lang.String |
getAuthenticatedUserID()
Gets the authenticated user ID as a string.
|
java.lang.String |
getAuthenticationType()
Gets the authentication type.
|
java.lang.String |
getClientsDNSName()
Gets the DNS name of the client.
|
java.lang.String |
getClientsIPAddress()
Gets the IP address of the client.
|
java.lang.String |
getRequestMethod()
Gets the request method.
|
java.lang.String |
getServerSoftware()
Gets the server software.
|
java.lang.String |
getWebserversHostname()
Gets host name of the Webserver.
|
java.lang.String getAuthenticatedUserID()
java.lang.String getAuthenticationType()
java.lang.String getRequestMethod()
java.lang.String getClientsIPAddress()
java.lang.String getClientsDNSName()
java.lang.String getWebserversHostname()
java.lang.String getServerSoftware()
java.lang.String getAcceptCharset()
java.lang.String getAcceptLanguage()
Copyright (c) 2015 Software AG. All Rights Reserved.