636465666768697071
if (endpoint != null && endpoint.length() > 0) { transportHandlers.add(new SimpleHttpReplicationTransportHandler(transportAuthenticationProvider, new ReplicationEndpoint(endpoint), null, -1)); } } transportHandler = new MultipleEndpointReplicationTransportHandler(transportHandlers, transportEndpointStrategyType); }
121122123124125126127128129
useCustomBody, customBody, transportAuthenticationProvider, new ReplicationEndpoint(endpoint), null, -1)); } } transportHandler = new MultipleEndpointReplicationTransportHandler(transportHandlers, transportEndpointStrategyType); }
6667686970717273
if (endpoint != null && endpoint.length() > 0) { transportHandlers.add(new SimpleHttpReplicationTransportHandler(transportAuthenticationProvider, new ReplicationEndpoint(endpoint), packageBuilder, pollItems)); } } transportHandler = new MultipleEndpointReplicationTransportHandler(transportHandlers, transportEndpointStrategyType); }