Searched defs:getBody (Results 1 - 25 of 48) sorted by relevance

12

/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DCacheResponse.java63 public abstract InputStream getBody() throws IOException; method in class:CacheResponse
H A DCacheRequest.java55 public abstract OutputStream getBody() throws IOException; method in class:CacheRequest
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/source/doctree/
H A DDeprecatedTree.java43 List<? extends DocTree> getBody(); method in interface:DeprecatedTree
H A DCommentTree.java41 String getBody(); method in interface:CommentTree
H A DHiddenTree.java44 List<? extends DocTree> getBody(); method in interface:HiddenTree
H A DVersionTree.java44 List<? extends DocTree> getBody(); method in interface:VersionTree
H A DLiteralTree.java42 TextTree getBody(); method in interface:LiteralTree
H A DSinceTree.java43 List<? extends DocTree> getBody(); method in interface:SinceTree
H A DTextTree.java38 String getBody(); method in interface:TextTree
H A DDocCommentTree.java65 List<? extends DocTree> getBody(); method in interface:DocCommentTree
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DFunctionDeclarationTree.java68 BlockTree getBody(); method in interface:FunctionDeclarationTree
H A DFunctionExpressionTree.java68 Tree getBody(); method in interface:FunctionExpressionTree
H A DFunctionDeclarationTreeImpl.java67 public BlockTree getBody() { method in class:FunctionDeclarationTreeImpl
H A DFunctionExpressionTreeImpl.java78 public Tree getBody() { method in class:FunctionExpressionTreeImpl
/openjdk9/jaxws/src/java.xml.ws/share/classes/javax/xml/soap/
H A DSOAPEnvelope.java169 public SOAPBody getBody() throws SOAPException; method in interface:SOAPEnvelope
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DMethodTree.java100 BlockTree getBody(); method in interface:MethodTree
H A DLambdaExpressionTree.java66 Tree getBody(); method in interface:LambdaExpressionTree
/openjdk9/jdk/test/java/net/ResponseCache/
H A DgetResponseCode.java90 public InputStream getBody() throws IOException { method in class:getResponseCode.MyResponse
/openjdk9/jdk/test/sun/net/www/protocol/http/6550798/
H A DTestCache.java129 public OutputStream getBody() throws IOException { method in class:DeployCacheRequest
/openjdk9/jdk/test/sun/net/www/protocol/http/
H A DB6296310.java112 public OutputStream getBody() throws IOException { method in class:MyCacheRequest
H A DB6660405.java63 public InputStream getBody() throws IOException method in class:B6660405.MyCacheResponse
H A DResponseCacheStream.java62 public OutputStream getBody() throws IOException { method in class:ResponseCacheStream.MyCacheRequest
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop/src/org/graalvm/compiler/loop/
H A DCountedLoopInfo.java140 public AbstractBeginNode getBody() { method in class:CountedLoopInfo
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DWithNode.java96 public Block getBody() { method in class:WithNode
H A DCatchNode.java159 public Block getBody() { method in class:CatchNode

Completed in 176 milliseconds

12