Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
ClientConnection.getBufferPool() |
Modifier and Type | Method and Description |
---|---|
void |
UndertowClient.connect(ClientCallback<ClientConnection> listener,
InetSocketAddress bindAddress,
URI uri,
org.xnio.XnioIoThread ioThread,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
void |
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 |
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 |
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 |
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 |
ClientProvider.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.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 |
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,
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) |
Modifier and Type | Method and Description |
---|---|
void |
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) |
Modifier and Type | Method and Description |
---|---|
void |
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) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
Http2ClientConnection.getBufferPool() |
Modifier and Type | Method and Description |
---|---|
static ALPNClientSelector.ALPNProtocol |
Http2ClientProvider.alpnProtocol(ClientCallback<ClientConnection> listener,
URI uri,
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 |
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 |
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 |
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 |
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 |
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 |
Http2ClientProvider.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.XnioIoThread ioThread,
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 |
Http2ClientProvider.connect(ClientCallback<ClientConnection> listener,
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.XnioWorker worker,
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) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
ByteBufferPool.getArrayBackedPool()
If this byte buffer pool corresponds to an array backed pool then this will return itself.
|
Constructor and Description |
---|
AjpClientChannel(org.xnio.StreamConnection connectedStreamChannel,
ByteBufferPool bufferPool,
org.xnio.OptionMap settings)
Create a new
AbstractFramedChannel
8 |
Constructor and Description |
---|
Http2Channel(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) |
Constructor and 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,
SSLContext sslContext)
Construct a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultByteBufferPool
A byte buffer pool that supports reference counted pools.
|
class |
XnioByteBufferPool |
Modifier and Type | Field and Description |
---|---|
protected ByteBufferPool |
AbstractServerConnection.bufferPool |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
XnioByteBufferPool.getArrayBackedPool() |
ByteBufferPool |
DefaultByteBufferPool.getArrayBackedPool() |
ByteBufferPool |
OpenListener.getBufferPool() |
abstract ByteBufferPool |
ServerConnection.getByteBufferPool() |
ByteBufferPool |
AbstractServerConnection.getByteBufferPool()
Get the buffer pool for this connection.
|
Constructor and Description |
---|
AbstractServerConnection(org.xnio.StreamConnection channel,
ByteBufferPool bufferPool,
HttpHandler rootHandler,
org.xnio.OptionMap undertowOptions,
int bufferSize) |
XnioBufferPoolAdaptor(ByteBufferPool byteBufferPool) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
AjpOpenListener.getBufferPool() |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
AbstractFramedChannel.getBufferPool()
Get the buffer pool for this connection.
|
Constructor and Description |
---|
AbstractFramedChannel(org.xnio.StreamConnection connectedStreamChannel,
ByteBufferPool bufferPool,
FramePriority<C,R,S> framePriority,
PooledByteBuffer readData,
org.xnio.OptionMap settings)
Create a new
AbstractFramedChannel
8 |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
JDK8HackAlpnOpenListener.getBufferPool() |
ByteBufferPool |
AlpnOpenListener.getBufferPool() |
ByteBufferPool |
HttpOpenListener.getBufferPool() |
Constructor and 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,
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) |
JDK8HackAlpnOpenListener(ByteBufferPool bufferPool,
org.xnio.OptionMap undertowOptions,
String fallbackProtocol,
DelegateOpenListener fallbackListener) |
PipeliningBufferingStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next,
ByteBufferPool pool) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
Http2OpenListener.getBufferPool() |
ByteBufferPool |
Http2ServerConnection.getByteBufferPool() |
Constructor and Description |
---|
Http2OpenListener(ByteBufferPool pool) |
Http2OpenListener(ByteBufferPool pool,
org.xnio.OptionMap undertowOptions) |
Http2OpenListener(ByteBufferPool pool,
org.xnio.OptionMap undertowOptions,
String protocol) |
Constructor and Description |
---|
UpgradeServletInputStream(org.xnio.channels.StreamSourceChannel channel,
ByteBufferPool bufferPool,
Executor ioExecutor) |
WebConnectionImpl(org.xnio.StreamConnection channel,
ByteBufferPool bufferPool,
Executor ioExecutor) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
ServletWebSocketHttpExchange.getBufferPool() |
Modifier and Type | Method and Description |
---|---|
static 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> |
Transfer.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.
|
Constructor and Description |
---|
ParseState(ByteBufferPool bufferPool,
MultipartParser.PartHandler partHandler,
String requestCharset,
byte[] boundary) |
StringReadChannelListener(ByteBufferPool bufferPool) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
WebSocketClient.ConnectionBuilder.getBufferPool() |
Modifier and Type | Method and Description |
---|---|
static 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.
|
static WebSocketClient.ConnectionBuilder |
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.
|
WebSocketChannel |
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) |
Constructor and Description |
---|
ConnectionBuilder(org.xnio.XnioWorker worker,
ByteBufferPool bufferPool,
URI uri) |
Modifier and Type | Method and Description |
---|---|
static <I extends org.xnio.channels.StreamSourceChannel,O extends org.xnio.channels.StreamSinkChannel> |
WebSocketUtils.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.
|
Constructor and Description |
---|
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 new
WebSocketChannel
8 |
Modifier and Type | Method and Description |
---|---|
abstract WebSocketChannel |
Handshake.createChannel(WebSocketHttpExchange exchange,
org.xnio.StreamConnection channel,
ByteBufferPool pool)
Create the
WebSocketChannel from the WebSocketHttpExchange |
Modifier and Type | Method and Description |
---|---|
WebSocketChannel |
Hybi07Handshake.createChannel(WebSocketHttpExchange exchange,
org.xnio.StreamConnection channel,
ByteBufferPool pool) |
Constructor and Description |
---|
WebSocket07Channel(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 new
WebSocket07Channel |
Modifier and Type | Method and Description |
---|---|
WebSocketChannel |
Hybi08Handshake.createChannel(WebSocketHttpExchange exchange,
org.xnio.StreamConnection channel,
ByteBufferPool pool) |
Constructor and Description |
---|
WebSocket08Channel(org.xnio.StreamConnection channel,
ByteBufferPool bufferPool,
String wsUrl,
String subProtocols,
boolean client,
boolean allowExtensions,
ExtensionFunction extensionFunction,
Set<WebSocketChannel> openConnections,
org.xnio.OptionMap options) |
Modifier and Type | Method and Description |
---|---|
WebSocketChannel |
Hybi13Handshake.createChannel(WebSocketHttpExchange exchange,
org.xnio.StreamConnection channel,
ByteBufferPool pool) |
Constructor and Description |
---|
WebSocket13Channel(org.xnio.StreamConnection channel,
ByteBufferPool bufferPool,
String wsUrl,
String subProtocols,
boolean client,
boolean allowExtensions,
ExtensionFunction extensionFunction,
Set<WebSocketChannel> openConnections,
org.xnio.OptionMap options) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
ServerWebSocketContainer.getBufferPool() |
ByteBufferPool |
WebSocketDeploymentInfo.getBuffers() |
Modifier and Type | Method and Description |
---|---|
WebSocketDeploymentInfo |
WebSocketDeploymentInfo.setBuffers(ByteBufferPool buffers) |
Constructor and Description |
---|
ServerWebSocketContainer(ClassIntrospecter classIntrospecter,
ClassLoader classLoader,
org.xnio.XnioWorker xnioWorker,
ByteBufferPool bufferPool,
List<ThreadSetupHandler> threadSetupHandlers,
boolean dispatchToWorker) |
ServerWebSocketContainer(ClassIntrospecter classIntrospecter,
ClassLoader classLoader,
org.xnio.XnioWorker xnioWorker,
ByteBufferPool bufferPool,
List<ThreadSetupHandler> threadSetupHandlers,
boolean dispatchToWorker,
InetSocketAddress clientBindAddress,
WebSocketReconnectHandler reconnectHandler) |
ServerWebSocketContainer(ClassIntrospecter classIntrospecter,
ClassLoader classLoader,
org.xnio.XnioWorker xnioWorker,
ByteBufferPool bufferPool,
List<ThreadSetupHandler> threadSetupHandlers,
boolean dispatchToWorker,
InetSocketAddress clientBindAddress,
WebSocketReconnectHandler reconnectHandler,
List<javax.websocket.Extension> installedExtensions) |
ServerWebSocketContainer(ClassIntrospecter classIntrospecter,
org.xnio.XnioWorker xnioWorker,
ByteBufferPool bufferPool,
List<ThreadSetupHandler> threadSetupHandlers,
boolean dispatchToWorker,
boolean clientMode) |
Modifier and Type | Method and Description |
---|---|
WebSocketChannel |
JsrHybi07Handshake.createChannel(WebSocketHttpExchange exchange,
org.xnio.StreamConnection c,
ByteBufferPool buffers) |
WebSocketChannel |
JsrHybi13Handshake.createChannel(WebSocketHttpExchange exchange,
org.xnio.StreamConnection c,
ByteBufferPool buffers) |
WebSocketChannel |
JsrHybi08Handshake.createChannel(WebSocketHttpExchange exchange,
org.xnio.StreamConnection c,
ByteBufferPool buffers) |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
WebSocketHttpExchange.getBufferPool() |
ByteBufferPool |
AsyncWebSocketHttpServerExchange.getBufferPool() |
Copyright © 2025 JBoss by Red Hat. All rights reserved.