org.neo4j.server.security
Class SslSocketConnectorFactory

java.lang.Object
  extended by org.neo4j.server.security.SslSocketConnectorFactory

public class SslSocketConnectorFactory
extends Object


Constructor Summary
SslSocketConnectorFactory()
           
 
Method Summary
 org.mortbay.jetty.security.SslSocketConnector createConnector(KeyStoreInformation config, String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslSocketConnectorFactory

public SslSocketConnectorFactory()
Method Detail

createConnector

public org.mortbay.jetty.security.SslSocketConnector createConnector(KeyStoreInformation config,
                                                                     String host,
                                                                     int port)


Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.