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

A

AbstractHttpConnection - Class in org.eclipse.jetty.client
 
addAuthorization(String, Authentication) - Method in class org.eclipse.jetty.client.HttpDestination
 
addCookie(HttpCookie) - Method in class org.eclipse.jetty.client.HttpDestination
 
addRequestHeader(String, String) - Method in class org.eclipse.jetty.client.HttpExchange
Adds the specified request header
addRequestHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.HttpExchange
Adds the specified request header
Address - Class in org.eclipse.jetty.client
 
Address(String, int) - Constructor for class org.eclipse.jetty.client.Address
 
addSecurityRealm(Realm) - Method in class org.eclipse.jetty.client.security.HashRealmResolver
 
AsyncHttpConnection - Class in org.eclipse.jetty.client
Asynchronous Client HTTP Connection
Authentication - Interface in org.eclipse.jetty.client.security
Simple authentication interface that sets required fields on the exchange.

B

BasicAuthentication - Class in org.eclipse.jetty.client.security
Sets authentication headers for BASIC authentication challenges
BasicAuthentication(Realm) - Constructor for class org.eclipse.jetty.client.security.BasicAuthentication
 
BlockingHttpConnection - Class in org.eclipse.jetty.client
Blocking HTTP Connection

C

CachedExchange - Class in org.eclipse.jetty.client
An exchange that retains response status and response headers for later use.
CachedExchange(boolean) - Constructor for class org.eclipse.jetty.client.CachedExchange
Creates a new CachedExchange.
cancel(Timeout.Task) - Method in class org.eclipse.jetty.client.HttpClient
 
cancel() - Method in class org.eclipse.jetty.client.HttpExchange
Initiates the cancelling of this exchange.
cancelIdleTimeout() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
cancelTimeout(HttpClient) - Method in class org.eclipse.jetty.client.HttpExchange
 
checkExchangeComplete() - Method in class org.eclipse.jetty.client.RedirectListener
 
clearAttributes() - Method in class org.eclipse.jetty.client.HttpClient
 
close() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
close() - Method in class org.eclipse.jetty.client.HttpDestination
 
commitRequest() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
configureListeners() - Method in class org.eclipse.jetty.client.HttpExchange
 
CONNECTOR_SELECT_CHANNEL - Static variable in class org.eclipse.jetty.client.HttpClient
 
CONNECTOR_SOCKET - Static variable in class org.eclipse.jetty.client.HttpClient
 
ContentExchange - Class in org.eclipse.jetty.client
A exchange that retains response content for later use.
ContentExchange() - Constructor for class org.eclipse.jetty.client.ContentExchange
 
ContentExchange(boolean) - Constructor for class org.eclipse.jetty.client.ContentExchange
 

D

DigestAuthentication - Class in org.eclipse.jetty.client.security
 
DigestAuthentication(Realm, Map) - Constructor for class org.eclipse.jetty.client.security.DigestAuthentication
 
doSend(HttpExchange) - Method in class org.eclipse.jetty.client.HttpDestination
 
doStart() - Method in class org.eclipse.jetty.client.HttpClient
 
doStop() - Method in class org.eclipse.jetty.client.HttpClient
 
dump() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
dump(Appendable, String) - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
dump() - Method in class org.eclipse.jetty.client.HttpDestination
 
dump(Appendable, String) - Method in class org.eclipse.jetty.client.HttpDestination
 

E

equals(Object) - Method in class org.eclipse.jetty.client.Address
 
exchangeExpired(HttpExchange) - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
exchangeExpired(HttpExchange) - Method in class org.eclipse.jetty.client.BlockingHttpConnection
 
exchangeExpired(HttpExchange) - Method in class org.eclipse.jetty.client.HttpDestination
 
exists() - Method in class org.eclipse.jetty.client.webdav.MkcolExchange
 
exists() - Method in class org.eclipse.jetty.client.webdav.PropfindExchange
 
expire(HttpDestination) - Method in class org.eclipse.jetty.client.HttpExchange
 

F

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

G

getAddress() - Method in class org.eclipse.jetty.client.HttpDestination
 
getAddress() - Method in class org.eclipse.jetty.client.HttpExchange
 
getAttribute(String) - Method in class org.eclipse.jetty.client.HttpClient
 
