org.apache.synapse.transport.base.datagram
Interface DatagramDispatcher<E>

All Known Implementing Classes:
IODispatcher, PipeDispatcher

public interface DatagramDispatcher<E>


Method Summary
 void addEndpoint(E endpoint)
           
 void removeEndpoint(E endpoint)
           
 void stop()
           
 

Method Detail

addEndpoint

void addEndpoint(E endpoint)
                 throws IOException
Throws:
IOException

removeEndpoint

void removeEndpoint(E endpoint)
                    throws IOException
Throws:
IOException

stop

void stop()
          throws IOException
Throws:
IOException


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.