Package org.apache.http.cookie
Interface SM
-
public interface SM
Constants and static helpers related to the HTTP state management.- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COOKIE
static java.lang.String
COOKIE2
static java.lang.String
SET_COOKIE
static java.lang.String
SET_COOKIE2
-
-
-
Field Detail
-
COOKIE
static final java.lang.String COOKIE
- See Also:
- Constant Field Values
-
COOKIE2
static final java.lang.String COOKIE2
- See Also:
- Constant Field Values
-
SET_COOKIE
static final java.lang.String SET_COOKIE
- See Also:
- Constant Field Values
-
SET_COOKIE2
static final java.lang.String SET_COOKIE2
- See Also:
- Constant Field Values
-
-