getAttributeNames() - Method in class org.eclipse.jetty.client.HttpClient
 
getConnections() - Method in class org.eclipse.jetty.client.HttpDestination
 
getConnectorType() - Method in class org.eclipse.jetty.client.HttpClient
Get the type of connector (socket, blocking or select) in use.
getConnectTimeout() - Method in class org.eclipse.jetty.client.HttpClient
 
getCredentials() - Method in interface org.eclipse.jetty.client.security.Realm
 
getDestination() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
getDestination(Address, boolean) - Method in class org.eclipse.jetty.client.HttpClient
 
getEventListener() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
getEventListener() - Method in class org.eclipse.jetty.client.HttpExchange
 
getFileForUpload() - Method in class org.eclipse.jetty.client.ContentExchange
 
getHost() - Method in class org.eclipse.jetty.client.Address
 
getHostHeader() - Method in class org.eclipse.jetty.client.HttpDestination
 
getHttpClient() - Method in class org.eclipse.jetty.client.HttpDestination
 
getId() - Method in interface org.eclipse.jetty.client.security.Realm
 
getIdleConnection() - Method in class org.eclipse.jetty.client.HttpDestination
 
getIdleConnections() - Method in class org.eclipse.jetty.client.HttpDestination
 
getIdleTimeout() - Method in class org.eclipse.jetty.client.HttpClient
 
getKeyManagerAlgorithm() - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
getKeyStoreInputStream() - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
getKeyStoreLocation() - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
getKeyStoreType() - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
getLocalAddress() - Method in class org.eclipse.jetty.client.HttpExchange
the local address used by the connection Note: this method will not be populated unless the exchange has been executed by the HttpClient
getMaxBuffers() - Method in class org.eclipse.jetty.client.HttpClient
 
getMaxConnections() - Method in class org.eclipse.jetty.client.HttpDestination
 
getMaxConnectionsPerAddress() - Method in class org.eclipse.jetty.client.HttpClient
 
getMaxQueueSize() - Method in class org.eclipse.jetty.client.HttpDestination
 
getMaxQueueSizePerAddress() - Method in class org.eclipse.jetty.client.HttpClient
 
getMethod() - Method in class org.eclipse.jetty.client.HttpExchange
 
getNoProxy() - Method in class org.eclipse.jetty.client.HttpClient
 
getPort() - Method in class org.eclipse.jetty.client.Address
 
getPrincipal() - Method in interface org.eclipse.jetty.client.security.Realm
 
getProtocol() - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
getProvider() - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
getProxy() - Method in class org.eclipse.jetty.client.HttpClient
 
getProxy() - Method in class org.eclipse.jetty.client.HttpDestination
 
getProxyAuthentication() - Method in class org.eclipse.jetty.client.HttpClient
 
getProxyAuthentication() - Method in class org.eclipse.jetty.client.HttpDestination
 
getRealm(String, HttpDestination, String) - Method in class org.eclipse.jetty.client.security.HashRealmResolver
 
getRealm(String, HttpDestination, String) - Method in interface org.eclipse.jetty.client.security.RealmResolver
 
getRealm(String, HttpDestination, String) - Method in class org.eclipse.jetty.client.security.SimpleRealmResolver
 
getRealmResolver() - Method in class org.eclipse.jetty.client.HttpClient
returns the SecurityRealmResolver reg_realmResolveristered with the HttpClient or null
getRegisteredListeners() - Method in class org.eclipse.jetty.client.HttpClient
 
getRequestBuffers() - Method in class org.eclipse.jetty.client.HttpClient
 
getRequestBufferSize() - Method in class org.eclipse.jetty.client.HttpClient
 
getRequestBufferType() - Method in class org.eclipse.jetty.client.HttpClient
 
getRequestContent() - Method in class org.eclipse.jetty.client.HttpExchange
 
getRequestContentChunk(Buffer) - Method in class org.eclipse.jetty.client.HttpExchange
 
getRequestContentSource() - Method in class org.eclipse.jetty.client.HttpExchange
 
getRequestFields() - Method in class org.eclipse.jetty.client.HttpExchange
 
getRequestHeaderSize() - Method in class org.eclipse.jetty.client.HttpClient
 
