A B C D E F G H I M N O P R S T W _

A

addAuthorization(String, Authorization) - Method in class org.mortbay.jetty.client.HttpDestination
 
addCookie(Cookie) - Method in class org.mortbay.jetty.client.HttpDestination
 
addRequestHeader(String, String) - Method in class org.mortbay.jetty.client.HttpExchange
 
addRequestHeader(Buffer, Buffer) - Method in class org.mortbay.jetty.client.HttpExchange
 
Address - Class in org.mortbay.jetty.client
 
Address(String, int) - Constructor for class org.mortbay.jetty.client.Address
 
addSecurityRealm(Realm) - Method in class org.mortbay.jetty.client.security.HashRealmResolver
 
AsyncProxyServlet - Class in org.mortbay.proxy
Asynchronous Proxy Servlet.
AsyncProxyServlet() - Constructor for class org.mortbay.proxy.AsyncProxyServlet
 
AsyncProxyServlet.Transparent - Class in org.mortbay.proxy
Transparent Proxy.
AsyncProxyServlet.Transparent() - Constructor for class org.mortbay.proxy.AsyncProxyServlet.Transparent
 
AsyncProxyServlet.Transparent(String, String, int) - Constructor for class org.mortbay.proxy.AsyncProxyServlet.Transparent
 
Authorization - Interface in org.mortbay.jetty.client.security
Simple authentication interface that sets required fields on the exchange.

B

BasicAuthorization - Class in org.mortbay.jetty.client.security
Sets authentication headers for BASIC authentication challenges
BasicAuthorization(Realm) - Constructor for class org.mortbay.jetty.client.security.BasicAuthorization
 

C

CachedExchange - Class in org.mortbay.jetty.client
An exchange that caches response status and fields for later use.
CachedExchange(boolean) - Constructor for class org.mortbay.jetty.client.CachedExchange
 
cancel(Timeout.Task) - Method in class org.mortbay.jetty.client.HttpClient
 
cancel() - Method in class org.mortbay.jetty.client.HttpExchange
Cancel this exchange Currently this implementation does nothing.
cancelIdleTimeout() - Method in class org.mortbay.jetty.client.HttpConnection
 
clearAttributes() - Method in class org.mortbay.jetty.client.HttpClient
 
close() - Method in class org.mortbay.jetty.client.HttpConnection
 
close() - Method in class org.mortbay.jetty.client.HttpDestination
 
configureListeners() - Method in class org.mortbay.jetty.client.HttpExchange
true of the exchange should have listeners configured for it by the destination false if this is being managed elsewhere
CONNECTOR_SELECT_CHANNEL - Static variable in class org.mortbay.jetty.client.HttpClient
 
CONNECTOR_SOCKET - Static variable in class org.mortbay.jetty.client.HttpClient
 
ContentExchange - Class in org.mortbay.jetty.client
A CachedExchange that retains response content for later use.
ContentExchange() - Constructor for class org.mortbay.jetty.client.ContentExchange
 
ContentExchange(boolean) - Constructor for class org.mortbay.jetty.client.ContentExchange
 

D

destroy() - Method in class org.mortbay.proxy.AsyncProxyServlet
 
DigestAuthorization - Class in org.mortbay.jetty.client.security
 
DigestAuthorization(Realm, Map) - Constructor for class org.mortbay.jetty.client.security.DigestAuthorization
 
doSend(HttpExchange) - Method in class org.mortbay.jetty.client.HttpDestination
 
doStart() - Method in class org.mortbay.jetty.client.HttpClient
 
doStop() - Method in class org.mortbay.jetty.client.HttpClient
 
dump() - Method in class org.mortbay.jetty.client.HttpClient
 
dump() - Method in class org.mortbay.jetty.client.HttpConnection
 
dump() - Method in class org.mortbay.jetty.client.HttpDestination
 

E

equals(Object) - Method in class org.mortbay.jetty.client.Address
 
exists() - Method in class org.mortbay.jetty.client.webdav.MkcolExchange
 
exists() - Method in class org.mortbay.jetty.client.webdav.PropfindExchange
 

F

from(String) - Static method in class org.mortbay.jetty.client.Address
 

G

