|
Change Parameter Type pool : ByteBufferPool to pool : Pool<ByteBuffer> in method public AjpOpenListener(pool Pool<ByteBuffer>) in class io.undertow.server.protocol.ajp.AjpOpenListener |
From |
To |
|
Change Parameter Type pool : ByteBufferPool to pool : Pool<ByteBuffer> in method public HttpOpenListener(pool Pool<ByteBuffer>, undertowOptions OptionMap) in class io.undertow.server.protocol.http.HttpOpenListener |
From |
To |
|
Change Parameter Type pool : ByteBufferPool to pool : Pool<ByteBuffer> in method public HttpOpenListener(pool Pool<ByteBuffer>) in class io.undertow.server.protocol.http.HttpOpenListener |
From |
To |
|
Change Parameter Type pool : ByteBufferPool to pool : Pool<ByteBuffer> in method public AjpOpenListener(pool Pool<ByteBuffer>, undertowOptions OptionMap) in class io.undertow.server.protocol.ajp.AjpOpenListener |
From |
To |