|
Move Method private sendResponse(statusCode HttpResponseStatus, response P, ctx ChannelHandlerContext, httpRequest HttpRequest) : void from class org.apache.flink.runtime.rest.handler.AbstractRestHandler to public sendResponse(channelHandlerContext ChannelHandlerContext, httpRequest HttpRequest, response P, statusCode HttpResponseStatus) : void from class org.apache.flink.runtime.rest.handler.util.HandlerUtils |
From |
To |
|
Move Method private sendResponse(ctx ChannelHandlerContext, httpRequest HttpRequest, statusCode HttpResponseStatus, message String) : void from class org.apache.flink.runtime.rest.handler.AbstractRestHandler to public sendResponse(channelHandlerContext ChannelHandlerContext, httpRequest HttpRequest, message String, statusCode HttpResponseStatus) : void from class org.apache.flink.runtime.rest.handler.util.HandlerUtils |
From |
To |
|
Move Method package sendErrorResponse(error ErrorResponseBody, statusCode HttpResponseStatus, ctx ChannelHandlerContext, httpRequest HttpRequest) : void from class org.apache.flink.runtime.rest.handler.AbstractRestHandler to public sendErrorResponse(channelHandlerContext ChannelHandlerContext, httpRequest HttpRequest, errorMessage ErrorResponseBody, statusCode HttpResponseStatus) : void from class org.apache.flink.runtime.rest.handler.util.HandlerUtils |
From |
To |
|
Change Return Type Collection<AbstractRestHandler<?,?,?>> to Collection<AbstractRestHandler<?,?,?,?>> in method protected initializeHandlers() : Collection<AbstractRestHandler<?,?,?,?>> in class org.apache.flink.runtime.rest.RestEndpointITCase.TestRestServerEndpoint |
From |
To |
|
Change Return Type Collection<AbstractRestHandler<?,?,?>> to Collection<AbstractRestHandler<?,?,?,?>> in method protected abstract initializeHandlers() : Collection<AbstractRestHandler<?,?,?,?>> in class org.apache.flink.runtime.rest.RestServerEndpoint |
From |
To |
|
Rename Parameter ctx : ChannelHandlerContext to channelHandlerContext : ChannelHandlerContext in method public sendResponse(channelHandlerContext ChannelHandlerContext, httpRequest HttpRequest, response P, statusCode HttpResponseStatus) : void in class org.apache.flink.runtime.rest.handler.util.HandlerUtils |
From |
To |
|
Rename Parameter error : ErrorResponseBody to errorMessage : ErrorResponseBody in method public sendErrorResponse(channelHandlerContext ChannelHandlerContext, httpRequest HttpRequest, errorMessage ErrorResponseBody, statusCode HttpResponseStatus) : void in class org.apache.flink.runtime.rest.handler.util.HandlerUtils |
From |
To |
|
Rename Parameter ctx : ChannelHandlerContext to channelHandlerContext : ChannelHandlerContext in method public sendErrorResponse(channelHandlerContext ChannelHandlerContext, httpRequest HttpRequest, errorMessage ErrorResponseBody, statusCode HttpResponseStatus) : void in class org.apache.flink.runtime.rest.handler.util.HandlerUtils |
From |
To |
|
Rename Parameter ctx : ChannelHandlerContext to channelHandlerContext : ChannelHandlerContext in method public sendResponse(channelHandlerContext ChannelHandlerContext, httpRequest HttpRequest, message String, statusCode HttpResponseStatus) : void in class org.apache.flink.runtime.rest.handler.util.HandlerUtils |
From |
To |