net.officefloor.plugin.socket.server.tcp.source
Class TcpServerSocketManagedObjectSource
java.lang.Object
net.officefloor.frame.spi.managedobject.source.impl.AbstractAsyncManagedObjectSource<D,F>
net.officefloor.frame.spi.managedobject.source.impl.AbstractManagedObjectSource<None,Indexed>
net.officefloor.plugin.socket.server.impl.AbstractServerSocketManagedObjectSource<TcpConnectionHandler>
net.officefloor.plugin.socket.server.tcp.source.TcpServerSocketManagedObjectSource
- All Implemented Interfaces:
- ManagedObjectSource<None,Indexed>
public class TcpServerSocketManagedObjectSource
- extends AbstractServerSocketManagedObjectSource<TcpConnectionHandler>
ManagedObjectSource for a ServerTcpConnection.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TcpServerSocketManagedObjectSource
public TcpServerSocketManagedObjectSource()
createCommunicationProtocol
protected CommunicationProtocol<TcpConnectionHandler> createCommunicationProtocol()
- Description copied from class:
AbstractServerSocketManagedObjectSource
- Creates the
CommunicationProtocol.
- Specified by:
createCommunicationProtocol in class AbstractServerSocketManagedObjectSource<TcpConnectionHandler>
- Returns:
CommunicationProtocol.
Copyright © 2005-2011. All Rights Reserved.