Uses of Class
jodd.http.HttpSession
-
Packages that use HttpSession Package Description jodd.http Tiny, raw and simple socket-based HTTP client. -
-
Uses of HttpSession in jodd.http
Methods in jodd.http that return HttpSession Modifier and Type Method Description HttpSessionHttpSession. setCatchTransportExceptions(boolean catchTransportExceptions)Defines if transport exceptions should be thrown.HttpSessionHttpSession. setDefaultHeader(java.lang.String name, java.lang.String value)Adds default header to all requests.HttpSessionHttpSession. setHandleRedirects(boolean handleRedirects)Handles redirects by default.HttpSessionHttpSession. setHttpConnectionProvider(HttpConnectionProvider httpConnectionProvider)DefinesHttpConnectionProviderfor this session.HttpSessionHttpSession. setKeepAlive(boolean keepAlive)Defines that persistent HTTP connection should be used.HttpSessionHttpSession. setProxyInfo(ProxyInfo proxyInfo)Defines proxy for a session
-