Interface CookieVersionSupport
-
- All Known Implementing Classes:
RFC2965Spec
@Deprecated public interface CookieVersionSupport
Deprecated.Jakarta Commons HttpClient 3.x is deprecated in the Jenkins project. It is not recommended to use it in any new code. Instead, use HTTP client API plugins as a dependency in your code. E.g. Apache HttpComponents Client API 4.x Plugin or Async HTTP Client Plugin.Defines cookie specification specific capabilities- Since:
- 3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description int
getVersion()
Deprecated.Header
getVersionHeader()
Deprecated.
-
-
-
Method Detail
-
getVersion
int getVersion()
Deprecated.
-
getVersionHeader
Header getVersionHeader()
Deprecated.
-
-