@Scope("prototype")
HttpRecorderSessionImpl httpRecordSessionImpl(
HttpRecorderHandler recorderHander, ContentSessionManager manager,
AsyncContext ctx, String contentId, boolean redirect,
boolean useControlProtocol) {
return new HttpRecorderSessionImpl(recorderHander, manager, ctx,
contentId, redirect, useControlProtocol);
}