@Scope("prototype")
HttpPlayerSessionImpl httpPlayerSessionImpl(
HttpPlayerHandler playerHandler, ContentSessionManager manager,
AsyncContext ctx, String contentId, boolean redirect,
boolean useControlProtocol) {
return new HttpPlayerSessionImpl(playerHandler, manager, ctx,
contentId, redirect, useControlProtocol);
}