|
Pull Up Method public SimpleRouteMatcher() from class spark.route.SimpleRouteMatcher to protected Routes() from class spark.route.Routes |
From |
To |
|
Pull Up Method private getAcceptedMimeTypes(routes List<RouteEntry>) : Map<String,RouteEntry> from class spark.route.SimpleRouteMatcher to private getAcceptedMimeTypes(routes List<RouteEntry>) : Map<String,RouteEntry> from class spark.route.Routes |
From |
To |
|
Pull Up Method private routeWithGivenAcceptType(bestMatch String) : boolean from class spark.route.SimpleRouteMatcher to private routeWithGivenAcceptType(bestMatch String) : boolean from class spark.route.Routes |
From |
To |
|
Pull Up Method private removeRoute(httpMethod HttpMethod, path String) : boolean from class spark.route.SimpleRouteMatcher to private removeRoute(httpMethod HttpMethod, path String) : boolean from class spark.route.Routes |
From |
To |
|
Pull Up Method private addRoute(method HttpMethod, url String, acceptedType String, target Object) : void from class spark.route.SimpleRouteMatcher to private addRoute(method HttpMethod, url String, acceptedType String, target Object) : void from class spark.route.Routes |
From |
To |
|
Pull Up Method private findTargetWithGivenAcceptType(routeMatches List<RouteEntry>, acceptType String) : RouteEntry from class spark.route.SimpleRouteMatcher to private findTargetWithGivenAcceptType(routeMatches List<RouteEntry>, acceptType String) : RouteEntry from class spark.route.Routes |
From |
To |
|
Pull Up Method private findTargetsForRequestedRoute(httpMethod HttpMethod, path String) : List<RouteEntry> from class spark.route.SimpleRouteMatcher to private findTargetsForRequestedRoute(httpMethod HttpMethod, path String) : List<RouteEntry> from class spark.route.Routes |
From |
To |
|
Change Return Type void to Service in method public threadPool(maxThreads int) : Service in class spark.Service |
From |
To |
|
Change Return Type void to Service in method public staticFileLocation(folder String) : Service in class spark.Service |
From |
To |
|
Change Return Type SimpleRouteMatcher to Routes in method public get() : Routes in class spark.route.ServletRoutes |
From |
To |
|
Change Return Type void to Service in method public webSocketIdleTimeoutMillis(timeoutMillis int) : Service in class spark.Service |
From |
To |
|
Change Return Type void to Service in method public externalStaticFileLocation(externalFolder String) : Service in class spark.Service |
From |
To |
|
Change Return Type void to Service in method public threadPool(maxThreads int, minThreads int, idleTimeoutMillis int) : Service in class spark.Service |
From |
To |
|
Change Return Type SparkInstance to Service in method private getInstance() : Service in class spark.Spark |
From |
To |
|
Change Return Type void to Service in method public secure(keystoreFile String, keystorePassword String, truststoreFile String, truststorePassword String) : Service in class spark.Service |
From |
To |
|
Change Return Type void to Service in method public ipAddress(ipAddress String) : Service in class spark.Service |
From |
To |
|
Change Return Type void to Service in method public port(port int) : Service in class spark.Service |
From |
To |
|
Change Return Type SimpleRouteMatcher to Routes in method public routeMatcher() : Routes in class spark.http.matching.RouteContext |
From |
To |