public class AsyncClientHandlerFeature
extends java.lang.Object
| Modifier and Type | Field | Description | 
|---|---|---|
| static java.lang.String | ID | Deprecated. Constant value identifying the AsyncClientHandlerFeature | 
| Constructor | Description | 
|---|---|
| AsyncClientHandlerFeature(java.lang.Object handler) | Deprecated. Create an  AsyncClientHandlerFeature. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | equals(java.lang.Object other) | Deprecated. | 
| java.lang.Object | getHandler() | Deprecated. | 
| java.lang.String | getID() | Deprecated. Returns feature ID | 
| int | hashCode() | Deprecated. | 
| java.lang.String | toString() | Deprecated. | 
public static final java.lang.String ID
public AsyncClientHandlerFeature(java.lang.Object handler)
AsyncClientHandlerFeature.
 Asynchronous responses returned to the client proxy using this feature will be directed to this handler instance.handler - Common handler instancepublic java.lang.String getID()
public java.lang.Object getHandler()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object