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 void
contentLengthCheck
(jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders) static boolean
isContentLengthZero
(jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders) static InputStream
noContentCheck
(jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream is)
-
Constructor Details
-
NoContent
public NoContent()
-
-
Method Details
-
noContentCheck
public static InputStream noContentCheck(jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream is) throws jakarta.ws.rs.core.NoContentException- Throws:
jakarta.ws.rs.core.NoContentException
-
isContentLengthZero
-
contentLengthCheck
public static void contentLengthCheck(jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders) throws jakarta.ws.rs.core.NoContentException- Throws:
jakarta.ws.rs.core.NoContentException
-