Searched defs:reply (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DStateTestService.java34 * The test service is launched with an argument that is the reply port.
35 * This reply port is used as an out-of-band connection to the unit test
57 private static void reply(String msg) throws IOException { method in class:StateTestService
68 System.err.println("Usage: StateTestService [reply-port]");
80 reply("FAILED");
104 reply("FAILED");
106 reply("PASSED");
/openjdk7/jdk/src/share/sample/nio/server/
H A DRequestHandler.java59 private Reply reply = null; field in class:RequestHandler
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();
149 reply
[all...]
/openjdk7/jdk/test/java/net/Authenticator/
H A DB4759514.java41 void errorReply (HttpTransaction req, String reply) throws IOException { argument
43 req.addResponseHeader ("WWW-Authenticate", reply);
H A DB4678055.java41 void errorReply (HttpTransaction req, String reply) throws IOException { argument
43 req.addResponseHeader ("WWW-Authenticate", reply);
85 * we now reply with an OK. The client with the bug
H A DB4933582.java34 void errorReply (HttpTransaction req, String reply) throws IOException { argument
36 req.addResponseHeader ("WWW-Authenticate", reply);
H A DB4769350.java86 void errorReply (HttpTransaction req, String reply) throws IOException { argument
88 req.addResponseHeader ("WWW-Authenticate", reply);
93 void proxyReply (HttpTransaction req, String reply) throws IOException { argument
94 req.addResponseHeader ("Proxy-Authenticate", reply);
/openjdk7/jdk/test/sun/net/www/
H A DAuthHeaderTest.java41 void errorReply (HttpTransaction req, String reply) throws IOException { argument
43 req.addResponseHeader ("Www-authenticate", reply);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DReflectiveTie.java128 org.omg.CORBA.portable.InputStream _in, ResponseHandler reply)
147 OutputStream os = (OutputStream)reply.createReply() ;
169 OutputStream os = (OutputStream)reply.createExceptionReply() ;
127 _invoke(String method, org.omg.CORBA.portable.InputStream _in, ResponseHandler reply) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DResponseBuilder.java83 * @param reply
84 * The reply {@link Message} to be de-composed.
87 * Some parts of the reply message may be set to {@link Holder}s in the arguments.
89 * If a part of the reply message is returned as a return value from
92 * if there's an error during unmarshalling the reply message.
94 * if there's an error during unmarshalling the reply message.
96 abstract Object readResponse(Message reply, Object[] args) throws JAXBException, XMLStreamException; argument
160 * Sometimes we need to look at multiple parts of the reply message
/openjdk7/jdk/src/share/javavm/export/
H A DjdwpTransport.h123 jdwpReplyPacket reply; member in union:__anon558::__anon559
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaMessageMediatorImpl.java127 // REVISIT: make sure no memory leaks in client/server request/reply maps.
224 // Note: in some cases (e.g., a reply message) this message
526 * could use for the reply. If it isn't present, the default is
990 // More fragments are coming to complete this reply, so keep
1199 // No need to put in client reply map - already there.
1253 // the original request/reply message. Very unlikely.
1255 // reply has been sent (early replies)
1470 * an early reply. In such a case if the CancelRequest arrives
1471 * after the reply has been sent, it has no effect.
1491 // or an early reply ha
1789 createAppropriateOutputObject( CorbaMessageMediator messageMediator, Message msg, LocateReplyMessage reply) argument
2185 createResponseHelper( CorbaMessageMediator messageMediator, ReplyMessage reply, IOR ior) argument
2270 runInterceptors(CorbaMessageMediator messageMediator, ReplyMessage reply) argument
[all...]

Completed in 1046 milliseconds