org.apache.commons.httpclient
Class ProxyClient.ConnectResponse
java.lang.Object
org.apache.commons.httpclient.ProxyClient.ConnectResponse
- ProxyClient
public static class ProxyClient.ConnectResponse
extends java.lang.Object
Contains the method used to execute the connect along with the created socket.
ConnectMethod | getConnectMethod() - Gets the method that was used to execute the connect.
|
Socket | getSocket() - Gets the socket connected and authenticated (if appropriate) to the configured
HTTP proxy, or
null if a connection could not be made.
|
getConnectMethod
public ConnectMethod getConnectMethod()
Gets the method that was used to execute the connect. This method is useful for
analyzing the proxy's response when a connect fails.
getSocket
public Socket getSocket()
Gets the socket connected and authenticated (if appropriate) to the configured
HTTP proxy, or null
if a connection could not be made. It is the
responsibility of the user to close this socket when it is no longer needed.
Copyright (c) 1999-2005 - Apache Software Foundation