public class HandlerOptions extends Object
| Constructor and Description |
|---|
HandlerOptions(ServerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getReceived()
Value of the current request status
|
int |
getRequestCount()
The number of requests saved for this handler.
|
RequestRepresenter |
getRequests()
Requests that have been received for this handler.
|
ServerOptions |
getServerOptions()
Options for the service type being emulated.
|
void |
saveRequest(org.opengis.cite.servlet.http.HttpServletRequest request)
Replace the internal requests list with a new copy that has "request" appended to the end of the
array.
|
void |
setReceived(Boolean isReceived)
Update the value of the `requestReceived` property
|
public HandlerOptions(ServerOptions options) throws TransformerConfigurationException, ParserConfigurationException
public Boolean getReceived()
public int getRequestCount()
public RequestRepresenter getRequests()
public ServerOptions getServerOptions()
public void saveRequest(org.opengis.cite.servlet.http.HttpServletRequest request)
throws IOException
request - Request from client to serializeIOException - Exception serializing a request to a representerpublic void setReceived(Boolean isReceived)
isReceived - Boolean with state to set this HandlerCopyright © 2021 Open Geospatial Consortium. All rights reserved.