Uses of Class
nablarch.fw.web.HttpErrorResponse
-
Uses of HttpErrorResponse in nablarch.fw.web
Modifier and TypeMethodDescriptionHttpErrorResponse.setResponse
(HttpResponse response) レスポンス情報を設定する。Modifier and TypeMethodDescriptionHttpResponse.write
(byte[] bytes) HTTPレスポンスボディにバイト配列を書き込む。HttpResponse.write
(CharSequence text) HTTPレスポンスボディに文字列を書き込む。HttpResponse.write
(ByteBuffer bytes) HTTPレスポンスボディにバイト配列を書き込む。