You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowWebServer.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -298,6 +298,16 @@ public int getPort() {
298
298
returnports.get(0).getNumber();
299
299
}
300
300
301
+
/**
302
+
* Returns the {@link Undertow Undertow server}. Returns {@code null} until the server
303
+
* has been started.
304
+
* @return the Undertow server or {@code null} if the server hasn't been started yet
0 commit comments