public class ConnectionParameterGroup extends Object
| Constructor and Description |
|---|
ConnectionParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConnectionIdleTimeout() |
Integer |
getConnectionTimeout() |
Integer |
getMaxConnections() |
int |
getResponseBufferSize() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContext() |
boolean |
getUsePersistentConnections() |
boolean |
isStreamResponse() |
boolean |
isUsePersistentConnections() |
public org.mule.runtime.api.tls.TlsContextFactory getTlsContext()
public int getResponseBufferSize()
public Integer getMaxConnections()
public Integer getConnectionTimeout()
public boolean getUsePersistentConnections()
public Integer getConnectionIdleTimeout()
public boolean isStreamResponse()
public boolean isUsePersistentConnections()
Copyright © 2018. All rights reserved.