Package | Description |
---|---|
org.littleshoot.proxy.impl |
Modifier and Type | Field and Description |
---|---|
private ConnectionFlowStep |
ProxyToServerConnection.ConnectChannel
Opens the socket connection.
|
private ConnectionFlowStep |
ConnectionFlow.currentStep |
private ConnectionFlowStep |
ProxyToServerConnection.HTTPCONNECTWithChainedProxy
Writes the HTTP CONNECT to the server and waits for a 200 response.
|
private ConnectionFlowStep |
ProxyToServerConnection.MitmEncryptClientChannel
Encrypts the client channel based on our server
SSLSession . |
(package private) ConnectionFlowStep |
ClientToProxyConnection.RespondCONNECTSuccessful
Tells the Client that its HTTP CONNECT request was successful.
|
protected ConnectionFlowStep |
ProxyConnection.StartTunneling
Enables tunneling on this connection by dropping the HTTP related
encoders and decoders, as well as idle timers.
|
Modifier and Type | Field and Description |
---|---|
private Queue<ConnectionFlowStep> |
ConnectionFlow.steps |
Modifier and Type | Method and Description |
---|---|
protected ConnectionFlowStep |
ProxyConnection.EncryptChannel(SSLEngine sslEngine)
Encrypts the channel using the provided
SSLEngine . |
Modifier and Type | Method and Description |
---|---|
(package private) ConnectionFlow |
ConnectionFlow.then(ConnectionFlowStep step)
Add a
ConnectionFlowStep to this flow. |
Copyright © 2009–2018 LittleShoot. All rights reserved.