- ReaderRequestLog - Class in org.swisspush.gateleen.player.log
-
Request log providing exchanges from a serialized JSON stream, as the one generated by the logging filter.
- ReaderRequestLog(String) - Constructor for class org.swisspush.gateleen.player.log.ReaderRequestLog
-
- ReplaceStringTransformer - Class in org.swisspush.gateleen.player.exchange
-
Transform an exchange into a new one by replacing all string pattern occurences in URL, headers and body.
- ReplaceStringTransformer(String, String) - Constructor for class org.swisspush.gateleen.player.exchange.ReplaceStringTransformer
-
- request(Predicate<? super RequestEntity<JSONObject>>) - Static method in class org.swisspush.gateleen.player.exchange.Exchange
-
Predicate that applies to the request part.
- RequestLog - Class in org.swisspush.gateleen.player.log
-
Abstraction for a request log, be it read from a file, from memory or from network.
- RequestLog() - Constructor for class org.swisspush.gateleen.player.log.RequestLog
-
- resetTailOutputLog() - Method in class org.swisspush.gateleen.player.player.ExchangeHandler
-
By default, the tail output log is reset before each input exchange.
- resolve(String) - Method in class org.swisspush.gateleen.player.exchange.TimeResolver
-
- ResourceRequestLog - Class in org.swisspush.gateleen.player.log
-
Request log implementation fetching a request log resource containing JSON lines as written by the log filter.
- ResourceRequestLog(String, String) - Constructor for class org.swisspush.gateleen.player.log.ResourceRequestLog
-
- response(Predicate<? super ResponseEntity<JSONObject>>) - Static method in class org.swisspush.gateleen.player.exchange.Exchange
-
Predicate that applies to the response part.