|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Constructors | |
XnioWorker, |
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)} |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |