|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.j2ep.responsehandlers.ResponseHandlerBase
net.sf.j2ep.responsehandlers.BasicResponseHandler
net.sf.j2ep.responsehandlers.PutResponseHandler
public class PutResponseHandler
Handler for the PUT method.
| Field Summary |
|---|
| Fields inherited from class net.sf.j2ep.responsehandlers.ResponseHandlerBase |
|---|
method |
| Constructor Summary | |
|---|---|
PutResponseHandler(org.apache.commons.httpclient.methods.PutMethod method)
Default constructor, will only call the super-constructor for ResponseHandlerBase. |
|
| Method Summary |
|---|
| Methods inherited from class net.sf.j2ep.responsehandlers.BasicResponseHandler |
|---|
process |
| Methods inherited from class net.sf.j2ep.responsehandlers.ResponseHandlerBase |
|---|
close, getStatusCode, sendStreamToClient, setHeaders |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PutResponseHandler(org.apache.commons.httpclient.methods.PutMethod method)
method - The method used for this response
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||