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

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

Go to download

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

The newest version!
package org.littleshoot.proxy;

/**
 * Enumeration of transport protocols supported by LittleProxy
 */
public enum TransportProtocol {
    TCP
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy