| | |
| | | return response.body().string();
|
| | | } catch (IOException e) {
|
| | | System.out.println(e.getMessage());
|
| | | return null;
|
| | | }
|
| | | return null;
|
| | |
|
| | | }
|
| | |
|
| | | public String getAgentMessage(String aurl) {
|
| | |
| | | return response.body().string();
|
| | | } catch (IOException e) {
|
| | | System.out.println(e.getMessage());
|
| | | return null;
|
| | | }
|
| | | return null;
|
| | |
|
| | | }
|
| | |
|
| | |
|
| | |
| | | return response.body().string();
|
| | | } catch (IOException e) {
|
| | | System.out.println(e.getMessage());
|
| | | return null;
|
| | | }
|
| | | return null;
|
| | | // return null;
|
| | | }
|
| | |
|
| | | public String postAgentMessage(String aurl, Map<String, String> parms) {
|
| | |
| | | return response.body().string();
|
| | | } catch (IOException e) {
|
| | | System.out.println(e.getMessage());
|
| | | return null;
|
| | | }
|
| | | return null;
|
| | | // return null;
|
| | |
|
| | |
|
| | |
|