org.norther.tammi.core.nio
Interface SecureServerChannelFactory

All Superinterfaces:
CommonFactory<ServerSocketChannel>, CommonSecureFactory<ServerSocketChannel>, ObjectFactory<ServerSocketChannel>, ServerChannelFactory
All Known Implementing Classes:
DefaultSecureServerChannelFactory

public interface SecureServerChannelFactory
extends CommonSecureFactory<ServerSocketChannel>, ServerChannelFactory

An interface to secure network server channel factories.

Version:
$Id: SecureServerChannelFactory.java,v 1.10 2009/09/28 15:08:45 cvsimp Exp $
Author:
Ilkka Priha

Field Summary
static String DEFAULT_SSL_PROTOCOL
          The default secure socket protocol.
 
Method Summary
 
Methods inherited from interface org.norther.tammi.core.net.CommonSecureFactory
getDefaultAlias, getEnabledCipherSuites, getKeyManagerAlgorithm, getKeyManagerProvider, getKeyStoreLoaderName, getSecureSocketProtocol, getSecureSocketProvider, getSupportedCipherSuites, getTrustManagerAlgorithm, getTrustManagerProvider, getTrustStoreLoaderName, setDefaultAlias, setDefaultPassword, setKeyManagerAlgorithm, setKeyManagerProvider, setKeyStoreLoaderName, setSecureSocketProtocol, setSecureSocketProvider, setTrustManagerAlgorithm, setTrustManagerProvider, setTrustStoreLoaderName
 
Methods inherited from interface org.norther.tammi.core.net.CommonFactory
getSoTimeout, isReuseAddress, isSecure, setReuseAddress, setSoTimeout
 
Methods inherited from interface org.norther.tammi.core.base.ObjectFactory
getInstance, getInstance, getInstance, getInstance, isLoaderSupported
 

Field Detail

DEFAULT_SSL_PROTOCOL

static final String DEFAULT_SSL_PROTOCOL
The default secure socket protocol.

See Also:
Constant Field Values


Copyright © 2004 The Norther Organization. All rights reserved.