Share via


HttpStatusType インターフェイス

public interface HttpStatusType

HTTP 状態の種類を定義します

メソッドの概要

修飾子と型 メソッドと説明
HttpStatusType custom(final int code)

カスタム (非標準) HTTP 状態コードを作成します。

int value()

メソッドの詳細

custom

public static HttpStatusType custom(final int code)

カスタム (非標準) HTTP 状態コードを作成します。

Parameters:

code - for HttpStatusCode

Returns:

HttpStatusType

value

public int value()

適用対象