org.eclipse.jetty.server.ssl
类 SslCertificates

java.lang.Object
  继承者 org.eclipse.jetty.server.ssl.SslCertificates

public class SslCertificates
extends Object


构造方法摘要
SslCertificates()
           
 
方法摘要
static void customize(SSLSession sslSession, EndPoint endpoint, Request request)
          Allow the Listener a chance to customise the request. before the server does its stuff.
static X509Certificate[] getCertChain(SSLSession sslSession)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SslCertificates

public SslCertificates()
方法详细信息

getCertChain

public static X509Certificate[] getCertChain(SSLSession sslSession)

customize

public static void customize(SSLSession sslSession,
                             EndPoint endpoint,
                             Request request)
                      throws IOException
Allow the Listener a chance to customise the request. before the server does its stuff.
This allows the required attributes to be set for SSL requests.
The requirements of the Servlet specs are:

参数:
endpoint - The Socket the request arrived on. This should be a SocketEndPoint wrapping a SSLSocket.
request - HttpRequest to be customised.
抛出:
IOException


Copyright © 2013. All Rights Reserved.