File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
httpcore5/src/main/java/org/apache/hc/core5/http/impl/bootstrap Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 59
59
import org .apache .hc .core5 .http .nio .support .DefaultAsyncResponseExchangeHandlerFactory ;
60
60
import org .apache .hc .core5 .http .nio .support .TerminalAsyncServerFilter ;
61
61
import org .apache .hc .core5 .http .protocol .HttpProcessor ;
62
- import org .apache .hc .core5 .http .protocol .LookupRegistry ;
63
62
import org .apache .hc .core5 .http .protocol .UriPatternType ;
64
63
import org .apache .hc .core5 .net .InetAddressUtils ;
65
64
import org .apache .hc .core5 .net .URIAuthority ;
@@ -238,7 +237,7 @@ public final AsyncServerBootstrap setIOSessionListener(final IOSessionListener s
238
237
* @deprecated Use {@link RequestRouter}.
239
238
*/
240
239
@ Deprecated
241
- public final AsyncServerBootstrap setLookupRegistry (final LookupRegistry <Supplier <AsyncServerExchangeHandler >> lookupRegistry ) {
240
+ public final AsyncServerBootstrap setLookupRegistry (final org . apache . hc . core5 . http . protocol . LookupRegistry <Supplier <AsyncServerExchangeHandler >> lookupRegistry ) {
242
241
this .lookupRegistry = lookupRegistry ;
243
242
return this ;
244
243
}
You can’t perform that action at this time.
0 commit comments