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