getAddress() - Method in class org.mortbay.jetty.client.HttpDestination
 
getAddress() - Method in class org.mortbay.jetty.client.HttpExchange
 
getAttribute(String) - Method in class org.mortbay.jetty.client.HttpClient
 
getAttributeNames() - Method in class org.mortbay.jetty.client.HttpClient
 
getConnections() - Method in class org.mortbay.jetty.client.HttpDestination
 
getConnectorType() - Method in class org.mortbay.jetty.client.HttpClient
Get the type of connector (socket, blocking or select) in use.
getCredentials() - Method in interface org.mortbay.jetty.client.security.Realm
 
getDestination(Address, boolean) - Method in class org.mortbay.jetty.client.HttpClient
 
getDestination() - Method in class org.mortbay.jetty.client.HttpConnection
 
getEndPoint() - Method in class org.mortbay.jetty.client.HttpConnection
 
getEventListener() - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
getEventListener() - Method in class org.mortbay.jetty.client.HttpExchange
 
getFileForUpload() - Method in class org.mortbay.jetty.client.ContentExchange
 
getHost() - Method in class org.mortbay.jetty.client.Address
 
getHostHeader() - Method in class org.mortbay.jetty.client.HttpDestination
 
getHttpClient() - Method in class org.mortbay.jetty.client.HttpDestination
 
getId() - Method in interface org.mortbay.jetty.client.security.Realm
 
getIdleConnection() - Method in class org.mortbay.jetty.client.HttpDestination
 
getIdleConnections() - Method in class org.mortbay.jetty.client.HttpDestination
 
getIdleTimeout() - Method in class org.mortbay.jetty.client.HttpClient
 
getKeyStoreLocation() - Method in class org.mortbay.jetty.client.HttpClient
 
getLooseSSLContext() - Method in class org.mortbay.jetty.client.HttpClient
 
getMaxConnectionsPerAddress() - Method in class org.mortbay.jetty.client.HttpClient
 
getMethod() - Method in class org.mortbay.jetty.client.HttpExchange
 
getNoProxy() - Method in class org.mortbay.jetty.client.HttpClient
 
getPort() - Method in class org.mortbay.jetty.client.Address
 
getPrincipal() - Method in interface org.mortbay.jetty.client.security.Realm
 
getProxy() - Method in class org.mortbay.jetty.client.HttpClient
 
getProxy() - Method in class org.mortbay.jetty.client.HttpDestination
 
getProxyAuthentication() - Method in class org.mortbay.jetty.client.HttpClient
 
getProxyAuthentication() - Method in class org.mortbay.jetty.client.HttpDestination
 
getRealm(String, HttpDestination, String) - Method in class org.mortbay.jetty.client.security.HashRealmResolver
 
getRealm(String, HttpDestination, String) - Method in interface org.mortbay.jetty.client.security.RealmResolver
 
getRealm(String, HttpDestination, String) - Method in class org.mortbay.jetty.client.security.SimpleRealmResolver
 
getRealmResolver() - Method in class org.mortbay.jetty.client.HttpClient
returns the SecurityRealmResolver registered with the HttpClient or null
getRegisteredListeners() - Method in class org.mortbay.jetty.client.HttpClient
 
getRequestContent() - Method in class org.mortbay.jetty.client.HttpExchange
 
getRequestContentChunk() - Method in class org.mortbay.jetty.client.HttpExchange
 
getRequestContentSource() - Method in class org.mortbay.jetty.client.HttpExchange
 
getRequestFields() - Method in class org.mortbay.jetty.client.HttpExchange
 
getResponseBytes() - Method in class org.mortbay.jetty.client.ContentExchange
 
getResponseContent() - Method in class org.mortbay.jetty.client.ContentExchange
 
getResponseFields() - Method in class org.mortbay.jetty.client.CachedExchange
 
getResponseStatus() - Method in class org.mortbay.jetty.client.CachedExchange
 
getResponseStatus() - Method in class org.mortbay.jetty.client.ContentExchange
 
getRetryStatus() - Method in class org.mortbay.jetty.client.HttpExchange
 
getScheme() - Method in class org.mortbay.jetty.client.HttpExchange
 
