Generated by
JDiff

Class org.springframework.web.reactive.socket.client.UndertowWebSocketClient

Added Constructors
UndertowWebSocketClient(XnioWorker, ByteBufferPool, Consumer<ConnectionBuilder>) Alternate constructor providing additional control over the ConnectionBuilder for each WebSocket connection.
 

Added Methods
ByteBufferPool getByteBufferPool() @return the io.undertow.connector.ByteBufferPool currently used for newly created WebSocket sessions by this client
void setByteBufferPool(ByteBufferPool) Set the ByteBufferPool to pass to io.undertow.websockets.client.WebSocketClient.connectionBuilder.
 

Changed Methods
int getPoolBufferSize() Now deprecated.
as of 5.0.8 this method is deprecated in favor of using {@link #getByteBufferPool()}
void setPoolBufferSize(int) Now deprecated.
as of 5.0.8 this method is deprecated in favor of {@link #setByteBufferPool(io.undertow.connector.ByteBufferPool)}