Package org.geotools.http
Interface HTTPConnectionPooling
-
- All Superinterfaces:
AutoCloseable
,Closeable
,HTTPBehavior
- All Known Implementing Classes:
MultithreadedHttpClient
public interface HTTPConnectionPooling extends HTTPBehavior, Closeable
Interface to support clients that uses a connection pool- Author:
- Roar Brænden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMaxConnections()
Max connections kept in the poolvoid
setMaxConnections(int maxConnections)
Sets max connections kept in the pool
-