getServletConfig() - Method in class org.mortbay.proxy.AsyncProxyServlet
 
getServletInfo() - Method in class org.mortbay.proxy.AsyncProxyServlet
 
getSoTimeout() - Method in class org.mortbay.jetty.client.HttpClient
 
getSSLContext() - Method in class org.mortbay.jetty.client.HttpClient
if a keystore location has been provided then client will attempt to use it as the keystore, otherwise we simply ignore certificates and run with a loose ssl context.
getStatus() - Method in class org.mortbay.jetty.client.HttpExchange
 
getStrictSSLContext() - Method in class org.mortbay.jetty.client.HttpClient
 
getThreadPool() - Method in class org.mortbay.jetty.client.HttpClient
 
getTimeout() - Method in class org.mortbay.jetty.client.HttpClient
 
getTrustStoreLocation() - Method in class org.mortbay.jetty.client.HttpClient
 
getURI() - Method in class org.mortbay.jetty.client.HttpExchange
 
getUseDirectBuffers() - Method in class org.mortbay.jetty.client.HttpClient
Get whether the connector can use direct NIO buffers.
getVersion() - Method in class org.mortbay.jetty.client.HttpExchange
 

H

handle() - Method in class org.mortbay.jetty.client.HttpConnection
 
handleConnect(HttpServletRequest, HttpServletResponse) - Method in class org.mortbay.proxy.AsyncProxyServlet
 
hashCode() - Method in class org.mortbay.jetty.client.Address
 
HashRealmResolver - Class in org.mortbay.jetty.client.security
 
HashRealmResolver() - Constructor for class org.mortbay.jetty.client.security.HashRealmResolver
 
hasRealms() - Method in class org.mortbay.jetty.client.HttpClient
 
HttpClient - Class in org.mortbay.jetty.client
Http Client.
HttpClient() - Constructor for class org.mortbay.jetty.client.HttpClient
 
HttpConnection - Class in org.mortbay.jetty.client
 
HttpDestination - Class in org.mortbay.jetty.client
 
HttpEventListener - Interface in org.mortbay.jetty.client
 
HttpEventListenerWrapper - Class in org.mortbay.jetty.client
 
HttpEventListenerWrapper() - Constructor for class org.mortbay.jetty.client.HttpEventListenerWrapper
 
HttpEventListenerWrapper(HttpEventListener, boolean) - Constructor for class org.mortbay.jetty.client.HttpEventListenerWrapper
 
HttpExchange - Class in org.mortbay.jetty.client
An HTTP client API that encapsulates Exchange with a HTTP server.
HttpExchange() - Constructor for class org.mortbay.jetty.client.HttpExchange
 
HttpExchange.CachedExchange - Class in org.mortbay.jetty.client
Deprecated. use CachedExchange
HttpExchange.CachedExchange(boolean) - Constructor for class org.mortbay.jetty.client.HttpExchange.CachedExchange
Deprecated.  
HttpExchange.ContentExchange - Class in org.mortbay.jetty.client
Deprecated. use ContentExchange
HttpExchange.ContentExchange() - Constructor for class org.mortbay.jetty.client.HttpExchange.ContentExchange
Deprecated.  

I

init(ServletConfig) - Method in class org.mortbay.proxy.AsyncProxyServlet
 
init(ServletConfig) - Method in class org.mortbay.proxy.AsyncProxyServlet.Transparent
 
isDelegatingRequests() - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
isDelegatingResponses() - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
isDone(int) - Method in class org.mortbay.jetty.client.HttpExchange
 
isIdle() - Method in class org.mortbay.jetty.client.HttpConnection
 
isProxied() - Method in class org.mortbay.jetty.client.HttpClient
 
isProxied() - Method in class org.mortbay.jetty.client.HttpDestination
 
isReserved() - Method in class org.mortbay.jetty.client.HttpConnection
 
isSecure() - Method in class org.mortbay.jetty.client.HttpDestination
 
isWebdavSupported() - Method in class org.mortbay.jetty.client.webdav.WebdavSupportedExchange
 

M

maxRetries() - Method in class org.mortbay.jetty.client.HttpClient
 
MkcolExchange - Class in org.mortbay.jetty.client.webdav
 
