com.sun.jersey.api.client
Class TerminatingClientHandler
java.lang.Object
com.sun.jersey.api.client.RequestWriter
com.sun.jersey.api.client.TerminatingClientHandler
- All Implemented Interfaces:
- ClientHandler
- Direct Known Subclasses:
- URLConnectionClientHandler
public abstract class TerminatingClientHandler
- extends RequestWriter
- implements ClientHandler
A terminating client handler that is invoked to produce an HTTP request
to send to a resource and process the HTTP response received from the resource.
This class can be extended to integrate HTTP protocol functionality with
the Client API. Utility methods are provided for converting header values
and writing a request entity.
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TerminatingClientHandler
public TerminatingClientHandler()
Copyright © 2011 Oracle Corporation. All Rights Reserved.