com.softwareag.tamino.db.api.response
Interface TServerEcho

All Known Implementing Classes:
TServerEchoImpl

public interface TServerEcho

TServerEcho provides access to information retrieved from the http header as returned by a Tamino database.

Version:
$Revision: 1.3 $
Author:
Stefan Liebig

Method Summary
 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.
 

Method Detail

getAuthenticatedUserID

java.lang.String getAuthenticatedUserID()
Gets the authenticated user ID as a string.

Returns:
the authenticated user ID.

getAuthenticationType

java.lang.String getAuthenticationType()
Gets the authentication type.

Returns:
the authentication type.

getRequestMethod

java.lang.String getRequestMethod()
Gets the request method.

Returns:
the request method.

getClientsIPAddress

java.lang.String getClientsIPAddress()
Gets the IP address of the client.

Returns:
the client IP address.

getClientsDNSName

java.lang.String getClientsDNSName()
Gets the DNS name of the client.

Returns:
the client DNS name.

getWebserversHostname

java.lang.String getWebserversHostname()
Gets host name of the Webserver.

Returns:
the webserver host name.

getServerSoftware

java.lang.String getServerSoftware()
Gets the server software.

Returns:
the server software.

getAcceptCharset

java.lang.String getAcceptCharset()
Gets the accept-charset.

Returns:
the accept-charset.

getAcceptLanguage

java.lang.String getAcceptLanguage()
Gets the accept-language.

Returns:
the accept-language.


Copyright (c) 2013 Software AG. All Rights Reserved.