MkcolExchange() - Constructor for class org.mortbay.jetty.client.webdav.MkcolExchange
 

N

newBuffer(int) - Method in class org.mortbay.jetty.client.HttpClient
Create a new NIO buffer.
newCnonce(HttpExchange, Realm, Map) - Method in class org.mortbay.jetty.client.security.DigestAuthorization
 
newResponse(String, HttpExchange, Realm, Map) - Method in class org.mortbay.jetty.client.security.DigestAuthorization
 

O

onConnectionFailed(Throwable) - Method in class org.mortbay.jetty.client.HttpDestination
 
onConnectionFailed(Throwable) - Method in interface org.mortbay.jetty.client.HttpEventListener
 
onConnectionFailed(Throwable) - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
onConnectionFailed(Throwable) - Method in class org.mortbay.jetty.client.HttpExchange
Called when an exception was thrown during an attempt to open a connection
onException(Throwable) - Method in class org.mortbay.jetty.client.HttpDestination
 
onException(Throwable) - Method in interface org.mortbay.jetty.client.HttpEventListener
 
onException(Throwable) - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
onException(Throwable) - Method in class org.mortbay.jetty.client.HttpExchange
Called when any other exception occurs during handling for the exchange
onExpire() - Method in interface org.mortbay.jetty.client.HttpEventListener
 
onExpire() - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
onExpire() - Method in class org.mortbay.jetty.client.HttpExchange
Called when no response has been received within the timeout.
onNewConnection(HttpConnection) - Method in class org.mortbay.jetty.client.HttpDestination
 
onRequestCommitted() - Method in interface org.mortbay.jetty.client.HttpEventListener
 
onRequestCommitted() - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
onRequestCommitted() - Method in class org.mortbay.jetty.client.HttpExchange
Called when the request headers has been sent
onRequestComplete() - Method in interface org.mortbay.jetty.client.HttpEventListener
 
onRequestComplete() - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
onRequestComplete() - Method in class org.mortbay.jetty.client.HttpExchange
Called when the request and it's body have been sent.
onRequestComplete() - Method in class org.mortbay.jetty.client.security.SecurityListener
 
onRequestComplete() - Method in class org.mortbay.jetty.client.webdav.WebdavListener
 
onResponseComplete() - Method in interface org.mortbay.jetty.client.HttpEventListener
 
onResponseComplete() - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
onResponseComplete() - Method in class org.mortbay.jetty.client.HttpExchange
Called when the entire response has been received
onResponseComplete() - Method in class org.mortbay.jetty.client.security.SecurityListener
 
onResponseComplete() - Method in class org.mortbay.jetty.client.webdav.WebdavListener
 
onResponseComplete() - Method in class org.mortbay.jetty.client.webdav.WebdavSupportedExchange
 
onResponseContent(Buffer) - Method in class org.mortbay.jetty.client.ContentExchange
 
onResponseContent(Buffer) - Method in interface org.mortbay.jetty.client.HttpEventListener
 
onResponseContent(Buffer) - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
onResponseContent(Buffer) - Method in class org.mortbay.jetty.client.HttpExchange
Called for each chunk of the response content received.
onResponseHeader(Buffer, Buffer) - Method in class org.mortbay.jetty.client.CachedExchange
 
onResponseHeader(Buffer, Buffer) - Method in class org.mortbay.jetty.client.ContentExchange
 
onResponseHeader(Buffer, Buffer) - Method in interface org.mortbay.jetty.client.HttpEventListener
 
onResponseHeader(Buffer, Buffer) - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
onResponseHeader(Buffer, Buffer) - Method in class org.mortbay.jetty.client.HttpExchange
Called for each response header received
onResponseHeader(Buffer, Buffer) - Method in class org.mortbay.jetty.client.security.SecurityListener
 
onResponseHeader(Buffer, Buffer) - Method in class org.mortbay.jetty.client.webdav.WebdavSupportedExchange
 
onResponseHeaderComplete() - Method in interface org.mortbay.jetty.client.HttpEventListener
 
