public class ScanEndPoint extends SoftAPEndpoint
ACCEPTED, connector, TOO_MANY
uri
Constructor and Description |
---|
ScanEndPoint(RestSoftAPConnector connector)
Instantiates a
ScanEndPoint . |
Modifier and Type | Method and Description |
---|---|
HTTPResponse |
doPost(HTTPRequest request,
Map<String,String> headers,
Map<String,String> parameters)
Do the post when the server is ready.
|
get, post
delete, getURI, put
public ScanEndPoint(RestSoftAPConnector connector) throws IllegalArgumentException
ScanEndPoint
.connector
- the SoftAPConnector
to use.IllegalArgumentException
- if uri is null
.public HTTPResponse doPost(HTTPRequest request, Map<String,String> headers, Map<String,String> parameters)
SoftAPEndpoint
doPost
in class SoftAPEndpoint
request
- the request.headers
- the headers.parameters
- the parameters.HTTPResponse
, not null
.