org.littleshoot.proxy.TransportProtocol Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of littleproxy Show documentation
Show all versions of littleproxy Show documentation
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
}