KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > net > ssl > SSLSocket > Top Examples

  • com.caucho.vfs.QSocketWrapper
    Abstract socket to handle both normal sockets and bin/resin sockets.
  • org.objectweb.celtix.bus.transports.https.SSLSocketFactoryWrapper
  • org.apache.commons.httpclient.contrib.ssl.StrictSSLProtocolSocketFactory
    A <code>SecureProtocolSocketFactory</code> that uses JSSE to create SSL sockets. It will also support host name verification to help preventing man-in-the-middle attacks. Host name verification is turned <b>on</b> by default but one will be able to turn it off, which migh ...
  • org.mortbay.http.SslListener
    ------------------------------------------------------------ JSSE Socket Listener. This is heavily based on the work from Court Demas, which in turn is based on the work from Forge Research. @version $Id: SslListener.java,v 1.6 2006/03/15 14:09:05 gregwilkins Exp $ @author Greg Wilkins (gregw@mo ...
  • org.jboss.security.ssl.DomainSocketFactory
    An implementation of SocketFactory that creates SSL sockets using the JSSE SSLContext and a JBossSX SecurityDomain for the KeyManagerFactory and TrustManagerFactory objects. @see javax.net.ssl.SSLContext @see org.jboss.security.SecurityDomain @author Scott.Stark@jboss.org @author <a HREF="ma ...
  • winstone.ssl.HttpsListener
    Implements the main listener daemon thread. This is the class that gets launched by the command line, and owns the server socket, etc. @author <a HREF="mailto:rick_knowles@hotmail.com">Rick Knowles</a> @version $Id: HttpsListener.java,v 1.9 2006/03/09 14:05:59 rickknowles Exp $
  • org.jboss.security.ssl.RMISSLClientSocketFactory
    An implementation of RMIClientSocketFactory that uses the JSSE @author Scott.Stark@jboss.org @version $Revision: 1.5.6.2 $
  • org.apache.activemq.transport.tcp.SslSocketHelper
    @version $Revision: 467084 $
  • org.quickserver.net.server.ClientHandler
    Interface that represents client handle in QuickServer. <p> This class is used by {@link QuickServer} to handle each new client connected. This class is responsible to handle client sockets. It can operate in both blocking mode and non-blocking mode (java nio) based on its implementation.< ...
Popular Tags