Uses of Class
org.littleshoot.proxy.TransportProtocol

Packages that use TransportProtocol
org.littleshoot.proxy   
org.littleshoot.proxy.impl   
 

Uses of TransportProtocol in org.littleshoot.proxy
 

Methods in org.littleshoot.proxy that return TransportProtocol
 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.
 

Methods in org.littleshoot.proxy with parameters of type TransportProtocol
 HttpProxyServerBootstrap HttpProxyServerBootstrap.withTransportProtocol(TransportProtocol transportProtocol)
           Specify the TransportProtocol to use for incoming connections.
 

Constructors in org.littleshoot.proxy with parameters of type TransportProtocol
UnknownTransportProtocolError(TransportProtocol transportProtocol)
           
 

Uses of TransportProtocol in org.littleshoot.proxy.impl
 

Methods in org.littleshoot.proxy.impl that return TransportProtocol
 TransportProtocol ProxyToServerConnection.getTransportProtocol()
          State Management
 

Methods in org.littleshoot.proxy.impl with parameters of type TransportProtocol
protected  io.netty.channel.EventLoopGroup DefaultHttpProxyServer.getProxyToServerWorkerFor(TransportProtocol transportProtocol)
           
 



Copyright © 2009-2014 LittleShoot. All Rights Reserved.