KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.tomcat.util.net.NioEndpoint
    NIO tailored thread pool, providing the following services: <ul> <li>Socket acceptor thread</li> <li>Socket poller thread</li> <li>Worker threads pool</li> </ul> When switching to Java 5, there's an opportunity to use the virtual machine's thread po ...
  • org.apache.mina.filter.support.SSLByteBufferPool
    Simple ByteBuffer pool used by SSLHandler. ByteBuffers are by default allocated as direct byte buffers. To use non-direct ByteBuffers, set system property mina.sslfilter.directbuffer to false. @author The Apache Directory Project (mina-dev@directory.apache.org) @version $Rev: 555855 $, $Date: 200 ...
  • org.apache.mina.filter.SSLFilter
    An SSL filter that encrypts and decrypts the data exchanged in the session. Adding this filter triggers SSL handshake procedure immediately by sending a SSL 'hello' message, so you don't need to call {@link #startSSL(IoSession)} manually unless you are implementing StartTLS (see below). <p> ...
Popular Tags