org.norther.tammi.core.net
Interface SecureSocketFactory

All Superinterfaces:
CommonFactory<Socket>, CommonSecureFactory<Socket>, ObjectFactory<Socket>, SocketFactory
All Known Implementing Classes:
DefaultSecureSocketFactory

public interface SecureSocketFactory
extends CommonSecureFactory<Socket>, SocketFactory

An interface to secure network socket factories.

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

Field Summary
 
Fields inherited from interface org.norther.tammi.core.net.CommonSecureFactory
DEFAULT_SSL_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
 



Copyright © 2004 The Norther Organization. All rights reserved.