Date: 2005-01-13T04:53:32
Editor: OlegKalnichevski
Wiki: Jakarta-HttpClient Wiki
Page: HttpClientApiRedesign
URL: http://wiki.apache.org/jakarta-httpclient/HttpClientApiRedesign
no comment
Change Log:
------------------------------------------------------------------------------
@@ -109,6 +109,7 @@
* Cookie store interface
a. {{{ CookieStore }}} interface
+ a. {{{ InMemoryCookieStore }}} class implementing {{{ CookieStore }}}
interface
* Http cookie specification interface that defines the contract for cookie
parsing, validation, formatting and matching.
@@ -137,6 +138,7 @@
a. {{{ BasicCredentials }}} class implementing {{{ Credentials }}} interface
a. {{{ WindowsCredentials }}} class implementing {{{ Credentials }}}
interface
a. {{{ CredentialsProvider }}} interface
+ a. {{{ StdCredentialsProvider }}} class implementing {{{
CredentialsProvider }}} interface
* Http authentication primitives. Authentication schemes should be able to be
produce and respond to authentication challenges (both client and server side)
@@ -202,11 +204,6 @@
a. {{{ HttpConnectionManager }}} interface
a. {{{ SimpleConnectionManager }}} class implementing {{{
HttpConnectionManager }}} interface
a. {{{ PoolingConnectionManager }}} class implementing {{{
HttpConnectionManager }}} interface
-
- * Http state primitives. Http state stores Http session data: credentials,
cookies.
-
- a. {{{ HttpState }}} interface extends {{{ CookieStore }}} interface
- a. {{{ InMemoryHttpState }}} class implementing {{{ HttpState }}} interface
* Http proxy support
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]