pyrasun.eio.protocols.object
Class EIOObjectEndpointFactory

java.lang.Object
  extended bypyrasun.eio.protocols.object.EIOObjectEndpointFactory
All Implemented Interfaces:
EIOEndpointFactory

public class EIOObjectEndpointFactory
extends java.lang.Object
implements EIOEndpointFactory


Constructor Summary
EIOObjectEndpointFactory()
           
 
Method Summary
 ReadWriteEndpoint createEndpoint(EndpointCoordinator coord, java.nio.channels.SocketChannel channel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EIOObjectEndpointFactory

public EIOObjectEndpointFactory()
Method Detail

createEndpoint

public ReadWriteEndpoint createEndpoint(EndpointCoordinator coord,
                                        java.nio.channels.SocketChannel channel)
Specified by:
createEndpoint in interface EIOEndpointFactory


Pyrasun EmberIO