File
Doc
Category
Size
Date
Package
TunnelRefusedException.java
API Doc
Android 1.5 API
1956
Wed May 06 22:41:10 BST 2009
org.apache.http.impl.client
TunnelRefusedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.http.HttpException
public class TunnelRefusedException extends HttpException
Fields Summary
private static final long
serialVersionUID
private final HttpResponse
response
Constructors Summary
public TunnelRefusedException
(
String
message,
HttpResponse
response)
super(message); this.response = response;
Methods Summary
public
org.apache.http.HttpResponse
getResponse
()
return this.response;
Java Code Source