|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (11.0.7) on Tue Apr 28 11:11:02 CEST 2020 --> |
6 | | -<title>All Classes (java-sdk 3.0.0 API)</title> |
| 5 | +<!-- Generated by javadoc (11.0.7) on Tue Apr 28 19:40:25 CEST 2020 --> |
| 6 | +<title>All Classes (java-sdk 3.1.0 API)</title> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
8 | 8 | <meta name="dc.created" content="2020-04-28"> |
9 | 9 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
|
22 | 22 | <script type="text/javascript"><!-- |
23 | 23 | try { |
24 | 24 | if (location.href.indexOf('is-external=true') == -1) { |
25 | | - parent.document.title="All Classes (java-sdk 3.0.0 API)"; |
| 25 | + parent.document.title="All Classes (java-sdk 3.1.0 API)"; |
26 | 26 | } |
27 | 27 | } |
28 | 28 | catch(err) { |
@@ -118,37 +118,50 @@ <h1 title="All&nbsp;Classes" class="title">All Classes</h1> |
118 | 118 | </th> |
119 | 119 | </tr> |
120 | 120 | <tr id="i2" class="altColor"> |
| 121 | +<td class="colFirst"><a href="net/hexonet/apiconnector/CustomLogger.html" title="class in net.hexonet.apiconnector">CustomLogger</a></td> |
| 122 | +<th class="colLast" scope="row"> |
| 123 | +<div class="block">Custom Logger class example for debug outputs</div> |
| 124 | +</th> |
| 125 | +</tr> |
| 126 | +<tr id="i3" class="rowColor"> |
| 127 | +<td class="colFirst"><a href="net/hexonet/apiconnector/Logger.html" title="class in net.hexonet.apiconnector">Logger</a></td> |
| 128 | +<th class="colLast" scope="row"> |
| 129 | +<div class="block">Default Logger class for debug outputs Overridable by custom integration, check |
| 130 | + CustomLogger.java.</div> |
| 131 | +</th> |
| 132 | +</tr> |
| 133 | +<tr id="i4" class="altColor"> |
121 | 134 | <td class="colFirst"><a href="net/hexonet/apiconnector/Record.html" title="class in net.hexonet.apiconnector">Record</a></td> |
122 | 135 | <th class="colLast" scope="row"> |
123 | 136 | <div class="block">Record covers Row Data in a better accessible way</div> |
124 | 137 | </th> |
125 | 138 | </tr> |
126 | | -<tr id="i3" class="rowColor"> |
| 139 | +<tr id="i5" class="rowColor"> |
127 | 140 | <td class="colFirst"><a href="net/hexonet/apiconnector/Response.html" title="class in net.hexonet.apiconnector">Response</a></td> |
128 | 141 | <th class="colLast" scope="row"> |
129 | 142 | <div class="block">Response covers all functionality to wrap a Backend API Response like accessing data</div> |
130 | 143 | </th> |
131 | 144 | </tr> |
132 | | -<tr id="i4" class="altColor"> |
| 145 | +<tr id="i6" class="altColor"> |
133 | 146 | <td class="colFirst"><a href="net/hexonet/apiconnector/ResponseParser.html" title="class in net.hexonet.apiconnector">ResponseParser</a></td> |
134 | 147 | <th class="colLast" scope="row"> |
135 | 148 | <div class="block">ResponseParser covers all functionality to parse and serialize API response data</div> |
136 | 149 | </th> |
137 | 150 | </tr> |
138 | | -<tr id="i5" class="rowColor"> |
| 151 | +<tr id="i7" class="rowColor"> |
139 | 152 | <td class="colFirst"><a href="net/hexonet/apiconnector/ResponseTemplate.html" title="class in net.hexonet.apiconnector">ResponseTemplate</a></td> |
140 | 153 | <th class="colLast" scope="row"> |
141 | 154 | <div class="block">ResponseTemplate is the base class to work with parsed API response data or hardcoded response |
142 | 155 | template data</div> |
143 | 156 | </th> |
144 | 157 | </tr> |
145 | | -<tr id="i6" class="altColor"> |
| 158 | +<tr id="i8" class="altColor"> |
146 | 159 | <td class="colFirst"><a href="net/hexonet/apiconnector/ResponseTemplateManager.html" title="class in net.hexonet.apiconnector">ResponseTemplateManager</a></td> |
147 | 160 | <th class="colLast" scope="row"> |
148 | 161 | <div class="block">ResponseTemplateManager covers functionality to manage response tempaltes</div> |
149 | 162 | </th> |
150 | 163 | </tr> |
151 | | -<tr id="i7" class="rowColor"> |
| 164 | +<tr id="i9" class="rowColor"> |
152 | 165 | <td class="colFirst"><a href="net/hexonet/apiconnector/SocketConfig.html" title="class in net.hexonet.apiconnector">SocketConfig</a></td> |
153 | 166 | <th class="colLast" scope="row"> |
154 | 167 | <div class="block">SocketConfig is the base class to configure the socket for API communication</div> |
|
0 commit comments