org.apache.cxf.transport.https
Class JettySslListenerFactory

java.lang.Object
  extended by org.apache.cxf.transport.https.JettySslListenerFactory
All Implemented Interfaces:
JettyListenerFactory

public final class JettySslListenerFactory
extends java.lang.Object
implements JettyListenerFactory


Constructor Summary
JettySslListenerFactory(org.apache.cxf.configuration.security.SSLServerPolicy policy)
          Constructor.
 
Method Summary
protected  void addLogHandler(java.util.logging.Handler handler)
           
 org.mortbay.http.SocketListener createListener(int port)
          Create a Listener.
 void decorate(org.mortbay.http.SslListener secureListener)
          Decorate listener with applicable SSL settings.
protected  java.lang.String[] getUnSupported()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettySslListenerFactory

public JettySslListenerFactory(org.apache.cxf.configuration.security.SSLServerPolicy policy)
Constructor.

Parameters:
policy - the applicable SSLServerPolicy (guaranteed non-null)
Method Detail

createListener

public org.mortbay.http.SocketListener createListener(int port)
Create a Listener.

Specified by:
createListener in interface JettyListenerFactory
Parameters:
p - the listen port

decorate

public void decorate(org.mortbay.http.SslListener secureListener)
Decorate listener with applicable SSL settings.

Parameters:
listener - the secure listener

addLogHandler

protected void addLogHandler(java.util.logging.Handler handler)

getUnSupported

protected java.lang.String[] getUnSupported()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.