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 intgetMaxConnections()Max connections kept in the poolvoidsetMaxConnections(int maxConnections)Sets max connections kept in the pool
-