Package | Description |
---|---|
com.vektorsoft.demux.core.http |
Modifier and Type | Method and Description |
---|---|
DMXHttpClient.HTTPMethod |
DMXHttpRequest.getMethod()
Returns request method.
|
static DMXHttpClient.HTTPMethod |
DMXHttpClient.HTTPMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMXHttpClient.HTTPMethod[] |
DMXHttpClient.HTTPMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DMXHttpRequest(DMXHttpClient.HTTPMethod method,
String path)
Creates new request.
|
DMXHttpRequest(DMXHttpClient.HTTPMethod method,
URL url)
Creates new request.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.