net.officefloor.plugin.socket.server.http.source
Class HttpsServerSocketManagedObjectSource
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<HttpConnectionHandler>>
net.officefloor.plugin.socket.server.http.source.HttpsServerSocketManagedObjectSource
- All Implemented Interfaces:
- ManagedObjectSourceService<None,Indexed,HttpsServerSocketManagedObjectSource>, ManagedObjectSource<None,Indexed>
public class HttpsServerSocketManagedObjectSource
- extends AbstractServerSocketManagedObjectSource<SslConnectionHandler<HttpConnectionHandler>>
- implements ManagedObjectSourceService<None,Indexed,HttpsServerSocketManagedObjectSource>
ManagedObjectSource for a secure ServerHttpConnection.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpsServerSocketManagedObjectSource
public HttpsServerSocketManagedObjectSource()
getManagedObjectSourceAlias
public String getManagedObjectSourceAlias()
- Specified by:
getManagedObjectSourceAlias in interface ManagedObjectSourceService<None,Indexed,HttpsServerSocketManagedObjectSource>
getManagedObjectSourceClass
public Class<HttpsServerSocketManagedObjectSource> getManagedObjectSourceClass()
- Specified by:
getManagedObjectSourceClass in interface ManagedObjectSourceService<None,Indexed,HttpsServerSocketManagedObjectSource>
createCommunicationProtocol
protected CommunicationProtocol<SslConnectionHandler<HttpConnectionHandler>> createCommunicationProtocol()
- Description copied from class:
AbstractServerSocketManagedObjectSource
- Creates the
CommunicationProtocol.
- Specified by:
createCommunicationProtocol in class AbstractServerSocketManagedObjectSource<SslConnectionHandler<HttpConnectionHandler>>
- Returns:
CommunicationProtocol.
Copyright © 2005-2011. All Rights Reserved.