getRequestHeaderType() - Method in class org.eclipse.jetty.client.HttpClient
 
getRequestURI() - Method in class org.eclipse.jetty.client.HttpExchange
 
getResponseBuffers() - Method in class org.eclipse.jetty.client.HttpClient
 
getResponseBufferSize() - Method in class org.eclipse.jetty.client.HttpClient
 
getResponseBufferType() - Method in class org.eclipse.jetty.client.HttpClient
 
getResponseContent() - Method in class org.eclipse.jetty.client.ContentExchange
 
getResponseContentBytes() - Method in class org.eclipse.jetty.client.ContentExchange
 
getResponseFields() - Method in class org.eclipse.jetty.client.CachedExchange
 
getResponseHeaderSize() - Method in class org.eclipse.jetty.client.HttpClient
 
getResponseHeaderType() - Method in class org.eclipse.jetty.client.HttpClient
 
getResponseStatus() - Method in class org.eclipse.jetty.client.CachedExchange
 
getRetryStatus() - Method in class org.eclipse.jetty.client.HttpExchange
 
getScheme() - Method in class org.eclipse.jetty.client.HttpExchange
 
getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
getSoTimeout() - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
getSSLContext() - Method in class org.eclipse.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.
getSslContextFactory() - Method in class org.eclipse.jetty.client.HttpClient
 
getStatus() - Method in class org.eclipse.jetty.client.HttpExchange
 
getThreadPool() - Method in class org.eclipse.jetty.client.HttpClient
 
getTimeout() - Method in class org.eclipse.jetty.client.HttpClient
 
getTimeout() - Method in class org.eclipse.jetty.client.HttpExchange
 
getTrustManagerAlgorithm() - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
getTrustStoreInputStream() - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
getTrustStoreLocation() - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
getTrustStoreType() - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
getURI() - Method in class org.eclipse.jetty.client.HttpExchange
Deprecated. 
getUseDirectBuffers() - Method in class org.eclipse.jetty.client.HttpClient
Get whether the connector can use direct NIO buffers.
getVersion() - Method in class org.eclipse.jetty.client.HttpExchange
 

H

handle() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
handle() - Method in class org.eclipse.jetty.client.AsyncHttpConnection
 
handle() - Method in class org.eclipse.jetty.client.BlockingHttpConnection
 
hashCode() - Method in class org.eclipse.jetty.client.Address
 
HashRealmResolver - Class in org.eclipse.jetty.client.security
 
HashRealmResolver() - Constructor for class org.eclipse.jetty.client.security.HashRealmResolver
 
hasRealms() - Method in class org.eclipse.jetty.client.HttpClient
 
HttpClient - Class in org.eclipse.jetty.client
Http Client.
HttpClient() - Constructor for class org.eclipse.jetty.client.HttpClient
 
HttpClient(SslContextFactory) - Constructor for class org.eclipse.jetty.client.HttpClient
 
HttpDestination - Class in org.eclipse.jetty.client
 
HttpEventListener - Interface in org.eclipse.jetty.client
 
HttpEventListenerWrapper - Class in org.eclipse.jetty.client
 
HttpEventListenerWrapper() - Constructor for class org.eclipse.jetty.client.HttpEventListenerWrapper
 
HttpEventListenerWrapper(HttpEventListener, boolean) - Constructor for class org.eclipse.jetty.client.HttpEventListenerWrapper
 
HttpExchange - Class in org.eclipse.jetty.client
An HTTP client API that encapsulates an exchange (a request and its response) with a HTTP server.
HttpExchange() - Constructor for class org.eclipse.jetty.client.HttpExchange
 
HttpExchange.CachedExchange - Class in org.eclipse.jetty.client
Deprecated.
use CachedExchange instead
HttpExchange.CachedExchange(boolean) - Constructor for class org.eclipse.jetty.client.HttpExchange.CachedExchange
Deprecated.
 
HttpExchange.ContentExchange - Class in org.eclipse.jetty.client
Deprecated.
use ContentExchange instead
HttpExchange.ContentExchange() - Constructor for class org.eclipse.jetty.client.HttpExchange.ContentExchange
Deprecated.
 

I

isConnectBlocking() - Method in class org.eclipse.jetty.client.HttpClient
 
