Uses of Class
org.mockserver.log.model.LogEntry
-
Packages that use LogEntry Package Description org.mockserver.filters org.mockserver.log.model org.mockserver.mock org.mockserver.serialization -
-
Uses of LogEntry in org.mockserver.filters
Methods in org.mockserver.filters that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>
MockServerEventLog. retrieveRequestLogEntries(HttpRequest httpRequest)
Methods in org.mockserver.filters with parameters of type LogEntry Modifier and Type Method Description void
MockServerEventLog. add(LogEntry logEntry)
-
Uses of LogEntry in org.mockserver.log.model
Subclasses of LogEntry in org.mockserver.log.model Modifier and Type Class Description class
ExpectationMatchLogEntry
class
MessageLogEntry
class
RequestLogEntry
class
RequestResponseLogEntry
-
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 with parameters of type LogEntry Modifier and Type Method Description String
LogEntrySerializer. serialize(LogEntry logEntry)
String
LogEntrySerializer. serialize(LogEntry... logEntries)
Method parameters in org.mockserver.serialization with type arguments of type LogEntry Modifier and Type Method Description String
LogEntrySerializer. serialize(List<LogEntry> logEntries)
-