|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.api.client.filter.ClientFilter
com.sun.jersey.api.client.filter.LoggingFilter
public class LoggingFilter
A logging filter.
Constructor Summary | |
---|---|
LoggingFilter()
|
|
LoggingFilter(java.io.PrintStream loggingStream)
|
Method Summary | |
---|---|
ClientResponse |
handle(ClientRequest request)
Handle a HTTP request as a ClientRequest and return the HTTP
response as a ClientResponse . |
Methods inherited from class com.sun.jersey.api.client.filter.ClientFilter |
---|
getNext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingFilter()
public LoggingFilter(java.io.PrintStream loggingStream)
Method Detail |
---|
public ClientResponse handle(ClientRequest request) throws ClientHandlerException
ClientHandler
ClientRequest
and return the HTTP
response as a ClientResponse
.
handle
in interface ClientHandler
handle
in class ClientFilter
request
- the HTTP request.
ClientHandlerException
- if the client
handler fails to process the request or response.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |