|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractChainNode
fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractAccessor
fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.HttpAccess
public class HttpAccess
Http net Object Accessor
Properties read here:
.proxyHost
: The host proxy to
use for http access..proxyPort
: The port proxy to
use for http access..proxyUserName
: The proxy username to
use for http access..proxyPassword
: The proxy password to
use for http access..hostName
: The host name to
use for http access..domainName
: The domain name to
use for http access..realm
: The realm to
use for http access..baseURL
: Required
The URL of the documents source..defaultEncoding
: Encoding to
use if no encoding will be give in the HTTP header..defaultBufferSize
: Default
buffer size to use if no length will be give in the HTTP header..keyAdapter.class
:
Required The class used to implements key adapter (transform key to a
valid relatif URL path)..transform.class
: Required
The class used to transform the datas received from network.
Constructor Summary | |
---|---|
HttpAccess()
Public constructor |
Method Summary | |
---|---|
java.lang.Object |
doSearch(IContextChainManager filterManager,
java.io.Serializable key)
Realise the search of the object |
void |
init(java.lang.String strBase)
Init the instance with params based on prefix strBase |
Methods inherited from class fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractAccessor |
---|
getObject |
Methods inherited from class fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractChainNode |
---|
getImplementationDescription, getImplementationName, readInitKeyAdapter, readInitObjectTransform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpAccess()
Method Detail |
---|
public void init(java.lang.String strBase)
IChainNode
strBase
init
in interface IChainNode
init
in class AbstractAccessor
strBase
- the prefix of params to searchIChainNode.init(String)
public java.lang.Object doSearch(IContextChainManager filterManager, java.io.Serializable key)
AbstractAccessor
doSearch
in class AbstractAccessor
filterManager
- The context filter/cache manager, used to call next filter or ask parameterskey
- the key of the element
AbstractCache.doSearch(IContextChainManager, Serializable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |