Uses of Class
one.nio.pool.PoolException
-
Packages that use PoolException Package Description one.nio.http one.nio.pool -
-
Uses of PoolException in one.nio.http
Methods in one.nio.http that throw PoolException Modifier and Type Method Description ResponseHttpClient. connect(String uri, String... headers)ResponseHttpClient. delete(String uri, String... headers)ResponseHttpClient. get(String uri, String... headers)ResponseHttpClient. head(String uri, String... headers)ResponseHttpClient. invoke(Request request)ResponseHttpClient. invoke(Request request, int timeout)ResponseHttpClient. options(String uri, String... headers)ResponseHttpClient. patch(String uri, byte[] body, String... headers)ResponseHttpClient. patch(String uri, String... headers)ResponseHttpClient. post(String uri, byte[] body, String... headers)ResponseHttpClient. post(String uri, String... headers)ResponseHttpClient. put(String uri, byte[] body, String... headers)ResponseHttpClient. put(String uri, String... headers)ResponseHttpClient. trace(String uri, String... headers) -
Uses of PoolException in one.nio.pool
Methods in one.nio.pool that throw PoolException Modifier and Type Method Description TPool. borrowObject()abstract TPool. createObject()SocketSocketPool. createObject()
-