public class NioJSSEFactory extends Object
NioJSSEFactory
Created on Feb 22, 2012 at 12:10:48 PMConstructor and Description |
---|
NioJSSEFactory() |
Modifier and Type | Method and Description |
---|---|
NioJSSESocketChannelFactory |
getSocketChannelFactory()
Returns the NioSocketChannelFactory to use.
|
org.apache.tomcat.util.net.jsse.NioJSSESupport |
getSSLSupport(NioChannel channel)
Returns the SSLSupport attached to this channel.
|
org.apache.tomcat.util.net.jsse.NioJSSESupport |
getSSLSupport(SSLSession session)
Return the SSLSupport attached to this session
|
public NioJSSESocketChannelFactory getSocketChannelFactory()
public org.apache.tomcat.util.net.jsse.NioJSSESupport getSSLSupport(NioChannel channel)
channel
- public org.apache.tomcat.util.net.jsse.NioJSSESupport getSSLSupport(SSLSession session)
session
- Copyright © 2014 JBoss by Red Hat. All rights reserved.