Package io.anyline2.core
Class NetworkInterface
-
- All Implemented Interfaces:
public abstract class NetworkInterface
-
-
Constructor Summary
Constructors Constructor Description NetworkInterface()
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()voidswigReleaseOwnership()voidswigTakeOwnership()NetworkResultget(String url, UnorderedMapStringString headers)NetworkResultget(String url)NetworkResultpost(String url, String body, UnorderedMapStringString headers)NetworkResultpost(String url, String body)-
-
Method Detail
-
delete
synchronized void delete()
-
swigReleaseOwnership
void swigReleaseOwnership()
-
swigTakeOwnership
void swigTakeOwnership()
-
get
NetworkResult get(String url, UnorderedMapStringString headers)
-
get
NetworkResult get(String url)
-
post
NetworkResult post(String url, String body, UnorderedMapStringString headers)
-
post
NetworkResult post(String url, String body)
-
-
-
-