org.mortbay.jetty.client
Class HttpDestination
java.lang.Object
org.mortbay.jetty.client.HttpDestination
public class HttpDestination
- extends Object
- Author:
- Greg Wilkins, Guillaume Nodet
getAddress
public InetSocketAddress getAddress()
getHostHeader
public Buffer getHostHeader()
getHttpClient
public HttpClient getHttpClient()
isSecure
public boolean isSecure()
addAuthorization
public void addAuthorization(String pathSpec,
Authentication authentication)
addCookie
public void addCookie(Cookie cookie)
getConnection
public HttpConnection getConnection()
throws IOException
- Throws:
IOException
getIdleConnection
public HttpConnection getIdleConnection()
throws IOException
- Throws:
IOException
startNewConnection
protected void startNewConnection()
onConnectionFailed
public void onConnectionFailed(Throwable throwable)
onException
public void onException(Throwable throwable)
onNewConnection
public void onNewConnection(HttpConnection connection)
throws IOException
- Throws:
IOException
returnConnection
public void returnConnection(HttpConnection connection,
boolean close)
throws IOException
- Throws:
IOException
send
public void send(HttpExchange ex)
throws IOException
- Throws:
IOException
resend
public void resend(HttpExchange ex)
throws IOException
- Throws:
IOException
doSend
protected void doSend(HttpExchange ex)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
toDetailString
public String toDetailString()
setProxy
public void setProxy(InetSocketAddress proxy)
getProxy
public InetSocketAddress getProxy()
isProxied
public boolean isProxied()
close
public void close()
throws IOException
- Throws:
IOException
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.