Package nablarch.fw.web.handler
Class HttpAccessLogFormatter.ClientHostItem
java.lang.Object
nablarch.fw.web.handler.HttpAccessLogFormatter.ClientHostItem
- All Implemented Interfaces:
LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
- Enclosing class:
- HttpAccessLogFormatter
public static class HttpAccessLogFormatter.ClientHostItem
extends Object
implements LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
クライアント端末ホストを取得するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionクライアント端末ホストを取得する。
-
Constructor Details
-
ClientHostItem
public ClientHostItem()
-
-
Method Details
-
get
クライアント端末ホストを取得する。- Specified by:
get
in interfaceLogItem<HttpAccessLogFormatter.HttpAccessLogContext>
- Parameters:
context
- HttpAccessLogContext- Returns:
- クライアント端末ホスト
-