org.glassfish.jersey.examples.httptrace
Class TracingResource
java.lang.Object
org.glassfish.jersey.examples.httptrace.TracingResource
@Path(value="tracing/annotated")
public class TracingResource
- extends Object
This very basic resource showcases support of a HTTP TRACE method,
not directly supported by JAX-RS API.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TracingResource
public TracingResource()
trace
@Produces(value="text/plain")
public String trace(Request request)
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.