onResponseHeaderComplete() - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
onResponseHeaderComplete() - Method in class org.mortbay.jetty.client.HttpExchange
Called when the response header has been completely received.
onResponseStatus(Buffer, int, Buffer) - Method in class org.mortbay.jetty.client.CachedExchange
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.mortbay.jetty.client.ContentExchange
 
onResponseStatus(Buffer, int, Buffer) - Method in interface org.mortbay.jetty.client.HttpEventListener
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.mortbay.jetty.client.HttpExchange
Called when a response status line has been received.
onResponseStatus(Buffer, int, Buffer) - Method in class org.mortbay.jetty.client.security.SecurityListener
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.mortbay.jetty.client.webdav.MkcolExchange
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.mortbay.jetty.client.webdav.PropfindExchange
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.mortbay.jetty.client.webdav.WebdavListener
 
onRetry() - Method in class org.mortbay.jetty.client.ContentExchange
 
onRetry() - Method in interface org.mortbay.jetty.client.HttpEventListener
 
onRetry() - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
onRetry() - Method in class org.mortbay.jetty.client.HttpExchange
Called when the request is retried (due to failures or authentication).
onRetry() - Method in class org.mortbay.jetty.client.security.SecurityListener
 
org.mortbay.jetty.client - package org.mortbay.jetty.client
 
org.mortbay.jetty.client.security - package org.mortbay.jetty.client.security
 
org.mortbay.jetty.client.webdav - package org.mortbay.jetty.client.webdav
 
org.mortbay.proxy - package org.mortbay.proxy
 

P

PropfindExchange - Class in org.mortbay.jetty.client.webdav
 
PropfindExchange() - Constructor for class org.mortbay.jetty.client.webdav.PropfindExchange
 
ProxyAuthorization - Class in org.mortbay.jetty.client.security
Sets proxy authentication headers for BASIC authentication challenges
ProxyAuthorization(String, String) - Constructor for class org.mortbay.jetty.client.security.ProxyAuthorization
 
