public class HttpUrlContinuationDifferentiatorImpl extends Object implements HttpUrlContinuationDifferentiator
HttpUrlContinuationDifferentiator
implementation.Constructor and Description |
---|
HttpUrlContinuationDifferentiatorImpl(String applicationUriPath,
Boolean isSecure)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplicationUriPath()
Obtains the URI path for the application that the
Task will
service. |
Boolean |
isSecure()
Indicates whether a secure
ServerHttpConnection is required for
servicing. |
public HttpUrlContinuationDifferentiatorImpl(String applicationUriPath, Boolean isSecure)
applicationUriPath
- Application URI path.isSecure
- Indicates if requires a secure ServerHttpConnection
.
May be null
to indicate servicing whether secure
or not.public String getApplicationUriPath()
HttpUrlContinuationDifferentiator
Task
will
service.getApplicationUriPath
in interface HttpUrlContinuationDifferentiator
Task
will service.
null
will not register the Task
for
servicing.public Boolean isSecure()
HttpUrlContinuationDifferentiator
ServerHttpConnection
is required for
servicing.isSecure
in interface HttpUrlContinuationDifferentiator
true
to require a secure
ServerHttpConnection
.false
to require a non-secure
ServerHttpConnection
.null
will service regardless of whether there is
a secure ServerHttpConnection
or not (no redirect will
occur).Copyright © 2005–2016. All rights reserved.