org.activeio
Interface AsynchChannelFactory

All Known Implementing Classes:
AIOAsynchChannelFactory, ChannelFactory, NIOAsynchChannelFactory, SynchToAsynchChannelFactoryAdaptor, VMPipeAsynchChannelFactory

public interface AsynchChannelFactory

AsynchChannelFactory objects can create AsynchChannel and AsynchChannelServer objects.

Version:
$Revision$

Method Summary
 AsynchChannelServer bindAsynchChannel(java.net.URI location)
          Binds a server at the URI location.
 AsynchChannel openAsynchChannel(java.net.URI location)
          Opens a connection to server.
 

Method Detail

openAsynchChannel

public AsynchChannel openAsynchChannel(java.net.URI location)
                                throws java.io.IOException
Opens a connection to server.

Parameters:
location -
Returns:
Throws:
java.io.IOException

bindAsynchChannel

public AsynchChannelServer bindAsynchChannel(java.net.URI location)
                                      throws java.io.IOException
Binds a server at the URI location.

Parameters:
location -
Returns:
Throws:
java.io.IOException


Copyright © -2005 The ActiveIO Project. All Rights Reserved.