Uses of Interface
io.undertow.connector.ByteBufferPool
Packages that use ByteBufferPool
Package
Description
-
Uses of ByteBufferPool in io.undertow
Methods in io.undertow with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionUndertow.Builder.setByteBufferPool
(ByteBufferPool byteBufferPool) -
Uses of ByteBufferPool in io.undertow.client
Methods in io.undertow.client that return ByteBufferPoolMethods in io.undertow.client with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionvoid
ClientProvider.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
ClientProvider.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
ClientProvider.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
ClientProvider.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
UndertowClient.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioIoThread ioThread, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
UndertowClient.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
UndertowClient.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
UndertowClient.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
UndertowClient.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioIoThread ioThread, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
UndertowClient.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
UndertowClient.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
UndertowClient.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) org.xnio.IoFuture<ClientConnection>
UndertowClient.connect
(InetSocketAddress bindAddress, URI uri, org.xnio.XnioIoThread ioThread, ByteBufferPool bufferPool, org.xnio.OptionMap options) org.xnio.IoFuture<ClientConnection>
UndertowClient.connect
(InetSocketAddress bindAddress, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) org.xnio.IoFuture<ClientConnection>
UndertowClient.connect
(InetSocketAddress bindAddress, URI uri, org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap options) org.xnio.IoFuture<ClientConnection>
UndertowClient.connect
(InetSocketAddress bindAddress, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) org.xnio.IoFuture<ClientConnection>
UndertowClient.connect
(URI uri, org.xnio.XnioIoThread ioThread, ByteBufferPool bufferPool, org.xnio.OptionMap options) org.xnio.IoFuture<ClientConnection>
UndertowClient.connect
(URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) org.xnio.IoFuture<ClientConnection>
UndertowClient.connect
(URI uri, org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap options) org.xnio.IoFuture<ClientConnection>
UndertowClient.connect
(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 ByteBufferPoolModifier and TypeMethodDescriptionvoid
AjpClientProvider.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
AjpClientProvider.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
AjpClientProvider.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
AjpClientProvider.connect
(ClientCallback<ClientConnection> listener, 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 ByteBufferPoolModifier and TypeMethodDescriptionvoid
HttpClientProvider.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
HttpClientProvider.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
HttpClientProvider.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
HttpClientProvider.connect
(ClientCallback<ClientConnection> listener, 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 ByteBufferPoolMethods in io.undertow.client.http2 with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionHttp2ClientProvider.alpnProtocol
(ClientCallback<ClientConnection> listener, URI uri, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
Http2ClearClientProvider.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
Http2ClearClientProvider.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
Http2ClearClientProvider.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
Http2ClearClientProvider.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
Http2ClientProvider.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
Http2ClientProvider.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
Http2ClientProvider.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
Http2ClientProvider.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
Http2PriorKnowledgeClientProvider.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
Http2PriorKnowledgeClientProvider.connect
(ClientCallback<ClientConnection> listener, InetSocketAddress bindAddress, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
Http2PriorKnowledgeClientProvider.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioIoThread ioThread, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) void
Http2PriorKnowledgeClientProvider.connect
(ClientCallback<ClientConnection> listener, URI uri, org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap options) static String
Http2ClearClientProvider.createSettingsFrame
(org.xnio.OptionMap options, ByteBufferPool bufferPool) -
Uses of ByteBufferPool in io.undertow.conduits
Constructors in io.undertow.conduits with parameters of type ByteBufferPoolModifierConstructorDescriptionChunkedStreamSinkConduit
(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, Closeable closeable) -
Uses of ByteBufferPool in io.undertow.connector
Methods in io.undertow.connector that return ByteBufferPoolModifier and TypeMethodDescriptionByteBufferPool.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 ByteBufferPoolModifierConstructorDescriptionAjpClientChannel
(org.xnio.StreamConnection connectedStreamChannel, ByteBufferPool bufferPool, org.xnio.OptionMap settings) Create a newAbstractFramedChannel
8 -
Uses of ByteBufferPool in io.undertow.protocols.http2
Constructors in io.undertow.protocols.http2 with parameters of type ByteBufferPoolModifierConstructorDescriptionHttp2Channel
(org.xnio.StreamConnection connectedStreamChannel, String protocol, ByteBufferPool bufferPool, PooledByteBuffer data, boolean clientSide, boolean fromUpgrade, boolean prefaceRequired, ByteBuffer initialOtherSideSettings, org.xnio.OptionMap settings) Http2Channel
(org.xnio.StreamConnection connectedStreamChannel, String protocol, ByteBufferPool bufferPool, PooledByteBuffer data, boolean clientSide, boolean fromUpgrade, boolean prefaceRequired, org.xnio.OptionMap settings) Http2Channel
(org.xnio.StreamConnection connectedStreamChannel, 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 ByteBufferPoolModifierConstructorDescriptionUndertowXnioSsl
(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, SSLContext sslContext) Construct a new instance.UndertowXnioSsl
(org.xnio.Xnio xnio, org.xnio.OptionMap optionMap, ByteBufferPool bufferPool, SSLContext sslContext, Executor delegatedTaskExecutor) Construct a new instance. -
Uses of ByteBufferPool in io.undertow.server
Classes in io.undertow.server that implement ByteBufferPoolModifier and TypeClassDescriptionclass
A byte buffer pool that supports reference counted pools.class
Fields in io.undertow.server declared as ByteBufferPoolModifier and TypeFieldDescriptionprotected final ByteBufferPool
AbstractServerConnection.bufferPool
Methods in io.undertow.server that return ByteBufferPoolModifier and TypeMethodDescriptionDefaultByteBufferPool.getArrayBackedPool()
XnioByteBufferPool.getArrayBackedPool()
OpenListener.getBufferPool()
AbstractServerConnection.getByteBufferPool()
Get the buffer pool for this connection.abstract ByteBufferPool
ServerConnection.getByteBufferPool()
Constructors in io.undertow.server with parameters of type ByteBufferPoolModifierConstructorDescriptionAbstractServerConnection
(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 ByteBufferPoolConstructors in io.undertow.server.protocol.ajp with parameters of type ByteBufferPoolModifierConstructorDescriptionAjpOpenListener
(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 ByteBufferPoolModifier and TypeMethodDescriptionAbstractFramedChannel.getBufferPool()
Get the buffer pool for this connection.Constructors in io.undertow.server.protocol.framed with parameters of type ByteBufferPoolModifierConstructorDescriptionprotected
AbstractFramedChannel
(org.xnio.StreamConnection connectedStreamChannel, ByteBufferPool bufferPool, FramePriority<C, R, S> framePriority, PooledByteBuffer readData, org.xnio.OptionMap settings) Create a newAbstractFramedChannel
8 -
Uses of ByteBufferPool in io.undertow.server.protocol.http
Methods in io.undertow.server.protocol.http that return ByteBufferPoolModifier and TypeMethodDescriptionAlpnOpenListener.getBufferPool()
HttpOpenListener.getBufferPool()
Constructors in io.undertow.server.protocol.http with parameters of type ByteBufferPoolModifierConstructorDescriptionAlpnOpenListener
(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, String fallbackProtocol, DelegateOpenListener fallbackListener) 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 ByteBufferPoolModifier and TypeMethodDescriptionHttp2OpenListener.getBufferPool()
Http2ServerConnection.getByteBufferPool()
Constructors in io.undertow.server.protocol.http2 with parameters of type ByteBufferPoolModifierConstructorDescriptionHttp2OpenListener
(ByteBufferPool pool, org.xnio.OptionMap undertowOptions) Http2OpenListener
(ByteBufferPool pool, org.xnio.OptionMap undertowOptions, String protocol) -
Uses of ByteBufferPool in io.undertow.server.protocol.proxy
Constructors in io.undertow.server.protocol.proxy with parameters of type ByteBufferPoolModifierConstructorDescriptionProxyProtocolOpenListener
(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 ByteBufferPoolModifier and TypeMethodDescriptionstatic MultipartParser.ParseState
MultipartParser.beginParse
(ByteBufferPool bufferPool, MultipartParser.PartHandler handler, byte[] boundary, 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 ByteBufferPoolModifierConstructorDescriptionParseState
(ByteBufferPool bufferPool, MultipartParser.PartHandler partHandler, String requestCharset, byte[] boundary) StringReadChannelListener
(ByteBufferPool bufferPool) -
Uses of ByteBufferPool in io.undertow.websockets.client
Methods in io.undertow.websockets.client that return ByteBufferPoolMethods in io.undertow.websockets.client with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionstatic org.xnio.IoFuture<WebSocketChannel>
WebSocketClient.connect
(org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, URI uri, WebSocketVersion version) Deprecated.static org.xnio.IoFuture<WebSocketChannel>
WebSocketClient.connect
(org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, 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, InetSocketAddress bindAddress, URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation, 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, 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, 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, URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation, Set<ExtensionHandshake> clientExtensions) Deprecated.WebSocketClient.connectionBuilder
(org.xnio.XnioWorker worker, ByteBufferPool bufferPool, URI uri) Creates a new connection builder that can be used to create a web socket connection.WebSocket13ClientHandshake.createChannel
(org.xnio.StreamConnection channel, String wsUri, ByteBufferPool bufferPool, org.xnio.OptionMap options) abstract WebSocketChannel
WebSocketClientHandshake.createChannel
(org.xnio.StreamConnection channel, String wsUri, ByteBufferPool bufferPool, org.xnio.OptionMap options) Constructors in io.undertow.websockets.client with parameters of type ByteBufferPoolModifierConstructorDescriptionConnectionBuilder
(org.xnio.XnioWorker worker, ByteBufferPool bufferPool, URI uri) -
Uses of ByteBufferPool in io.undertow.websockets.core
Methods in io.undertow.websockets.core with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionstatic <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 ByteBufferPoolModifierConstructorDescriptionprotected
WebSocketChannel
(org.xnio.StreamConnection connectedStreamChannel, ByteBufferPool bufferPool, WebSocketVersion version, String wsUrl, String subProtocol, boolean client, boolean extensionsSupported, ExtensionFunction extensionFunction, Set<WebSocketChannel> peerConnections, org.xnio.OptionMap options) Create a newWebSocketChannel
8 -
Uses of ByteBufferPool in io.undertow.websockets.core.protocol
Methods in io.undertow.websockets.core.protocol with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionabstract WebSocketChannel
Handshake.createChannel
(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool) Create theWebSocketChannel
from theWebSocketHttpExchange
-
Uses of ByteBufferPool in io.undertow.websockets.core.protocol.version07
Methods in io.undertow.websockets.core.protocol.version07 with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionHybi07Handshake.createChannel
(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool) Constructors in io.undertow.websockets.core.protocol.version07 with parameters of type ByteBufferPoolModifierConstructorDescriptionWebSocket07Channel
(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, String wsUrl, String subProtocol, boolean client, boolean allowExtensions, ExtensionFunction extensionFunction, 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 ByteBufferPoolModifier and TypeMethodDescriptionHybi08Handshake.createChannel
(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool) Constructors in io.undertow.websockets.core.protocol.version08 with parameters of type ByteBufferPoolModifierConstructorDescriptionWebSocket08Channel
(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, String wsUrl, String subProtocols, boolean client, boolean allowExtensions, ExtensionFunction extensionFunction, 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 ByteBufferPoolModifier and TypeMethodDescriptionHybi13Handshake.createChannel
(WebSocketHttpExchange exchange, org.xnio.StreamConnection channel, ByteBufferPool pool) Constructors in io.undertow.websockets.core.protocol.version13 with parameters of type ByteBufferPoolModifierConstructorDescriptionWebSocket13Channel
(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, String wsUrl, String subProtocols, boolean client, boolean allowExtensions, ExtensionFunction extensionFunction, Set<WebSocketChannel> openConnections, org.xnio.OptionMap options) -
Uses of ByteBufferPool in io.undertow.websockets.spi
Methods in io.undertow.websockets.spi that return ByteBufferPoolModifier and TypeMethodDescriptionAsyncWebSocketHttpServerExchange.getBufferPool()
WebSocketHttpExchange.getBufferPool()