Package | Description |
---|---|
org.apache.tomcat.util.net | |
org.apache.tomcat.util.net.jsse |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNioServerSocketChannelFactory
DefaultNioServerSocketChannelFactory
Created on Jan 3, 2012 at 12:12:02 PM |
Modifier and Type | Field and Description |
---|---|
protected NioServerSocketChannelFactory |
NioEndpoint.serverSocketChannelFactory |
Modifier and Type | Method and Description |
---|---|
static NioServerSocketChannelFactory |
NioServerSocketChannelFactory.createSecureFactory(AsynchronousChannelGroup threadGroup)
Create and configure a new secure
NioServerSocketChannelFactory
instance |
static NioServerSocketChannelFactory |
NioServerSocketChannelFactory.createServerSocketChannelFactory(AsynchronousChannelGroup threadGroup,
boolean secure)
Create a new
NioServerSocketChannelFactory instance |
static NioServerSocketChannelFactory |
NioServerSocketChannelFactory.getDefault()
Returns a copy of the environment's default socket factory.
|
static NioServerSocketChannelFactory |
NioServerSocketChannelFactory.getDefault(AsynchronousChannelGroup threadGroup)
Returns a copy of the environment's default socket factory.
|
NioServerSocketChannelFactory |
NioEndpoint.getServerSocketChannelFactory()
Getter for serverSocketChannelFactory
|
Modifier and Type | Method and Description |
---|---|
void |
NioEndpoint.setServerSocketChannelFactory(NioServerSocketChannelFactory serverSocketChannelFactory)
Setter for the serverSocketChannelFactory
|
Modifier and Type | Class and Description |
---|---|
class |
NioJSSESocketChannelFactory
NioJSSESocketChannelFactory |
Copyright © 2013 JBoss by Red Hat. All rights reserved.