| Package | Description |
|---|---|
| io.continual.onap.services.mrCommon | |
| io.continual.onap.services.subscriber |
| Modifier and Type | Method and Description |
|---|---|
default void |
JsonResponseParser.parseResponseBody(okhttp3.ResponseBody httpBody,
OnapMrFetchResponse fetchResponse)
Parse the okhttp response body into the fetch response instance.
|
void |
JsonResponseParser.parseResponseBody(String httpBody,
OnapMrFetchResponse fetchResponse)
Parse the string representation of a response body into the fetch response instance.
Note: This method is only called by the ResponseBody version above. |
void |
SimpleJsonResponseParser.parseResponseBody(String s,
OnapMrFetchResponse resp) |
| Modifier and Type | Method and Description |
|---|---|
OnapMrFetchResponse |
OnapMsgRouterSubscriber.fetch() |
OnapMrFetchResponse |
OnapMsgRouterSubscriber.fetch(long waitAtServerMs,
int maxEventsToFetch) |
OnapMrFetchResponse |
OnapMrFetchResponse.markEof()
Mark the response stream as being at its end
|
OnapMrFetchResponse |
OnapMrFetchResponse.push(String msg)
Push a message into this response
|
Copyright © 2023 continual.io. All rights reserved.