List of usage examples for io.vertx.core.http HttpClientOptions DEFAULT_KEEP_ALIVE
boolean DEFAULT_KEEP_ALIVE
To view the source code for io.vertx.core.http HttpClientOptions DEFAULT_KEEP_ALIVE.
Click Source Link
From source file:org.apache.servicecomb.transport.rest.client.TransportClientConfig.java
License:Apache License
public static boolean getConnectionKeepAlive() { return DynamicPropertyFactory.getInstance().getBooleanProperty( "servicecomb.rest.client.connection.keepAlive", HttpClientOptions.DEFAULT_KEEP_ALIVE).get(); }