Java 类org.apache.catalina.filters.TesterHttpServletResponse 实例源码

项目:tomcat7    文件:TesterDigestAuthenticatorPerformance.java   
public TesterRunnable(DigestAuthenticator authenticator,
        String nonce, int requestCount) throws Exception {
    this.authenticator = authenticator;
    this.nonce = nonce;
    this.requestCount = requestCount;

    request = new TesterDigestRequest();

    response = new TesterHttpServletResponse();

    config = new LoginConfig();
    config.setRealmName(REALM);
}
项目:apache-tomcat-7.0.73-with-comment    文件:TesterDigestAuthenticatorPerformance.java   
public TesterRunnable(DigestAuthenticator authenticator,
        String nonce, int requestCount) throws Exception {
    this.authenticator = authenticator;
    this.nonce = nonce;
    this.requestCount = requestCount;

    request = new TesterDigestRequest();

    response = new TesterHttpServletResponse();

    config = new LoginConfig();
    config.setRealmName(REALM);
}
项目:class-guard    文件:TesterDigestAuthenticatorPerformance.java   
public TesterRunnable(DigestAuthenticator authenticator,
        String nonce, int requestCount) throws Exception {
    this.authenticator = authenticator;
    this.nonce = nonce;
    this.requestCount = requestCount;

    request = new TesterDigestRequest();

    response = new TesterHttpServletResponse();

    config = new LoginConfig();
    config.setRealmName(REALM);
}
项目:apache-tomcat-7.0.57    文件:TesterDigestAuthenticatorPerformance.java   
public TesterRunnable(DigestAuthenticator authenticator,
        String nonce, int requestCount) throws Exception {
    this.authenticator = authenticator;
    this.nonce = nonce;
    this.requestCount = requestCount;

    request = new TesterDigestRequest();

    response = new TesterHttpServletResponse();

    config = new LoginConfig();
    config.setRealmName(REALM);
}
项目:apache-tomcat-7.0.57    文件:TesterDigestAuthenticatorPerformance.java   
public TesterRunnable(DigestAuthenticator authenticator,
        String nonce, int requestCount) throws Exception {
    this.authenticator = authenticator;
    this.nonce = nonce;
    this.requestCount = requestCount;

    request = new TesterDigestRequest();

    response = new TesterHttpServletResponse();

    config = new LoginConfig();
    config.setRealmName(REALM);
}