public interface FritzBoxSession
Modifier and Type | Method and Description |
---|---|
void |
close()
logout
|
FritzBoxSession |
connect()
login if needed
|
String |
getMd5(String input)
get the md5 for the given input
|
String |
getResponse(String baseUrl,
String params)
get a String response for the given params
|
<T> T |
getTypedResponse(String relativeUrl,
String params,
Class clazz)
get an XML Result for the given params
|
FritzBoxSession connect()
void close()
String getMd5(String input)
input
- <T> T getTypedResponse(String relativeUrl, String params, Class clazz) throws Exception
relativeUrl
- params
- clazz
- Exception
Copyright © 2018 BITPlan GmbH. All rights reserved.