Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add getters to AsyncServerBootstrap and refactor create() implementation into protected methods.
Right now, you can subclass AsyncServerBootstrap to customize a create() method but you cannot get to instance variables as these are private.
The goal is to make creating instances of HttpAsyncServer simpler by adding getters and refactoring create() implementations into protected methods such that subclasses can more simply create custom instances.
That does not seem controversial to me so I am not sure a feature branch is needed but I'll create one anyway: HTTPCORE-570
Attachments
Issue Links
- links to