| 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 |
|---|
UnknownTransportProtocolException(TransportProtocol transportProtocol) |
| Modifier and Type | Method and Description |
|---|---|
TransportProtocol |
ProxyToServerConnection.getTransportProtocol()
State Management
|
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.EventLoopGroup |
ServerGroup.getClientToProxyAcceptorPoolForTransport(TransportProtocol protocol)
Retrieves the client-to-proxy acceptor thread pool for the specified protocol.
|
io.netty.channel.EventLoopGroup |
ServerGroup.getClientToProxyWorkerPoolForTransport(TransportProtocol protocol)
Retrieves the client-to-proxy acceptor worker pool for the specified protocol.
|
protected io.netty.channel.EventLoopGroup |
DefaultHttpProxyServer.getProxyToServerWorkerFor(TransportProtocol transportProtocol) |
io.netty.channel.EventLoopGroup |
ServerGroup.getProxyToServerWorkerPoolForTransport(TransportProtocol protocol)
Retrieves the proxy-to-server worker thread pool for the specified protocol.
|
Copyright © 2009–2016 LittleShoot. All rights reserved.