public class JoinEndPoint extends SoftAPEndpoint
ACCEPTED, connector, TOO_MANY
uri
Constructor and Description |
---|
JoinEndPoint(RestSoftAPConnector connector)
Instantiates a
JoinEndPoint . |
Modifier and Type | Method and Description |
---|---|
HTTPResponse |
doPost(HTTPRequest request,
Map<String,String> headers,
Map<String,String> parameters)
Posts request, expecting parameters - describing the ssid.
|
get, post
delete, getURI, put
public JoinEndPoint(RestSoftAPConnector connector)
JoinEndPoint
.connector
- the connector to use.public HTTPResponse doPost(HTTPRequest request, Map<String,String> headers, Map<String,String> parameters)
doPost
in class SoftAPEndpoint
request
- the request.headers
- the headers.parameters
- the parameters.HTTPResponse
, not null
.