proxyHttpURI(String, String, int, String) - Method in class org.mortbay.proxy.AsyncProxyServlet
/** Resolve requested URL to the Proxied HttpURI
proxyHttpURI(String, String, int, String) - Method in class org.mortbay.proxy.AsyncProxyServlet.Transparent
 

R

Realm - Interface in org.mortbay.jetty.client.security
Simple security realm interface.
RealmResolver - Interface in org.mortbay.jetty.client.security
 
registerListener(String) - Method in class org.mortbay.jetty.client.HttpClient
Registers a listener that can listen to the stream of execution between the client and the server and influence events.
removeAttribute(String) - Method in class org.mortbay.jetty.client.HttpClient
 
resend(HttpExchange) - Method in class org.mortbay.jetty.client.HttpDestination
 
reserveConnection(long) - Method in class org.mortbay.jetty.client.HttpDestination
 
reset(boolean) - Method in class org.mortbay.jetty.client.HttpConnection
 
reset() - Method in class org.mortbay.jetty.client.HttpExchange
 
returnConnection(HttpConnection, boolean) - Method in class org.mortbay.jetty.client.HttpDestination
 
returnIdleConnection(HttpConnection) - Method in class org.mortbay.jetty.client.HttpDestination
 

S

schedule(Timeout.Task) - Method in class org.mortbay.jetty.client.HttpClient
 
scheduleIdle(Timeout.Task) - Method in class org.mortbay.jetty.client.HttpClient
 
scrapeAuthenticationDetails(String) - Method in class org.mortbay.jetty.client.security.SecurityListener
scrapes a set of authentication details from the authString
scrapeAuthenticationType(String) - Method in class org.mortbay.jetty.client.security.SecurityListener
scrapes an authentication type from the authString
SecurityListener - Class in org.mortbay.jetty.client.security
SecurityListener Allow for insertion of security dialog when performing an HttpExchange.
SecurityListener(HttpDestination, HttpExchange) - Constructor for class org.mortbay.jetty.client.security.SecurityListener
 
send(HttpExchange) - Method in class org.mortbay.jetty.client.HttpClient
 
send(HttpExchange) - Method in class org.mortbay.jetty.client.HttpConnection
 
send(HttpExchange) - Method in class org.mortbay.jetty.client.HttpDestination
 
service(ServletRequest, ServletResponse) - Method in class org.mortbay.proxy.AsyncProxyServlet
 
setAddress(Address) - Method in class org.mortbay.jetty.client.HttpExchange
 
setAttribute(String, Object) - Method in class org.mortbay.jetty.client.HttpClient
Set an attribute on the HttpClient.
setConfigureListeners(boolean) - Method in class org.mortbay.jetty.client.HttpExchange
 
setConnectorType(int) - Method in class org.mortbay.jetty.client.HttpClient
 
setCredentials(HttpExchange) - Method in interface org.mortbay.jetty.client.security.Authorization
 
setCredentials(HttpExchange) - Method in class org.mortbay.jetty.client.security.BasicAuthorization
BASIC authentication is of the form encoded credentials are of the form: username:password
setCredentials(HttpExchange) - Method in class org.mortbay.jetty.client.security.DigestAuthorization
 
setCredentials(HttpExchange) - Method in class org.mortbay.jetty.client.security.ProxyAuthorization
BASIC proxy authentication is of the form encoded credentials are of the form: username:password
setDelegatingRequests(boolean) - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
setDelegatingResponses(boolean) - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
setDelegationResult(boolean) - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
setDestination(HttpDestination) - Method in class org.mortbay.jetty.client.HttpConnection
 
setEventListener(HttpEventListener) - Method in class org.mortbay.jetty.client.HttpEventListenerWrapper
 
setEventListener(HttpEventListener) - Method in class org.mortbay.jetty.client.HttpExchange
 
setFileForUpload(File) - Method in class org.mortbay.jetty.client.ContentExchange
 
setIdleTimeout(long) - Method in class org.mortbay.jetty.client.HttpClient
 
setIdleTimeout() - Method in class org.mortbay.jetty.client.HttpConnection
 
setKeyManagerPassword(String) - Method in class org.mortbay.jetty.client.HttpClient
 
setKeyStoreLocation(String) - Method in class org.mortbay.jetty.client.HttpClient
 
setKeyStorePassword(String) - Method in class org.mortbay.jetty.client.HttpClient
 
setMaxConnectionsPerAddress(int) - Method in class org.mortbay.jetty.client.HttpClient
 
setMaxRetries(int) - Method in class org.mortbay.jetty.client.HttpClient
 
setMethod(String) - Method in class org.mortbay.jetty.client.HttpExchange
 
setNoProxy(Set<String>) - Method in class org.mortbay.jetty.client.HttpClient
 
setProxy(Address) - Method in class org.mortbay.jetty.client.HttpClient
 
setProxy(Address) - Method in class org.mortbay.jetty.client.HttpDestination
 
setProxyAuthentication(Authorization) - Method in class org.mortbay.jetty.client.HttpClient
 
setProxyAuthentication(Authorization) - Method in class org.mortbay.jetty.client.HttpDestination
 
setRealmResolver(RealmResolver) - Method in class org.mortbay.jetty.client.HttpClient
 
setRequestContent(Buffer) - Method in class org.mortbay.jetty.client.HttpExchange
 
setRequestContentSource(InputStream) - Method in class org.mortbay.jetty.client.HttpExchange
 
setRequestContentType(String) - Method in class org.mortbay.jetty.client.HttpExchange
 
setRequestHeader(String, String) - Method in class org.mortbay.jetty.client.HttpExchange
 
setRequestHeader(Buffer, Buffer) - Method in class org.mortbay.jetty.client.HttpExchange
 
setReserved(boolean) - Method in class org.mortbay.jetty.client.HttpConnection
 
setRetryStatus(boolean) - Method in class org.mortbay.jetty.client.HttpExchange
 
setScheme(Buffer) - Method in class org.mortbay.jetty.client.HttpExchange
 
setSoTimeout(int) - Method in class org.mortbay.jetty.client.HttpClient
 
setThreadPool(ThreadPool) - Method in class org.mortbay.jetty.client.HttpClient
 
setTimeout(long) - Method in class org.mortbay.jetty.client.HttpClient
 
setTrustStoreLocation(String) - Method in class org.mortbay.jetty.client.HttpClient
 
setTrustStorePassword(String) - Method in class org.mortbay.jetty.client.HttpClient
 
setURI(String) - Method in class org.mortbay.jetty.client.HttpExchange
 
setURL(String) - Method in class org.mortbay.jetty.client.HttpExchange
 
setUseDirectBuffers(boolean) - Method in class org.mortbay.jetty.client.HttpClient
Set to use NIO direct buffers.
setVersion(int) - Method in class org.mortbay.jetty.client.HttpExchange
 
setVersion(String) - Method in class org.mortbay.jetty.client.HttpExchange
 
SimpleRealmResolver - Class in org.mortbay.jetty.client.security
Simple Realm Resolver.
SimpleRealmResolver(Realm) - Constructor for class org.mortbay.jetty.client.security.SimpleRealmResolver
 
startNewConnection() - Method in class org.mortbay.jetty.client.HttpDestination
 
STATUS_COMPLETED - Static variable in class org.mortbay.jetty.client.HttpExchange
 
STATUS_EXCEPTED - Static variable in class org.mortbay.jetty.client.HttpExchange
 
STATUS_EXPIRED - Static variable in class org.mortbay.jetty.client.HttpExchange
 
STATUS_PARSING_CONTENT - Static variable in class org.mortbay.jetty.client.HttpExchange
 
STATUS_PARSING_HEADERS - Static variable in class org.mortbay.jetty.client.HttpExchange
 
STATUS_SENDING_REQUEST - Static variable in class org.mortbay.jetty.client.HttpExchange
 
STATUS_START - Static variable in class org.mortbay.jetty.client.HttpExchange
 
STATUS_WAITING_FOR_COMMIT - Static variable in class org.mortbay.jetty.client.HttpExchange
 
STATUS_WAITING_FOR_CONNECTION - Static variable in class org.mortbay.jetty.client.HttpExchange
 
STATUS_WAITING_FOR_RESPONSE - Static variable in class org.mortbay.jetty.client.HttpExchange
 

T

toDetailString() - Method in class org.mortbay.jetty.client.HttpConnection
 
toDetailString() - Method in class org.mortbay.jetty.client.HttpDestination
 
toSocketAddress() - Method in class org.mortbay.jetty.client.Address
 
toString() - Method in class org.mortbay.jetty.client.Address
 
toString() - Method in class org.mortbay.jetty.client.HttpConnection
 
toString() - Method in class org.mortbay.jetty.client.HttpDestination
 
toString() - Method in class org.mortbay.jetty.client.HttpExchange
 

W

waitForDone() - Method in class org.mortbay.jetty.client.HttpExchange
Wait until the exchange is "done".
waitForStatus(int) - Method in class org.mortbay.jetty.client.HttpExchange
Deprecated.  
waitTilCompletion() - Method in class org.mortbay.jetty.client.webdav.WebdavSupportedExchange
 
WebdavListener - Class in org.mortbay.jetty.client.webdav
WebdavListener
WebdavListener(HttpDestination, HttpExchange) - Constructor for class org.mortbay.jetty.client.webdav.WebdavListener
 
WebdavSupportedExchange - Class in org.mortbay.jetty.client.webdav
 
WebdavSupportedExchange() - Constructor for class org.mortbay.jetty.client.webdav.WebdavSupportedExchange
 
writeResponseBytesTo(OutputStream) - Method in class org.mortbay.jetty.client.ContentExchange
 

_

_contentLength - Variable in class org.mortbay.jetty.client.ContentExchange
 
_DontProxyHeaders - Variable in class org.mortbay.proxy.AsyncProxyServlet
 
_encoding - Variable in class org.mortbay.jetty.client.ContentExchange
 
_fileForUpload - Variable in class org.mortbay.jetty.client.ContentExchange
 
_reserved - Variable in class org.mortbay.jetty.client.HttpConnection
 
_responseContent - Variable in class org.mortbay.jetty.client.ContentExchange
 
_responseFields - Variable in class org.mortbay.jetty.client.CachedExchange
 
_responseStatus - Variable in class org.mortbay.jetty.client.CachedExchange
 
_responseStatus - Variable in class org.mortbay.jetty.client.ContentExchange
 

A B C D E F G H I M N O P R S T W _

Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.