Lines Matching defs:request

59  * A CREATE-EMPTY request allows clients to create empty objects on the server.
60 * When a CREATE-EMPTY request is received, the <code>onPut()</code> method will
62 * request and a CREATE-EMPTY request, an application must open the
64 * <code>onPut()</code> method. For a PUT request, the application will be able
66 * request, there will be no Body data to read. Therefore, a call to
109 * Called when a CONNECT request is received.
115 * The headers received in the request can be retrieved from the
116 * <code>request</code> argument. The headers that should be sent in the
118 * @param request contains the headers sent by the client;
119 * <code>request</code> will never be <code>null</code>
127 public int onConnect(HeaderSet request, HeaderSet reply) {
132 * Called when a DISCONNECT request is received.
134 * The headers received in the request can be retrieved from the
135 * <code>request</code> argument. The headers that should be sent in the
137 * @param request contains the headers sent by the client;
138 * <code>request</code> will never be <code>null</code>
142 public void onDisconnect(HeaderSet request, HeaderSet reply) {
146 * Called when a SETPATH request is received.
152 * The headers received in the request can be retrieved from the
153 * <code>request</code> argument. The headers that should be sent in the
155 * @param request contains the headers sent by the client;
156 * <code>request</code> will never be <code>null</code>
161 * <code>name</code>; <code>false</code> to apply the request to the
171 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) {
177 * Called when a DELETE request is received.
183 * The headers received in the request can be retrieved from the
184 * <code>request</code> argument. The headers that should be sent in the
186 * @param request contains the headers sent by the client;
187 * <code>request</code> will never be <code>null</code>
195 public int onDelete(HeaderSet request, HeaderSet reply) {
200 * Called when a ABORT request is received.
202 public int onAbort(HeaderSet request, HeaderSet reply) {
207 * Called when a PUT request is received.
213 * If an ABORT request is received during the processing of a PUT request,
228 * Called when a GET request is received.
234 * If an ABORT request is received during the processing of a GET request,
250 * authentication request fails because the response digest in the