Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
proton-0.12.2
Description
There is currently no option to set the maxFrameSize of the Transport instance when using the Reactor API.
In the server case the whole setup happens in the private AcceptorReadable class.
In client case there is one option to subclass IOHandler and override the onConnectionLocalOpen(Event event) method, so that the max frame size can be set. However this requires that the onConnectionLocalOpen method of the parent class is never called.... which results in duplicate code and may diverge from the parent code when updating to a later proton-j version.