public class DataEndpointConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataEndpointConfiguration.Protocol
Protocol Type.
|
| Constructor and Description |
|---|
DataEndpointConfiguration(String receiverURL,
String authURL,
String username,
String password,
org.apache.commons.pool.impl.GenericKeyedObjectPool transportPool,
org.apache.commons.pool.impl.GenericKeyedObjectPool securedTransportPool,
int batchSize,
int corePoolSize,
int maxPoolSize,
int keepAliveTimeInPool) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthKey() |
String |
getAuthURL() |
int |
getBatchSize() |
int |
getCorePoolSize() |
int |
getKeepAliveTimeInPool() |
int |
getMaxPoolSize() |
String |
getPassword() |
String |
getPublisherKey() |
String |
getReceiverURL() |
org.apache.commons.pool.impl.GenericKeyedObjectPool |
getSecuredTransportPool() |
String |
getSessionId() |
org.apache.commons.pool.impl.GenericKeyedObjectPool |
getTransportPool() |
String |
getUsername() |
void |
setSessionId(String sessionId) |
String |
toString() |
public DataEndpointConfiguration(String receiverURL, String authURL, String username, String password, org.apache.commons.pool.impl.GenericKeyedObjectPool transportPool, org.apache.commons.pool.impl.GenericKeyedObjectPool securedTransportPool, int batchSize, int corePoolSize, int maxPoolSize, int keepAliveTimeInPool)
public String getReceiverURL()
public String getUsername()
public String getAuthURL()
public String getPassword()
public String getPublisherKey()
public String getAuthKey()
public String getSessionId()
public void setSessionId(String sessionId)
public org.apache.commons.pool.impl.GenericKeyedObjectPool getTransportPool()
public org.apache.commons.pool.impl.GenericKeyedObjectPool getSecuredTransportPool()
public int getCorePoolSize()
public int getMaxPoolSize()
public int getKeepAliveTimeInPool()
public int getBatchSize()
Copyright © 2024 WSO2. All rights reserved.