mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Rename reactor.io.netty -> reactor.ipc.netty
This commit is contained in:
+2
-2
@@ -28,7 +28,7 @@ public class ReactorHttpServer extends HttpServerSupport implements HttpServer,
|
||||
|
||||
private ReactorHttpHandlerAdapter reactorHandler;
|
||||
|
||||
private reactor.io.netty.http.HttpServer reactorServer;
|
||||
private reactor.ipc.netty.http.HttpServer reactorServer;
|
||||
|
||||
private boolean running;
|
||||
|
||||
@@ -38,7 +38,7 @@ public class ReactorHttpServer extends HttpServerSupport implements HttpServer,
|
||||
|
||||
Assert.notNull(getHttpHandler());
|
||||
this.reactorHandler = new ReactorHttpHandlerAdapter(getHttpHandler());
|
||||
this.reactorServer = reactor.io.netty.http.HttpServer.create(getHost(), getPort());
|
||||
this.reactorServer = reactor.ipc.netty.http.HttpServer.create(getHost(), getPort());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user