public interface Authentication
| Modifier and Type | Method and Description |
|---|---|
void |
addAuth(HttpURLConnection urlConnection,
String body)
Modify the given urlConnection for whatever authentication scheme is used.
|
void addAuth(HttpURLConnection urlConnection, String body)
urlConnection - the connection to the serverbody - the message being sentCopyright © 2022 Perfana. All rights reserved.