Searched refs:Reply (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/sample/nio/server/
H A DRequestServicer.java73 Reply rp = null;
80 rp = new Reply(Reply.Code.BAD_REQUEST,
136 Reply build(Request rq) throws IOException {
138 Reply rp = null;
142 rp = new Reply(Reply.Code.METHOD_NOT_ALLOWED,
145 rp = new Reply(Reply.Code.OK,
151 rp = new Reply(Repl
[all...]
H A DRequestHandler.java59 private Reply reply = null;
106 reply = new Reply(Reply.Code.BAD_REQUEST,
118 reply = new Reply(Reply.Code.METHOD_NOT_ALLOWED,
121 reply = new Reply(Reply.Code.OK,
138 reply = new Reply(Reply.Code.NOT_FOUND,
146 // Reply completel
[all...]
H A DReply.java51 class Reply implements Sendable { class in inherits:Sendable
74 Reply(Code rc, Content c) { method in class:Reply
78 Reply(Code rc, Content c, Request.Action head) { method in class:Reply
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec33 (Reply
56 (Reply
76 (Reply
103 (Reply
118 (Reply
153 (Reply
164 (Reply
187 (Reply
201 (Reply
217 (Reply
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DPacket.java33 public final static short Reply = 0x80; field in class:Packet
65 if ((flags & Packet.Reply) == 0) {
105 if ((p.flags & Packet.Reply) == 0) {
H A DTargetVM.java74 String type = (packet.flags & Packet.Reply) != 0 ?
75 "Reply" : "Event";
139 if((p.flags & Packet.Reply) == 0) {
/openjdk7/jdk/make/mksample/nio/server/
H A DMakefile57 $(SAMPLE_DST_DIR)/Reply.java \

Completed in 469 milliseconds