Uses of Class
org.littleshoot.proxy.impl.ConnectionFlowStep
Packages that use ConnectionFlowStep
-
Uses of ConnectionFlowStep in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as ConnectionFlowStepModifier and TypeFieldDescriptionprivate final ConnectionFlowStepProxyToServerConnection.ConnectChannelOpens the socket connection.private ConnectionFlowStepConnectionFlow.currentStepprivate final ConnectionFlowStepProxyToServerConnection.HTTPCONNECTWithChainedProxyWrites the HTTP CONNECT to the server and waits for a 200 response.private final ConnectionFlowStepProxyToServerConnection.MitmEncryptClientChannelEncrypts the client channel based on our serverSSLSession.(package private) ConnectionFlowStepClientToProxyConnection.RespondCONNECTSuccessfulTells the Client that its HTTP CONNECT request was successful.private final ConnectionFlowStepProxyToServerConnection.SOCKS4CONNECTWithChainedProxyEstablishes a SOCKS4 connection.private final ConnectionFlowStepProxyToServerConnection.SOCKS5CONNECTRequestWithChainedProxyEstablishes a SOCKS5 connection afterProxyToServerConnection.SOCKS5InitialRequestand (optionally)ProxyToServerConnection.SOCKS5SendPasswordCredentialshave completed.private final ConnectionFlowStepProxyToServerConnection.SOCKS5InitialRequestInitiates a SOCKS5 connection.private final 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 ConnectionFlowStepMethods in org.littleshoot.proxy.impl that return ConnectionFlowStepModifier and TypeMethodDescriptionprotected ConnectionFlowStepProxyConnection.EncryptChannel(SSLEngine sslEngine) Encrypts the channel using the providedSSLEngine.Methods in org.littleshoot.proxy.impl with parameters of type ConnectionFlowStepModifier and TypeMethodDescription(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.