Toggle navigation
Home
org.xnio.Pool<java.nio.ByteBuffer> to io.undertow.connector.ByteBufferPool
No. of Instances - 219
No. of Commits - 2
No. of Projects - {'undertow', 'wildfly'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
request.getExchange().getConnection().getBufferPool()
to
request.getExchange().getConnection().getByteBufferPool()
exchange.getConnection().getBufferPool()
to
exchange.getConnection().getByteBufferPool()
ChannelListeners.openListenerAdapter(new ProxyProtocolOpenListener(openListener,xnioSsl,new XnioByteBufferPool(bufferPool.getValue()),xnioSsl != null ? getSSLOptions(xnioSsl.getSslContext()) : null))
to
ChannelListeners.openListenerAdapter(new ProxyProtocolOpenListener(openListener,xnioSsl,bufferPool.getValue(),xnioSsl != null ? getSSLOptions(xnioSsl.getSslContext()) : null))
Rename Method invocation
getBufferPool
to
getByteBufferPool
getBufferPool
to
getByteBufferPool