public interface HttpUrlContinuationDifferentiator
Differentiator on a Task
to specify it to service a URL continuation.
This allows routing HttpRequest
instances to the appropriate
Task
for servicing.
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. |
String getApplicationUriPath()
Task
will
service.Boolean isSecure()
ServerHttpConnection
is required for
servicing.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.