Searched refs:getRequest (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DgcNotifier.hpp62 static GCNotificationRequest *getRequest();
H A DgcNotifier.cpp65 GCNotificationRequest *GCNotifier::getRequest() { function in class:GCNotifier
209 GCNotificationRequest *request = getRequest();
/openjdk7/jdk/test/java/net/URLClassLoader/
H A DHttpTest.java85 boolean getRequest = false;
87 getRequest = true;
90 if (getRequest)
104 if (getRequest) {
/openjdk7/jdk/test/java/net/URLConnection/
H A DHandleContentTypeWithAttrs.java178 getRequest(new URL(defaultContext, p1), p2);
195 protected void getRequest(URL u, String param) { method in class:myHttpServer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DExtendedModelVisitor.java49 Request request = operation.getRequest();
H A DOperation.java79 public Request getRequest() { method in class:Operation
/openjdk7/jdk/test/java/net/Socks/
H A DSocksServer.java395 private void getRequest() throws IOException { method in class:SocksServer.ClientHandler
471 getRequest();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DGeneratorBase.java118 operation.getRequest().accept(this);
H A DSeiGenerator.java295 Block reqBlock = operation.getRequest().getBodyBlocks().next();
354 Request req = operation.getRequest();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java2326 Request request = operation.getRequest();
2393 Request request = operation.getRequest();

Completed in 71 milliseconds