|
Move And Rename Method private handleNonDecorating(ctx Channel, isKeepAlive boolean, req Req, extra Object) : HttpStatus from class org.rapidoid.http.handler.AbstractDecoratingHttpHandler to public handle(ctx Channel, isKeepAlive boolean, req Req) : HttpStatus from class org.rapidoid.http.handler.HttpUnmanagedHandlerDecorator |
From |
To |
|
Move And Rename Method private handleReqMaybeInTx(channel Channel, isKeepAlive boolean, req Req, extra Object, txMode TransactionMode) : Object from class org.rapidoid.http.handler.AbstractDecoratingHttpHandler to public wrap(req Req, invocation HandlerInvocation) : Object from class org.rapidoid.http.handler.HttpTxWrapper |
From |
To |
|
Move And Rename Method private handleDecorating(ctx Channel, isKeepAlive boolean, req Req, extra Object) : HttpStatus from class org.rapidoid.http.handler.AbstractDecoratingHttpHandler to public handle(ctx Channel, isKeepAlive boolean, req Req) : HttpStatus from class org.rapidoid.http.handler.HttpManagedHandlerDecorator |
From |
To |
|
Move Method public complete(ctx Channel, isKeepAlive boolean, contentType MediaType, req Req, result Object) : void from class org.rapidoid.http.handler.AbstractDecoratingHttpHandler to private complete(ctx Channel, isKeepAlive boolean, contentType MediaType, req Req, result Object) : void from class org.rapidoid.http.handler.HttpManagedHandlerDecorator |
From |
To |
|
Move Method private userRoles(req Req, username String) : Set<String> from class org.rapidoid.http.handler.AbstractDecoratingHttpHandler to private userRoles(req Req, username String) : Set<String> from class org.rapidoid.http.handler.HttpAuthWrapper |
From |
To |
|
Move Method private handleError(req Req, e Throwable) : Object from class org.rapidoid.http.handler.AbstractDecoratingHttpHandler to private handleError(req Req, e Throwable) : void from class org.rapidoid.http.handler.HttpManagedHandlerDecorator |
From |
To |
|
Move Method private wrap(channel Channel, isKeepAlive boolean, req Req, index int, extra Object, wrappers HttpWrapper[], txMode TransactionMode) : Object from class org.rapidoid.http.handler.AbstractDecoratingHttpHandler to private wrap(channel Channel, isKeepAlive boolean, req Req, index int, wrappers HttpWrapper[]) : Object from class org.rapidoid.http.handler.HttpManagedHandlerDecorator |
From |
To |
|
Move Method private handleReqAndPostProcess(ctx Channel, isKeepAlive boolean, req Req, extra Object) : Object from class org.rapidoid.http.handler.AbstractDecoratingHttpHandler to package handleReqAndPostProcess(ctx Channel, isKeepAlive boolean, req Req) : Object from class org.rapidoid.http.handler.AbstractHttpHandlerDecorator |
From |
To |
|
Move Method private processNormalResult(req Req, result Object) : void from class org.rapidoid.http.handler.AbstractDecoratingHttpHandler to private processNormalResult(req Req, result Object) : void from class org.rapidoid.http.handler.HttpManagedHandlerDecorator |
From |
To |