Uses of Interface
io.undertow.connector.ByteBufferPool
-
-
Uses of ByteBufferPool in io.undertow
Methods in io.undertow with parameters of type ByteBufferPool Modifier and Type Method Description Undertow.BuilderUndertow.Builder. setByteBufferPool(ByteBufferPool byteBufferPool) -
Uses of ByteBufferPool in io.undertow.client
Methods in io.undertow.client that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolClientConnection. getBufferPool()Methods in io.undertow.client with parameters of type ByteBufferPool Modifier and Type Method Description voidClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidUndertowClient. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidUndertowClient. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidUndertowClient. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidUndertowClient. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidUndertowClient. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioIoThread ioThread, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidUndertowClient. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidUndertowClient. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidUndertowClient. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)org.xnio.IoFuture<ClientConnection>UndertowClient. connect(java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, ByteBufferPool bufferPool, org.xnio.OptionMap options)org.xnio.IoFuture<ClientConnection>UndertowClient. connect(java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)org.xnio.IoFuture<ClientConnection>UndertowClient. connect(java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap options)org.xnio.IoFuture<ClientConnection>UndertowClient. connect(java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)org.xnio.IoFuture<ClientConnection>UndertowClient. connect(java.net.URI uri, org.xnio.XnioIoThread ioThread, ByteBufferPool bufferPool, org.xnio.OptionMap options)org.xnio.IoFuture<ClientConnection>UndertowClient. connect(java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)org.xnio.IoFuture<ClientConnection>UndertowClient. connect(java.net.URI uri, org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap options)org.xnio.IoFuture<ClientConnection>UndertowClient. connect(java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) -
Uses of ByteBufferPool in io.undertow.client.ajp
Methods in io.undertow.client.ajp with parameters of type ByteBufferPool Modifier and Type Method Description voidAjpClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidAjpClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidAjpClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidAjpClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) -
Uses of ByteBufferPool in io.undertow.client.http
Methods in io.undertow.client.http with parameters of type ByteBufferPool Modifier and Type Method Description static ALPNClientSelector.ALPNProtocolHttpClientProvider. alpnProtocol(ClientCallback<ClientConnection> listener, java.net.URI uri, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttpClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttpClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttpClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttpClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) -
Uses of ByteBufferPool in io.undertow.client.http2
Methods in io.undertow.client.http2 that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolHttp2ClientConnection. getBufferPool()Methods in io.undertow.client.http2 with parameters of type ByteBufferPool Modifier and Type Method Description static ALPNClientSelector.ALPNProtocolHttp2ClientProvider. alpnProtocol(ClientCallback<ClientConnection> listener, java.net.URI uri, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttp2ClearClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttp2ClearClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttp2ClearClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttp2ClearClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttp2ClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttp2ClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttp2ClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttp2ClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttp2PriorKnowledgeClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttp2PriorKnowledgeClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.InetSocketAddress bindAddress, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttp2PriorKnowledgeClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)voidHttp2PriorKnowledgeClientProvider. connect(ClientCallback<ClientConnection> listener, java.net.URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options)static java.lang.StringHttp2ClearClientProvider. createSettingsFrame(org.xnio.OptionMap options, ByteBufferPool bufferPool) -
Uses of ByteBufferPool in io.undertow.conduits
Constructors in io.undertow.conduits with parameters of type ByteBufferPool Constructor Description ChunkedStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next, ByteBufferPool bufferPool, boolean configurable, boolean passClose, HeaderMap responseHeaders, ConduitListener<? super ChunkedStreamSinkConduit> finishListener, Attachable attachable)Construct a new instance.ChunkedStreamSourceConduit(org.xnio.conduits.StreamSourceConduit next, org.xnio.conduits.PushBackStreamSourceConduit channel, ByteBufferPool pool, ConduitListener<? super ChunkedStreamSourceConduit> finishListener, Attachable attachable, java.io.Closeable closeable) -
Uses of ByteBufferPool in io.undertow.connector
Methods in io.undertow.connector that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolByteBufferPool. getArrayBackedPool()If this byte buffer pool corresponds to an array backed pool then this will return itself. -
Uses of ByteBufferPool in io.undertow.protocols.ajp
Constructors in io.undertow.protocols.ajp with parameters of type ByteBufferPool Constructor Description AjpClientChannel(org.xnio.StreamConnection connectedStreamChannel, ByteBufferPool bufferPool, org.xnio.OptionMap settings)Create a newAbstractFramedChannel8 -
Uses of ByteBufferPool in io.undertow.protocols.http2
Constructors in io.undertow.protocols.http2 with parameters of type ByteBufferPool Constructor Description Http2Channel(org.xnio.StreamConnection connectedStreamChannel, java.lang.String protocol, ByteBufferPool bufferPool, PooledByteBuffer data, boolean clientSide, boolean fromUpgrade, boolean prefaceRequired, java.nio.ByteBuffer initialOtherSideSettings, org.xnio.OptionMap settings)Http2Channel(org.xnio.StreamConnection connectedStreamChannel, java.lang.String protocol, ByteBufferPool bufferPool, PooledByteBuffer data, boolean clientSide, boolean fromUpgrade, boolean prefaceRequired, org.xnio.OptionMap settings)Http2Channel(org.xnio.StreamConnection connectedStreamChannel, java.lang.String protocol, ByteBufferPool bufferPool, PooledByteBuffer data, boolean clientSide, boolean fromUpgrade, org.xnio.OptionMap settings) -
Uses of ByteBufferPool in io.undertow.protocols.ssl
Constructors in io.undertow.protocols.ssl with parameters of type ByteBufferPool Constructor Description UndertowXnioSsl(org.xnio.Xnio xnio, org.xnio.OptionMap optionMap, ByteBufferPool bufferPool)Construct a new instance.UndertowXnioSsl(org.xnio.Xnio xnio, org.xnio.OptionMap optionMap, ByteBufferPool bufferPool, javax.net.ssl.SSLContext sslContext)Construct a new instance.UndertowXnioSsl(org.xnio.Xnio xnio, org.xnio.OptionMap optionMap, ByteBufferPool bufferPool, javax.net.ssl.SSLContext sslContext, java.util.concurrent.Executor delegatedTaskExecutor)Construct a new instance. -
Uses of ByteBufferPool in io.undertow.server
Classes in io.undertow.server that implement ByteBufferPool Modifier and Type Class Description classDefaultByteBufferPoolA byte buffer pool that supports reference counted pools.classXnioByteBufferPoolFields in io.undertow.server declared as ByteBufferPool Modifier and Type Field Description protected ByteBufferPoolAbstractServerConnection. bufferPoolMethods in io.undertow.server that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolDefaultByteBufferPool. getArrayBackedPool()ByteBufferPoolXnioByteBufferPool. getArrayBackedPool()ByteBufferPoolOpenListener. getBufferPool()ByteBufferPoolAbstractServerConnection. getByteBufferPool()Get the buffer pool for this connection.abstract ByteBufferPoolServerConnection. getByteBufferPool()Constructors in io.undertow.server with parameters of type ByteBufferPool Constructor Description AbstractServerConnection(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, HttpHandler rootHandler, org.xnio.OptionMap undertowOptions, int bufferSize)XnioBufferPoolAdaptor(ByteBufferPool byteBufferPool) -
Uses of ByteBufferPool in io.undertow.server.protocol.ajp
Methods in io.undertow.server.protocol.ajp that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolAjpOpenListener. getBufferPool()Constructors in io.undertow.server.protocol.ajp with parameters of type ByteBufferPool Constructor Description AjpOpenListener(ByteBufferPool pool)AjpOpenListener(ByteBufferPool pool, org.xnio.OptionMap undertowOptions)AjpServerConnection(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, HttpHandler rootHandler, org.xnio.OptionMap undertowOptions, int bufferSize) -
Uses of ByteBufferPool in io.undertow.server.protocol.framed
Methods in io.undertow.server.protocol.framed that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolAbstractFramedChannel. getBufferPool()Get the buffer pool for this connection.Constructors in io.undertow.server.protocol.framed with parameters of type ByteBufferPool Constructor Description AbstractFramedChannel(org.xnio.StreamConnection connectedStreamChannel, ByteBufferPool bufferPool, FramePriority<C,R,S> framePriority, PooledByteBuffer readData, org.xnio.OptionMap settings)Create a newAbstractFramedChannel8 -
Uses of ByteBufferPool in io.undertow.server.protocol.http
Methods in io.undertow.server.protocol.http that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolAlpnOpenListener. getBufferPool()ByteBufferPoolHttpOpenListener. getBufferPool()Constructors in io.undertow.server.protocol.http with parameters of type ByteBufferPool Constructor Description AlpnOpenListener(ByteBufferPool bufferPool)AlpnOpenListener(ByteBufferPool bufferPool, org.xnio.OptionMap undertowOptions)AlpnOpenListener(ByteBufferPool bufferPool, org.xnio.OptionMap undertowOptions, DelegateOpenListener httpListener)AlpnOpenListener(ByteBufferPool bufferPool, org.xnio.OptionMap undertowOptions, java.lang.String fallbackProtocol, DelegateOpenListener fallbackListener)HttpOpenListener(ByteBufferPool pool)HttpOpenListener(ByteBufferPool pool, org.xnio.OptionMap undertowOptions)HttpServerConnection(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, HttpHandler rootHandler, org.xnio.OptionMap undertowOptions, int bufferSize, ConnectorStatisticsImpl connectorStatistics)PipeliningBufferingStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next, ByteBufferPool pool) -
Uses of ByteBufferPool in io.undertow.server.protocol.http2
Methods in io.undertow.server.protocol.http2 that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolHttp2OpenListener. getBufferPool()ByteBufferPoolHttp2ServerConnection. getByteBufferPool()Constructors in io.undertow.server.protocol.http2 with parameters of type ByteBufferPool Constructor Description Http2OpenListener(ByteBufferPool pool)Http2OpenListener(ByteBufferPool pool, org.xnio.OptionMap undertowOptions)Http2OpenListener(ByteBufferPool pool, org.xnio.OptionMap undertowOptions, java.lang.String protocol) -
Uses of ByteBufferPool in io.undertow.server.protocol.proxy
Constructors in io.undertow.server.protocol.proxy with parameters of type ByteBufferPool Constructor Description ProxyProtocolOpenListener(OpenListener openListener, UndertowXnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap sslOptionMap) -
Uses of ByteBufferPool in io.undertow.util
Methods in io.undertow.util with parameters of type ByteBufferPool Modifier and Type Method Description static MultipartParser.ParseStateMultipartParser. beginParse(ByteBufferPool bufferPool, MultipartParser.PartHandler handler, byte[] boundary, java.lang.String requestCharset)static <I extends org.xnio.channels.StreamSourceChannel,O extends org.xnio.channels.StreamSinkChannel>
voidTransfer. initiateTransfer(I source, O sink, org.xnio.ChannelListener<? super I> sourceListener, org.xnio.ChannelListener<? super O> sinkListener, org.xnio.ChannelExceptionHandler<? super I> readExceptionHandler, org.xnio.ChannelExceptionHandler<? super O> writeExceptionHandler, ByteBufferPool pool)Initiate a low-copy transfer between two stream channels.Constructors in io.undertow.util with parameters of type ByteBufferPool Constructor Description ParseState(ByteBufferPool bufferPool, MultipartParser.PartHandler partHandler, java.lang.String requestCharset, byte[] boundary)StringReadChannelListener(ByteBufferPool bufferPool) -
Uses of ByteBufferPool in io.undertow.websockets.client
Methods in io.undertow.websockets.client that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolWebSocketClient.ConnectionBuilder. getBufferPool()Methods in io.undertow.websockets.client with parameters of type ByteBufferPool Modifier and Type Method Description static org.xnio.IoFuture<WebSocketChannel>WebSocketClient. connect(org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, java.net.URI uri, WebSocketVersion version)Deprecated.static org.xnio.IoFuture<WebSocketChannel>WebSocketClient. connect(org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, java.net.URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation)Deprecated.static org.xnio.IoFuture<WebSocketChannel>WebSocketClient. connect(org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, java.net.InetSocketAddress bindAddress, java.net.URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation, java.util.Set<ExtensionHandshake> clientExtensions)Deprecated.static org.xnio.IoFuture<WebSocketChannel>WebSocketClient. connect(org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, java.net.URI uri, WebSocketVersion version)Deprecated.static org.xnio.IoFuture<WebSocketChannel>WebSocketClient. connect(org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, java.net.URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation)Deprecated.static org.xnio.IoFuture<WebSocketChannel>WebSocketClient. connect(org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, java.net.URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation, java.util.Set<ExtensionHandshake> clientExtensions)Deprecated.static WebSocketClient.ConnectionBuilderWebSocketClient. connectionBuilder(org.xnio.XnioWorker worker, ByteBufferPool bufferPool, java.net.URI uri)Creates a new connection builder that can be used to create a web socket connection.WebSocketChannelWebSocket13ClientHandshake. createChannel(org.xnio.StreamConnection channel, java.lang.String wsUri, ByteBufferPool bufferPool, org.xnio.OptionMap options)abstract WebSocketChannelWebSocketClientHandshake. createChannel(org.xnio.StreamConnection channel, java.lang.String wsUri, ByteBufferPool bufferPool, org.xnio.OptionMap options)Constructors in io.undertow.websockets.client with parameters of type ByteBufferPool Constructor Description ConnectionBuilder(org.xnio.XnioWorker worker, ByteBufferPool bufferPool, java.net.URI uri) -
Uses of ByteBufferPool in io.undertow.websockets.core
Methods in io.undertow.websockets.core with parameters of type ByteBufferPool Modifier and Type Method Description static <I extends org.xnio.channels.StreamSourceChannel,O extends org.xnio.channels.StreamSinkChannel>
voidWebSocketUtils. initiateTransfer(I source, O sink, org.xnio.ChannelListener<? super I> sourceListener, org.xnio.ChannelListener<? super O> sinkListener, org.xnio.ChannelExceptionHandler<? super I> readExceptionHandler, org.xnio.ChannelExceptionHandler<? super O> writeExceptionHandler, ByteBufferPool pool)Deprecated.Constructors in io.undertow.websockets.core with parameters of type ByteBufferPool Constructor Description WebSocketChannel(org.xnio.StreamConnection connectedStreamChannel, ByteBufferPool bufferPool, WebSocketVersion version, java.lang.String wsUrl, java.lang.String subProtocol, boolean client, boolean extensionsSupported, ExtensionFunction extensionFunction, java.util.Set<WebSocketChannel> peerConnections, org.xnio.OptionMap options)Create a newWebSocketChannel8 -
Uses of ByteBufferPool in io.undertow.websockets.core.protocol
Methods in io.undertow.websockets.core.protocol with parameters of type ByteBufferPool Modifier and Type Method Description abstract WebSocketChannelHandshake. createChannel(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool)Create theWebSocketChannelfrom theWebSocketHttpExchange -
Uses of ByteBufferPool in io.undertow.websockets.core.protocol.version07
Methods in io.undertow.websockets.core.protocol.version07 with parameters of type ByteBufferPool Modifier and Type Method Description WebSocketChannelHybi07Handshake. createChannel(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool)Constructors in io.undertow.websockets.core.protocol.version07 with parameters of type ByteBufferPool Constructor Description WebSocket07Channel(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, java.lang.String wsUrl, java.lang.String subProtocol, boolean client, boolean allowExtensions, ExtensionFunction extensionFunction, java.util.Set<WebSocketChannel> openConnections, org.xnio.OptionMap options)Create a newWebSocket07Channel -
Uses of ByteBufferPool in io.undertow.websockets.core.protocol.version08
Methods in io.undertow.websockets.core.protocol.version08 with parameters of type ByteBufferPool Modifier and Type Method Description WebSocketChannelHybi08Handshake. createChannel(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool)Constructors in io.undertow.websockets.core.protocol.version08 with parameters of type ByteBufferPool Constructor Description WebSocket08Channel(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, java.lang.String wsUrl, java.lang.String subProtocols, boolean client, boolean allowExtensions, ExtensionFunction extensionFunction, java.util.Set<WebSocketChannel> openConnections, org.xnio.OptionMap options) -
Uses of ByteBufferPool in io.undertow.websockets.core.protocol.version13
Methods in io.undertow.websockets.core.protocol.version13 with parameters of type ByteBufferPool Modifier and Type Method Description WebSocketChannelHybi13Handshake. createChannel(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool)Constructors in io.undertow.websockets.core.protocol.version13 with parameters of type ByteBufferPool Constructor Description WebSocket13Channel(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, java.lang.String wsUrl, java.lang.String subProtocols, boolean client, boolean allowExtensions, ExtensionFunction extensionFunction, java.util.Set<WebSocketChannel> openConnections, org.xnio.OptionMap options) -
Uses of ByteBufferPool in io.undertow.websockets.spi
Methods in io.undertow.websockets.spi that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolAsyncWebSocketHttpServerExchange. getBufferPool()ByteBufferPoolWebSocketHttpExchange. getBufferPool()
-