File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ HTTP traffic is handled by an implementation of a [HttpServerTransport]. The [Ht
5555port, handling REST client connections, parsing received requests into [ RestRequest] instances and dispatching those
5656requests to a [ HttpServerTransport.Dispatcher] . The [ RestController] is an implementation of [ HttpServerTransport.Dispatcher] .
5757The [ 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
You can’t perform that action at this time.
0 commit comments