Skip to content

Commit 76b5383

Browse files
committed
Re-word section about security overriding HttpServerTransport
1 parent a4561da commit 76b5383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/internal/GeneralArchitectureGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ HTTP traffic is handled by an implementation of a [HttpServerTransport]. The [Ht
5555
port, handling REST client connections, parsing received requests into [RestRequest] instances and dispatching those
5656
requests to a [HttpServerTransport.Dispatcher]. The [RestController] is an implementation of [HttpServerTransport.Dispatcher].
5757
The [HttpServerTransport] is pluggable. There is only a single [Netty-based implementation][Netty4HttpServerTransport]
58-
of [HttpServerTransport], but some plugins such as [Security][Security#getHttpTransports] supply instances of it with
59-
additional configuration to implement features such as IP filtering or TLS.
58+
of [HttpServerTransport], but some plugins such as `Security` supply instances of it with
59+
additional configuration to implement features such as IP filtering or TLS (see [Security#getHttpTransports]).
6060

6161
[ActionModule#initRestHandlers]:https://github.com/elastic/elasticsearch/blob/v9.0.1/server/src/main/java/org/elasticsearch/action/ActionModule.java#L814
6262
[ActionModule]:https://github.com/elastic/elasticsearch/blob/v9.0.1/server/src/main/java/org/elasticsearch/action/ActionModule.java

0 commit comments

Comments
 (0)