public interface SlingInstance
Modifier and Type | Method and Description |
---|---|
RequestBuilder |
getRequestBuilder()
Start server if needed, and return a RequestBuilder that points to it
|
RequestExecutor |
getRequestExecutor()
Returns a RequestExecutor for this server
|
String |
getServerBaseUrl()
Start server if needed, and return its base URL
|
String |
getServerPassword()
Return password configured for execution of HTTP requests
|
String |
getServerUsername()
Return username configured for execution of HTTP requests
|
RequestBuilder getRequestBuilder()
String getServerBaseUrl()
String getServerUsername()
String getServerPassword()
RequestExecutor getRequestExecutor()
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.