net.officefloor.plugin.socket.server.tcp.source
Class SecureTcpServerSocketManagedObjectSource
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<SslConnectionHandler<TcpConnectionHandler>>
net.officefloor.plugin.socket.server.tcp.source.SecureTcpServerSocketManagedObjectSource
- All Implemented Interfaces:
- ManagedObjectSource<None,Indexed>
public class SecureTcpServerSocketManagedObjectSource
- extends AbstractServerSocketManagedObjectSource<SslConnectionHandler<TcpConnectionHandler>>
ManagedObjectSource providing a ServerTcpConnection that is
wrapped with a SslCommunicationProtocol.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureTcpServerSocketManagedObjectSource
public SecureTcpServerSocketManagedObjectSource()
createCommunicationProtocol
protected CommunicationProtocol<SslConnectionHandler<TcpConnectionHandler>> createCommunicationProtocol()
- Description copied from class:
AbstractServerSocketManagedObjectSource
- Creates the
CommunicationProtocol.
- Specified by:
createCommunicationProtocol in class AbstractServerSocketManagedObjectSource<SslConnectionHandler<TcpConnectionHandler>>
- Returns:
CommunicationProtocol.
Copyright © 2005-2011. All Rights Reserved.