Changes
Page history
formatting of eclipse import tutorial
authored
May 30, 2017
by
Björn Butzin
Hide whitespace changes
Inline
Side-by-side
home.markdown
View page @
75ad7a41
...
...
@@ -152,7 +152,7 @@ You can find the required files in our repository at [https://gitlab.amd.e-techn
```
#### 2. Create a CoapRequest & add some Options (Client.java, FIXME 7-9):
*
A channel represents a single connection and is used to create and send requests
*
A channel represents a single connection and is used to create and send requests
```
java
Boolean
reliable
=
false
;
CoapRequestCode
reqCode
=
CoapRequestCode
.
GET
;
...
...
...
...