public abstract class AbstractBasicHttpConnectionProvider<C extends ConnectorHttpConnection> extends AbstractHttpConnectionProvider<C,BasicAuthParameterGroup> implements org.mule.runtime.api.connection.CachedConnectionProvider<C>
| Constructor and Description |
|---|
AbstractBasicHttpConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.http.api.client.auth.HttpAuthentication |
getAuthentication(org.mule.runtime.http.api.client.HttpClient httpClient) |
protected org.mule.runtime.api.util.MultiMap<String,String> |
getAuthorizationHeaders(org.mule.runtime.http.api.client.HttpClient httpClient) |
BasicAuthParameterGroup |
getConnectionParams() |
connect, getConnectionConstructor, initialiseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic BasicAuthParameterGroup getConnectionParams()
getConnectionParams in class AbstractHttpConnectionProvider<C extends ConnectorHttpConnection,BasicAuthParameterGroup>protected org.mule.runtime.api.util.MultiMap<String,String> getAuthorizationHeaders(org.mule.runtime.http.api.client.HttpClient httpClient)
getAuthorizationHeaders in class AbstractHttpConnectionProvider<C extends ConnectorHttpConnection,BasicAuthParameterGroup>protected org.mule.runtime.http.api.client.auth.HttpAuthentication getAuthentication(org.mule.runtime.http.api.client.HttpClient httpClient)
getAuthentication in class AbstractHttpConnectionProvider<C extends ConnectorHttpConnection,BasicAuthParameterGroup>Copyright © 2019. All rights reserved.