public interface HTTPClientFactory
Modifier and Type | Method and Description |
---|---|
boolean |
canProcess(Hints hints,
List<Class<? extends HTTPBehavior>> behaviors)
Method used to check if client in Hints can be created
|
HTTPClient |
createClient(Hints hints,
List<Class<? extends HTTPBehavior>> behaviors)
Called by HTTPFactoryFinder to create client
Takes care of any delegation
|
HTTPClient |
createClient(List<Class<? extends HTTPBehavior>> behaviors)
Method called to create the client
|
boolean canProcess(Hints hints, List<Class<? extends HTTPBehavior>> behaviors)
HTTPClient createClient(List<Class<? extends HTTPBehavior>> behaviors)
HTTPClient createClient(Hints hints, List<Class<? extends HTTPBehavior>> behaviors)
Takes care of any delegation
hints
- Merged with system defaultsCopyright © 1996–2023 Geotools. All rights reserved.