Package org.frankframework.http
Class RestListenerUtils
java.lang.Object
org.frankframework.http.RestListenerUtils
Some utilities for working with
RestListener
.- Author:
- Peter Leeuwenburgh
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
retrieveRequestURL
(PipeLineSession session) static void
setResponseContentType
(PipeLineSession session, String contentType) Deprecated.static void
writeToResponseOutputStream
(PipeLineSession session, InputStream input) Deprecated.
-
Constructor Details
-
RestListenerUtils
public RestListenerUtils()
-
-
Method Details
-
retrieveRequestURL
-
writeToResponseOutputStream
@Deprecated public static void writeToResponseOutputStream(PipeLineSession session, InputStream input) throws IOException Deprecated.- Throws:
IOException
-
setResponseContentType
Deprecated.
-