Home | History | Annotate | Download | only in server

Lines Matching defs:reply

59     private Reply reply = null;
106 reply = new Reply(Reply.Code.BAD_REQUEST,
112 // Ensures that reply field is non-null
118 reply = new Reply(Reply.Code.METHOD_NOT_ALLOWED,
121 reply = new Reply(Reply.Code.OK,
135 reply.prepare();
137 reply.release();
138 reply = new Reply(Reply.Code.NOT_FOUND,
140 reply.prepare();
146 // Reply completely written; we're done
149 reply.release();
156 reply.release();
180 if (reply != null) {
181 reply.release();
189 return reply.send(cio);