| Package | Description |
|---|---|
| org.littleshoot.proxy | |
| org.littleshoot.proxy.impl |
| Modifier and Type | Method and Description |
|---|---|
TransportProtocol |
ChainedProxyAdapter.getTransportProtocol() |
TransportProtocol |
ChainedProxy.getTransportProtocol()
Tell LittleProxy what kind of TransportProtocol to use to communicate
with the chained proxy.
|
static TransportProtocol |
TransportProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportProtocol[] |
TransportProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withTransportProtocol(TransportProtocol transportProtocol)
Specify the
TransportProtocol to use for incoming connections. |
| Constructor and Description |
|---|
UnknownTransportProtocolError(TransportProtocol transportProtocol) |
| Modifier and Type | Method and Description |
|---|---|
TransportProtocol |
ProxyToServerConnection.getTransportProtocol()
State Management
|
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.channel.EventLoopGroup |
DefaultHttpProxyServer.getProxyToServerWorkerFor(TransportProtocol transportProtocol) |
Copyright © 2009-2013 LittleShoot. All Rights Reserved.