org.norther.tammi.core.nio
Interface ServerChannelFactory

All Superinterfaces:
CommonFactory<ServerSocketChannel>, ObjectFactory<ServerSocketChannel>
All Known Subinterfaces:
SecureServerChannelFactory
All Known Implementing Classes:
DefaultSecureServerChannelFactory, DefaultServerChannelFactory

public interface ServerChannelFactory
extends CommonFactory<ServerSocketChannel>

An interface to network server channel factories.

Version:
$Id: ServerChannelFactory.java,v 1.9 2009/09/28 15:08:45 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.