Uses of Class
org.mockserver.log.model.LogEntry
-
-
Uses of LogEntry in org.mockserver.dashboard.model
Constructors in org.mockserver.dashboard.model with parameters of type LogEntry Constructor Description LogEntryDTO(LogEntry logEntry)
-
Uses of LogEntry in org.mockserver.log
Methods in org.mockserver.log with parameters of type LogEntry Modifier and Type Method Description void
MockServerEventLog. add(LogEntry logEntry)
Method parameters in org.mockserver.log with type arguments of type LogEntry Modifier and Type Method Description <T> void
MockServerEventLog. retrieveLogEntriesInReverse(HttpRequest httpRequest, Predicate<LogEntry> logEntryPredicate, Function<LogEntry,T> logEntryMapper, Consumer<Stream<T>> consumer)
<T> void
MockServerEventLog. retrieveLogEntriesInReverse(HttpRequest httpRequest, Predicate<LogEntry> logEntryPredicate, Function<LogEntry,T> logEntryMapper, Consumer<Stream<T>> consumer)
void
MockServerEventLog. retrieveMessageLogEntries(HttpRequest httpRequest, Consumer<List<LogEntry>> listConsumer)
void
MockServerEventLog. retrieveRecordedExpectationLogEntries(HttpRequest httpRequest, Consumer<List<LogEntry>> listConsumer)
void
MockServerEventLog. retrieveRequestLogEntries(HttpRequest httpRequest, Consumer<List<LogEntry>> listConsumer)
void
MockServerEventLog. retrieveRequestResponseMessageLogEntries(HttpRequest httpRequest, Consumer<List<LogEntry>> listConsumer)
-
Uses of LogEntry in org.mockserver.log.model
Methods in org.mockserver.log.model that return LogEntry Modifier and Type Method Description LogEntry
LogEntry. clone()
LogEntry
LogEntry. setArguments(Object... arguments)
LogEntry
LogEntry. setConsumer(Runnable consumer)
LogEntry
LogEntry. setEpochTime(long epochTime)
LogEntry
LogEntry. setExpectation(Expectation expectation)
LogEntry
LogEntry. setExpectation(HttpRequest httpRequest, HttpResponse httpResponse)
LogEntry
LogEntry. setHttpError(HttpError httpError)
LogEntry
LogEntry. setHttpRequest(HttpRequest httpRequest)
LogEntry
LogEntry. setHttpRequests(HttpRequest[] httpRequests)
LogEntry
LogEntry. setHttpResponse(HttpResponse httpResponse)
LogEntry
LogEntry. setLogLevel(org.slf4j.event.Level logLevel)
LogEntry
LogEntry. setMessageFormat(String messageFormat)
LogEntry
LogEntry. setThrowable(Throwable throwable)
LogEntry
LogEntry. setType(LogEntry.LogMessageType type)
Methods in org.mockserver.log.model with parameters of type LogEntry Modifier and Type Method Description void
LogEntry. translateTo(LogEntry event, long sequence)
-
Uses of LogEntry in org.mockserver.logging
Methods in org.mockserver.logging with parameters of type LogEntry Modifier and Type Method Description void
MockServerLogger. logEvent(LogEntry logEntry)
static void
MockServerLogger. writeToSystemOut(org.slf4j.Logger logger, LogEntry logEntry)
-
Uses of LogEntry in org.mockserver.mock
Methods in org.mockserver.mock with parameters of type LogEntry Modifier and Type Method Description void
HttpStateHandler. log(LogEntry logEntry)
-
Uses of LogEntry in org.mockserver.serialization
Methods in org.mockserver.serialization that return LogEntry Modifier and Type Method Description LogEntry
LogEventJsonSerializer. deserialize(String jsonLogEntry)
Methods in org.mockserver.serialization that return types with arguments of type LogEntry Modifier and Type Method Description Class<LogEntry>
LogEventJsonSerializer. supportsType()
Methods in org.mockserver.serialization with parameters of type LogEntry Modifier and Type Method Description String
LogEntrySerializer. serialize(LogEntry logEntry)
String
LogEntrySerializer. serialize(LogEntry... logEntries)
String
LogEventJsonSerializer. serialize(LogEntry messageLogEntry)
String
LogEventJsonSerializer. serialize(LogEntry... messageLogEntries)
Method parameters in org.mockserver.serialization with type arguments of type LogEntry Modifier and Type Method Description String
LogEntrySerializer. serialize(List<LogEntry> logEntries)
String
LogEventJsonSerializer. serialize(List<LogEntry> messageLogEntries)
-
Uses of LogEntry in org.mockserver.serialization.serializers.log
Methods in org.mockserver.serialization.serializers.log with parameters of type LogEntry Modifier and Type Method Description void
LogEntrySerializer. serialize(LogEntry logEntry, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-