com.baidu.sapi2.http
类 SerializableCookie
java.lang.Object
com.baidu.sapi2.http.SerializableCookie
- 所有已实现的接口:
- Serializable
public class SerializableCookie
- extends Object
- implements Serializable
A wrapper class around Cookie
and/or BasicClientCookie
designed for use in PersistentCookieStore
.
- 另请参见:
- 序列化表格
方法摘要 |
org.apache.http.cookie.Cookie |
getCookie()
|
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableCookie
public SerializableCookie(org.apache.http.cookie.Cookie cookie)
getCookie
public org.apache.http.cookie.Cookie getCookie()
Copyright © 2013. All Rights Reserved.