Uses of Class
com.jayway.restassured.filter.log.LogDetail

Packages that use LogDetail
com.jayway.restassured.filter.log   
 

Uses of LogDetail in com.jayway.restassured.filter.log
 

Methods in com.jayway.restassured.filter.log that return LogDetail
static LogDetail LogDetail.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogDetail[] LogDetail.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jayway.restassured.filter.log with parameters of type LogDetail
static Filter ResponseLoggingFilter.logResponseTo(PrintStream stream, LogDetail logDetail)
          Create a new logging filter without using the "new" operator.
 

Constructors in com.jayway.restassured.filter.log with parameters of type LogDetail
RequestLoggingFilter(LogDetail logDetail)
          Logs with a specific detail to System.out
RequestLoggingFilter(LogDetail logDetail, PrintStream stream)
          Instantiate a logger using a specific print stream and a specific log detail
ResponseLoggingFilter(LogDetail logDetail)
          Instantiate a logger using the supplied log detail.
ResponseLoggingFilter(LogDetail logDetail, PrintStream stream)
          Instantiate a logger using a specific print stream for all status codes
ResponseLoggingFilter(LogDetail logDetail, PrintStream stream, int statusCode)
          Instantiate a logger using a specific print stream for status codes matching the supplied status code.
ResponseLoggingFilter(LogDetail logDetail, PrintStream stream, org.hamcrest.Matcher<Integer> matcher)
          Instantiate a logger using a specific print stream for status codes matching the supplied matcher.
 



Copyright © 2010-2011. All Rights Reserved.