Package nablarch.fw.web.httpserver
Class HttpServerFactoryJetty12
java.lang.Object
nablarch.fw.web.httpserver.HttpServerFactoryJetty12
- All Implemented Interfaces:
HttpServerFactory
Jetty12対応の
HttpServer
を生成するファクトリ実装クラス。-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HttpServerFactoryJetty12
public HttpServerFactoryJetty12()
-
-
Method Details
-
create
Description copied from interface:HttpServerFactory
HttpServer
を作成する。- Specified by:
create
in interfaceHttpServerFactory
- Returns:
HttpServer
-