org.activeio
Interface SynchChannel

All Superinterfaces:
Channel, Disposable, InputSynchChannel, OutputChannel, Service
All Known Implementing Classes:
AsynchToSynchChannelAdapter, DatagramSocketSynchChannel, FilterSynchChannel, NIOSynchChannel, SocketSynchChannel

public interface SynchChannel
extends OutputChannel, InputSynchChannel

SynchChannel objets allow threadd to synchronously block on the receiveUpPacket method to get 'up' org.activeio.channel.Packet objects when they arrive.

Version:
$Revision$

Field Summary
 
Fields inherited from interface org.activeio.Service
NO_WAIT_TIMEOUT, WAIT_FOREVER_TIMEOUT
 
Methods inherited from interface org.activeio.OutputChannel
flush, write
 
Methods inherited from interface org.activeio.Channel
narrow
 
Methods inherited from interface org.activeio.Disposable
dispose
 
Methods inherited from interface org.activeio.Service
start, stop
 
Methods inherited from interface org.activeio.InputSynchChannel
read
 



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