This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,34 @@
.class public Lorg/apache/http/conn/params/ConnConnectionParamBean;
.super Lorg/apache/http/params/HttpAbstractParamBean;
.source "ConnConnectionParamBean.java"
# annotations
.annotation build Lorg/apache/http/annotation/NotThreadSafe;
.end annotation
# direct methods
.method public constructor <init>(Lorg/apache/http/params/HttpParams;)V
.locals 0
.line 1
invoke-direct {p0, p1}, Lorg/apache/http/params/HttpAbstractParamBean;-><init>(Lorg/apache/http/params/HttpParams;)V
return-void
.end method
# virtual methods
.method public setMaxStatusLineGarbage(I)V
.locals 2
.line 1
iget-object v0, p0, Lorg/apache/http/params/HttpAbstractParamBean;->params:Lorg/apache/http/params/HttpParams;
const-string v1, "http.connection.max-status-line-garbage"
invoke-interface {v0, v1, p1}, Lorg/apache/http/params/HttpParams;->setIntParameter(Ljava/lang/String;I)Lorg/apache/http/params/HttpParams;
return-void
.end method