git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@883198
13f79535-47bb-0310-9956-
ffa450edef68
public void setSessionTimeout(String s){endpoint.setTruststoreAlgorithm(s);}
public String getSessionTimeout(){ return endpoint.getTruststoreAlgorithm();}
+ public void setAllowUnsafeLegacyRenegotiation(String s) {
+ endpoint.setAllowUnsafeLegacyRenegotiation(s);
+ }
+ public String getAllowUnsafeLegacyRenegotiation() {
+ return endpoint.getAllowUnsafeLegacyRenegotiation();
+ }
public abstract void init() throws Exception;
public abstract void start() throws Exception;