|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.httpclient.ProxyClient.ConnectResponse
public static class ProxyClient.ConnectResponse
Contains the method used to execute the connect along with the created socket.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ConnectMethod getConnectMethod()
public Socket getSocket()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |