META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META-INF/maven/com.sun.jersey/
META-INF/maven/com.sun.jersey/jersey-client/
META-INF/maven/com.sun.jersey/jersey-client/pom.properties
META-INF/maven/com.sun.jersey/jersey-client/pom.xml
com/
com/sun/
com/sun/jersey/
com/sun/jersey/api/
com/sun/jersey/api/client/
com/sun/jersey/api/client/AbstractClientRequestAdapter.classAbstractClientRequestAdapter.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.AbstractClientRequestAdapter extends java.lang.Object implements com.sun.jersey.api.client.ClientRequestAdapter {
private final com.sun.jersey.api.client.ClientRequestAdapter cra
protected void (com.sun.jersey.api.client.ClientRequestAdapter)
com.sun.jersey.api.client.ClientRequestAdapter cra
public com.sun.jersey.api.client.ClientRequestAdapter getAdapter ()
}
com/sun/jersey/api/client/AsyncUniformInterface.classAsyncUniformInterface.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.AsyncUniformInterface extends java.lang.Object {
public abstract java.util.concurrent.Future head ()
public abstract java.util.concurrent.Future head (com.sun.jersey.api.client.async.ITypeListener)
public abstract java.util.concurrent.Future options (java.lang.Class)
public abstract java.util.concurrent.Future options (com.sun.jersey.api.client.GenericType)
public abstract java.util.concurrent.Future options (com.sun.jersey.api.client.async.ITypeListener)
public abstract java.util.concurrent.Future get (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.util.concurrent.Future get (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.util.concurrent.Future get (com.sun.jersey.api.client.async.ITypeListener)
public abstract java.util.concurrent.Future put ()
public abstract java.util.concurrent.Future put (java.lang.Object)
public abstract java.util.concurrent.Future put (java.lang.Class)
public abstract java.util.concurrent.Future put (com.sun.jersey.api.client.GenericType)
public abstract java.util.concurrent.Future put (com.sun.jersey.api.client.async.ITypeListener)
public abstract java.util.concurrent.Future put (java.lang.Class, java.lang.Object)
public abstract java.util.concurrent.Future put (com.sun.jersey.api.client.GenericType, java.lang.Object)
public abstract java.util.concurrent.Future put (com.sun.jersey.api.client.async.ITypeListener, java.lang.Object)
public abstract java.util.concurrent.Future post ()
public abstract java.util.concurrent.Future post (java.lang.Object)
public abstract java.util.concurrent.Future post (java.lang.Class)
public abstract java.util.concurrent.Future post (com.sun.jersey.api.client.GenericType)
public abstract java.util.concurrent.Future post (com.sun.jersey.api.client.async.ITypeListener)
public abstract java.util.concurrent.Future post (java.lang.Class, java.lang.Object)
public abstract java.util.concurrent.Future post (com.sun.jersey.api.client.GenericType, java.lang.Object)
public abstract java.util.concurrent.Future post (com.sun.jersey.api.client.async.ITypeListener, java.lang.Object)
public abstract java.util.concurrent.Future delete ()
public abstract java.util.concurrent.Future delete (java.lang.Object)
public abstract java.util.concurrent.Future delete (java.lang.Class)
public abstract java.util.concurrent.Future delete (com.sun.jersey.api.client.GenericType)
public abstract java.util.concurrent.Future delete (com.sun.jersey.api.client.async.ITypeListener)
public abstract java.util.concurrent.Future delete (java.lang.Class, java.lang.Object)
public abstract java.util.concurrent.Future delete (com.sun.jersey.api.client.GenericType, java.lang.Object)
public abstract java.util.concurrent.Future delete (com.sun.jersey.api.client.async.ITypeListener, java.lang.Object)
public abstract java.util.concurrent.Future method (java.lang.String)
public abstract java.util.concurrent.Future method (java.lang.String, java.lang.Object)
public abstract java.util.concurrent.Future method (java.lang.String, java.lang.Class)
public abstract java.util.concurrent.Future method (java.lang.String, com.sun.jersey.api.client.GenericType)
public abstract java.util.concurrent.Future method (java.lang.String, com.sun.jersey.api.client.async.ITypeListener)
public abstract java.util.concurrent.Future method (java.lang.String, java.lang.Class, java.lang.Object)
public abstract java.util.concurrent.Future method (java.lang.String, com.sun.jersey.api.client.GenericType, java.lang.Object)
public abstract java.util.concurrent.Future method (java.lang.String, com.sun.jersey.api.client.async.ITypeListener, java.lang.Object)
}
com/sun/jersey/api/client/AsyncViewResource$1.classAsyncViewResource.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.AsyncViewResource$1 extends java.lang.Object implements java.util.concurrent.Callable {
final synthetic com.sun.jersey.api.client.ClientRequest val$request
final synthetic com.sun.jersey.api.client.AsyncViewResource this$0
void (com.sun.jersey.api.client.AsyncViewResource, com.sun.jersey.api.client.ClientRequest)
public java.lang.Object call () throws java.lang.Exception
}
com/sun/jersey/api/client/AsyncViewResource$2.classAsyncViewResource.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.AsyncViewResource$2 extends java.util.concurrent.FutureTask {
final synthetic com.sun.jersey.api.client.async.FutureListener val$l
final synthetic com.sun.jersey.api.client.AsyncViewResource this$0
void (com.sun.jersey.api.client.AsyncViewResource, java.util.concurrent.Callable, com.sun.jersey.api.client.async.FutureListener)
java.util.concurrent.Callable x0
protected void done ()
Throwable t
}
com/sun/jersey/api/client/AsyncViewResource$Builder.classAsyncViewResource.java
package com.sun.jersey.api.client
public final com.sun.jersey.api.client.AsyncViewResource$Builder extends com.sun.jersey.api.client.PartialRequestBuilder implements com.sun.jersey.api.client.AsyncViewUniformInterface {
final synthetic com.sun.jersey.api.client.AsyncViewResource this$0
private void (com.sun.jersey.api.client.AsyncViewResource)
private com.sun.jersey.api.client.ClientRequest build (java.lang.String)
String method
com.sun.jersey.api.client.ClientRequest ro
private com.sun.jersey.api.client.ClientRequest build (java.lang.String, java.lang.Object)
String method
Object e
com.sun.jersey.api.client.ClientRequest ro
public java.util.concurrent.Future head (java.lang.Class)
Class c
public java.util.concurrent.Future head (java.lang.Object)
Object t
public java.util.concurrent.Future options (java.lang.Class)
Class c
public java.util.concurrent.Future options (java.lang.Object)
Object t
public java.util.concurrent.Future get (java.lang.Class)
Class c
public java.util.concurrent.Future get (java.lang.Object)
Object t
public java.util.concurrent.Future put (java.lang.Class)
Class c
public java.util.concurrent.Future put (java.lang.Object)
Object t
public java.util.concurrent.Future put (java.lang.Class, java.lang.Object)
Class c
Object requestEntity
public java.util.concurrent.Future put (java.lang.Object, java.lang.Object)
Object t
Object requestEntity
public java.util.concurrent.Future post (java.lang.Class)
Class c
public java.util.concurrent.Future post (java.lang.Object)
Object t
public java.util.concurrent.Future post (java.lang.Class, java.lang.Object)
Class c
Object requestEntity
public java.util.concurrent.Future post (java.lang.Object, java.lang.Object)
Object t
Object requestEntity
public java.util.concurrent.Future delete (java.lang.Class)
Class c
public java.util.concurrent.Future delete (java.lang.Object)
Object t
public java.util.concurrent.Future delete (java.lang.Class, java.lang.Object)
Class c
Object requestEntity
public java.util.concurrent.Future delete (java.lang.Object, java.lang.Object)
Object t
Object requestEntity
public java.util.concurrent.Future method (java.lang.String, java.lang.Class)
String method
Class c
public java.util.concurrent.Future method (java.lang.String, java.lang.Object)
String method
Object t
public java.util.concurrent.Future method (java.lang.String, java.lang.Class, java.lang.Object)
String method
Class c
Object requestEntity
public java.util.concurrent.Future method (java.lang.String, java.lang.Object, java.lang.Object)
String method
Object t
Object requestEntity
synthetic void (com.sun.jersey.api.client.AsyncViewResource, com.sun.jersey.api.client.AsyncViewResource$1)
com.sun.jersey.api.client.AsyncViewResource x0
com.sun.jersey.api.client.AsyncViewResource$1 x1
}
com/sun/jersey/api/client/AsyncViewResource.classAsyncViewResource.java
package com.sun.jersey.api.client
public com.sun.jersey.api.client.AsyncViewResource extends com.sun.jersey.api.client.filter.Filterable implements com.sun.jersey.api.client.RequestBuilder com.sun.jersey.api.client.AsyncViewUniformInterface com.sun.jersey.api.client.async.AsyncClientHandler {
private static final java.util.logging.Logger LOGGER
private final com.sun.jersey.api.client.Client client
private final java.util.concurrent.ExecutorService executorService
private final java.net.URI u
protected void (com.sun.jersey.api.client.Client, java.net.URI)
com.sun.jersey.api.client.Client c
java.net.URI u
protected void (com.sun.jersey.api.client.AsyncViewResource, javax.ws.rs.core.UriBuilder)
com.sun.jersey.api.client.AsyncViewResource that
javax.ws.rs.core.UriBuilder ub
public java.net.URI getURI ()
public javax.ws.rs.core.UriBuilder getUriBuilder ()
public com.sun.jersey.api.client.AsyncViewResource$Builder getRequestBuilder ()
public java.lang.String toString ()
public int hashCode ()
public boolean equals (java.lang.Object)
com.sun.jersey.api.client.AsyncViewResource that
Object obj
public java.util.concurrent.Future head (java.lang.Class)
Class c
public java.util.concurrent.Future head (java.lang.Object)
Object t
public java.util.concurrent.Future options (java.lang.Class)
Class c
public java.util.concurrent.Future options (java.lang.Object)
Object t
public java.util.concurrent.Future get (java.lang.Class)
Class c
public java.util.concurrent.Future get (java.lang.Object)
Object t
public java.util.concurrent.Future put (java.lang.Class)
Class c
public java.util.concurrent.Future put (java.lang.Object)
Object t
public java.util.concurrent.Future put (java.lang.Class, java.lang.Object)
Class c
Object requestEntity
public java.util.concurrent.Future put (java.lang.Object, java.lang.Object)
Object t
Object requestEntity
public java.util.concurrent.Future post (java.lang.Class)
Class c
public java.util.concurrent.Future post (java.lang.Object)
Object t
public java.util.concurrent.Future post (java.lang.Class, java.lang.Object)
Class c
Object requestEntity
public java.util.concurrent.Future post (java.lang.Object, java.lang.Object)
Object t
Object requestEntity
public java.util.concurrent.Future delete (java.lang.Class)
Class c
public java.util.concurrent.Future delete (java.lang.Object)
Object t
public java.util.concurrent.Future delete (java.lang.Class, java.lang.Object)
Class c
Object requestEntity
public java.util.concurrent.Future delete (java.lang.Object, java.lang.Object)
Object t
Object requestEntity
public java.util.concurrent.Future method (java.lang.String, java.lang.Class)
String method
Class c
public java.util.concurrent.Future method (java.lang.String, java.lang.Object)
String method
Object t
public java.util.concurrent.Future method (java.lang.String, java.lang.Class, java.lang.Object)
String method
Class c
Object requestEntity
public java.util.concurrent.Future method (java.lang.String, java.lang.Object, java.lang.Object)
String method
Object t
Object requestEntity
public com.sun.jersey.api.client.AsyncViewResource$Builder entity (java.lang.Object)
Object entity
public com.sun.jersey.api.client.AsyncViewResource$Builder entity (java.lang.Object, javax.ws.rs.core.MediaType)
Object entity
javax.ws.rs.core.MediaType type
public com.sun.jersey.api.client.AsyncViewResource$Builder entity (java.lang.Object, java.lang.String)
Object entity
String type
public com.sun.jersey.api.client.AsyncViewResource$Builder type (javax.ws.rs.core.MediaType)
javax.ws.rs.core.MediaType type
public com.sun.jersey.api.client.AsyncViewResource$Builder type (java.lang.String)
String type
public transient com.sun.jersey.api.client.AsyncViewResource$Builder accept (javax.ws.rs.core.MediaType[])
javax.ws.rs.core.MediaType[] types
public transient com.sun.jersey.api.client.AsyncViewResource$Builder accept (java.lang.String[])
String[] types
public transient com.sun.jersey.api.client.AsyncViewResource$Builder acceptLanguage (java.util.Locale[])
java.util.Locale[] locales
public transient com.sun.jersey.api.client.AsyncViewResource$Builder acceptLanguage (java.lang.String[])
String[] locales
public com.sun.jersey.api.client.AsyncViewResource$Builder cookie (javax.ws.rs.core.Cookie)
javax.ws.rs.core.Cookie cookie
public com.sun.jersey.api.client.AsyncViewResource$Builder header (java.lang.String, java.lang.Object)
String name
Object value
public com.sun.jersey.api.client.AsyncViewResource path (java.lang.String)
String path
public com.sun.jersey.api.client.AsyncViewResource uri (java.net.URI)
java.net.URI uri
javax.ws.rs.core.UriBuilder b
String path
String query
public com.sun.jersey.api.client.AsyncViewResource queryParam (java.lang.String, java.lang.String)
String key
String value
javax.ws.rs.core.UriBuilder b
public com.sun.jersey.api.client.AsyncViewResource queryParams (javax.ws.rs.core.MultivaluedMap)
String value
java.util.Iterator i$
java.util.Map$Entry e
java.util.Iterator i$
javax.ws.rs.core.MultivaluedMap params
javax.ws.rs.core.UriBuilder b
private java.util.concurrent.Future handle (java.lang.Class, com.sun.jersey.api.client.ClientRequest)
Class c
com.sun.jersey.api.client.ClientRequest ro
private java.util.concurrent.Future handle (java.lang.Object, com.sun.jersey.api.client.ClientRequest)
Object t
com.sun.jersey.api.client.ClientRequest ro
public java.util.concurrent.Future handle (com.sun.jersey.api.client.ClientRequest, com.sun.jersey.api.client.async.FutureListener)
com.sun.jersey.api.client.ClientRequest request
com.sun.jersey.api.client.async.FutureListener l
java.util.concurrent.Callable c
java.util.concurrent.FutureTask ft
public volatile synthetic com.sun.jersey.api.client.RequestBuilder header (java.lang.String, java.lang.Object)
String x0
Object x1
public volatile synthetic com.sun.jersey.api.client.RequestBuilder cookie (javax.ws.rs.core.Cookie)
javax.ws.rs.core.Cookie x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder acceptLanguage (java.lang.String[])
String[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder acceptLanguage (java.util.Locale[])
java.util.Locale[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder accept (java.lang.String[])
String[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder accept (javax.ws.rs.core.MediaType[])
javax.ws.rs.core.MediaType[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder type (java.lang.String)
String x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder type (javax.ws.rs.core.MediaType)
javax.ws.rs.core.MediaType x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object, java.lang.String)
Object x0
String x1
public volatile synthetic com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object, javax.ws.rs.core.MediaType)
Object x0
javax.ws.rs.core.MediaType x1
public volatile synthetic com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object)
Object x0
static synthetic java.net.URI access$100 (com.sun.jersey.api.client.AsyncViewResource)
com.sun.jersey.api.client.AsyncViewResource x0
static synthetic java.util.concurrent.Future access$200 (com.sun.jersey.api.client.AsyncViewResource, java.lang.Class, com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.AsyncViewResource x0
Class x1
com.sun.jersey.api.client.ClientRequest x2
static synthetic java.util.concurrent.Future access$300 (com.sun.jersey.api.client.AsyncViewResource, java.lang.Object, com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.AsyncViewResource x0
Object x1
com.sun.jersey.api.client.ClientRequest x2
static synthetic java.util.logging.Logger access$400 ()
static void ()
}
com/sun/jersey/api/client/AsyncViewUniformInterface.classAsyncViewUniformInterface.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.AsyncViewUniformInterface extends java.lang.Object {
public abstract java.util.concurrent.Future head (java.lang.Class)
public abstract java.util.concurrent.Future head (java.lang.Object)
public abstract java.util.concurrent.Future options (java.lang.Class)
public abstract java.util.concurrent.Future options (java.lang.Object)
public abstract java.util.concurrent.Future get (java.lang.Class)
public abstract java.util.concurrent.Future get (java.lang.Object)
public abstract java.util.concurrent.Future put (java.lang.Class)
public abstract java.util.concurrent.Future put (java.lang.Object)
public abstract java.util.concurrent.Future put (java.lang.Class, java.lang.Object)
public abstract java.util.concurrent.Future put (java.lang.Object, java.lang.Object)
public abstract java.util.concurrent.Future post (java.lang.Class)
public abstract java.util.concurrent.Future post (java.lang.Object)
public abstract java.util.concurrent.Future post (java.lang.Class, java.lang.Object)
public abstract java.util.concurrent.Future post (java.lang.Object, java.lang.Object)
public abstract java.util.concurrent.Future delete (java.lang.Class)
public abstract java.util.concurrent.Future delete (java.lang.Object)
public abstract java.util.concurrent.Future delete (java.lang.Class, java.lang.Object)
public abstract java.util.concurrent.Future delete (java.lang.Object, java.lang.Object)
public abstract java.util.concurrent.Future method (java.lang.String, java.lang.Class)
public abstract java.util.concurrent.Future method (java.lang.String, java.lang.Object)
public abstract java.util.concurrent.Future method (java.lang.String, java.lang.Class, java.lang.Object)
public abstract java.util.concurrent.Future method (java.lang.String, java.lang.Object, java.lang.Object)
}
com/sun/jersey/api/client/AsyncWebResource$1.classAsyncWebResource.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.AsyncWebResource$1 extends com.sun.jersey.client.impl.async.FutureClientResponseListener {
final synthetic Class val$c
final synthetic com.sun.jersey.api.client.ClientRequest val$request
final synthetic com.sun.jersey.api.client.AsyncWebResource this$0
void (com.sun.jersey.api.client.AsyncWebResource, java.lang.Class, com.sun.jersey.api.client.ClientRequest)
protected java.lang.Object get (com.sun.jersey.api.client.ClientResponse)
com.sun.jersey.api.client.ClientResponse response
}
com/sun/jersey/api/client/AsyncWebResource$2.classAsyncWebResource.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.AsyncWebResource$2 extends com.sun.jersey.client.impl.async.FutureClientResponseListener {
final synthetic com.sun.jersey.api.client.GenericType val$gt
final synthetic com.sun.jersey.api.client.ClientRequest val$request
final synthetic com.sun.jersey.api.client.AsyncWebResource this$0
void (com.sun.jersey.api.client.AsyncWebResource, com.sun.jersey.api.client.GenericType, com.sun.jersey.api.client.ClientRequest)
protected java.lang.Object get (com.sun.jersey.api.client.ClientResponse)
com.sun.jersey.api.client.ClientResponse response
}
com/sun/jersey/api/client/AsyncWebResource$3.classAsyncWebResource.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.AsyncWebResource$3 extends com.sun.jersey.client.impl.async.FutureClientResponseListener {
final synthetic com.sun.jersey.api.client.async.ITypeListener val$l
final synthetic com.sun.jersey.api.client.ClientRequest val$request
final synthetic com.sun.jersey.api.client.AsyncWebResource this$0
void (com.sun.jersey.api.client.AsyncWebResource, com.sun.jersey.api.client.async.ITypeListener, com.sun.jersey.api.client.ClientRequest)
protected void done ()
Throwable t
protected java.lang.Object get (com.sun.jersey.api.client.ClientResponse)
com.sun.jersey.api.client.ClientResponse response
}
com/sun/jersey/api/client/AsyncWebResource$4.classAsyncWebResource.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.AsyncWebResource$4 extends com.sun.jersey.client.impl.async.FutureClientResponseListener {
final synthetic com.sun.jersey.api.client.ClientRequest val$request
final synthetic com.sun.jersey.api.client.AsyncWebResource this$0
void (com.sun.jersey.api.client.AsyncWebResource, com.sun.jersey.api.client.ClientRequest)
protected java.lang.Object get (com.sun.jersey.api.client.ClientResponse)
com.sun.jersey.api.client.ClientResponse response
}
com/sun/jersey/api/client/AsyncWebResource$5.classAsyncWebResource.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.AsyncWebResource$5 extends java.lang.Object implements java.util.concurrent.Callable {
final synthetic com.sun.jersey.api.client.ClientRequest val$request
final synthetic com.sun.jersey.api.client.AsyncWebResource this$0
void (com.sun.jersey.api.client.AsyncWebResource, com.sun.jersey.api.client.ClientRequest)
public com.sun.jersey.api.client.ClientResponse call () throws java.lang.Exception
public volatile synthetic java.lang.Object call () throws java.lang.Exception
}
com/sun/jersey/api/client/AsyncWebResource$6.classAsyncWebResource.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.AsyncWebResource$6 extends java.util.concurrent.FutureTask {
final synthetic com.sun.jersey.api.client.async.FutureListener val$l
final synthetic com.sun.jersey.api.client.AsyncWebResource this$0
void (com.sun.jersey.api.client.AsyncWebResource, java.util.concurrent.Callable, com.sun.jersey.api.client.async.FutureListener)
java.util.concurrent.Callable x0
protected void done ()
Throwable t
}
com/sun/jersey/api/client/AsyncWebResource$Builder.classAsyncWebResource.java
package com.sun.jersey.api.client
public final com.sun.jersey.api.client.AsyncWebResource$Builder extends com.sun.jersey.api.client.PartialRequestBuilder implements com.sun.jersey.api.client.AsyncUniformInterface {
final synthetic com.sun.jersey.api.client.AsyncWebResource this$0
private void (com.sun.jersey.api.client.AsyncWebResource)
private com.sun.jersey.api.client.ClientRequest build (java.lang.String)
String method
com.sun.jersey.api.client.ClientRequest ro
private com.sun.jersey.api.client.ClientRequest build (java.lang.String, java.lang.Object)
String method
Object e
com.sun.jersey.api.client.ClientRequest ro
public java.util.concurrent.Future head ()
public java.util.concurrent.Future head (com.sun.jersey.api.client.async.ITypeListener)
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future options (java.lang.Class)
Class c
public java.util.concurrent.Future options (com.sun.jersey.api.client.GenericType)
com.sun.jersey.api.client.GenericType gt
public java.util.concurrent.Future options (com.sun.jersey.api.client.async.ITypeListener)
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future get (java.lang.Class)
Class c
public java.util.concurrent.Future get (com.sun.jersey.api.client.GenericType)
com.sun.jersey.api.client.GenericType gt
public java.util.concurrent.Future get (com.sun.jersey.api.client.async.ITypeListener)
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future put () throws com.sun.jersey.api.client.UniformInterfaceException
public java.util.concurrent.Future put (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Object requestEntity
public java.util.concurrent.Future put (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.util.concurrent.Future put (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.util.concurrent.Future put (com.sun.jersey.api.client.async.ITypeListener)
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future put (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
Object requestEntity
public java.util.concurrent.Future put (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public java.util.concurrent.Future put (com.sun.jersey.api.client.async.ITypeListener, java.lang.Object)
com.sun.jersey.api.client.async.ITypeListener l
Object requestEntity
public java.util.concurrent.Future post () throws com.sun.jersey.api.client.UniformInterfaceException
public java.util.concurrent.Future post (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Object requestEntity
public java.util.concurrent.Future post (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.util.concurrent.Future post (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.util.concurrent.Future post (com.sun.jersey.api.client.async.ITypeListener)
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future post (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
Object requestEntity
public java.util.concurrent.Future post (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public java.util.concurrent.Future post (com.sun.jersey.api.client.async.ITypeListener, java.lang.Object)
com.sun.jersey.api.client.async.ITypeListener l
Object requestEntity
public java.util.concurrent.Future delete () throws com.sun.jersey.api.client.UniformInterfaceException
public java.util.concurrent.Future delete (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Object requestEntity
public java.util.concurrent.Future delete (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.util.concurrent.Future delete (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.util.concurrent.Future delete (com.sun.jersey.api.client.async.ITypeListener)
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future delete (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
Object requestEntity
public java.util.concurrent.Future delete (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public java.util.concurrent.Future delete (com.sun.jersey.api.client.async.ITypeListener, java.lang.Object)
com.sun.jersey.api.client.async.ITypeListener l
Object requestEntity
public java.util.concurrent.Future method (java.lang.String) throws com.sun.jersey.api.client.UniformInterfaceException
String method
public java.util.concurrent.Future method (java.lang.String, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
String method
Object requestEntity
public java.util.concurrent.Future method (java.lang.String, java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
String method
Class c
public java.util.concurrent.Future method (java.lang.String, com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
String method
com.sun.jersey.api.client.GenericType gt
public java.util.concurrent.Future method (java.lang.String, com.sun.jersey.api.client.async.ITypeListener)
String method
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future method (java.lang.String, java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
String method
Class c
Object requestEntity
public java.util.concurrent.Future method (java.lang.String, com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
String method
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public java.util.concurrent.Future method (java.lang.String, com.sun.jersey.api.client.async.ITypeListener, java.lang.Object)
String method
com.sun.jersey.api.client.async.ITypeListener l
Object requestEntity
synthetic void (com.sun.jersey.api.client.AsyncWebResource, com.sun.jersey.api.client.AsyncWebResource$1)
com.sun.jersey.api.client.AsyncWebResource x0
com.sun.jersey.api.client.AsyncWebResource$1 x1
}
com/sun/jersey/api/client/AsyncWebResource.classAsyncWebResource.java
package com.sun.jersey.api.client
public com.sun.jersey.api.client.AsyncWebResource extends com.sun.jersey.api.client.filter.Filterable implements com.sun.jersey.api.client.async.AsyncClientHandler com.sun.jersey.api.client.RequestBuilder com.sun.jersey.api.client.AsyncUniformInterface {
private static final java.util.logging.Logger LOGGER
private final java.util.concurrent.ExecutorService executorService
private final java.net.URI u
private com.sun.jersey.client.impl.CopyOnWriteHashMap properties
protected void (com.sun.jersey.api.client.Client, com.sun.jersey.client.impl.CopyOnWriteHashMap, java.net.URI)
com.sun.jersey.api.client.Client c
com.sun.jersey.client.impl.CopyOnWriteHashMap properties
java.net.URI u
protected void (com.sun.jersey.api.client.AsyncWebResource, javax.ws.rs.core.UriBuilder)
com.sun.jersey.api.client.AsyncWebResource that
javax.ws.rs.core.UriBuilder ub
public java.net.URI getURI ()
public javax.ws.rs.core.UriBuilder getBuilder ()
public javax.ws.rs.core.UriBuilder getUriBuilder ()
public com.sun.jersey.api.client.AsyncWebResource$Builder getRequestBuilder ()
public java.lang.String toString ()
public int hashCode ()
public boolean equals (java.lang.Object)
com.sun.jersey.api.client.AsyncWebResource that
Object obj
public java.util.concurrent.Future head ()
public java.util.concurrent.Future head (com.sun.jersey.api.client.async.ITypeListener)
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future options (java.lang.Class)
Class c
public java.util.concurrent.Future options (com.sun.jersey.api.client.GenericType)
com.sun.jersey.api.client.GenericType gt
public java.util.concurrent.Future options (com.sun.jersey.api.client.async.ITypeListener)
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future get (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.util.concurrent.Future get (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.util.concurrent.Future get (com.sun.jersey.api.client.async.ITypeListener)
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future put () throws com.sun.jersey.api.client.UniformInterfaceException
public java.util.concurrent.Future put (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Object requestEntity
public java.util.concurrent.Future put (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.util.concurrent.Future put (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.util.concurrent.Future put (com.sun.jersey.api.client.async.ITypeListener)
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future put (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
Object requestEntity
public java.util.concurrent.Future put (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public java.util.concurrent.Future put (com.sun.jersey.api.client.async.ITypeListener, java.lang.Object)
com.sun.jersey.api.client.async.ITypeListener l
Object requestEntity
public java.util.concurrent.Future post () throws com.sun.jersey.api.client.UniformInterfaceException
public java.util.concurrent.Future post (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Object requestEntity
public java.util.concurrent.Future post (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.util.concurrent.Future post (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.util.concurrent.Future post (com.sun.jersey.api.client.async.ITypeListener)
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future post (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
Object requestEntity
public java.util.concurrent.Future post (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public java.util.concurrent.Future post (com.sun.jersey.api.client.async.ITypeListener, java.lang.Object)
com.sun.jersey.api.client.async.ITypeListener l
Object requestEntity
public java.util.concurrent.Future delete () throws com.sun.jersey.api.client.UniformInterfaceException
public java.util.concurrent.Future delete (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Object requestEntity
public java.util.concurrent.Future delete (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.util.concurrent.Future delete (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.util.concurrent.Future delete (com.sun.jersey.api.client.async.ITypeListener)
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future delete (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
Object requestEntity
public java.util.concurrent.Future delete (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public java.util.concurrent.Future delete (com.sun.jersey.api.client.async.ITypeListener, java.lang.Object)
com.sun.jersey.api.client.async.ITypeListener l
Object requestEntity
public java.util.concurrent.Future method (java.lang.String) throws com.sun.jersey.api.client.UniformInterfaceException
String method
public java.util.concurrent.Future method (java.lang.String, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
String method
Object requestEntity
public java.util.concurrent.Future method (java.lang.String, java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
String method
Class c
public java.util.concurrent.Future method (java.lang.String, com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
String method
com.sun.jersey.api.client.GenericType gt
public java.util.concurrent.Future method (java.lang.String, com.sun.jersey.api.client.async.ITypeListener)
String method
com.sun.jersey.api.client.async.ITypeListener l
public java.util.concurrent.Future method (java.lang.String, java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
String method
Class c
Object requestEntity
public java.util.concurrent.Future method (java.lang.String, com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
String method
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public java.util.concurrent.Future method (java.lang.String, com.sun.jersey.api.client.async.ITypeListener, java.lang.Object)
String method
com.sun.jersey.api.client.async.ITypeListener l
Object requestEntity
public com.sun.jersey.api.client.AsyncWebResource$Builder entity (java.lang.Object)
Object entity
public com.sun.jersey.api.client.AsyncWebResource$Builder entity (java.lang.Object, javax.ws.rs.core.MediaType)
Object entity
javax.ws.rs.core.MediaType type
public com.sun.jersey.api.client.AsyncWebResource$Builder entity (java.lang.Object, java.lang.String)
Object entity
String type
public com.sun.jersey.api.client.AsyncWebResource$Builder type (javax.ws.rs.core.MediaType)
javax.ws.rs.core.MediaType type
public com.sun.jersey.api.client.AsyncWebResource$Builder type (java.lang.String)
String type
public transient com.sun.jersey.api.client.AsyncWebResource$Builder accept (javax.ws.rs.core.MediaType[])
javax.ws.rs.core.MediaType[] types
public transient com.sun.jersey.api.client.AsyncWebResource$Builder accept (java.lang.String[])
String[] types
public transient com.sun.jersey.api.client.AsyncWebResource$Builder acceptLanguage (java.util.Locale[])
java.util.Locale[] locales
public transient com.sun.jersey.api.client.AsyncWebResource$Builder acceptLanguage (java.lang.String[])
String[] locales
public com.sun.jersey.api.client.AsyncWebResource$Builder cookie (javax.ws.rs.core.Cookie)
javax.ws.rs.core.Cookie cookie
public com.sun.jersey.api.client.AsyncWebResource$Builder header (java.lang.String, java.lang.Object)
String name
Object value
public com.sun.jersey.api.client.AsyncWebResource path (java.lang.String)
String path
public com.sun.jersey.api.client.AsyncWebResource uri (java.net.URI)
java.net.URI uri
javax.ws.rs.core.UriBuilder b
String path
String query
public com.sun.jersey.api.client.AsyncWebResource queryParam (java.lang.String, java.lang.String)
String key
String value
javax.ws.rs.core.UriBuilder b
public com.sun.jersey.api.client.AsyncWebResource queryParams (javax.ws.rs.core.MultivaluedMap)
String value
java.util.Iterator i$
java.util.Map$Entry e
java.util.Iterator i$
javax.ws.rs.core.MultivaluedMap params
javax.ws.rs.core.UriBuilder b
public void setProperty (java.lang.String, java.lang.Object)
String property
Object value
public java.util.Map getProperties ()
private void setProperties (com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.ClientRequest ro
private java.util.concurrent.Future handle (java.lang.Class, com.sun.jersey.api.client.ClientRequest)
Class c
com.sun.jersey.api.client.ClientRequest request
com.sun.jersey.client.impl.async.FutureClientResponseListener ftw
private java.util.concurrent.Future handle (com.sun.jersey.api.client.GenericType, com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.GenericType gt
com.sun.jersey.api.client.ClientRequest request
com.sun.jersey.client.impl.async.FutureClientResponseListener ftw
private java.util.concurrent.Future handle (com.sun.jersey.api.client.async.ITypeListener, com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.async.ITypeListener l
com.sun.jersey.api.client.ClientRequest request
com.sun.jersey.client.impl.async.FutureClientResponseListener ftw
private java.util.concurrent.Future voidHandle (com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.ClientRequest request
com.sun.jersey.client.impl.async.FutureClientResponseListener ftw
public java.util.concurrent.Future handle (com.sun.jersey.api.client.ClientRequest, com.sun.jersey.api.client.async.FutureListener)
com.sun.jersey.api.client.ClientRequest request
com.sun.jersey.api.client.async.FutureListener l
java.util.concurrent.Callable c
java.util.concurrent.FutureTask ft
public volatile synthetic com.sun.jersey.api.client.RequestBuilder header (java.lang.String, java.lang.Object)
String x0
Object x1
public volatile synthetic com.sun.jersey.api.client.RequestBuilder cookie (javax.ws.rs.core.Cookie)
javax.ws.rs.core.Cookie x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder acceptLanguage (java.lang.String[])
String[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder acceptLanguage (java.util.Locale[])
java.util.Locale[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder accept (java.lang.String[])
String[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder accept (javax.ws.rs.core.MediaType[])
javax.ws.rs.core.MediaType[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder type (java.lang.String)
String x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder type (javax.ws.rs.core.MediaType)
javax.ws.rs.core.MediaType x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object, java.lang.String)
Object x0
String x1
public volatile synthetic com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object, javax.ws.rs.core.MediaType)
Object x0
javax.ws.rs.core.MediaType x1
public volatile synthetic com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object)
Object x0
static synthetic java.net.URI access$100 (com.sun.jersey.api.client.AsyncWebResource)
com.sun.jersey.api.client.AsyncWebResource x0
static synthetic java.util.concurrent.Future access$200 (com.sun.jersey.api.client.AsyncWebResource, java.lang.Class, com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.AsyncWebResource x0
Class x1
com.sun.jersey.api.client.ClientRequest x2
static synthetic java.util.concurrent.Future access$300 (com.sun.jersey.api.client.AsyncWebResource, com.sun.jersey.api.client.async.ITypeListener, com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.AsyncWebResource x0
com.sun.jersey.api.client.async.ITypeListener x1
com.sun.jersey.api.client.ClientRequest x2
static synthetic java.util.concurrent.Future access$400 (com.sun.jersey.api.client.AsyncWebResource, com.sun.jersey.api.client.GenericType, com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.AsyncWebResource x0
com.sun.jersey.api.client.GenericType x1
com.sun.jersey.api.client.ClientRequest x2
static synthetic java.util.concurrent.Future access$500 (com.sun.jersey.api.client.AsyncWebResource, com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.AsyncWebResource x0
com.sun.jersey.api.client.ClientRequest x1
static synthetic java.util.logging.Logger access$600 ()
static void ()
}
com/sun/jersey/api/client/Client$1.classClient.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.Client$1 extends java.lang.Object implements com.sun.jersey.spi.inject.Errors$Closure {
final synthetic com.sun.jersey.api.client.ClientHandler val$root
final synthetic com.sun.jersey.api.client.config.ClientConfig val$config
final synthetic com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory val$provider
final synthetic com.sun.jersey.api.client.Client this$0
void (com.sun.jersey.api.client.Client, com.sun.jersey.api.client.ClientHandler, com.sun.jersey.api.client.config.ClientConfig, com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory)
public java.lang.Void f ()
public volatile synthetic java.lang.Object f ()
}
com/sun/jersey/api/client/Client$2.classClient.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.Client$2 extends com.sun.jersey.core.util.LazyVal {
final synthetic Object val$threadpoolSize
final synthetic com.sun.jersey.api.client.Client this$0
void (com.sun.jersey.api.client.Client, java.lang.Object)
protected java.util.concurrent.ExecutorService instance ()
protected volatile synthetic java.lang.Object instance ()
}
com/sun/jersey/api/client/Client$3.classClient.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.Client$3 extends java.lang.Object implements javax.ws.rs.ext.Providers {
final synthetic com.sun.jersey.core.spi.factory.MessageBodyFactory val$bodyContext
final synthetic com.sun.jersey.core.spi.factory.ContextResolverFactory val$crf
final synthetic com.sun.jersey.api.client.Client this$0
void (com.sun.jersey.api.client.Client, com.sun.jersey.core.spi.factory.MessageBodyFactory, com.sun.jersey.core.spi.factory.ContextResolverFactory)
public javax.ws.rs.ext.MessageBodyReader getMessageBodyReader (java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)
Class c
java.lang.reflect.Type t
java.lang.annotation.Annotation[] as
javax.ws.rs.core.MediaType m
public javax.ws.rs.ext.MessageBodyWriter getMessageBodyWriter (java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)
Class c
java.lang.reflect.Type t
java.lang.annotation.Annotation[] as
javax.ws.rs.core.MediaType m
public javax.ws.rs.ext.ExceptionMapper getExceptionMapper (java.lang.Class)
Class c
public javax.ws.rs.ext.ContextResolver getContextResolver (java.lang.Class, javax.ws.rs.core.MediaType)
Class ct
javax.ws.rs.core.MediaType m
}
com/sun/jersey/api/client/Client$4$1.classClient.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.Client$4$1 extends java.lang.Object implements com.sun.jersey.spi.inject.Injectable {
final synthetic com.sun.jersey.spi.inject.Injectable val$i
final synthetic com.sun.jersey.api.client.Client$4 this$1
void (com.sun.jersey.api.client.Client$4, com.sun.jersey.spi.inject.Injectable)
public com.sun.jersey.spi.inject.Injectable getValue ()
public volatile synthetic java.lang.Object getValue ()
}
com/sun/jersey/api/client/Client$4.classClient.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.Client$4 extends java.lang.Object implements com.sun.jersey.spi.inject.InjectableProvider {
final synthetic com.sun.jersey.core.spi.factory.InjectableProviderFactory val$injectableFactory
final synthetic com.sun.jersey.api.client.Client this$0
void (com.sun.jersey.api.client.Client, com.sun.jersey.core.spi.factory.InjectableProviderFactory)
public com.sun.jersey.core.spi.component.ComponentScope getScope ()
public com.sun.jersey.spi.inject.Injectable getInjectable (com.sun.jersey.core.spi.component.ComponentContext, javax.ws.rs.core.Context, java.lang.reflect.Type)
com.sun.jersey.spi.inject.Injectable i
java.lang.reflect.ParameterizedType pt
com.sun.jersey.core.spi.component.ComponentContext ic
javax.ws.rs.core.Context a
java.lang.reflect.Type c
public volatile synthetic com.sun.jersey.spi.inject.Injectable getInjectable (com.sun.jersey.core.spi.component.ComponentContext, java.lang.annotation.Annotation, java.lang.Object)
com.sun.jersey.core.spi.component.ComponentContext x0
java.lang.annotation.Annotation x1
Object x2
}
com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl$1.classClient.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.Client$ComponentProcessorFactoryImpl$1 extends java.lang.Object implements com.sun.jersey.core.spi.component.ioc.IoCComponentProcessor {
final synthetic com.sun.jersey.core.spi.component.ComponentInjector val$ci
final synthetic com.sun.jersey.api.client.Client$ComponentProcessorFactoryImpl this$1
void (com.sun.jersey.api.client.Client$ComponentProcessorFactoryImpl, com.sun.jersey.core.spi.component.ComponentInjector)
public void preConstruct ()
public void postConstruct (java.lang.Object)
Object o
}
com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl.classClient.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.Client$ComponentProcessorFactoryImpl extends java.lang.Object implements com.sun.jersey.core.spi.component.ioc.IoCComponentProcessorFactory {
private final com.sun.jersey.core.spi.factory.InjectableProviderFactory injectableFactory
final synthetic com.sun.jersey.api.client.Client this$0
void (com.sun.jersey.api.client.Client, com.sun.jersey.core.spi.factory.InjectableProviderFactory)
com.sun.jersey.core.spi.factory.InjectableProviderFactory injectableFactory
public com.sun.jersey.core.spi.component.ComponentScope getScope (java.lang.Class)
Class c
public com.sun.jersey.core.spi.component.ioc.IoCComponentProcessor get (java.lang.Class, com.sun.jersey.core.spi.component.ComponentScope)
Class c
com.sun.jersey.core.spi.component.ComponentScope scope
com.sun.jersey.core.spi.component.ComponentInjector ci
}
com/sun/jersey/api/client/Client$ContextInjectableProvider.classClient.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.Client$ContextInjectableProvider extends com.sun.jersey.spi.inject.SingletonTypeInjectableProvider {
void (java.lang.reflect.Type, java.lang.Object)
java.lang.reflect.Type type
Object instance
}
com/sun/jersey/api/client/Client.classClient.java
package com.sun.jersey.api.client
public com.sun.jersey.api.client.Client extends com.sun.jersey.api.client.filter.Filterable implements com.sun.jersey.api.client.ClientHandler {
private static final java.util.logging.Logger LOGGER
private com.sun.jersey.core.spi.component.ProviderFactory componentProviderFactory
private javax.ws.rs.ext.Providers providers
private boolean destroyed
private com.sun.jersey.core.util.LazyVal executorService
private com.sun.jersey.client.impl.CopyOnWriteHashMap properties
private java.util.Set vpps
private com.sun.jersey.core.spi.factory.MessageBodyFactory workers
public void ()
public void (com.sun.jersey.api.client.ClientHandler)
com.sun.jersey.api.client.ClientHandler root
public void (com.sun.jersey.api.client.ClientHandler, com.sun.jersey.api.client.config.ClientConfig)
com.sun.jersey.api.client.ClientHandler root
com.sun.jersey.api.client.config.ClientConfig config
public void (com.sun.jersey.api.client.ClientHandler, com.sun.jersey.api.client.config.ClientConfig, com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory)
com.sun.jersey.api.client.ClientHandler root
com.sun.jersey.api.client.config.ClientConfig config
com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory provider
private void init (com.sun.jersey.api.client.ClientHandler, com.sun.jersey.api.client.config.ClientConfig, com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory)
Class c
Class[] arr$
int len$
int i$
StringBuilder b
com.sun.jersey.core.spi.component.ioc.IoCComponentProcessorFactoryInitializer i
com.sun.jersey.api.client.ClientHandler root
com.sun.jersey.api.client.config.ClientConfig config
com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory provider
Object threadpoolSize
Class[] components
com.sun.jersey.core.spi.factory.InjectableProviderFactory injectableFactory
com.sun.jersey.core.spi.component.ProviderServices providerServices
com.sun.jersey.core.spi.factory.ContextResolverFactory crf
com.sun.jersey.core.spi.factory.MessageBodyFactory bodyContext
public void destroy ()
protected void finalize () throws java.lang.Throwable
public javax.ws.rs.ext.Providers getProviders ()
public com.sun.jersey.spi.MessageBodyWorkers getMessageBodyWorkers ()
public com.sun.jersey.api.client.WebResource resource (java.lang.String)
String u
public com.sun.jersey.api.client.WebResource resource (java.net.URI)
java.net.URI u
public com.sun.jersey.api.client.AsyncWebResource asyncResource (java.lang.String)
String u
public com.sun.jersey.api.client.AsyncWebResource asyncResource (java.net.URI)
java.net.URI u
public com.sun.jersey.api.client.ViewResource viewResource (java.lang.String)
String u
public com.sun.jersey.api.client.ViewResource viewResource (java.net.URI)
java.net.URI u
public com.sun.jersey.api.client.AsyncViewResource asyncViewResource (java.lang.String)
String u
public com.sun.jersey.api.client.AsyncViewResource asyncViewResource (java.net.URI)
java.net.URI u
public java.lang.Object view (java.lang.String, java.lang.Class)
String u
Class type
com.sun.jersey.api.client.ViewResource vr
public java.lang.Object view (java.net.URI, java.lang.Class)
java.net.URI uri
Class type
com.sun.jersey.api.client.ViewResource vr
public java.lang.Object view (java.lang.String, java.lang.Object)
String u
Object t
com.sun.jersey.api.client.ViewResource vr
public java.lang.Object view (java.net.URI, java.lang.Object)
java.net.URI uri
Object t
com.sun.jersey.api.client.ViewResource vr
public java.util.concurrent.Future asyncView (java.lang.String, java.lang.Class)
String u
Class type
com.sun.jersey.api.client.AsyncViewResource vr
public java.util.concurrent.Future asyncView (java.net.URI, java.lang.Class)
java.net.URI uri
Class type
com.sun.jersey.api.client.AsyncViewResource vr
public java.util.concurrent.Future asyncView (java.lang.String, java.lang.Object)
String u
Object t
com.sun.jersey.api.client.AsyncViewResource vr
public java.util.concurrent.Future asyncView (java.net.URI, java.lang.Object)
java.net.URI uri
Object t
com.sun.jersey.api.client.AsyncViewResource vr
public java.lang.Object view (java.lang.Class, com.sun.jersey.api.client.ClientResponse)
Class c
com.sun.jersey.api.client.ClientResponse response
public java.lang.Object view (java.lang.Object, com.sun.jersey.api.client.ClientResponse)
Object t
com.sun.jersey.api.client.ClientResponse response
public com.sun.jersey.client.proxy.ViewProxy getViewProxy (java.lang.Class)
com.sun.jersey.client.proxy.ViewProxy vp
com.sun.jersey.client.proxy.ViewProxyProvider vpp
java.util.Iterator i$
Class c
public void setExecutorService (java.util.concurrent.ExecutorService)
java.util.concurrent.ExecutorService es
public java.util.concurrent.ExecutorService getExecutorService ()
public java.util.Map getProperties ()
public void setFollowRedirects (java.lang.Boolean)
Boolean redirect
public void setReadTimeout (java.lang.Integer)
Integer interval
public void setConnectTimeout (java.lang.Integer)
Integer interval
public void setChunkedEncodingSize (java.lang.Integer)
Integer chunkSize
public com.sun.jersey.api.client.ClientResponse handle (com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.ClientHandlerException
com.sun.jersey.api.client.ClientRequest request
com.sun.jersey.api.client.ClientResponse response
public void inject (java.lang.Object)
Object o
public static com.sun.jersey.api.client.Client create ()
public static com.sun.jersey.api.client.Client create (com.sun.jersey.api.client.config.ClientConfig)
com.sun.jersey.api.client.config.ClientConfig cc
public static com.sun.jersey.api.client.Client create (com.sun.jersey.api.client.config.ClientConfig, com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory)
com.sun.jersey.api.client.config.ClientConfig cc
com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory provider
private static com.sun.jersey.api.client.ClientHandler createDefaultClientHander ()
static synthetic void access$000 (com.sun.jersey.api.client.Client, com.sun.jersey.api.client.ClientHandler, com.sun.jersey.api.client.config.ClientConfig, com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory)
com.sun.jersey.api.client.Client x0
com.sun.jersey.api.client.ClientHandler x1
com.sun.jersey.api.client.config.ClientConfig x2
com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory x3
static void ()
}
com/sun/jersey/api/client/ClientHandler.classClientHandler.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.ClientHandler extends java.lang.Object {
public abstract com.sun.jersey.api.client.ClientResponse handle (com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.ClientHandlerException
}
com/sun/jersey/api/client/ClientHandlerException.classClientHandlerException.java
package com.sun.jersey.api.client
public com.sun.jersey.api.client.ClientHandlerException extends java.lang.RuntimeException {
public void ()
public void (java.lang.String)
String message
public void (java.lang.String, java.lang.Throwable)
String message
Throwable cause
public void (java.lang.Throwable)
Throwable cause
}
com/sun/jersey/api/client/ClientRequest$Builder.classClientRequest.java
package com.sun.jersey.api.client
public final com.sun.jersey.api.client.ClientRequest$Builder extends com.sun.jersey.api.client.PartialRequestBuilder {
public void ()
public com.sun.jersey.api.client.ClientRequest build (java.net.URI, java.lang.String)
java.net.URI uri
String method
com.sun.jersey.api.client.ClientRequest ro
}
com/sun/jersey/api/client/ClientRequest.classClientRequest.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.ClientRequest extends java.lang.Object {
private static final javax.ws.rs.ext.RuntimeDelegate rd
public void ()
public abstract java.util.Map getProperties ()
public abstract void setProperties (java.util.Map)
public boolean getPropertyAsFeature (java.lang.String)
String name
public boolean getPropertyAsFeature (java.lang.String, boolean)
String name
boolean defaultValue
Boolean v
public abstract java.net.URI getURI ()
public abstract void setURI (java.net.URI)
public abstract java.lang.String getMethod ()
public abstract void setMethod (java.lang.String)
public abstract java.lang.Object getEntity ()
public abstract void setEntity (java.lang.Object)
public abstract javax.ws.rs.core.MultivaluedMap getMetadata ()
public abstract javax.ws.rs.core.MultivaluedMap getHeaders ()
public abstract com.sun.jersey.api.client.ClientRequestAdapter getAdapter ()
public abstract void setAdapter (com.sun.jersey.api.client.ClientRequestAdapter)
public abstract com.sun.jersey.api.client.ClientRequest clone ()
public static final com.sun.jersey.api.client.ClientRequest$Builder create ()
public static java.lang.String getHeaderValue (java.lang.Object)
Object headerValue
javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate hp
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
static void ()
}
com/sun/jersey/api/client/ClientRequestAdapter.classClientRequestAdapter.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.ClientRequestAdapter extends java.lang.Object {
public abstract java.io.OutputStream adapt (com.sun.jersey.api.client.ClientRequest, java.io.OutputStream) throws java.io.IOException
}
com/sun/jersey/api/client/ClientResponse$Status.classClientResponse.java
package com.sun.jersey.api.client
public final enum com.sun.jersey.api.client.ClientResponse$Status extends java.lang.Enum implements javax.ws.rs.core.Response$StatusType {
public static final enum com.sun.jersey.api.client.ClientResponse$Status OK
public static final enum com.sun.jersey.api.client.ClientResponse$Status CREATED
public static final enum com.sun.jersey.api.client.ClientResponse$Status ACCEPTED
public static final enum com.sun.jersey.api.client.ClientResponse$Status NON_AUTHORITIVE_INFORMATION
public static final enum com.sun.jersey.api.client.ClientResponse$Status NO_CONTENT
public static final enum com.sun.jersey.api.client.ClientResponse$Status RESET_CONTENT
public static final enum com.sun.jersey.api.client.ClientResponse$Status PARTIAL_CONTENT
public static final enum com.sun.jersey.api.client.ClientResponse$Status MOVED_PERMANENTLY
public static final enum com.sun.jersey.api.client.ClientResponse$Status FOUND
public static final enum com.sun.jersey.api.client.ClientResponse$Status SEE_OTHER
public static final enum com.sun.jersey.api.client.ClientResponse$Status NOT_MODIFIED
public static final enum com.sun.jersey.api.client.ClientResponse$Status USE_PROXY
public static final enum com.sun.jersey.api.client.ClientResponse$Status TEMPORARY_REDIRECT
public static final enum com.sun.jersey.api.client.ClientResponse$Status BAD_REQUEST
public static final enum com.sun.jersey.api.client.ClientResponse$Status UNAUTHORIZED
public static final enum com.sun.jersey.api.client.ClientResponse$Status PAYMENT_REQUIRED
public static final enum com.sun.jersey.api.client.ClientResponse$Status FORBIDDEN
public static final enum com.sun.jersey.api.client.ClientResponse$Status NOT_FOUND
public static final enum com.sun.jersey.api.client.ClientResponse$Status METHOD_NOT_ALLOWED
public static final enum com.sun.jersey.api.client.ClientResponse$Status NOT_ACCEPTABLE
public static final enum com.sun.jersey.api.client.ClientResponse$Status PROXY_AUTHENTICATION_REQUIRED
public static final enum com.sun.jersey.api.client.ClientResponse$Status REQUEST_TIMEOUT
public static final enum com.sun.jersey.api.client.ClientResponse$Status CONFLICT
public static final enum com.sun.jersey.api.client.ClientResponse$Status GONE
public static final enum com.sun.jersey.api.client.ClientResponse$Status LENGTH_REQUIRED
public static final enum com.sun.jersey.api.client.ClientResponse$Status PRECONDITION_FAILED
public static final enum com.sun.jersey.api.client.ClientResponse$Status REQUEST_ENTITY_TOO_LARGE
public static final enum com.sun.jersey.api.client.ClientResponse$Status REQUEST_URI_TOO_LONG
public static final enum com.sun.jersey.api.client.ClientResponse$Status UNSUPPORTED_MEDIA_TYPE
public static final enum com.sun.jersey.api.client.ClientResponse$Status REQUESTED_RANGE_NOT_SATIFIABLE
public static final enum com.sun.jersey.api.client.ClientResponse$Status EXPECTATION_FAILED
public static final enum com.sun.jersey.api.client.ClientResponse$Status INTERNAL_SERVER_ERROR
public static final enum com.sun.jersey.api.client.ClientResponse$Status NOT_IMPLEMENTED
public static final enum com.sun.jersey.api.client.ClientResponse$Status BAD_GATEWAY
public static final enum com.sun.jersey.api.client.ClientResponse$Status SERVICE_UNAVAILABLE
public static final enum com.sun.jersey.api.client.ClientResponse$Status GATEWAY_TIMEOUT
public static final enum com.sun.jersey.api.client.ClientResponse$Status HTTP_VERSION_NOT_SUPPORTED
private final int code
private final String reason
private javax.ws.rs.core.Response$Status$Family family
private static final synthetic com.sun.jersey.api.client.ClientResponse$Status[] $VALUES
public static com.sun.jersey.api.client.ClientResponse$Status[] values ()
public static com.sun.jersey.api.client.ClientResponse$Status valueOf (java.lang.String)
String name
private void (java.lang.String, int, int, java.lang.String)
int statusCode
String reasonPhrase
public javax.ws.rs.core.Response$Status$Family getFamily ()
public int getStatusCode ()
public java.lang.String getReasonPhrase ()
public java.lang.String toString ()
public static com.sun.jersey.api.client.ClientResponse$Status fromStatusCode (int)
com.sun.jersey.api.client.ClientResponse$Status s
com.sun.jersey.api.client.ClientResponse$Status[] arr$
int len$
int i$
int statusCode
static void ()
}
com/sun/jersey/api/client/ClientResponse.classClientResponse.java
package com.sun.jersey.api.client
public com.sun.jersey.api.client.ClientResponse extends java.lang.Object {
private static final java.util.logging.Logger LOGGER
private static final java.lang.annotation.Annotation[] EMPTY_ANNOTATIONS
protected static final javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate entityTagDelegate
protected static final javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate dateDelegate
private java.util.Map properties
private int status
private com.sun.jersey.core.header.InBoundHeaders headers
private boolean isEntityBuffered
private java.io.InputStream entity
private com.sun.jersey.spi.MessageBodyWorkers workers
public void (int, com.sun.jersey.core.header.InBoundHeaders, java.io.InputStream, com.sun.jersey.spi.MessageBodyWorkers)
int status
com.sun.jersey.core.header.InBoundHeaders headers
java.io.InputStream entity
com.sun.jersey.spi.MessageBodyWorkers workers
public com.sun.jersey.api.client.Client getClient ()
public java.util.Map getProperties ()
public int getStatus ()
public void setStatus (int)
int status
public void setStatus (javax.ws.rs.core.Response$StatusType)
javax.ws.rs.core.Response$StatusType status
public com.sun.jersey.api.client.ClientResponse$Status getClientResponseStatus ()
public javax.ws.rs.core.Response$Status getResponseStatus ()
public void setResponseStatus (javax.ws.rs.core.Response$StatusType)
javax.ws.rs.core.Response$StatusType status
public javax.ws.rs.core.MultivaluedMap getMetadata ()
public javax.ws.rs.core.MultivaluedMap getHeaders ()
public boolean hasEntity ()
int i
java.io.IOException ex
public java.io.InputStream getEntityInputStream ()
public void setEntityInputStream (java.io.InputStream)
java.io.InputStream entity
public java.lang.Object getEntity (java.lang.Class) throws com.sun.jersey.api.client.ClientHandlerException com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.lang.Object getEntity (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.ClientHandlerException com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
private java.lang.Object getEntity (java.lang.Class, java.lang.reflect.Type)
String message
java.util.Map m
Object t
java.io.IOException ex
Class c
java.lang.reflect.Type type
javax.ws.rs.core.MediaType mediaType
javax.ws.rs.ext.MessageBodyReader br
public void bufferEntity () throws com.sun.jersey.api.client.ClientHandlerException
java.io.IOException ex
java.io.ByteArrayOutputStream baos
public void close () throws com.sun.jersey.api.client.ClientHandlerException
java.io.IOException e
public javax.ws.rs.core.MediaType getType ()
String ct
public java.net.URI getLocation ()
String l
public javax.ws.rs.core.EntityTag getEntityTag ()
String t
public java.util.Date getLastModified ()
String d
public java.util.Date getResponseDate ()
String d
public java.lang.String getLanguage ()
public int getLength ()
NumberFormatException nfe
int size
String sizeStr
public java.util.List getCookies ()
String h
java.util.Iterator i$
java.util.List hs
java.util.List cs
public java.util.Set getAllow ()
String m
String allow
java.util.Set allowedMethods
java.util.StringTokenizer tokenizer
public com.sun.jersey.api.client.WebResourceLinkHeaders getLinks ()
public java.lang.String toString ()
static void ()
}
com/sun/jersey/api/client/CommittingOutputStream.classCommittingOutputStream.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.CommittingOutputStream extends java.io.OutputStream {
private java.io.OutputStream o
private boolean isCommitted
public void ()
public void (java.io.OutputStream)
java.io.OutputStream o
public void write (byte[]) throws java.io.IOException
byte[] b
public void write (byte[], int, int) throws java.io.IOException
byte[] b
int off
int len
public void write (int) throws java.io.IOException
int b
public void flush () throws java.io.IOException
public void close () throws java.io.IOException
private void commitWrite () throws java.io.IOException
protected java.io.OutputStream getOutputStream () throws java.io.IOException
protected abstract void commit () throws java.io.IOException
}
com/sun/jersey/api/client/ComponentsClientConfig.classComponentsClientConfig.java
package com.sun.jersey.api.client
com.sun.jersey.api.client.ComponentsClientConfig extends java.lang.Object implements com.sun.jersey.api.client.config.ClientConfig {
private final com.sun.jersey.api.client.config.ClientConfig cc
private final java.util.Set providers
public transient void (com.sun.jersey.api.client.config.ClientConfig, java.lang.Class[])
com.sun.jersey.api.client.config.ClientConfig cc
Class[] components
public void (com.sun.jersey.api.client.config.ClientConfig, java.util.Set)
com.sun.jersey.api.client.config.ClientConfig cc
java.util.Set components
public java.util.Set getClasses ()
public java.util.Set getSingletons ()
public java.util.Map getFeatures ()
public boolean getFeature (java.lang.String)
String featureName
public java.util.Map getProperties ()
public java.lang.Object getProperty (java.lang.String)
String propertyName
public boolean getPropertyAsFeature (java.lang.String)
String name
}
com/sun/jersey/api/client/GenericType.classGenericType.java
package com.sun.jersey.api.client
public com.sun.jersey.api.client.GenericType extends java.lang.Object {
private final java.lang.reflect.Type t
private final Class c
protected void ()
java.lang.reflect.Type superclass
java.lang.reflect.ParameterizedType parameterized
public void (java.lang.reflect.Type)
java.lang.reflect.Type genericType
private static java.lang.Class getClass (java.lang.reflect.Type)
java.lang.reflect.ParameterizedType parameterizedType
java.lang.reflect.GenericArrayType array
java.lang.reflect.Type type
public final java.lang.reflect.Type getType ()
public final java.lang.Class getRawClass ()
}
com/sun/jersey/api/client/PartialRequestBuilder.classPartialRequestBuilder.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.PartialRequestBuilder extends java.lang.Object implements com.sun.jersey.api.client.RequestBuilder {
protected Object entity
protected javax.ws.rs.core.MultivaluedMap metadata
protected void ()
public com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object)
Object entity
public com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object, javax.ws.rs.core.MediaType)
Object entity
javax.ws.rs.core.MediaType type
public com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object, java.lang.String)
Object entity
String type
public com.sun.jersey.api.client.RequestBuilder type (javax.ws.rs.core.MediaType)
javax.ws.rs.core.MediaType type
public com.sun.jersey.api.client.RequestBuilder type (java.lang.String)
String type
public transient com.sun.jersey.api.client.RequestBuilder accept (javax.ws.rs.core.MediaType[])
javax.ws.rs.core.MediaType type
javax.ws.rs.core.MediaType[] arr$
int len$
int i$
javax.ws.rs.core.MediaType[] types
public transient com.sun.jersey.api.client.RequestBuilder accept (java.lang.String[])
String type
String[] arr$
int len$
int i$
String[] types
public transient com.sun.jersey.api.client.RequestBuilder acceptLanguage (java.util.Locale[])
java.util.Locale locale
java.util.Locale[] arr$
int len$
int i$
java.util.Locale[] locales
public transient com.sun.jersey.api.client.RequestBuilder acceptLanguage (java.lang.String[])
String locale
String[] arr$
int len$
int i$
String[] locales
public com.sun.jersey.api.client.RequestBuilder cookie (javax.ws.rs.core.Cookie)
javax.ws.rs.core.Cookie cookie
public com.sun.jersey.api.client.RequestBuilder header (java.lang.String, java.lang.Object)
String name
Object value
private javax.ws.rs.core.MultivaluedMap getMetadata ()
}
com/sun/jersey/api/client/RequestBuilder.classRequestBuilder.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.RequestBuilder extends java.lang.Object {
public abstract com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object)
public abstract com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object, javax.ws.rs.core.MediaType)
public abstract com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object, java.lang.String)
public abstract com.sun.jersey.api.client.RequestBuilder type (javax.ws.rs.core.MediaType)
public abstract com.sun.jersey.api.client.RequestBuilder type (java.lang.String)
public transient abstract com.sun.jersey.api.client.RequestBuilder accept (javax.ws.rs.core.MediaType[])
public transient abstract com.sun.jersey.api.client.RequestBuilder accept (java.lang.String[])
public transient abstract com.sun.jersey.api.client.RequestBuilder acceptLanguage (java.util.Locale[])
public transient abstract com.sun.jersey.api.client.RequestBuilder acceptLanguage (java.lang.String[])
public abstract com.sun.jersey.api.client.RequestBuilder cookie (javax.ws.rs.core.Cookie)
public abstract com.sun.jersey.api.client.RequestBuilder header (java.lang.String, java.lang.Object)
}
com/sun/jersey/api/client/RequestWriter$RequestEntityWriter.classRequestWriter.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.RequestWriter$RequestEntityWriter extends java.lang.Object {
public abstract long getSize ()
public abstract javax.ws.rs.core.MediaType getMediaType ()
public abstract void writeRequestEntity (java.io.OutputStream) throws java.io.IOException
}
com/sun/jersey/api/client/RequestWriter$RequestEntityWriterImpl.classRequestWriter.java
package com.sun.jersey.api.client
final com.sun.jersey.api.client.RequestWriter$RequestEntityWriterImpl extends java.lang.Object implements com.sun.jersey.api.client.RequestWriter$RequestEntityWriter {
private final com.sun.jersey.api.client.ClientRequest cr
private final Object entity
private final java.lang.reflect.Type entityType
private javax.ws.rs.core.MediaType mediaType
private final long size
private final javax.ws.rs.ext.MessageBodyWriter bw
final synthetic com.sun.jersey.api.client.RequestWriter this$0
public void (com.sun.jersey.api.client.RequestWriter, com.sun.jersey.api.client.ClientRequest)
javax.ws.rs.core.GenericEntity ge
String message
java.util.Map m
com.sun.jersey.api.client.ClientRequest cr
Object e
Class entityClass
javax.ws.rs.core.MultivaluedMap headers
public long getSize ()
public javax.ws.rs.core.MediaType getMediaType ()
public void writeRequestEntity (java.io.OutputStream) throws java.io.IOException
java.io.OutputStream out
}
com/sun/jersey/api/client/RequestWriter$RequestEntityWriterListener.classRequestWriter.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.RequestWriter$RequestEntityWriterListener extends java.lang.Object {
public abstract void onRequestEntitySize (long) throws java.io.IOException
public abstract java.io.OutputStream onGetOutputStream () throws java.io.IOException
}
com/sun/jersey/api/client/RequestWriter.classRequestWriter.java
package com.sun.jersey.api.client
public com.sun.jersey.api.client.RequestWriter extends java.lang.Object {
private static final java.util.logging.Logger LOGGER
protected static final java.lang.annotation.Annotation[] EMPTY_ANNOTATIONS
private com.sun.jersey.spi.MessageBodyWorkers workers
public void ()
public void (com.sun.jersey.spi.MessageBodyWorkers)
com.sun.jersey.spi.MessageBodyWorkers workers
public void setMessageBodyWorkers (com.sun.jersey.spi.MessageBodyWorkers)
com.sun.jersey.spi.MessageBodyWorkers workers
public com.sun.jersey.spi.MessageBodyWorkers getMessageBodyWorkers ()
protected com.sun.jersey.api.client.RequestWriter$RequestEntityWriter getRequestEntityWriter (com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.ClientRequest ro
protected void writeRequestEntity (com.sun.jersey.api.client.ClientRequest, com.sun.jersey.api.client.RequestWriter$RequestEntityWriterListener) throws java.io.IOException
javax.ws.rs.core.GenericEntity ge
Exception e
java.io.IOException ex
Exception e
RuntimeException ex
com.sun.jersey.api.client.ClientRequest ro
com.sun.jersey.api.client.RequestWriter$RequestEntityWriterListener listener
Object entity
java.lang.reflect.Type entityType
Class entityClass
javax.ws.rs.core.MultivaluedMap headers
javax.ws.rs.core.MediaType mediaType
javax.ws.rs.ext.MessageBodyWriter bw
long size
java.io.OutputStream out
private javax.ws.rs.core.MediaType getMediaType (java.lang.Class, java.lang.reflect.Type, javax.ws.rs.core.MultivaluedMap)
java.util.List mediaTypes
javax.ws.rs.core.MediaType mediaType
Class entityClass
java.lang.reflect.Type entityType
javax.ws.rs.core.MultivaluedMap headers
Object mediaTypeHeader
private javax.ws.rs.core.MediaType getMediaType (java.util.List)
javax.ws.rs.core.MediaType mediaType
java.util.List mediaTypes
static synthetic javax.ws.rs.core.MediaType access$000 (com.sun.jersey.api.client.RequestWriter, java.lang.Class, java.lang.reflect.Type, javax.ws.rs.core.MultivaluedMap)
com.sun.jersey.api.client.RequestWriter x0
Class x1
java.lang.reflect.Type x2
javax.ws.rs.core.MultivaluedMap x3
static synthetic com.sun.jersey.spi.MessageBodyWorkers access$100 (com.sun.jersey.api.client.RequestWriter)
com.sun.jersey.api.client.RequestWriter x0
static synthetic java.util.logging.Logger access$200 ()
static void ()
}
com/sun/jersey/api/client/TerminatingClientHandler.classTerminatingClientHandler.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.TerminatingClientHandler extends com.sun.jersey.api.client.RequestWriter implements com.sun.jersey.api.client.ClientHandler {
public void ()
}
com/sun/jersey/api/client/UniformInterface.classUniformInterface.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.UniformInterface extends java.lang.Object {
public abstract com.sun.jersey.api.client.ClientResponse head ()
public abstract java.lang.Object options (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object options (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object get (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object get (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract void put () throws com.sun.jersey.api.client.UniformInterfaceException
public abstract void put (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object put (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object put (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object put (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object put (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract void post () throws com.sun.jersey.api.client.UniformInterfaceException
public abstract void post (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object post (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object post (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object post (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object post (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract void delete () throws com.sun.jersey.api.client.UniformInterfaceException
public abstract void delete (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object delete (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object delete (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object delete (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object delete (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract void method (java.lang.String) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract void method (java.lang.String, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object method (java.lang.String, java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object method (java.lang.String, com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object method (java.lang.String, java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
public abstract java.lang.Object method (java.lang.String, com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
}
com/sun/jersey/api/client/UniformInterfaceException.classUniformInterfaceException.java
package com.sun.jersey.api.client
public com.sun.jersey.api.client.UniformInterfaceException extends java.lang.RuntimeException {
private final transient com.sun.jersey.api.client.ClientResponse r
public void (com.sun.jersey.api.client.ClientResponse)
com.sun.jersey.api.client.ClientResponse r
public void (com.sun.jersey.api.client.ClientResponse, boolean)
com.sun.jersey.api.client.ClientResponse r
boolean bufferResponseEntity
public void (java.lang.String, com.sun.jersey.api.client.ClientResponse)
String message
com.sun.jersey.api.client.ClientResponse r
public void (java.lang.String, com.sun.jersey.api.client.ClientResponse, boolean)
String message
com.sun.jersey.api.client.ClientResponse r
boolean bufferResponseEntity
public com.sun.jersey.api.client.ClientResponse getResponse ()
}
com/sun/jersey/api/client/ViewResource$1.classViewResource.java
package com.sun.jersey.api.client
synthetic com.sun.jersey.api.client.ViewResource$1 extends java.lang.Object {
}
com/sun/jersey/api/client/ViewResource$Builder.classViewResource.java
package com.sun.jersey.api.client
public final com.sun.jersey.api.client.ViewResource$Builder extends com.sun.jersey.api.client.PartialRequestBuilder implements com.sun.jersey.api.client.ViewUniformInterface {
final synthetic com.sun.jersey.api.client.ViewResource this$0
private void (com.sun.jersey.api.client.ViewResource)
private com.sun.jersey.api.client.ClientRequest build (java.lang.String)
String method
com.sun.jersey.api.client.ClientRequest ro
private com.sun.jersey.api.client.ClientRequest build (java.lang.String, java.lang.Object)
String method
Object e
com.sun.jersey.api.client.ClientRequest ro
public java.lang.Object head (java.lang.Class)
Class c
public java.lang.Object head (java.lang.Object)
Object t
public java.lang.Object options (java.lang.Class)
Class c
public java.lang.Object options (java.lang.Object)
Object t
public java.lang.Object get (java.lang.Class)
Class c
public java.lang.Object get (java.lang.Object)
Object t
public java.lang.Object put (java.lang.Class)
Class c
public java.lang.Object put (java.lang.Object)
Object t
public java.lang.Object put (java.lang.Class, java.lang.Object)
Class c
Object requestEntity
public java.lang.Object put (java.lang.Object, java.lang.Object)
Object t
Object requestEntity
public java.lang.Object post (java.lang.Class)
Class c
public java.lang.Object post (java.lang.Object)
Object t
public java.lang.Object post (java.lang.Class, java.lang.Object)
Class c
Object requestEntity
public java.lang.Object post (java.lang.Object, java.lang.Object)
Object t
Object requestEntity
public java.lang.Object delete (java.lang.Class)
Class c
public java.lang.Object delete (java.lang.Object)
Object t
public java.lang.Object delete (java.lang.Class, java.lang.Object)
Class c
Object requestEntity
public java.lang.Object delete (java.lang.Object, java.lang.Object)
Object t
Object requestEntity
public java.lang.Object method (java.lang.String, java.lang.Class)
String method
Class c
public java.lang.Object method (java.lang.String, java.lang.Object)
String method
Object t
public java.lang.Object method (java.lang.String, java.lang.Class, java.lang.Object)
String method
Class c
Object requestEntity
public java.lang.Object method (java.lang.String, java.lang.Object, java.lang.Object)
String method
Object t
Object requestEntity
synthetic void (com.sun.jersey.api.client.ViewResource, com.sun.jersey.api.client.ViewResource$1)
com.sun.jersey.api.client.ViewResource x0
com.sun.jersey.api.client.ViewResource$1 x1
}
com/sun/jersey/api/client/ViewResource.classViewResource.java
package com.sun.jersey.api.client
public com.sun.jersey.api.client.ViewResource extends com.sun.jersey.api.client.filter.Filterable implements com.sun.jersey.api.client.RequestBuilder com.sun.jersey.api.client.ViewUniformInterface {
private final com.sun.jersey.api.client.Client client
private final java.net.URI u
void (com.sun.jersey.api.client.Client, java.net.URI)
com.sun.jersey.api.client.Client c
java.net.URI u
private void (com.sun.jersey.api.client.ViewResource, javax.ws.rs.core.UriBuilder)
com.sun.jersey.api.client.ViewResource that
javax.ws.rs.core.UriBuilder ub
public java.net.URI getURI ()
public javax.ws.rs.core.UriBuilder getUriBuilder ()
public com.sun.jersey.api.client.ViewResource$Builder getRequestBuilder ()
public java.lang.String toString ()
public int hashCode ()
public boolean equals (java.lang.Object)
com.sun.jersey.api.client.ViewResource that
Object obj
public java.lang.Object head (java.lang.Class)
Class c
public java.lang.Object head (java.lang.Object)
Object t
public java.lang.Object options (java.lang.Class)
Class c
public java.lang.Object options (java.lang.Object)
Object t
public java.lang.Object get (java.lang.Class)
Class c
public java.lang.Object get (java.lang.Object)
Object t
public java.lang.Object put (java.lang.Class)
Class c
public java.lang.Object put (java.lang.Object)
Object t
public java.lang.Object put (java.lang.Class, java.lang.Object)
Class c
Object requestEntity
public java.lang.Object put (java.lang.Object, java.lang.Object)
Object t
Object requestEntity
public java.lang.Object post (java.lang.Class)
Class c
public java.lang.Object post (java.lang.Object)
Object t
public java.lang.Object post (java.lang.Class, java.lang.Object)
Class c
Object requestEntity
public java.lang.Object post (java.lang.Object, java.lang.Object)
Object t
Object requestEntity
public java.lang.Object delete (java.lang.Class)
Class c
public java.lang.Object delete (java.lang.Object)
Object t
public java.lang.Object delete (java.lang.Class, java.lang.Object)
Class c
Object requestEntity
public java.lang.Object delete (java.lang.Object, java.lang.Object)
Object t
Object requestEntity
public java.lang.Object method (java.lang.String, java.lang.Class)
String method
Class c
public java.lang.Object method (java.lang.String, java.lang.Object)
String method
Object t
public java.lang.Object method (java.lang.String, java.lang.Class, java.lang.Object)
String method
Class c
Object requestEntity
public java.lang.Object method (java.lang.String, java.lang.Object, java.lang.Object)
String method
Object t
Object requestEntity
public com.sun.jersey.api.client.ViewResource$Builder entity (java.lang.Object)
Object entity
public com.sun.jersey.api.client.ViewResource$Builder entity (java.lang.Object, javax.ws.rs.core.MediaType)
Object entity
javax.ws.rs.core.MediaType type
public com.sun.jersey.api.client.ViewResource$Builder entity (java.lang.Object, java.lang.String)
Object entity
String type
public com.sun.jersey.api.client.ViewResource$Builder type (javax.ws.rs.core.MediaType)
javax.ws.rs.core.MediaType type
public com.sun.jersey.api.client.ViewResource$Builder type (java.lang.String)
String type
public transient com.sun.jersey.api.client.ViewResource$Builder accept (javax.ws.rs.core.MediaType[])
javax.ws.rs.core.MediaType[] types
public transient com.sun.jersey.api.client.ViewResource$Builder accept (java.lang.String[])
String[] types
public transient com.sun.jersey.api.client.ViewResource$Builder acceptLanguage (java.util.Locale[])
java.util.Locale[] locales
public transient com.sun.jersey.api.client.ViewResource$Builder acceptLanguage (java.lang.String[])
String[] locales
public com.sun.jersey.api.client.ViewResource$Builder cookie (javax.ws.rs.core.Cookie)
javax.ws.rs.core.Cookie cookie
public com.sun.jersey.api.client.ViewResource$Builder header (java.lang.String, java.lang.Object)
String name
Object value
public com.sun.jersey.api.client.ViewResource path (java.lang.String)
String path
public com.sun.jersey.api.client.ViewResource uri (java.net.URI)
java.net.URI uri
javax.ws.rs.core.UriBuilder b
String path
String query
public com.sun.jersey.api.client.ViewResource queryParam (java.lang.String, java.lang.String)
String key
String value
javax.ws.rs.core.UriBuilder b
public com.sun.jersey.api.client.ViewResource queryParams (javax.ws.rs.core.MultivaluedMap)
String value
java.util.Iterator i$
java.util.Map$Entry e
java.util.Iterator i$
javax.ws.rs.core.MultivaluedMap params
javax.ws.rs.core.UriBuilder b
private java.lang.Object handle (java.lang.Class, com.sun.jersey.api.client.ClientRequest)
Class c
com.sun.jersey.api.client.ClientRequest ro
private java.lang.Object handle (java.lang.Object, com.sun.jersey.api.client.ClientRequest)
Object t
com.sun.jersey.api.client.ClientRequest ro
public volatile synthetic com.sun.jersey.api.client.RequestBuilder header (java.lang.String, java.lang.Object)
String x0
Object x1
public volatile synthetic com.sun.jersey.api.client.RequestBuilder cookie (javax.ws.rs.core.Cookie)
javax.ws.rs.core.Cookie x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder acceptLanguage (java.lang.String[])
String[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder acceptLanguage (java.util.Locale[])
java.util.Locale[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder accept (java.lang.String[])
String[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder accept (javax.ws.rs.core.MediaType[])
javax.ws.rs.core.MediaType[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder type (java.lang.String)
String x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder type (javax.ws.rs.core.MediaType)
javax.ws.rs.core.MediaType x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object, java.lang.String)
Object x0
String x1
public volatile synthetic com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object, javax.ws.rs.core.MediaType)
Object x0
javax.ws.rs.core.MediaType x1
public volatile synthetic com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object)
Object x0
static synthetic java.net.URI access$100 (com.sun.jersey.api.client.ViewResource)
com.sun.jersey.api.client.ViewResource x0
static synthetic java.lang.Object access$200 (com.sun.jersey.api.client.ViewResource, java.lang.Class, com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.ViewResource x0
Class x1
com.sun.jersey.api.client.ClientRequest x2
static synthetic java.lang.Object access$300 (com.sun.jersey.api.client.ViewResource, java.lang.Object, com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.ViewResource x0
Object x1
com.sun.jersey.api.client.ClientRequest x2
}
com/sun/jersey/api/client/ViewUniformInterface.classViewUniformInterface.java
package com.sun.jersey.api.client
public abstract com.sun.jersey.api.client.ViewUniformInterface extends java.lang.Object {
public abstract java.lang.Object head (java.lang.Class)
public abstract java.lang.Object head (java.lang.Object)
public abstract java.lang.Object options (java.lang.Class)
public abstract java.lang.Object options (java.lang.Object)
public abstract java.lang.Object get (java.lang.Class)
public abstract java.lang.Object get (java.lang.Object)
public abstract java.lang.Object put (java.lang.Class)
public abstract java.lang.Object put (java.lang.Object)
public abstract java.lang.Object put (java.lang.Class, java.lang.Object)
public abstract java.lang.Object put (java.lang.Object, java.lang.Object)
public abstract java.lang.Object post (java.lang.Class)
public abstract java.lang.Object post (java.lang.Object)
public abstract java.lang.Object post (java.lang.Class, java.lang.Object)
public abstract java.lang.Object post (java.lang.Object, java.lang.Object)
public abstract java.lang.Object delete (java.lang.Class)
public abstract java.lang.Object delete (java.lang.Object)
public abstract java.lang.Object delete (java.lang.Class, java.lang.Object)
public abstract java.lang.Object delete (java.lang.Object, java.lang.Object)
public abstract java.lang.Object method (java.lang.String, java.lang.Class)
public abstract java.lang.Object method (java.lang.String, java.lang.Object)
public abstract java.lang.Object method (java.lang.String, java.lang.Class, java.lang.Object)
public abstract java.lang.Object method (java.lang.String, java.lang.Object, java.lang.Object)
}
com/sun/jersey/api/client/WebResource$1.classWebResource.java
package com.sun.jersey.api.client
synthetic com.sun.jersey.api.client.WebResource$1 extends java.lang.Object {
}
com/sun/jersey/api/client/WebResource$Builder.classWebResource.java
package com.sun.jersey.api.client
public final com.sun.jersey.api.client.WebResource$Builder extends com.sun.jersey.api.client.PartialRequestBuilder implements com.sun.jersey.api.client.UniformInterface {
final synthetic com.sun.jersey.api.client.WebResource this$0
private void (com.sun.jersey.api.client.WebResource)
private com.sun.jersey.api.client.ClientRequest build (java.lang.String)
String method
com.sun.jersey.api.client.ClientRequest ro
private com.sun.jersey.api.client.ClientRequest build (java.lang.String, java.lang.Object)
String method
Object e
com.sun.jersey.api.client.ClientRequest ro
public com.sun.jersey.api.client.ClientResponse head ()
public java.lang.Object options (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.lang.Object options (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.lang.Object get (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.lang.Object get (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public void put () throws com.sun.jersey.api.client.UniformInterfaceException
public void put (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Object requestEntity
public java.lang.Object put (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.lang.Object put (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.lang.Object put (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
Object requestEntity
public java.lang.Object put (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public void post () throws com.sun.jersey.api.client.UniformInterfaceException
public void post (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Object requestEntity
public java.lang.Object post (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.lang.Object post (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.lang.Object post (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
Object requestEntity
public java.lang.Object post (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public void delete () throws com.sun.jersey.api.client.UniformInterfaceException
public void delete (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Object requestEntity
public java.lang.Object delete (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.lang.Object delete (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.lang.Object delete (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
Object requestEntity
public java.lang.Object delete (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public void method (java.lang.String) throws com.sun.jersey.api.client.UniformInterfaceException
String method
public void method (java.lang.String, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
String method
Object requestEntity
public java.lang.Object method (java.lang.String, java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
String method
Class c
public java.lang.Object method (java.lang.String, com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
String method
com.sun.jersey.api.client.GenericType gt
public java.lang.Object method (java.lang.String, java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
String method
Class c
Object requestEntity
public java.lang.Object method (java.lang.String, com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
String method
com.sun.jersey.api.client.GenericType gt
Object requestEntity
synthetic void (com.sun.jersey.api.client.WebResource, com.sun.jersey.api.client.WebResource$1)
com.sun.jersey.api.client.WebResource x0
com.sun.jersey.api.client.WebResource$1 x1
}
com/sun/jersey/api/client/WebResource.classWebResource.java
package com.sun.jersey.api.client
public com.sun.jersey.api.client.WebResource extends com.sun.jersey.api.client.filter.Filterable implements com.sun.jersey.api.client.RequestBuilder com.sun.jersey.api.client.UniformInterface {
private final java.net.URI u
private com.sun.jersey.client.impl.CopyOnWriteHashMap properties
void (com.sun.jersey.api.client.ClientHandler, com.sun.jersey.client.impl.CopyOnWriteHashMap, java.net.URI)
com.sun.jersey.api.client.ClientHandler c
com.sun.jersey.client.impl.CopyOnWriteHashMap properties
java.net.URI u
private void (com.sun.jersey.api.client.WebResource, javax.ws.rs.core.UriBuilder)
com.sun.jersey.api.client.WebResource that
javax.ws.rs.core.UriBuilder ub
public java.net.URI getURI ()
public javax.ws.rs.core.UriBuilder getBuilder ()
public javax.ws.rs.core.UriBuilder getUriBuilder ()
public com.sun.jersey.api.client.WebResource$Builder getRequestBuilder ()
public java.lang.String toString ()
public int hashCode ()
public boolean equals (java.lang.Object)
com.sun.jersey.api.client.WebResource that
Object obj
public com.sun.jersey.api.client.ClientResponse head ()
public java.lang.Object options (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.lang.Object options (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.lang.Object get (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.lang.Object get (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public void put () throws com.sun.jersey.api.client.UniformInterfaceException
public void put (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Object requestEntity
public java.lang.Object put (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.lang.Object put (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.lang.Object put (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
Object requestEntity
public java.lang.Object put (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public void post () throws com.sun.jersey.api.client.UniformInterfaceException
public void post (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Object requestEntity
public java.lang.Object post (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.lang.Object post (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.lang.Object post (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
Object requestEntity
public java.lang.Object post (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public void delete () throws com.sun.jersey.api.client.UniformInterfaceException
public void delete (java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Object requestEntity
public java.lang.Object delete (java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
public java.lang.Object delete (com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
public java.lang.Object delete (java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
Object requestEntity
public java.lang.Object delete (com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public void method (java.lang.String) throws com.sun.jersey.api.client.UniformInterfaceException
String method
public void method (java.lang.String, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
String method
Object requestEntity
public java.lang.Object method (java.lang.String, java.lang.Class) throws com.sun.jersey.api.client.UniformInterfaceException
String method
Class c
public java.lang.Object method (java.lang.String, com.sun.jersey.api.client.GenericType) throws com.sun.jersey.api.client.UniformInterfaceException
String method
com.sun.jersey.api.client.GenericType gt
public java.lang.Object method (java.lang.String, java.lang.Class, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
String method
Class c
Object requestEntity
public java.lang.Object method (java.lang.String, com.sun.jersey.api.client.GenericType, java.lang.Object) throws com.sun.jersey.api.client.UniformInterfaceException
String method
com.sun.jersey.api.client.GenericType gt
Object requestEntity
public com.sun.jersey.api.client.WebResource$Builder entity (java.lang.Object)
Object entity
public com.sun.jersey.api.client.WebResource$Builder entity (java.lang.Object, javax.ws.rs.core.MediaType)
Object entity
javax.ws.rs.core.MediaType type
public com.sun.jersey.api.client.WebResource$Builder entity (java.lang.Object, java.lang.String)
Object entity
String type
public com.sun.jersey.api.client.WebResource$Builder type (javax.ws.rs.core.MediaType)
javax.ws.rs.core.MediaType type
public com.sun.jersey.api.client.WebResource$Builder type (java.lang.String)
String type
public transient com.sun.jersey.api.client.WebResource$Builder accept (javax.ws.rs.core.MediaType[])
javax.ws.rs.core.MediaType[] types
public transient com.sun.jersey.api.client.WebResource$Builder accept (java.lang.String[])
String[] types
public transient com.sun.jersey.api.client.WebResource$Builder acceptLanguage (java.util.Locale[])
java.util.Locale[] locales
public transient com.sun.jersey.api.client.WebResource$Builder acceptLanguage (java.lang.String[])
String[] locales
public com.sun.jersey.api.client.WebResource$Builder cookie (javax.ws.rs.core.Cookie)
javax.ws.rs.core.Cookie cookie
public com.sun.jersey.api.client.WebResource$Builder header (java.lang.String, java.lang.Object)
String name
Object value
public com.sun.jersey.api.client.WebResource path (java.lang.String)
String path
public com.sun.jersey.api.client.WebResource uri (java.net.URI)
java.net.URI uri
javax.ws.rs.core.UriBuilder b
String path
String query
public com.sun.jersey.api.client.WebResource queryParam (java.lang.String, java.lang.String)
String key
String value
javax.ws.rs.core.UriBuilder b
public com.sun.jersey.api.client.WebResource queryParams (javax.ws.rs.core.MultivaluedMap)
String value
java.util.Iterator i$
java.util.Map$Entry e
java.util.Iterator i$
javax.ws.rs.core.MultivaluedMap params
javax.ws.rs.core.UriBuilder b
public void setProperty (java.lang.String, java.lang.Object)
String property
Object value
public java.util.Map getProperties ()
private void setProperties (com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.ClientRequest ro
private java.lang.Object handle (java.lang.Class, com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.UniformInterfaceException
Class c
com.sun.jersey.api.client.ClientRequest ro
com.sun.jersey.api.client.ClientResponse r
private java.lang.Object handle (com.sun.jersey.api.client.GenericType, com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.GenericType gt
com.sun.jersey.api.client.ClientRequest ro
com.sun.jersey.api.client.ClientResponse r
private void voidHandle (com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.ClientRequest ro
com.sun.jersey.api.client.ClientResponse r
public volatile synthetic com.sun.jersey.api.client.RequestBuilder header (java.lang.String, java.lang.Object)
String x0
Object x1
public volatile synthetic com.sun.jersey.api.client.RequestBuilder cookie (javax.ws.rs.core.Cookie)
javax.ws.rs.core.Cookie x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder acceptLanguage (java.lang.String[])
String[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder acceptLanguage (java.util.Locale[])
java.util.Locale[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder accept (java.lang.String[])
String[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder accept (javax.ws.rs.core.MediaType[])
javax.ws.rs.core.MediaType[] x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder type (java.lang.String)
String x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder type (javax.ws.rs.core.MediaType)
javax.ws.rs.core.MediaType x0
public volatile synthetic com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object, java.lang.String)
Object x0
String x1
public volatile synthetic com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object, javax.ws.rs.core.MediaType)
Object x0
javax.ws.rs.core.MediaType x1
public volatile synthetic com.sun.jersey.api.client.RequestBuilder entity (java.lang.Object)
Object x0
static synthetic java.net.URI access$100 (com.sun.jersey.api.client.WebResource)
com.sun.jersey.api.client.WebResource x0
static synthetic java.lang.Object access$200 (com.sun.jersey.api.client.WebResource, java.lang.Class, com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.WebResource x0
Class x1
com.sun.jersey.api.client.ClientRequest x2
static synthetic java.lang.Object access$300 (com.sun.jersey.api.client.WebResource, com.sun.jersey.api.client.GenericType, com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.WebResource x0
com.sun.jersey.api.client.GenericType x1
com.sun.jersey.api.client.ClientRequest x2
static synthetic void access$400 (com.sun.jersey.api.client.WebResource, com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.UniformInterfaceException
com.sun.jersey.api.client.WebResource x0
com.sun.jersey.api.client.ClientRequest x1
}
com/sun/jersey/api/client/WebResourceLinkHeaders.classWebResourceLinkHeaders.java
package com.sun.jersey.api.client
public com.sun.jersey.api.client.WebResourceLinkHeaders extends com.sun.jersey.core.header.LinkHeaders {
private final com.sun.jersey.api.client.Client c
public void (com.sun.jersey.api.client.Client, javax.ws.rs.core.MultivaluedMap)
com.sun.jersey.api.client.Client c
javax.ws.rs.core.MultivaluedMap headers
public com.sun.jersey.api.client.WebResource resource (java.lang.String)
String rel
com.sun.jersey.core.header.LinkHeader lh
public com.sun.jersey.api.client.ViewResource viewResource (java.lang.String)
String rel
com.sun.jersey.core.header.LinkHeader lh
}
com/sun/jersey/api/client/async/
com/sun/jersey/api/client/async/AsyncClientHandler.classAsyncClientHandler.java
package com.sun.jersey.api.client.async
public abstract com.sun.jersey.api.client.async.AsyncClientHandler extends java.lang.Object {
public abstract java.util.concurrent.Future handle (com.sun.jersey.api.client.ClientRequest, com.sun.jersey.api.client.async.FutureListener)
}
com/sun/jersey/api/client/async/FutureListener.classFutureListener.java
package com.sun.jersey.api.client.async
public abstract com.sun.jersey.api.client.async.FutureListener extends java.lang.Object {
public abstract void onComplete (java.util.concurrent.Future) throws java.lang.InterruptedException
}
com/sun/jersey/api/client/async/ITypeListener.classITypeListener.java
package com.sun.jersey.api.client.async
public abstract com.sun.jersey.api.client.async.ITypeListener extends java.lang.Object implements com.sun.jersey.api.client.async.FutureListener {
public abstract java.lang.Class getType ()
public abstract com.sun.jersey.api.client.GenericType getGenericType ()
}
com/sun/jersey/api/client/async/TypeListener.classTypeListener.java
package com.sun.jersey.api.client.async
public abstract com.sun.jersey.api.client.async.TypeListener extends java.lang.Object implements com.sun.jersey.api.client.async.ITypeListener {
private final Class type
private final com.sun.jersey.api.client.GenericType genericType
public void (java.lang.Class)
Class type
public void (com.sun.jersey.api.client.GenericType)
com.sun.jersey.api.client.GenericType genericType
public java.lang.Class getType ()
public com.sun.jersey.api.client.GenericType getGenericType ()
}
com/sun/jersey/api/client/config/
com/sun/jersey/api/client/config/ClientConfig.classClientConfig.java
package com.sun.jersey.api.client.config
public abstract com.sun.jersey.api.client.config.ClientConfig extends java.lang.Object implements com.sun.jersey.core.util.FeaturesAndProperties {
public static final String PROPERTY_FOLLOW_REDIRECTS
public static final String PROPERTY_READ_TIMEOUT
public static final String PROPERTY_CONNECT_TIMEOUT
public static final String PROPERTY_CHUNKED_ENCODING_SIZE
public static final String PROPERTY_BUFFER_RESPONSE_ENTITY_ON_EXCEPTION
public static final String PROPERTY_THREADPOOL_SIZE
public abstract java.util.Set getClasses ()
public abstract java.util.Set getSingletons ()
public abstract boolean getPropertyAsFeature (java.lang.String)
}
com/sun/jersey/api/client/config/DefaultClientConfig.classDefaultClientConfig.java
package com.sun.jersey.api.client.config
public com.sun.jersey.api.client.config.DefaultClientConfig extends java.lang.Object implements com.sun.jersey.api.client.config.ClientConfig {
private final java.util.Set providers
private final java.util.Set providerInstances
private final java.util.Map features
private final java.util.Map properties
public void ()
public transient void (java.lang.Class[])
Class[] providers
public void (java.util.Set)
java.util.Set providers
public java.util.Set getClasses ()
public java.util.Set getSingletons ()
public java.util.Map getFeatures ()
public boolean getFeature (java.lang.String)
String featureName
Boolean v
public java.util.Map getProperties ()
public java.lang.Object getProperty (java.lang.String)
String propertyName
public boolean getPropertyAsFeature (java.lang.String)
String name
Boolean v
}
com/sun/jersey/api/client/filter/
com/sun/jersey/api/client/filter/ClientFilter.classClientFilter.java
package com.sun.jersey.api.client.filter
public abstract com.sun.jersey.api.client.filter.ClientFilter extends java.lang.Object implements com.sun.jersey.api.client.ClientHandler {
private com.sun.jersey.api.client.ClientHandler next
public void ()
final void setNext (com.sun.jersey.api.client.ClientHandler)
com.sun.jersey.api.client.ClientHandler next
public final com.sun.jersey.api.client.ClientHandler getNext ()
public abstract com.sun.jersey.api.client.ClientResponse handle (com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.ClientHandlerException
}
com/sun/jersey/api/client/filter/ClientRequestContainer.classConnectionListenerFilter.java
package com.sun.jersey.api.client.filter
com.sun.jersey.api.client.filter.ClientRequestContainer extends com.sun.jersey.api.client.ClientRequest {
private com.sun.jersey.api.client.ClientRequest request
void (com.sun.jersey.api.client.ClientRequest)
com.sun.jersey.api.client.ClientRequest request
public java.util.Map getProperties ()
public void setProperties (java.util.Map)
java.util.Map properties
public java.net.URI getURI ()
public void setURI (java.net.URI)
java.net.URI uri
public java.lang.String getMethod ()
public void setMethod (java.lang.String)
String method
public java.lang.Object getEntity ()
public void setEntity (java.lang.Object)
Object entity
public javax.ws.rs.core.MultivaluedMap getMetadata ()
public javax.ws.rs.core.MultivaluedMap getHeaders ()
public com.sun.jersey.api.client.ClientRequestAdapter getAdapter ()
public void setAdapter (com.sun.jersey.api.client.ClientRequestAdapter)
com.sun.jersey.api.client.ClientRequestAdapter adapter
public com.sun.jersey.api.client.ClientRequest clone ()
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/sun/jersey/api/client/filter/ConnectionListenerFilter$Adapter.classConnectionListenerFilter.java
package com.sun.jersey.api.client.filter
final com.sun.jersey.api.client.filter.ConnectionListenerFilter$Adapter extends com.sun.jersey.api.client.AbstractClientRequestAdapter {
private final com.sun.jersey.api.client.filter.ContainerListener listener
void (com.sun.jersey.api.client.ClientRequestAdapter, com.sun.jersey.api.client.filter.ContainerListener)
com.sun.jersey.api.client.ClientRequestAdapter cra
com.sun.jersey.api.client.filter.ContainerListener listener
public java.io.OutputStream adapt (com.sun.jersey.api.client.ClientRequest, java.io.OutputStream) throws java.io.IOException
com.sun.jersey.api.client.ClientRequest request
java.io.OutputStream out
}
com/sun/jersey/api/client/filter/ConnectionListenerFilter.classConnectionListenerFilter.java
package com.sun.jersey.api.client.filter
public com.sun.jersey.api.client.filter.ConnectionListenerFilter extends com.sun.jersey.api.client.filter.ClientFilter {
private final com.sun.jersey.api.client.filter.OnStartConnectionListener listenerFactory
public void (com.sun.jersey.api.client.filter.OnStartConnectionListener)
com.sun.jersey.api.client.filter.OnStartConnectionListener listenerFactory
public com.sun.jersey.api.client.ClientResponse handle (com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.ClientHandlerException
java.io.InputStream entityInputStream
com.sun.jersey.api.client.ClientRequest request
com.sun.jersey.api.client.filter.ContainerListener listener
com.sun.jersey.api.client.ClientResponse response
}
com/sun/jersey/api/client/filter/ContainerListener.classContainerListener.java
package com.sun.jersey.api.client.filter
public abstract com.sun.jersey.api.client.filter.ContainerListener extends java.lang.Object {
public void ()
public void onSent (long, long)
long delta
long bytes
public void onReceiveStart (long)
long totalBytes
public void onReceived (long, long)
long delta
long bytes
public void onFinish ()
}
com/sun/jersey/api/client/filter/CsrfProtectionFilter.classCsrfProtectionFilter.java
package com.sun.jersey.api.client.filter
public com.sun.jersey.api.client.filter.CsrfProtectionFilter extends com.sun.jersey.api.client.filter.ClientFilter {
private static final java.util.Set METHODS_TO_IGNORE
private static final String HEADER_NAME
private final String requestedBy
public void ()
public void (java.lang.String)
String requestedBy
public com.sun.jersey.api.client.ClientResponse handle (com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.ClientHandlerException
com.sun.jersey.api.client.ClientRequest cr
static void ()
java.util.HashSet mti
}
com/sun/jersey/api/client/filter/Filterable.classFilterable.java
package com.sun.jersey.api.client.filter
public abstract com.sun.jersey.api.client.filter.Filterable extends java.lang.Object {
private final com.sun.jersey.api.client.ClientHandler root
private com.sun.jersey.api.client.ClientHandler head
protected void (com.sun.jersey.api.client.ClientHandler)
com.sun.jersey.api.client.ClientHandler root
protected void (com.sun.jersey.api.client.filter.Filterable)
com.sun.jersey.api.client.filter.Filterable that
public void addFilter (com.sun.jersey.api.client.filter.ClientFilter)
com.sun.jersey.api.client.filter.ClientFilter f
public void removeFilter (com.sun.jersey.api.client.filter.ClientFilter)
com.sun.jersey.api.client.filter.ClientFilter f
com.sun.jersey.api.client.filter.ClientFilter e
public boolean isFilterPreset (com.sun.jersey.api.client.filter.ClientFilter)
com.sun.jersey.api.client.filter.ClientFilter f
com.sun.jersey.api.client.filter.ClientFilter e
public void removeAllFilters ()
public com.sun.jersey.api.client.ClientHandler getHeadHandler ()
}
com/sun/jersey/api/client/filter/GZIPContentEncodingFilter$Adapter.classGZIPContentEncodingFilter.java
package com.sun.jersey.api.client.filter
final com.sun.jersey.api.client.filter.GZIPContentEncodingFilter$Adapter extends com.sun.jersey.api.client.AbstractClientRequestAdapter {
void (com.sun.jersey.api.client.ClientRequestAdapter)
com.sun.jersey.api.client.ClientRequestAdapter cra
public java.io.OutputStream adapt (com.sun.jersey.api.client.ClientRequest, java.io.OutputStream) throws java.io.IOException
com.sun.jersey.api.client.ClientRequest request
java.io.OutputStream out
}
com/sun/jersey/api/client/filter/GZIPContentEncodingFilter.classGZIPContentEncodingFilter.java
package com.sun.jersey.api.client.filter
public com.sun.jersey.api.client.filter.GZIPContentEncodingFilter extends com.sun.jersey.api.client.filter.ClientFilter {
private final boolean compressRequestEntity
public void ()
public void (boolean)
boolean compressRequestEntity
public com.sun.jersey.api.client.ClientResponse handle (com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.ClientHandlerException
Object o
java.io.IOException ex
String encodings
com.sun.jersey.api.client.ClientRequest request
com.sun.jersey.api.client.ClientResponse response
}
com/sun/jersey/api/client/filter/HTTPBasicAuthFilter.classHTTPBasicAuthFilter.java
package com.sun.jersey.api.client.filter
public final com.sun.jersey.api.client.filter.HTTPBasicAuthFilter extends com.sun.jersey.api.client.filter.ClientFilter {
private final String authentication
public void (java.lang.String, java.lang.String)
java.io.UnsupportedEncodingException ex
String username
String password
public com.sun.jersey.api.client.ClientResponse handle (com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.ClientHandlerException
com.sun.jersey.api.client.ClientRequest cr
}
com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$1.classHTTPDigestAuthFilter.java
package com.sun.jersey.api.client.filter
com.sun.jersey.api.client.filter.HTTPDigestAuthFilter$1 extends java.lang.ThreadLocal {
final synthetic com.sun.jersey.api.client.filter.HTTPDigestAuthFilter this$0
void (com.sun.jersey.api.client.filter.HTTPDigestAuthFilter)
protected com.sun.jersey.api.client.filter.HTTPDigestAuthFilter$State initialValue ()
protected volatile synthetic java.lang.Object initialValue ()
}
com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$QOP.classHTTPDigestAuthFilter.java
package com.sun.jersey.api.client.filter
final enum com.sun.jersey.api.client.filter.HTTPDigestAuthFilter$QOP extends java.lang.Enum {
public static final enum com.sun.jersey.api.client.filter.HTTPDigestAuthFilter$QOP AUTH
public static final enum com.sun.jersey.api.client.filter.HTTPDigestAuthFilter$QOP AUTH_INT
private static final synthetic com.sun.jersey.api.client.filter.HTTPDigestAuthFilter$QOP[] $VALUES
public static com.sun.jersey.api.client.filter.HTTPDigestAuthFilter$QOP[] values ()
public static com.sun.jersey.api.client.filter.HTTPDigestAuthFilter$QOP valueOf (java.lang.String)
String name
private void (java.lang.String, int)
static void ()
}
com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$State.classHTTPDigestAuthFilter.java
package com.sun.jersey.api.client.filter
com.sun.jersey.api.client.filter.HTTPDigestAuthFilter$State extends java.lang.Object {
String nextNonce
String realm
String opaque
String algorithm
String domain
com.sun.jersey.api.client.filter.HTTPDigestAuthFilter$QOP qop
int counter
final synthetic com.sun.jersey.api.client.filter.HTTPDigestAuthFilter this$0
private void (com.sun.jersey.api.client.filter.HTTPDigestAuthFilter)
synthetic void (com.sun.jersey.api.client.filter.HTTPDigestAuthFilter, com.sun.jersey.api.client.filter.HTTPDigestAuthFilter$1)
com.sun.jersey.api.client.filter.HTTPDigestAuthFilter x0
com.sun.jersey.api.client.filter.HTTPDigestAuthFilter$1 x1
}
com/sun/jersey/api/client/filter/HTTPDigestAuthFilter.classHTTPDigestAuthFilter.java
package com.sun.jersey.api.client.filter
public final com.sun.jersey.api.client.filter.HTTPDigestAuthFilter extends com.sun.jersey.api.client.filter.ClientFilter {
private static final int CNONCE_NB_BYTES
private static final java.security.SecureRandom randomGenerator
private static final java.util.regex.Pattern TOKENS_PATTERN
private final String user
private final String pass
private final ThreadLocal state
public void (java.lang.String, java.lang.String)
String user
String pass
private static void addKeyVal (java.lang.StringBuffer, java.lang.String, java.lang.String, boolean)
StringBuffer buffer
String key
String val
boolean withQuotes
String quote
private static void addKeyVal (java.lang.StringBuffer, java.lang.String, java.lang.String)
StringBuffer buffer
String key
String val
private static java.lang.String convertToHex (byte[])
int halfbyte
int two_halfs
int i
byte[] data
StringBuffer buf
static java.lang.String MD5 (java.lang.String)
java.security.MessageDigest md
byte[] md5hash
Exception e
String text
static transient java.lang.String concatMD5 (java.lang.String[])
String val
String[] arr$
int len$
int i$
String[] vals
StringBuilder buff
java.lang.String randHexBytes (int)
int nbBytes
byte[] bytes
static java.util.HashMap parseHeaders (java.util.Collection)
int nbGroups
String key
String valNoQuotes
String valQuotes
String[] parts
java.util.regex.Matcher match
java.util.HashMap result
String line
java.util.Iterator i$
java.util.Collection lines
public com.sun.jersey.api.client.ClientResponse handle (com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.ClientHandlerException
String HA2
String response
String cnonce
String nc
String qopStr
StringBuffer buff
String HA1
String uri
String HA2
String response
String authLine
java.util.HashMap map
String qop
String staleStr
boolean stale
com.sun.jersey.api.client.ClientRequest request
boolean reqHadAuthHeaders
com.sun.jersey.api.client.ClientResponse response
static void ()
Exception e
}
com/sun/jersey/api/client/filter/LoggingFilter$Adapter.classLoggingFilter.java
package com.sun.jersey.api.client.filter
final com.sun.jersey.api.client.filter.LoggingFilter$Adapter extends com.sun.jersey.api.client.AbstractClientRequestAdapter {
private final StringBuilder b
final synthetic com.sun.jersey.api.client.filter.LoggingFilter this$0
void (com.sun.jersey.api.client.filter.LoggingFilter, com.sun.jersey.api.client.ClientRequestAdapter, java.lang.StringBuilder)
com.sun.jersey.api.client.ClientRequestAdapter cra
StringBuilder b
public java.io.OutputStream adapt (com.sun.jersey.api.client.ClientRequest, java.io.OutputStream) throws java.io.IOException
com.sun.jersey.api.client.ClientRequest request
java.io.OutputStream out
}
com/sun/jersey/api/client/filter/LoggingFilter$LoggingOutputStream.classLoggingFilter.java
package com.sun.jersey.api.client.filter
final com.sun.jersey.api.client.filter.LoggingFilter$LoggingOutputStream extends java.io.OutputStream {
private final java.io.OutputStream out
private final java.io.ByteArrayOutputStream baos
private final StringBuilder b
final synthetic com.sun.jersey.api.client.filter.LoggingFilter this$0
void (com.sun.jersey.api.client.filter.LoggingFilter, java.io.OutputStream, java.lang.StringBuilder)
java.io.OutputStream out
StringBuilder b
public void write (byte[]) throws java.io.IOException
byte[] b
public void write (byte[], int, int) throws java.io.IOException
byte[] b
int off
int len
public void write (int) throws java.io.IOException
int b
public void close () throws java.io.IOException
}
com/sun/jersey/api/client/filter/LoggingFilter.classLoggingFilter.java
package com.sun.jersey.api.client.filter
public com.sun.jersey.api.client.filter.LoggingFilter extends com.sun.jersey.api.client.filter.ClientFilter {
private static final java.util.logging.Logger LOGGER
private static final String NOTIFICATION_PREFIX
private static final String REQUEST_PREFIX
private static final String RESPONSE_PREFIX
private final java.io.PrintStream loggingStream
private final java.util.logging.Logger logger
private long _id
public void ()
public void (java.util.logging.Logger)
java.util.logging.Logger logger
public void (java.io.PrintStream)
java.io.PrintStream loggingStream
private void log (java.lang.StringBuilder)
StringBuilder b
private java.lang.StringBuilder prefixId (java.lang.StringBuilder, long)
StringBuilder b
long id
public com.sun.jersey.api.client.ClientResponse handle (com.sun.jersey.api.client.ClientRequest) throws com.sun.jersey.api.client.ClientHandlerException
com.sun.jersey.api.client.ClientRequest request
long id
com.sun.jersey.api.client.ClientResponse response
private void logRequest (long, com.sun.jersey.api.client.ClientRequest)
long id
com.sun.jersey.api.client.ClientRequest request
StringBuilder b
private void printRequestLine (java.lang.StringBuilder, long, com.sun.jersey.api.client.ClientRequest)
StringBuilder b
long id
com.sun.jersey.api.client.ClientRequest request
private void printRequestHeaders (java.lang.StringBuilder, long, javax.ws.rs.core.MultivaluedMap)
Object o
java.util.Iterator i$
StringBuilder sb
boolean add
java.util.List val
String header
java.util.Map$Entry e
java.util.Iterator i$
StringBuilder b
long id
javax.ws.rs.core.MultivaluedMap headers
private void logResponse (long, com.sun.jersey.api.client.ClientResponse)
byte[] requestEntity
java.io.IOException ex
long id
com.sun.jersey.api.client.ClientResponse response
StringBuilder b
java.io.ByteArrayOutputStream out
java.io.InputStream in
private void printResponseLine (java.lang.StringBuilder, long, com.sun.jersey.api.client.ClientResponse)
StringBuilder b
long id
com.sun.jersey.api.client.ClientResponse response
private void printResponseHeaders (java.lang.StringBuilder, long, javax.ws.rs.core.MultivaluedMap)
String value
java.util.Iterator i$
String header
java.util.Map$Entry e
java.util.Iterator i$
StringBuilder b
long id
javax.ws.rs.core.MultivaluedMap headers
private void printEntity (java.lang.StringBuilder, byte[]) throws java.io.IOException
StringBuilder b
byte[] entity
static synthetic void access$000 (com.sun.jersey.api.client.filter.LoggingFilter, java.lang.StringBuilder, byte[]) throws java.io.IOException
com.sun.jersey.api.client.filter.LoggingFilter x0
StringBuilder x1
byte[] x2
static synthetic void access$100 (com.sun.jersey.api.client.filter.LoggingFilter, java.lang.StringBuilder)
com.sun.jersey.api.client.filter.LoggingFilter x0
StringBuilder x1
static void ()
}
com/sun/jersey/api/client/filter/OnStartConnectionListener.classOnStartConnectionListener.java
package com.sun.jersey.api.client.filter
public abstract com.sun.jersey.api.client.filter.OnStartConnectionListener extends java.lang.Object {
public abstract com.sun.jersey.api.client.filter.ContainerListener onStart (com.sun.jersey.api.client.ClientRequest)
}
com/sun/jersey/api/client/filter/ReportingInputStream.classConnectionListenerFilter.java
package com.sun.jersey.api.client.filter
com.sun.jersey.api.client.filter.ReportingInputStream extends java.io.InputStream {
private final java.io.InputStream inputStream
private final com.sun.jersey.api.client.filter.ContainerListener listener
private int markPosition
private long totalBytes
private boolean finished
public void (java.io.InputStream, com.sun.jersey.api.client.filter.ContainerListener)
java.io.InputStream inputStream
com.sun.jersey.api.client.filter.ContainerListener listener
private void report (long)
long bytes
public int read () throws java.io.IOException
int readBytes
public int read (byte[]) throws java.io.IOException
byte[] b
int readBytes
public int read (byte[], int, int) throws java.io.IOException
byte[] b
int off
int len
int readBytes
public long skip (long) throws java.io.IOException
long n
public void close () throws java.io.IOException
public synchronized void mark (int)
int readlimit
public synchronized void reset () throws java.io.IOException
public boolean markSupported ()
public int available () throws java.io.IOException
}
com/sun/jersey/api/client/filter/ReportingOutputStream.classConnectionListenerFilter.java
package com.sun.jersey.api.client.filter
com.sun.jersey.api.client.filter.ReportingOutputStream extends java.io.OutputStream {
private final java.io.OutputStream outputStream
private final com.sun.jersey.api.client.filter.ContainerListener listener
private long totalBytes
public void (java.io.OutputStream, com.sun.jersey.api.client.filter.ContainerListener)
java.io.OutputStream outputStream
com.sun.jersey.api.client.filter.ContainerListener listener
private void report (long)
long bytes
public void write (byte[]) throws java.io.IOException
byte[] b
public void write (byte[], int, int) throws java.io.IOException
byte[] b
int off
int len
public void write (int) throws java.io.IOException
int b
public void flush () throws java.io.IOException
}
com/sun/jersey/client/
com/sun/jersey/client/impl/
com/sun/jersey/client/impl/ClientRequestImpl.classClientRequestImpl.java
package com.sun.jersey.client.impl
public final com.sun.jersey.client.impl.ClientRequestImpl extends com.sun.jersey.api.client.ClientRequest implements com.sun.jersey.api.client.ClientRequestAdapter {
private java.util.Map properties
private java.net.URI uri
private String method
private Object entity
private final javax.ws.rs.core.MultivaluedMap metadata
private com.sun.jersey.api.client.ClientRequestAdapter adapter
public void (java.net.URI, java.lang.String)
java.net.URI uri
String method
public void (java.net.URI, java.lang.String, java.lang.Object)
java.net.URI uri
String method
Object entity
public void (java.net.URI, java.lang.String, java.lang.Object, javax.ws.rs.core.MultivaluedMap)
java.net.URI uri
String method
Object entity
javax.ws.rs.core.MultivaluedMap metadata
public java.util.Map getProperties ()
public void setProperties (java.util.Map)
java.util.Map properties
public java.net.URI getURI ()
public void setURI (java.net.URI)
java.net.URI uri
public java.lang.String getMethod ()
public void setMethod (java.lang.String)
String method
public java.lang.Object getEntity ()
public void setEntity (java.lang.Object)
Object entity
public javax.ws.rs.core.MultivaluedMap getMetadata ()
public javax.ws.rs.core.MultivaluedMap getHeaders ()
public com.sun.jersey.api.client.ClientRequestAdapter getAdapter ()
public void setAdapter (com.sun.jersey.api.client.ClientRequestAdapter)
com.sun.jersey.api.client.ClientRequestAdapter adapter
public com.sun.jersey.api.client.ClientRequest clone ()
private static javax.ws.rs.core.MultivaluedMap clone (javax.ws.rs.core.MultivaluedMap)
java.util.Map$Entry e
java.util.Iterator i$
javax.ws.rs.core.MultivaluedMap md
javax.ws.rs.core.MultivaluedMap clone
public java.io.OutputStream adapt (com.sun.jersey.api.client.ClientRequest, java.io.OutputStream) throws java.io.IOException
com.sun.jersey.api.client.ClientRequest request
java.io.OutputStream out
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/sun/jersey/client/impl/CopyOnWriteHashMap.classCopyOnWriteHashMap.java
package com.sun.jersey.client.impl
public com.sun.jersey.client.impl.CopyOnWriteHashMap extends java.lang.Object implements java.util.Map {
private volatile java.util.Map core
private volatile java.util.Map view
private final java.util.concurrent.atomic.AtomicBoolean requiresCopyOnWrite
public void ()
private void (com.sun.jersey.client.impl.CopyOnWriteHashMap)
com.sun.jersey.client.impl.CopyOnWriteHashMap that
public com.sun.jersey.client.impl.CopyOnWriteHashMap clone ()
private void copy ()
public int size ()
public boolean isEmpty ()
public boolean containsKey (java.lang.Object)
Object key
public boolean containsValue (java.lang.Object)
Object value
public java.lang.Object get (java.lang.Object)
Object key
public java.lang.Object put (java.lang.Object, java.lang.Object)
Object key
Object value
public java.lang.Object remove (java.lang.Object)
Object key
public void putAll (java.util.Map)
java.util.Map t
public void clear ()
public java.util.Set keySet ()
public java.util.Collection values ()
public java.util.Set entrySet ()
public java.lang.String toString ()
private java.util.Map getView ()
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/sun/jersey/client/impl/async/
com/sun/jersey/client/impl/async/FutureClientResponseListener$1.classFutureClientResponseListener.java
package com.sun.jersey.client.impl.async
final com.sun.jersey.client.impl.async.FutureClientResponseListener$1 extends java.lang.Object implements java.util.concurrent.Callable {
void ()
public java.lang.Object call () throws java.lang.Exception
}
com/sun/jersey/client/impl/async/FutureClientResponseListener.classFutureClientResponseListener.java
package com.sun.jersey.client.impl.async
public abstract com.sun.jersey.client.impl.async.FutureClientResponseListener extends java.util.concurrent.FutureTask implements com.sun.jersey.api.client.async.FutureListener {
private static final java.util.concurrent.Callable NO_OP_CALLABLE
private java.util.concurrent.Future f
public void ()
public void setCancelableFuture (java.util.concurrent.Future)
java.util.concurrent.Future f
public boolean cancel (boolean)
boolean mayInterruptIfRunning
boolean cancelled
public boolean isCancelled ()
public void onComplete (java.util.concurrent.Future)
java.util.concurrent.CancellationException ex
java.util.concurrent.ExecutionException ex
Throwable t
java.util.concurrent.Future response
protected abstract java.lang.Object get (com.sun.jersey.api.client.ClientResponse)
static void ()
}
com/sun/jersey/client/osgi/
com/sun/jersey/client/osgi/Activator.classActivator.java
package com.sun.jersey.client.osgi
public com.sun.jersey.client.osgi.Activator extends java.lang.Object implements org.osgi.framework.BundleActivator {
private static final java.util.logging.Logger LOGGER
public void ()
public void start (org.osgi.framework.BundleContext) throws java.lang.Exception
org.osgi.framework.BundleContext bc
org.osgi.framework.Bundle jerseyServerBundle
private org.osgi.framework.Bundle getJerseyServerBundle (org.osgi.framework.BundleContext)
String symbolicName
org.osgi.framework.Bundle b
org.osgi.framework.Bundle[] arr$
int len$
int i$
org.osgi.framework.BundleContext bc
public void stop (org.osgi.framework.BundleContext) throws java.lang.Exception
org.osgi.framework.BundleContext bc
static void ()
}
com/sun/jersey/client/proxy/
com/sun/jersey/client/proxy/ViewProxy.classViewProxy.java
package com.sun.jersey.client.proxy
public abstract com.sun.jersey.client.proxy.ViewProxy extends java.lang.Object {
public abstract java.lang.Object view (java.lang.Class, com.sun.jersey.api.client.ClientRequest, com.sun.jersey.api.client.ClientHandler)
public abstract java.lang.Object view (java.lang.Object, com.sun.jersey.api.client.ClientRequest, com.sun.jersey.api.client.ClientHandler)
public abstract java.util.concurrent.Future asyncView (java.lang.Class, com.sun.jersey.api.client.ClientRequest, com.sun.jersey.api.client.async.AsyncClientHandler)
public abstract java.util.concurrent.Future asyncView (java.lang.Object, com.sun.jersey.api.client.ClientRequest, com.sun.jersey.api.client.async.AsyncClientHandler)
public abstract java.lang.Object view (java.lang.Class, com.sun.jersey.api.client.ClientResponse)
public abstract java.lang.Object view (java.lang.Object, com.sun.jersey.api.client.ClientResponse)
}
com/sun/jersey/client/proxy/ViewProxyProvider.classViewProxyProvider.java
package com.sun.jersey.client.proxy
public abstract com.sun.jersey.client.proxy.ViewProxyProvider extends java.lang.Object {
public abstract com.sun.jersey.client.proxy.ViewProxy proxy (com.sun.jersey.api.client.Client, java.lang.Class)
}
com/sun/jersey/client/urlconnection/
com/sun/jersey/client/urlconnection/HTTPSProperties.classHTTPSProperties.java
package com.sun.jersey.client.urlconnection
public com.sun.jersey.client.urlconnection.HTTPSProperties extends java.lang.Object {
public static final String PROPERTY_HTTPS_PROPERTIES
private javax.net.ssl.HostnameVerifier hostnameVerifier
private javax.net.ssl.SSLContext sslContext
public void () throws java.security.NoSuchAlgorithmException
public void (javax.net.ssl.HostnameVerifier) throws java.security.NoSuchAlgorithmException
javax.net.ssl.HostnameVerifier hv
public void (javax.net.ssl.HostnameVerifier, javax.net.ssl.SSLContext)
javax.net.ssl.HostnameVerifier hv
javax.net.ssl.SSLContext c
public javax.net.ssl.HostnameVerifier getHostnameVerifier ()
public javax.net.ssl.SSLContext getSSLContext ()
public void setConnection (javax.net.ssl.HttpsURLConnection)
javax.net.ssl.HttpsURLConnection connection
}
com/sun/jersey/client/urlconnection/HttpURLConnectionFactory.classHttpURLConnectionFactory.java
package com.sun.jersey.client.urlconnection
public abstract com.sun.jersey.client.urlconnection.HttpURLConnectionFactory extends java.lang.Object {
public abstract java.net.HttpURLConnection getHttpURLConnection (java.net.URL) throws java.io.IOException
}
com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1$1.classURLConnectionClientHandler.java
package com.sun.jersey.client.urlconnection
com.sun.jersey.client.urlconnection.URLConnectionClientHandler$1$1 extends com.sun.jersey.api.client.CommittingOutputStream {
final synthetic com.sun.jersey.client.urlconnection.URLConnectionClientHandler$1 this$1
void (com.sun.jersey.client.urlconnection.URLConnectionClientHandler$1)
protected java.io.OutputStream getOutputStream () throws java.io.IOException
public void commit () throws java.io.IOException
}
com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1.classURLConnectionClientHandler.java
package com.sun.jersey.client.urlconnection
com.sun.jersey.client.urlconnection.URLConnectionClientHandler$1 extends java.lang.Object implements com.sun.jersey.api.client.RequestWriter$RequestEntityWriterListener {
final synthetic java.net.HttpURLConnection val$uc
final synthetic com.sun.jersey.api.client.ClientRequest val$ro
final synthetic com.sun.jersey.client.urlconnection.URLConnectionClientHandler this$0
void (com.sun.jersey.client.urlconnection.URLConnectionClientHandler, java.net.HttpURLConnection, com.sun.jersey.api.client.ClientRequest)
public void onRequestEntitySize (long)
Integer chunkedEncodingSize
long size
public java.io.OutputStream onGetOutputStream () throws java.io.IOException
}
com/sun/jersey/client/urlconnection/URLConnectionClientHandler$URLConnectionResponse.classURLConnectionClientHandler.java
package com.sun.jersey.client.urlconnection
final com.sun.jersey.client.urlconnection.URLConnectionClientHandler$URLConnectionResponse extends com.sun.jersey.api.client.ClientResponse {
private final String method
private final java.net.HttpURLConnection uc
final synthetic com.sun.jersey.client.urlconnection.URLConnectionClientHandler this$0
void (com.sun.jersey.client.urlconnection.URLConnectionClientHandler, int, com.sun.jersey.core.header.InBoundHeaders, java.io.InputStream, java.lang.String, java.net.HttpURLConnection)
int status
com.sun.jersey.core.header.InBoundHeaders headers
java.io.InputStream entity
String method
java.net.HttpURLConnection uc
public boolean hasEntity ()
int l
public java.lang.String toString ()
}
com/sun/jersey/client/urlconnection/URLConnectionClientHandler.classURLConnectionClientHandler.java
package com.sun.jersey.client.urlconnection
public final com.sun.jersey.client.urlconnection.URLConnectionClientHandler extends com.sun.jersey.api.client.TerminatingClientHandler {
public static final String PROPERTY_HTTP_URL_CONNECTION_SET_METHOD_WORKAROUND
private com.sun.jersey.client.urlconnection.HttpURLConnectionFactory httpURLConnectionFactory
public void (com.sun.jersey.client.urlconnection.HttpURLConnectionFactory)
com.sun.jersey.client.urlconnection.HttpURLConnectionFactory httpURLConnectionFactory
public void ()
public com.sun.jersey.api.client.ClientResponse handle (com.sun.jersey.api.client.ClientRequest)
Exception ex
com.sun.jersey.api.client.ClientRequest ro
private com.sun.jersey.api.client.ClientResponse _invoke (com.sun.jersey.api.client.ClientRequest) throws java.io.IOException
java.net.HttpURLConnection uc
com.sun.jersey.client.urlconnection.HTTPSProperties httpsProperties
com.sun.jersey.api.client.ClientRequest ro
java.net.HttpURLConnection uc
Integer readTimeout
Integer connectTimeout
Boolean followRedirects
Boolean httpUrlConnectionSetMethodWorkaround
Object entity
private static final void setRequestMethodUsingWorkaroundForJREBug (java.net.HttpURLConnection, java.lang.String)
Class httpURLConnectionClass
java.lang.reflect.Field methodField
Exception e
java.net.ProtocolException pe
java.net.HttpURLConnection httpURLConnection
String method
private void writeOutBoundHeaders (javax.ws.rs.core.MultivaluedMap, java.net.HttpURLConnection)
Object v
java.util.Iterator i$
StringBuilder b
boolean add
java.util.List vs
java.util.Map$Entry e
java.util.Iterator i$
javax.ws.rs.core.MultivaluedMap metadata
java.net.HttpURLConnection uc
private com.sun.jersey.core.header.InBoundHeaders getInBoundHeaders (java.net.HttpURLConnection)
java.util.Map$Entry e
java.util.Iterator i$
java.net.HttpURLConnection uc
com.sun.jersey.core.header.InBoundHeaders headers
private java.io.InputStream getInputStream (java.net.HttpURLConnection) throws java.io.IOException
java.io.InputStream ein
java.net.HttpURLConnection uc
static synthetic void access$000 (com.sun.jersey.client.urlconnection.URLConnectionClientHandler, javax.ws.rs.core.MultivaluedMap, java.net.HttpURLConnection)
com.sun.jersey.client.urlconnection.URLConnectionClientHandler x0
javax.ws.rs.core.MultivaluedMap x1
java.net.HttpURLConnection x2
}
com/sun/ws/
com/sun/ws/rs/
com/sun/ws/rs/ext/
com/sun/ws/rs/ext/RuntimeDelegateImpl.classRuntimeDelegateImpl.java
package com.sun.ws.rs.ext
public com.sun.ws.rs.ext.RuntimeDelegateImpl extends com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate {
public void ()
public java.lang.Object createEndpoint (javax.ws.rs.core.Application, java.lang.Class) throws java.lang.IllegalArgumentException java.lang.UnsupportedOperationException
javax.ws.rs.core.Application application
Class endpointType
}