public class Attributes extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
localAddress
The server address the request was issued on.
|
protected String |
remoteAddress
The address of the client that issued the request.
|
protected String |
requestCode
The CoAP request code that was issued.
|
protected RequestOptionsAttributes |
requestOptions
The CoAP options that accompanied the request.
|
protected String |
requestType
The CoAP request type that was issued.
|
protected String |
requestUri
The uri of the request.
|
| Constructor and Description |
|---|
Attributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalAddress() |
String |
getRemoteAddress() |
String |
getRequestCode() |
String |
getRequestHost() |
RequestOptionsAttributes |
getRequestOptions() |
String |
getRequestPath() |
int |
getRequestPort() |
String |
getRequestQuery() |
String |
getRequestScheme() |
String |
getRequestType() |
String |
getRequestUri() |
protected String requestType
protected String requestCode
protected String localAddress
protected String requestUri
protected String remoteAddress
protected RequestOptionsAttributes requestOptions
public String getRequestType()
public String getRequestCode()
public String getLocalAddress()
public String getRequestUri()
public String getRequestScheme()
public String getRequestHost()
public int getRequestPort()
public String getRequestPath()
public String getRequestQuery()
public String getRemoteAddress()
public RequestOptionsAttributes getRequestOptions()
Copyright © 2019–2025 Teslanet.nl. All rights reserved.