Package org.frankframework.http
package org.frankframework.http
-
ClassDescriptionSender for the HTTP protocol using
HttpMethod
.Base class for @IbisInitializer capable servletsNote 1: Some certificates require the <java_home>/jre/lib/security/xxx_policy.jar files to be upgraded to unlimited strength.Deprecated, for removal: This API element is subject to removal in a future version.Servlet that listens for HTTP GET or POSTS, and handles them over to the ServiceDispatcher.Custom implementation of anHttpEntity
which deals withHttpMessageEntity.isRepeatable()
,HttpMessageEntity.isStreaming()
,Message.getCharset()
andMessage.size()
.Only retries if no HttpEntity is present, or if the HttpEntity is repeatable.SecurityHandler that delegates its implementation to the corresponding methods in the HttpServlet.Sender for the HTTP protocol usingHttpMethod
.Shared HTTPSession, implementsSharedResource
so it can be set in the Configuration.xmlBased on MicrometerHttpClientInterceptor in `micrometer-metrics` repository on github.Deprecated, for removal: This API element is subject to removal in a future version.Baseclass of aIPushingListener
that enables aReceiver
to receive messages from Servlets.Listener that allows aReceiver
to receive messages as a REST webservice.Servlet that listens for REST requests, and handles them over to the RestServiceDispatcher.Some utilities for working withRestListener
.Deprecated, for removal: This API element is subject to removal in a future version.Singleton class that knows about the RestListeners that are active.Listener that allows aReceiver
to receive messages as a SOAP webservice.Sender that sends a message via a WebService.