isDelegatingRequests() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
isDelegatingResponses() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
isDone() - Method in class org.eclipse.jetty.client.HttpExchange
 
isDone(int) - Method in class org.eclipse.jetty.client.HttpExchange
Deprecated. 
isIdle() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
isProxied() - Method in class org.eclipse.jetty.client.HttpClient
 
isProxied() - Method in class org.eclipse.jetty.client.HttpDestination
 
isReserved() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
isSecure() - Method in class org.eclipse.jetty.client.HttpDestination
 
isSuspended() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
isWebdavSupported() - Method in class org.eclipse.jetty.client.webdav.WebdavSupportedExchange
 

M

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

N

newCnonce(HttpExchange, Realm, Map) - Method in class org.eclipse.jetty.client.security.DigestAuthentication
 
newResponse(String, HttpExchange, Realm, Map) - Method in class org.eclipse.jetty.client.security.DigestAuthentication
 

O

onClose() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
onConnectionFailed(Throwable) - Method in class org.eclipse.jetty.client.HttpDestination
 
onConnectionFailed(Throwable) - Method in interface org.eclipse.jetty.client.HttpEventListener
 
onConnectionFailed(Throwable) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
onConnectionFailed(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
Callback called when an exception was thrown during an attempt to establish the connection with the server (for example the server is not listening).
onConnectionFailed(Throwable) - Method in class org.eclipse.jetty.client.RedirectListener
Delegate failed connection
onException(Throwable) - Method in class org.eclipse.jetty.client.HttpDestination
 
onException(Throwable) - Method in interface org.eclipse.jetty.client.HttpEventListener
 
onException(Throwable) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
onException(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
Callback called when any other exception occurs during the handling of this exchange.
onException(Throwable) - Method in class org.eclipse.jetty.client.RedirectListener
Delegate onException
onExpire() - Method in interface org.eclipse.jetty.client.HttpEventListener
 
onExpire() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
onExpire() - Method in class org.eclipse.jetty.client.HttpExchange
Callback called when no response has been received within the timeout.
onIdleExpired(long) - Method in class org.eclipse.jetty.client.BlockingHttpConnection
 
onInputShutdown() - Method in class org.eclipse.jetty.client.AsyncHttpConnection
 
onNewConnection(AbstractHttpConnection) - Method in class org.eclipse.jetty.client.HttpDestination
 
onRequestCommitted() - Method in interface org.eclipse.jetty.client.HttpEventListener
 
onRequestCommitted() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
onRequestCommitted() - Method in class org.eclipse.jetty.client.HttpExchange
Callback called when the request headers have been sent to the server.
onRequestComplete() - Method in interface org.eclipse.jetty.client.HttpEventListener
 
onRequestComplete() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
onRequestComplete() - Method in class org.eclipse.jetty.client.HttpExchange
Callback called when the request and its body have been sent to the server.
onRequestComplete() - Method in class org.eclipse.jetty.client.RedirectListener
 
onRequestComplete() - Method in class org.eclipse.jetty.client.security.SecurityListener
 
onRequestComplete() - Method in class org.eclipse.jetty.client.webdav.WebdavListener
 
onResponseComplete() - Method in interface org.eclipse.jetty.client.HttpEventListener
 
onResponseComplete() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
onResponseComplete() - Method in class org.eclipse.jetty.client.HttpExchange
Callback called when the entire response has been received from the server This implementation does nothing.
onResponseComplete() - Method in class org.eclipse.jetty.client.RedirectListener
 
onResponseComplete() - Method in class org.eclipse.jetty.client.security.SecurityListener
 
onResponseComplete() - Method in class org.eclipse.jetty.client.webdav.WebdavListener
 
onResponseComplete() - Method in class org.eclipse.jetty.client.webdav.WebdavSupportedExchange
 
onResponseContent(Buffer) - Method in class org.eclipse.jetty.client.ContentExchange
 
onResponseContent(Buffer) - Method in interface org.eclipse.jetty.client.HttpEventListener
 
onResponseContent(Buffer) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
onResponseContent(Buffer) - Method in class org.eclipse.jetty.client.HttpExchange
Callback called for each chunk of the response content received from the server.
onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.CachedExchange
 
onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.ContentExchange
 
onResponseHeader(Buffer, Buffer) - Method in interface org.eclipse.jetty.client.HttpEventListener
 
onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.HttpExchange
Callback called for each response header received from the server.
onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.RedirectListener
 
onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.security.SecurityListener
 
onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.webdav.WebdavSupportedExchange
 
onResponseHeaderComplete() - Method in interface org.eclipse.jetty.client.HttpEventListener
 
onResponseHeaderComplete() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
onResponseHeaderComplete() - Method in class org.eclipse.jetty.client.HttpExchange
Callback called when the response headers have been completely received from the server.
onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.CachedExchange
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.ContentExchange
 
onResponseStatus(Buffer, int, Buffer) - Method in interface org.eclipse.jetty.client.HttpEventListener
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.HttpExchange
Callback called when a response status line has been received from the server.
onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.RedirectListener
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.security.SecurityListener
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.webdav.MkcolExchange
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.webdav.PropfindExchange
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.webdav.WebdavListener
 
onRetry() - Method in class org.eclipse.jetty.client.ContentExchange
 
onRetry() - Method in interface org.eclipse.jetty.client.HttpEventListener
 
onRetry() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
onRetry() - Method in class org.eclipse.jetty.client.HttpExchange
Callback called when the request is retried (due to failures or authentication).
onRetry() - Method in class org.eclipse.jetty.client.RedirectListener
 
onRetry() - Method in class org.eclipse.jetty.client.security.SecurityListener
 
onSwitchProtocol(EndPoint) - Method in class org.eclipse.jetty.client.HttpExchange
 
org.eclipse.jetty.client - package org.eclipse.jetty.client
 
org.eclipse.jetty.client.security - package org.eclipse.jetty.client.security
 
org.eclipse.jetty.client.webdav - package org.eclipse.jetty.client.webdav
 

P

PropfindExchange - Class in org.eclipse.jetty.client.webdav
 
PropfindExchange() - Constructor for class org.eclipse.jetty.client.webdav.PropfindExchange
 
ProxyAuthorization - Class in org.eclipse.jetty.client.security
Sets proxy authentication headers for BASIC authentication challenges
ProxyAuthorization(String, String) - Constructor for class org.eclipse.jetty.client.security.ProxyAuthorization
 

R

Realm - Interface in org.eclipse.jetty.client.security
Simple security realm interface.
RealmResolver - Interface in org.eclipse.jetty.client.security
 
RedirectListener - Class in org.eclipse.jetty.client
RedirectListener Detect and handle the redirect responses
RedirectListener(HttpDestination, HttpExchange) - Constructor for class org.eclipse.jetty.client.RedirectListener
 
registerListener(String) - Method in class org.eclipse.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.eclipse.jetty.client.HttpClient
 
resend(HttpExchange) - Method in class org.eclipse.jetty.client.HttpDestination
 
reserveConnection(long) - Method in class org.eclipse.jetty.client.HttpDestination
 
reset() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
reset() - Method in class org.eclipse.jetty.client.AsyncHttpConnection
 
reset() - Method in class org.eclipse.jetty.client.BlockingHttpConnection
 
reset() - Method in class org.eclipse.jetty.client.HttpExchange
 
returnConnection(AbstractHttpConnection, boolean) - Method in class org.eclipse.jetty.client.HttpDestination
 
returnIdleConnection(AbstractHttpConnection) - Method in class org.eclipse.jetty.client.HttpDestination
 

S

schedule(Timeout.Task) - Method in class org.eclipse.jetty.client.HttpClient
 
schedule(Timeout.Task, long) - Method in class org.eclipse.jetty.client.HttpClient
 
scheduleIdle(Timeout.Task) - Method in class org.eclipse.jetty.client.HttpClient
 
scheduleTimeout(HttpDestination) - Method in class org.eclipse.jetty.client.HttpExchange
 
scrapeAuthenticationDetails(String) - Method in class org.eclipse.jetty.client.security.SecurityListener
scrapes a set of authentication details from the authString
scrapeAuthenticationType(String) - Method in class org.eclipse.jetty.client.security.SecurityListener
scrapes an authentication type from the authString
SecurityListener - Class in org.eclipse.jetty.client.security
SecurityListener Allow for insertion of security dialog when performing an HttpExchange.
SecurityListener(HttpDestination, HttpExchange) - Constructor for class org.eclipse.jetty.client.security.SecurityListener
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.AsyncHttpConnection
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.BlockingHttpConnection
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.HttpClient
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.HttpDestination
 
send(AbstractHttpConnection, HttpExchange) - Method in class org.eclipse.jetty.client.HttpDestination
 
setAddress(Address) - Method in class org.eclipse.jetty.client.HttpExchange
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.client.HttpClient
Set an attribute on the HttpClient.
setConfigureListeners(boolean) - Method in class org.eclipse.jetty.client.HttpExchange
 
setConnectBlocking(boolean) - Method in class org.eclipse.jetty.client.HttpClient
 
setConnectorType(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setConnectTimeout(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setCredentials(HttpExchange) - Method in interface org.eclipse.jetty.client.security.Authentication
 
setCredentials(HttpExchange) - Method in class org.eclipse.jetty.client.security.BasicAuthentication
BASIC authentication is of the form encoded credentials are of the form: username:password
setCredentials(HttpExchange) - Method in class org.eclipse.jetty.client.security.DigestAuthentication
 
setCredentials(HttpExchange) - Method in class org.eclipse.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.eclipse.jetty.client.HttpEventListenerWrapper
 
setDelegatingResponses(boolean) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
setDelegationResult(boolean) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
setDestination(HttpDestination) - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
setEventListener(HttpEventListener) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
 
setEventListener(HttpEventListener) - Method in class org.eclipse.jetty.client.HttpExchange
 
setFileForUpload(File) - Method in class org.eclipse.jetty.client.ContentExchange
 
setIdleTimeout() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.client.HttpClient
 
setKeyManagerAlgorithm(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setKeyManagerPassword(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setKeyStoreInputStream(InputStream) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setKeyStoreLocation(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setKeyStorePassword(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setKeyStoreType(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setMaxBuffers(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setMaxConnections(int) - Method in class org.eclipse.jetty.client.HttpDestination
 
setMaxConnectionsPerAddress(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setMaxQueueSize(int) - Method in class org.eclipse.jetty.client.HttpDestination
 
setMaxQueueSizePerAddress(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setMaxRedirects(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setMaxRetries(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setMethod(String) - Method in class org.eclipse.jetty.client.HttpExchange
 
setNoProxy(Set<String>) - Method in class org.eclipse.jetty.client.HttpClient
 
setProtocol(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setProvider(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setProxy(Address) - Method in class org.eclipse.jetty.client.HttpClient
 
setProxy(Address) - Method in class org.eclipse.jetty.client.HttpDestination
 
setProxyAuthentication(Authentication) - Method in class org.eclipse.jetty.client.HttpClient
 
setProxyAuthentication(Authentication) - Method in class org.eclipse.jetty.client.HttpDestination
 
setRealmResolver(RealmResolver) - Method in class org.eclipse.jetty.client.HttpClient
Set a RealmResolver for client Authentication.
setRequestBuffers(Buffers) - Method in class org.eclipse.jetty.client.HttpClient
 
setRequestBufferSize(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setRequestContent(Buffer) - Method in class org.eclipse.jetty.client.HttpExchange
 
setRequestContentSource(InputStream) - Method in class org.eclipse.jetty.client.HttpExchange
 
setRequestContentType(String) - Method in class org.eclipse.jetty.client.HttpExchange
 
setRequestHeader(String, String) - Method in class org.eclipse.jetty.client.HttpExchange
Sets the specified request header
setRequestHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.HttpExchange
Sets the specified request header
setRequestHeaderSize(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setRequestURI(String) - Method in class org.eclipse.jetty.client.HttpExchange
Set the request URI Per RFC 2616 sec5, Request-URI = "*" | absoluteURI | abs_path | authority
where:

"*" - request applies to server itself
absoluteURI - required for proxy requests, e.g.
setReserved(boolean) - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
setResponseBuffers(Buffers) - Method in class org.eclipse.jetty.client.HttpClient
 
setResponseBufferSize(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setResponseHeaderSize(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setRetryStatus(boolean) - Method in class org.eclipse.jetty.client.HttpExchange
 
setScheme(Buffer) - Method in class org.eclipse.jetty.client.HttpExchange
 
setScheme(String) - Method in class org.eclipse.jetty.client.HttpExchange
 
setSecureRandomAlgorithm(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setSoTimeout(int) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setThreadPool(ThreadPool) - Method in class org.eclipse.jetty.client.HttpClient
Set the ThreadPool.
setTimeout(long) - Method in class org.eclipse.jetty.client.HttpClient
 
setTimeout(long) - Method in class org.eclipse.jetty.client.HttpExchange
 
setTrustManagerAlgorithm(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setTrustStoreInputStream(InputStream) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setTrustStoreLocation(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setTrustStorePassword(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setTrustStoreType(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setURI(String) - Method in class org.eclipse.jetty.client.HttpExchange
Deprecated. 
setURI(URI) - Method in class org.eclipse.jetty.client.HttpExchange
 
setURL(String) - Method in class org.eclipse.jetty.client.HttpExchange
 
setUseDirectBuffers(boolean) - Method in class org.eclipse.jetty.client.HttpClient
Set to use NIO direct buffers.
setVersion(int) - Method in class org.eclipse.jetty.client.HttpExchange
 
setVersion(String) - Method in class org.eclipse.jetty.client.HttpExchange
 
SimpleRealmResolver - Class in org.eclipse.jetty.client.security
Simple Realm Resolver.
SimpleRealmResolver(Realm) - Constructor for class org.eclipse.jetty.client.security.SimpleRealmResolver
 
startNewConnection() - Method in class org.eclipse.jetty.client.HttpDestination
 
STATUS_CANCELLED - Static variable in class org.eclipse.jetty.client.HttpExchange
 
STATUS_CANCELLING - Static variable in class org.eclipse.jetty.client.HttpExchange
 
STATUS_COMPLETED - Static variable in class org.eclipse.jetty.client.HttpExchange
 
STATUS_EXCEPTED - Static variable in class org.eclipse.jetty.client.HttpExchange
 
STATUS_EXPIRED - Static variable in class org.eclipse.jetty.client.HttpExchange
 
STATUS_PARSING_CONTENT - Static variable in class org.eclipse.jetty.client.HttpExchange
 
STATUS_PARSING_HEADERS - Static variable in class org.eclipse.jetty.client.HttpExchange
 
STATUS_SENDING_REQUEST - Static variable in class org.eclipse.jetty.client.HttpExchange
 
STATUS_START - Static variable in class org.eclipse.jetty.client.HttpExchange
 
STATUS_WAITING_FOR_COMMIT - Static variable in class org.eclipse.jetty.client.HttpExchange
 
STATUS_WAITING_FOR_CONNECTION - Static variable in class org.eclipse.jetty.client.HttpExchange
 
STATUS_WAITING_FOR_RESPONSE - Static variable in class org.eclipse.jetty.client.HttpExchange
 

T

toDetailString() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
toDetailString() - Method in class org.eclipse.jetty.client.HttpDestination
 
toSocketAddress() - Method in class org.eclipse.jetty.client.Address
 
toState(int) - Static method in class org.eclipse.jetty.client.HttpExchange
 
toString() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
 
toString() - Method in class org.eclipse.jetty.client.Address
 
toString() - Method in class org.eclipse.jetty.client.HttpDestination
 
toString() - Method in class org.eclipse.jetty.client.HttpExchange
 

W

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

_

_connectionHeader - Variable in class org.eclipse.jetty.client.AbstractHttpConnection
 
_destination - Variable in class org.eclipse.jetty.client.AbstractHttpConnection
 
_exchange - Variable in class org.eclipse.jetty.client.AbstractHttpConnection
 
_generator - Variable in class org.eclipse.jetty.client.AbstractHttpConnection
 
_http11 - Variable in class org.eclipse.jetty.client.AbstractHttpConnection
 
_parser - Variable in class org.eclipse.jetty.client.AbstractHttpConnection
 
_pipeline - Variable in class org.eclipse.jetty.client.AbstractHttpConnection
 
_reserved - Variable in class org.eclipse.jetty.client.AbstractHttpConnection
 
_status - Variable in class org.eclipse.jetty.client.AbstractHttpConnection
 
A B C D E F G H I M N O P R S T W _ 

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