Uses of Class
org.littleshoot.proxy.impl.ConnectionFlowStep
-
Packages that use ConnectionFlowStep Package Description org.littleshoot.proxy.impl -
-
Uses of ConnectionFlowStep in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as ConnectionFlowStep Modifier and Type Field Description private ConnectionFlowStepProxyToServerConnection. ConnectChannelOpens the socket connection.private ConnectionFlowStepConnectionFlow. currentStepprivate ConnectionFlowStepProxyToServerConnection. HTTPCONNECTWithChainedProxyWrites the HTTP CONNECT to the server and waits for a 200 response.private ConnectionFlowStepProxyToServerConnection. MitmEncryptClientChannelEncrypts the client channel based on our serverSSLSession.(package private) ConnectionFlowStepClientToProxyConnection. RespondCONNECTSuccessfulTells the Client that its HTTP CONNECT request was successful.private ConnectionFlowStepProxyToServerConnection. SOCKS4CONNECTWithChainedProxyEstablishes a SOCKS4 connection.private ConnectionFlowStepProxyToServerConnection. SOCKS5CONNECTRequestWithChainedProxyEstablishes a SOCKS5 connection afterProxyToServerConnection.SOCKS5InitialRequestand (optionally)ProxyToServerConnection.SOCKS5SendPasswordCredentialshave completed.private ConnectionFlowStepProxyToServerConnection. SOCKS5InitialRequestInitiates a SOCKS5 connection.private ConnectionFlowStepProxyToServerConnection. SOCKS5SendPasswordCredentialsSends SOCKS5 password credentials afterProxyToServerConnection.SOCKS5InitialRequesthas completed.protected ConnectionFlowStepProxyConnection. StartTunnelingEnables tunneling on this connection by dropping the HTTP related encoders and decoders, as well as idle timers.Fields in org.littleshoot.proxy.impl with type parameters of type ConnectionFlowStep Modifier and Type Field Description private Deque<ConnectionFlowStep>ConnectionFlow. stepsMethods in org.littleshoot.proxy.impl that return ConnectionFlowStep Modifier and Type Method Description protected ConnectionFlowStepProxyConnection. EncryptChannel(SSLEngine sslEngine)Encrypts the channel using the providedSSLEngine.Methods in org.littleshoot.proxy.impl with parameters of type ConnectionFlowStep Modifier and Type Method Description (package private) ConnectionFlowConnectionFlow. first(ConnectionFlowStep step)Add aConnectionFlowStepto the beginning of this flow.(package private) ConnectionFlowConnectionFlow. then(ConnectionFlowStep step)Add aConnectionFlowStepto the end of this flow.
-