Uses of Class
net.webpdf.wsclient.session.connection.https.TLSContext
-
Packages that use TLSContext Package Description net.webpdf.wsclient.session.connection -
-
Uses of TLSContext in net.webpdf.wsclient.session.connection
Methods in net.webpdf.wsclient.session.connection that return TLSContext Modifier and Type Method Description @Nullable TLSContextSessionContext. getTlsContext()Returns theTLSContextforSessions.
ATLSContextallows to send requests to the server via secured HTTPS connections.@Nullable TLSContextSessionContextSettings. getTlsContext()Returns theTLSContextforSessions.
ATLSContextallows to send requests to the server via secured HTTPS connections.Methods in net.webpdf.wsclient.session.connection with parameters of type TLSContext Modifier and Type Method Description @NotNull SessionContextSessionContext. setTlsContext(@Nullable TLSContext tlsContext)Sets theTLSContextforSessions.
ATLSContextallows to send requests to the server via secured HTTPS connections.
-