| /openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/ |
| H A D | StateTestService.java | 34 * 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 D | RequestHandler.java | 59 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 D | B4759514.java | 41 void errorReply (HttpTransaction req, String reply) throws IOException { argument 43 req.addResponseHeader ("WWW-Authenticate", reply);
|
| H A D | B4678055.java | 41 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 D | B4933582.java | 34 void errorReply (HttpTransaction req, String reply) throws IOException { argument 36 req.addResponseHeader ("WWW-Authenticate", reply);
|
| H A D | B4769350.java | 86 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 D | AuthHeaderTest.java | 41 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 D | ReflectiveTie.java | 128 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 D | ResponseBuilder.java | 83 * @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 D | jdwpTransport.h | 123 jdwpReplyPacket reply; member in union:__anon558::__anon559
|
| /openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/ |
| H A D | CorbaMessageMediatorImpl.java | 127 // 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...] |