|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientHandler | |
|---|---|
| org.apache.wink.client | |
| org.apache.wink.client.handlers | |
| org.apache.wink.client.internal.handlers | |
| Uses of ClientHandler in org.apache.wink.client |
|---|
| Classes in org.apache.wink.client that implement ClientHandler | |
|---|---|
class |
AsyncHttpClientConnectionHandler
Extends AbstractConnectionHandler and uses AsyncHttpClient to perform HTTP request execution. |
| Methods in org.apache.wink.client that return types with arguments of type ClientHandler | |
|---|---|
List<ClientHandler> |
ClientConfig.getHandlers()
Get an unmodifiable list of the client handlers |
| Methods in org.apache.wink.client with parameters of type ClientHandler | |
|---|---|
ClientConfig |
ClientConfig.handlers(ClientHandler... handlers)
Add client handlers |
| Uses of ClientHandler in org.apache.wink.client.handlers |
|---|
| Subinterfaces of ClientHandler in org.apache.wink.client.handlers | |
|---|---|
interface |
ConnectionHandler
Interface for specifying that a handler is the connection handler and is the last handler on the handler chain |
| Classes in org.apache.wink.client.handlers that implement ClientHandler | |
|---|---|
class |
BasicAuthSecurityHandler
SecurityHandler for a client to perform http basic auth:
Usage: |
class |
ProxyAuthSecurityHandler
SecurityHandler for a client to perform http proxy auth:
Usage: |
| Uses of ClientHandler in org.apache.wink.client.internal.handlers |
|---|
| Classes in org.apache.wink.client.internal.handlers that implement ClientHandler | |
|---|---|
class |
org.apache.wink.client.internal.handlers.AbstractConnectionHandler
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||