org.norther.tammi.core.net
Interface SocketFactory

All Superinterfaces:
CommonFactory<Socket>, ObjectFactory<Socket>
All Known Subinterfaces:
SecureSocketFactory
All Known Implementing Classes:
DefaultSecureSocketFactory, DefaultSocketFactory

public interface SocketFactory
extends CommonFactory<Socket>

An interface to network socket factories.

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

Method Summary
 
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.