pyrasun.eio.protocols.bytearray
Class EIOByteArrayEndpointFactory

java.lang.Object
  extended bypyrasun.eio.protocols.bytearray.EIOByteArrayEndpointFactory
All Implemented Interfaces:
EIOEndpointFactory

public class EIOByteArrayEndpointFactory
extends java.lang.Object
implements EIOEndpointFactory

Factory for creating ByteArrayEndpoints.


Constructor Summary
EIOByteArrayEndpointFactory()
           
 
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

EIOByteArrayEndpointFactory

public EIOByteArrayEndpointFactory()
Method Detail

createEndpoint

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


Pyrasun EmberIO