| Interface | Description |
|---|---|
| AprEndpoint.Handler |
Bare bones interface used for socket processing.
|
| JIoEndpoint.Handler |
Bare bones interface used for socket processing.
|
| NioEndpoint.Handler |
Handler |
| SSLSupport |
| Class | Description |
|---|---|
| AbstractEndpoint |
AbstractEndpoint
Created on Dec 14, 2011 at 2:58:58 PM |
| AprEndpoint |
APR endpoint, providing the following services:
Socket acceptor thread
Socket poller thread
Sendfile thread
Simple Worker thread pool, with possible use of executors
|
| AprEndpoint.SendfileData |
SendfileData class.
|
| AprEndpoint.SocketInfo |
Socket list class, used to avoid using a possibly large amount of objects
with very little actual use.
|
| CompletionHandlerAdapter<V,A> |
CompletionHandlerAdapter |
| Constants |
Constants.
|
| DefaultNioServerSocketChannelFactory |
DefaultNioServerSocketChannelFactory
Created on Jan 3, 2012 at 12:12:02 PM |
| JIoEndpoint |
Handle incoming TCP connections.
|
| JIoEndpoint.SocketInfo |
Socket list class, used to avoid using a possibly large amount of objects
with very little actual use.
|
| NioChannel |
NioChannel |
| NioEndpoint |
NioEndpoint NIO2 endpoint, providing the following services:
Socket channel acceptor thread
Simple Worker thread pool, with possible use of executors
Created on Dec 13, 2011 at 9:41:53 AM |
| NioEndpoint.ChannelInfo |
ChannelInfo |
| NioEndpoint.DefaultThreadFactory |
DefaultThreadFactory
The default thread factory
Created on Mar 6, 2012 at 9:11:20 AM |
| NioEndpoint.SendfileData |
SendfileData class.
|
| NioServerSocketChannelFactory |
NioServerSocketChannelFactory
Created on Jan 3, 2012 at 12:08:30 PM |
| ServerSocketFactory |
This class creates server sockets.
|
| SSLImplementation |
SSLImplementation |
| SSLSupport.CipherData |
Simple data class that represents the cipher being used, along with the
corresponding effective key size.
|
| URL |
URL is designed to provide public APIs for parsing
and synthesizing Uniform Resource Locators as similar as possible to the
APIs of
java.net.URL, but without the ability to open a
stream or connection. |
| Enum | Description |
|---|---|
| AprEndpoint.Handler.SocketState | |
| JIoEndpoint.Handler.SocketState | |
| NioEndpoint.Handler.SocketState |
ChannelState
Created on Dec 12, 2011 at 9:41:06 AM |
| SocketStatus |
Someone, please change the enum name.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.