Uses of Class
org.frankframework.http.AbstractHttpSession
Packages that use AbstractHttpSession
Package
Description
-
Uses of AbstractHttpSession in org.frankframework.extensions.akamai
Subclasses of AbstractHttpSession in org.frankframework.extensions.akamaiModifier and TypeClassDescriptionclass
Sender for Akamai NetStorage (HTTP based). -
Uses of AbstractHttpSession in org.frankframework.extensions.cmis
Subclasses of AbstractHttpSession in org.frankframework.extensions.cmis -
Uses of AbstractHttpSession in org.frankframework.filesystem
Subclasses of AbstractHttpSession in org.frankframework.filesystemModifier and TypeClassDescriptionclass
This class ensures that Microsoft Authentication Library (MSAL) requests are sent through the configured proxy and the correct SSLSocketFactory. -
Uses of AbstractHttpSession in org.frankframework.http
Subclasses of AbstractHttpSession in org.frankframework.httpModifier and TypeClassDescriptionclass
Sender for the HTTP protocol usingHttpMethod
.class
class
Shared HTTPSession, implementsSharedResource
so it can be set in the Configuration.xmlclass
Sender that sends a message via a WebService.Methods in org.frankframework.http with parameters of type AbstractHttpSessionModifier and TypeMethodDescriptionAbstractHttpSession.OauthAuthenticationMethod.determineOauthAuthenticationMethod
(AbstractHttpSession session) AbstractHttpSession.OauthAuthenticationMethod.newAuthenticator
(AbstractHttpSession session) -
Uses of AbstractHttpSession in org.frankframework.http.authentication
Fields in org.frankframework.http.authentication declared as AbstractHttpSessionModifier and TypeFieldDescriptionprotected final AbstractHttpSession
AbstractOauthAuthenticator.session
Constructors in org.frankframework.http.authentication with parameters of type AbstractHttpSession