Class HttpResponseHandler
java.lang.Object
org.frankframework.http.HttpResponseHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Consumes theHttpEntityand will release the connection.@NonNull org.apache.http.Header[]@Nullable String@Nullable org.springframework.util.MimeType@NonNull InputStream@Nullable Message@Nullable org.apache.http.StatusLineboolean
-
Constructor Details
-
HttpResponseHandler
- Throws:
IOException
-
-
Method Details
-
getStatusLine
public @Nullable org.apache.http.StatusLine getStatusLine() -
getAllHeaders
public @NonNull org.apache.http.Header[] getAllHeaders() -
getResponse
- Throws:
IOException
-
getResponseMessage
-
getHeader
-
close
Consumes theHttpEntityand will release the connection.- Throws:
IOException
-
getHeaderFields
-
getMimeType
public @Nullable org.springframework.util.MimeType getMimeType() -
isMultipart
public boolean isMultipart()
-