Uses of Class
nablarch.fw.web.HttpServer
Package
Description
画面オンライン処理方式による業務処理の自動テストで使用するツール。
HTTPリクエスト機能のテスト機能を提供する。
-
Uses of HttpServer in nablarch.fw.web
Modifier and TypeMethodDescriptionHttpServerFactory.create()
HttpServer
を作成する。abstract HttpServer
HttpServer.join()
サーバスレッドが終了するまでカレントスレッドをwaitさせる。HttpServer.setHttpDumpEnabled
(boolean enabled) HTTPダンプ機能の有効化/無効化を設定する。HttpServer.setHttpDumpFilePath
(String path) HTTPダンプの出力先ファイルパスを指定する。HttpServer.setHttpDumpRoot
(String path) HTTPダンプの出力先フォルダのパスを設定する。 また、HTTPダンプ機能が無効化されている場合は有効化される。HttpServer.setPort
(int port) このサーバが使用するポート番号を設定する。HttpServer.setServletContextPath
(String path) ベースURIを設定する。HttpServer.setTempDirectory
(String path) context用の一時ディレクトリパスを指定する。 本パスを指定した場合、jspのコンパイル後のクラスなどはこのディレクトリ配下に保存される。HttpServer.setWarBasePath
(String warBasePath) このサーバにデプロイするWARのパスを設定する。HttpServer.setWarBasePaths
(List<nablarch.fw.web.ResourceLocator> warBasePaths) このサーバにデプロイするWARのパスを複数設定する。 引数で渡されたリストの順にリソースが探索される。abstract HttpServer
HttpServer.start()
サーバを起動する。abstract HttpServer
HttpServer.startLocal()
このサーバをテストモードで起動する。 -
Uses of HttpServer in nablarch.test.core.http
Modifier and TypeMethodDescriptionprotected HttpServer
HttpRequestTestSupport.createHttpServer()
HttpServerのインスタンスを生成する。protected HttpServer
HttpRequestTestSupport.createHttpServer
(HttpTestConfiguration config) HttpServerを生成する。