Transport.setOutboundFrameSizeLimit

Set an upper limit on the size of outgoing frames that will be sent to the peer. Allows constraining the transport not to emit Transfer frames over a given size even when the peers max frame size allows it.

Must be set before receiving the peers Open frame to have effect.

@param size the size limit to apply

interface Transport
void
setOutboundFrameSizeLimit
(
int size
)

Meta