All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.littleshoot.proxy.SslEngineSource Maven / Gradle / Ivy

Go to download

LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework.

There is a newer version: 1.1.2
Show newest version
package org.littleshoot.proxy;

import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLEngine;

/**
 * Source for {@link SSLContext}s.
 */
public interface SslEngineSource {
    SSLEngine newSslEngine();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy