Home
last modified time | relevance | path

Searched refs:getDoOutput (Results 1 – 25 of 89) sorted by relevance

1234

/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/web/resources/
H A DHttpOpParam.java47 public boolean getDoOutput(); in getDoOutput() method
96 public boolean getDoOutput() { in getDoOutput() method in HttpOpParam.TemporaryRedirectOp
97 return op.getDoOutput(); in getDoOutput()
H A DDeleteOpParam.java42 public boolean getDoOutput() { in getDoOutput() method in DeleteOpParam.Op
H A DPostOpParam.java46 public boolean getDoOutput() { in getDoOutput() method in PostOpParam.Op
H A DPutOpParam.java55 public boolean getDoOutput() { in getDoOutput() method in PutOpParam.Op
H A DGetOpParam.java55 public boolean getDoOutput() { in getDoOutput() method in GetOpParam.Op
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/http/client/
H A DSimpleBufferingClientHttpRequest.java70 if (this.connection.getDoOutput()) { in executeInternal()
74 if (this.connection.getDoOutput()) { in executeInternal()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/
H A DHttpOpParam.java50 public boolean getDoOutput(); in getDoOutput() method
104 public boolean getDoOutput() { in getDoOutput() method in HttpOpParam.TemporaryRedirectOp
H A DDeleteOpParam.java48 public boolean getDoOutput() { in getDoOutput() method in DeleteOpParam.Op
H A DPostOpParam.java53 public boolean getDoOutput() { in getDoOutput() method in PostOpParam.Op
H A DGetOpParam.java72 public boolean getDoOutput() { in getDoOutput() method in GetOpParam.Op
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java437 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionOldImpl
438 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java437 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionOldImpl
438 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java454 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionImpl
455 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java421 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionOldImpl
422 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java428 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionImpl
429 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java454 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionImpl
455 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java472 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionImpl
473 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java428 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionImpl
429 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java428 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionImpl
429 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java421 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionOldImpl
422 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java421 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionOldImpl
422 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java428 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionImpl
429 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java428 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionImpl
429 return delegate.getDoOutput(); in getDoOutput()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java472 public boolean getDoOutput() { in getDoOutput() method in HttpsURLConnectionImpl
473 return delegate.getDoOutput(); in getDoOutput()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/
H A DTestWebHdfsFileSystemContract.java318 conn.setDoOutput(op.getDoOutput()); in testLengthParamLongerThanFile()
368 conn.setDoOutput(op.getDoOutput()); in testOffsetPlusLengthParamsLongerThanFile()
485 conn.setDoOutput(op.getDoOutput()); in testResponseCode()
526 conn.setDoOutput(op.getDoOutput()); in testResponseCode()

1234