Package | Description |
---|---|
com.vektorsoft.demux.core.http |
Modifier and Type | Method and Description |
---|---|
DMXHttpResponse |
DMXHttpResponse.contentType(String type)
Sets content type of the response.
|
DMXHttpResponse<T> |
DMXHttpResponse.entity(T entity)
Sets response entity.
|
DMXHttpResponse<Map<String,Object>> |
DMXHttpClient.invokeRemoteController(DMXControllerHttpRequest request)
Performs invocation of remote controller specified in request.
|
DMXHttpResponse<T> |
DMXHttpResponse.statusCode(int code)
Sets response status code.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.