Package org.jboss.resteasy.util
Class NoContent
java.lang.Object
org.jboss.resteasy.util.NoContent
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcontentLengthCheck(MultivaluedMap<String, String> httpHeaders) static booleanisContentLengthZero(MultivaluedMap<String, String> httpHeaders) static InputStreamnoContentCheck(MultivaluedMap<String, String> httpHeaders, InputStream is)
-
Constructor Details
-
NoContent
public NoContent()
-
-
Method Details
-
noContentCheck
public static InputStream noContentCheck(MultivaluedMap<String, String> httpHeaders, InputStream is) throws NoContentException- Throws:
NoContentException
-
isContentLengthZero
-
contentLengthCheck
public static void contentLengthCheck(MultivaluedMap<String, String> httpHeaders) throws NoContentException- Throws:
NoContentException
-