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

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

package org.littleshoot.proxy;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy