|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.message.internal.Statuses
public final class Statuses
Factory for producing custom JAX-RS response status type
instances.
| Method Summary | |
|---|---|
static Response.StatusType |
from(int code)
|
static Response.StatusType |
from(int code,
java.lang.String reason)
|
static Response.StatusType |
from(Response.StatusType status,
java.lang.String reason)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Response.StatusType from(int code)
public static Response.StatusType from(int code,
java.lang.String reason)
public static Response.StatusType from(Response.StatusType status,
java.lang.String reason)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||