Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
93caad55
Commit
93caad55
authored
Jul 14, 2017
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
4e8592ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
JettyServletWebServerFactory.java
...boot/web/embedded/jetty/JettyServletWebServerFactory.java
+4
-4
TomcatServletWebServerFactory.java
...ot/web/embedded/tomcat/TomcatServletWebServerFactory.java
+3
-3
No files found.
spring-boot/src/main/java/org/springframework/boot/web/embedded/jetty/JettyServletWebServerFactory.java
View file @
93caad55
...
...
@@ -571,7 +571,7 @@ public class JettyServletWebServerFactory extends AbstractServletWebServerFactor
/**
* Sets {@link JettyServerCustomizer}s that will be applied to the {@link Server}
* before it is started. Calling this method will replace any existing c
onfiguration
s.
* before it is started. Calling this method will replace any existing c
ustomizer
s.
* @param customizers the Jetty customizers to apply
*/
public
void
setServerCustomizers
(
...
...
@@ -581,9 +581,9 @@ public class JettyServletWebServerFactory extends AbstractServletWebServerFactor
}
/**
* Returns a mutable collection of Jetty {@link
Configuration
}s that will be applied
* to the {@link
WebAppContext} before the server
is created.
* @return the
Jetty {@link Configuration
}s
* Returns a mutable collection of Jetty {@link
JettyServerCustomizer
}s that will be applied
* to the {@link
Server} before the it
is created.
* @return the
{@link JettyServerCustomizer
}s
*/
public
Collection
<
JettyServerCustomizer
>
getServerCustomizers
()
{
return
this
.
jettyServerCustomizers
;
...
...
spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatServletWebServerFactory.java
View file @
93caad55
...
...
@@ -699,7 +699,7 @@ public class TomcatServletWebServerFactory extends AbstractServletWebServerFacto
}
/**
* Add {@link TomcatCon
text
Customizer}s that should be added to the Tomcat
* Add {@link TomcatCon
nector
Customizer}s that should be added to the Tomcat
* {@link Connector}.
* @param tomcatConnectorCustomizers the customizers to add
*/
...
...
@@ -712,8 +712,8 @@ public class TomcatServletWebServerFactory extends AbstractServletWebServerFacto
/**
* Returns a mutable collection of the {@link TomcatConnectorCustomizer}s that will be
* applied to the Tomcat {@link Con
text
} .
* @return the
listen
ers that will be applied
* applied to the Tomcat {@link Con
nector
} .
* @return the
customiz
ers that will be applied
*/
public
Collection
<
TomcatConnectorCustomizer
>
getTomcatConnectorCustomizers
()
{
return
this
.
tomcatConnectorCustomizers
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment