Package | Description |
---|---|
org.apache.camel.component.box | |
org.apache.camel.component.box.internal |
Modifier and Type | Method and Description |
---|---|
CachedBoxClient |
BoxComponent.getBoxClient() |
CachedBoxClient |
BoxEndpoint.getBoxClient() |
Modifier and Type | Method and Description |
---|---|
static CachedBoxClient |
BoxClientHelper.createBoxClient(BoxConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
BoxClientHelper.closeIdleConnections(CachedBoxClient cachedBoxClient) |
static void |
BoxClientHelper.getOAuthToken(BoxConfiguration configuration,
CachedBoxClient cachedBoxClient) |
static void |
BoxClientHelper.shutdownBoxClient(BoxConfiguration configuration,
CachedBoxClient cachedBoxClient) |
Constructor and Description |
---|
LongPollingEventsManager(CachedBoxClient boxClient,
Map<String,Object> httpParams,
ExecutorService executorService) |
Apache Camel