org.ow2.petals.transport.platform.nio.selector
Interface NioServer

All Known Implementing Classes:
NioServerAgent

public interface NioServer

Interface of the Fractal component associated to the NIO server.

Author:
Christophe DENEUX (Capgemini Sud)

Method Summary
 void onClose(java.nio.channels.SocketChannel socketChannel)
           
 void onConnectionIsAccepted(java.nio.channels.SocketChannel socketChannel, java.nio.channels.Selector selector)
           
 void onRead(PipedDeserializer deserializer)
           
 

Method Detail

onClose

void onClose(java.nio.channels.SocketChannel socketChannel)

onConnectionIsAccepted

void onConnectionIsAccepted(java.nio.channels.SocketChannel socketChannel,
                            java.nio.channels.Selector selector)
                            throws java.io.IOException
Throws:
java.io.IOException

onRead

void onRead(PipedDeserializer deserializer)


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.