org.glassfish.jersey.message.internal
Class Statuses
java.lang.Object
org.glassfish.jersey.message.internal.Statuses
public final class Statuses
- extends Object
Factory for producing custom JAX-RS response status type
instances.
- Author:
- Paul Sandoz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
public static Response.StatusType from(int code)
from
public static Response.StatusType from(int code,
String reason)
from
public static Response.StatusType from(Response.StatusType status,
String reason)
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.