spring-framework / org.springframework.web.reactive.socket.client / UndertowWebSocketClient / setPoolBufferSize

setPoolBufferSize

open fun setPoolBufferSize(poolBufferSize: Int): Unit

Configure the size of the io.undertow.connector.ByteBufferPool to pass to io.undertow.websockets.client.WebSocketClient#connectionBuilder.

By default the buffer size is set to 8192.