Package org.apache.tomcat.jni


package org.apache.tomcat.jni
  • Class
    Description
    Holds APR status without the need to load other classes.
    Provides utilities related to the use of directly allocated ByteBuffer instances with native code.
    Is called during handshake and hooked into openssl via SSL_CTX_set_cert_verify_callback.
    Tomcat Native 1.2.33 and earlier won't initialise unless this class is present.
    Manages loading of the Tomcat Native (tcnative) library.
    Exception thrown when a required native library cannot be found.
    Provides access to APR memory pools which are used to manage memory allocations for natively created instances.
    Tomcat Native 1.2.33 and earlier won't initialise unless this class is present.
    JNI bindings for OpenSSL SSL functionality.
    JNI bindings for OpenSSL SSL_CONF operations.
    JNI bindings for OpenSSL SSL_CTX operations.
    Deprecated.
    Unused.