Uses of Class
net.webpdf.wsclient.session.connection.SessionContext
-
Packages that use SessionContext Package Description net.webpdf.wsclient.session net.webpdf.wsclient.session.connection net.webpdf.wsclient.session.rest net.webpdf.wsclient.session.soap -
-
Uses of SessionContext in net.webpdf.wsclient.session
Methods in net.webpdf.wsclient.session with parameters of type SessionContext Modifier and Type Method Description static <T_SESSION extends Session>
T_SESSIONSessionFactory. createInstance(@NotNull SessionContext sessionContext)Creates a HTTP or HTTPSSessionwith a webPDF server, based on the givenSessionContext.static <T_SESSION extends Session>
T_SESSIONSessionFactory. createInstance(@NotNull SessionContext sessionContext, @NotNull AuthProvider authProvider)Creates a HTTP or HTTPSSessionwith a webPDF server, based on the givenSessionContextandAuthProvider.Constructors in net.webpdf.wsclient.session with parameters of type SessionContext Constructor Description AbstractSession(@NotNull WebServiceProtocol webServiceProtocol, @NotNull SessionContext serverContext, @NotNull AuthProvider authProvider)Creates a newAbstractRestSessioninstance providing connection information and authorization objects for a webPDF server-clientSession. -
Uses of SessionContext in net.webpdf.wsclient.session.connection
Methods in net.webpdf.wsclient.session.connection that return SessionContext Modifier and Type Method Description @NotNull SessionContextSessionContext. setProxy(@Nullable ProxyConfiguration proxyConfiguration)Sets theProxyConfigurationforSessions.
AProxyConfigurationallows to route requests to the server via the defined proxy.@NotNull SessionContextSessionContext. setSkewTime(int skewTime)Sets a skew time for the token refresh ofSessions.
The skew time helps to avoid using expired authorization tokens.@NotNull SessionContextSessionContext. setTlsContext(@Nullable TLSContext tlsContext)Sets theTLSContextforSessions.
ATLSContextallows to send requests to the server via secured HTTPS connections.Constructors in net.webpdf.wsclient.session.connection with parameters of type SessionContext Constructor Description SessionContextSettings(@NotNull SessionContext contextConfiguration)Creates a newSessionContextSettingsfrom the providedSessionContext. -
Uses of SessionContext in net.webpdf.wsclient.session.rest
Constructors in net.webpdf.wsclient.session.rest with parameters of type SessionContext Constructor Description AbstractRestSession(@NotNull SessionContext serverContext, @NotNull AuthProvider authProvider)Creates a newAbstractRestSessioninstance providing connection information, authorization objects and aDocumentManagerfor a webPDF server-clientRestSession.RestWebServiceSession(@NotNull SessionContext serverContext, @NotNull AuthProvider authProvider)Creates a newRestWebServiceSessioninstance providing connection information, authorization objects and aRestWebServiceDocumentManagerfor a webPDF server-clientRestSession. -
Uses of SessionContext in net.webpdf.wsclient.session.soap
Constructors in net.webpdf.wsclient.session.soap with parameters of type SessionContext Constructor Description AbstractSoapSession(@NotNull SessionContext serverContext, @NotNull AuthProvider authProvider)Creates a newAbstractSoapSessioninstance providing connection information and authorization objects for a webPDF server-clientSoapSession.SoapWebServiceSession(@NotNull SessionContext serverContext, @NotNull AuthProvider authProvider)Creates a newSoapWebServiceSessioninstance providing connection information, authorization objects for a webPDF server-clientSoapSession.
-