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 voidMockServerEventLog. add(LogEntry logEntry) -
Uses of LogEntry in org.mockserver.log.model
Subclasses of LogEntry in org.mockserver.log.model Modifier and Type Class Description classExpectationMatchLogEntryclassMessageLogEntryclassRequestLogEntryclassRequestResponseLogEntry -
Uses of LogEntry in org.mockserver.mock
Methods in org.mockserver.mock with parameters of type LogEntry Modifier and Type Method Description voidHttpStateHandler. 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 StringLogEntrySerializer. serialize(LogEntry logEntry)StringLogEntrySerializer. serialize(LogEntry... logEntries)Method parameters in org.mockserver.serialization with type arguments of type LogEntry Modifier and Type Method Description StringLogEntrySerializer. serialize(List<LogEntry> logEntries)
-